@charset "UTF-8";
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"],
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin-top: 0;
}
address,
dl,
ol,
p,
pre,
ul {
    margin-bottom: 1rem;
}
dd,
label {
    margin-bottom: 0.5rem;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
    display: block;
}
address,
legend {
    line-height: inherit;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
.swiper-cards,
.swiper-cube,
.swiper-flip,
button,
hr,
input {
    overflow: visible;
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.breadcrumb-item + .breadcrumb-item:hover::before,
.btn:focus,
.btn:hover,
.card-link:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-brand:focus,
.navbar-brand:hover,
.navbar-toggler:focus,
.navbar-toggler:hover,
a {
    text-decoration: none;
}
.btn.focus,
.btn:focus,
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.dropdown-menu,
.nav,
.navbar-nav {
    list-style: none;
}
.badge,
.btn,
.dropdown-header,
.dropdown-item,
.input-group-text,
.navbar-brand,
.progress-bar {
    white-space: nowrap;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
}
*,
::after,
::before {
    box-sizing: border-box;
}
.swiper-wrapper,
hr {
    box-sizing: content-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    text-align: left;
    direction: ltr;
}
.alert-link,
dt,
kbd kbd {
    font-weight: 700;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
.btn:not(:disabled):not(.disabled),
.close:not(:disabled):not(.disabled),
.navbar-toggler:not(:disabled):not(.disabled),
.page-link:not(:disabled):not(.disabled),
.swiper-pagination-clickable .swiper-pagination-bullet,
.ticker-controls li,
summary {
    cursor: pointer;
}
address {
    font-style: normal;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn,
.card-text:last-child,
.form-check-label,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dd {
    margin-left: 0;
}
blockquote,
figure {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}
.btn,
.custom-select,
.navbar-toggler-icon,
img,
svg {
    vertical-align: middle;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
.custom-range:focus,
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
img {
    border-style: none;
}
svg {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: right;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
}
.accordion .card:not(:first-of-type) .card-header:first-child,
button {
    border-radius: 0;
}
button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: inherit;
    white-space: normal;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
.display-1,
.display-2,
.display-3,
.display-4 {
    line-height: 1.2;
}
.figure,
.list-inline-item,
output {
    display: inline-block;
}
summary {
    display: list-item;
}
.badge:empty,
.collapse:not(.show),
.js-hidden,
.navbar-expand .navbar-toggler,
.popover-header:empty,
.tab-content > .tab-pane,
template {
    display: none;
}
.d-none,
.swiper-pagination-bullet:only-child,
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.blockquote,
hr {
    margin-bottom: 1rem;
}
.display-1,
.display-2,
.display-3,
.display-4,
.lead {
    font-weight: 300;
}
.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;
}
.display-1 {
    font-size: 6rem;
}
.display-2 {
    font-size: 5.5rem;
}
.display-3 {
    font-size: 4.5rem;
}
.display-4 {
    font-size: 3.5rem;
}
.btn,
.btn-link,
.dropdown-item,
.small,
small {
    font-weight: 400;
}
hr {
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
}
code,
kbd,
pre {
    font-size: 87.5%;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.carousel-indicators .active,
.img-thumbnail,
.table .table {
    background-color: #fff;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right,
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014 \00A0";
}
.img-thumbnail {
    padding: 0.25rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
.alert-heading,
a > code,
pre code {
    color: inherit;
}
code {
    color: #e83e8c;
    word-break: break-word;
}
kbd {
    padding: 0.2rem 0.4rem;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
}
pre {
    display: block;
    color: #212529;
}
pre code {
    font-size: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container,
.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.card > hr,
.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.navbar-nav .nav-link,
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table td,
.table th {
    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 td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th,
.table-dark.table-bordered,
.table-responsive > .table-bordered {
    border: 0;
}
.table .thead-dark th,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th,
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table .thead-dark th,
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.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 {
    background-color: rgba(255, 255, 255, 0.075);
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.collapsing,
.modal,
.modal-open,
.progress {
    overflow: hidden;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.btn-block,
.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-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide,
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.breadcrumb-item.active,
.custom-control-input:disabled ~ .custom-control-label,
.form-check-input:disabled ~ .form-check-label,
.nav-link.disabled {
    color: #6c757d;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.invalid-tooltip,
.valid-tooltip {
    position: absolute;
    z-index: 5;
    display: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    line-height: 1.5;
    top: 100%;
    max-width: 100%;
}
.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 {
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label::after,
.was-validated .custom-file-input:valid ~ .custom-file-label::after {
    border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    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 {
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
}
.bx-ul > li,
.carousel,
.collapsing,
.dropdown,
.dropleft,
.dropright,
.dropup,
.fa-ul > li {
    position: relative;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label::after,
.was-validated .custom-file-input:invalid ~ .custom-file-label::after {
    border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group,
.form-inline .form-check,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.btn {
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    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;
}
.btn.focus,
.btn:focus {
    outline: 0;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.swiper-cube .swiper-slide .swiper-slide,
.swiper-fade .swiper-slide .swiper-slide,
.swiper-flip .swiper-slide .swiper-slide,
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.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-outline-success:hover,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-success,
.btn-success.disabled,
.btn-success:disabled,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-info,
.btn-info.disabled,
.btn-info:disabled,
.btn-outline-info:hover,
.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: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info.focus,
.btn-outline-info:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-outline-warning:hover,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.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-danger,
.btn-danger.disabled,
.btn-danger:disabled,
.btn-outline-danger:hover,
.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-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger.focus,
.btn-outline-danger:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.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-light,
.btn-light.disabled,
.btn-light:disabled,
.btn-outline-light:hover,
.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-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light.focus,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.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-dark,
.btn-dark.disabled,
.btn-dark:disabled,
.btn-outline-dark:hover,
.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-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark.focus,
.btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.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-link.focus,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
    text-decoration: underline;
}
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-secondary,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled,
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary {
    background-image: none;
    border-color: #6c757d;
}
.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-info,
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info {
    background-image: none;
    border-color: #17a2b8;
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-danger,
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger {
    background-image: none;
    border-color: #dc3545;
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-dark,
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark {
    background-image: none;
    border-color: #343a40;
}
.btn-link {
    color: #007bff;
    background-color: transparent;
}
.btn-link:hover {
    color: #0056b3;
    background-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
    box-shadow: none;
}
.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    width: 0;
    height: 0;
    vertical-align: 0.255em;
    content: "";
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    display: inline-block;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom,
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
.fade {
    transition: opacity 0.15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.collapsing {
    height: 0;
    transition: height 0.35s;
}
.dropdown-toggle::after {
    margin-left: 0.255em;
    border-top: 0.3em solid;
    border-bottom: 0;
}
.dropdown-toggle:empty::after,
.dropleft .dropdown-toggle-split::before,
.dropleft .dropdown-toggle:empty::after,
.dropright .dropdown-toggle:empty::after,
.dropup .dropdown-toggle:empty::after {
    margin-right: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-right {
    left: 0;
    right: auto;
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    margin-right: 0.255em;
    border-top: 0;
    border-bottom: 0.3em solid;
}
.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
    width: 0;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    height: 0;
}
.dropright .dropdown-menu {
    top: 0;
    left: auto;
    right: 100%;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-right: 0.255em;
    border-left: 0;
    border-right: 0.3em solid;
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-left: 0.255em;
    border-left: 0.3em solid;
    vertical-align: 0;
}
.dropleft > a,
.dropleft > button,
.dropright > a,
.dropright > button {
    direction: rtl;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    left: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.custom-file-input:focus ~ .custom-file-label::after,
.custom-select:focus {
    border-color: #80bdff;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-menu.show,
.tab-content > .active {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group,
.input-group-append,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text,
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
    margin-left: -1px;
}
.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:first-child,
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after,
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child),
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child),
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child),
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .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),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion .card:last-of-type,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.custom-select,
.input-group-text {
    line-height: 1.5;
    border: 1px solid #ced4da;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.custom-control-label::after,
.custom-control-label::before {
    top: 0.25rem;
    left: -1.5rem;
    height: 1rem;
    width: 1rem;
    content: "";
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.nav,
.navbar {
    -ms-flex-wrap: wrap;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-file,
.custom-select {
    display: inline-block;
    width: 100%;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.badge-primary,
.custom-control-input:checked ~ .custom-control-label::before,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
}
.custom-control-label::before {
    position: absolute;
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label::after {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before,
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%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 {
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%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:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-select {
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    color: #495057;
    background: url("data:image/svg+xml;charset=utf8,%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") right 0.75rem center/8px 10px no-repeat #fff;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select-lg,
.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.custom-select:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.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 {
    opacity: 0;
}
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    font-size: 75%;
}
.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%;
}
.custom-file,
.custom-file-input,
.custom-file-label {
    height: calc(2.25rem + 2px);
}
.custom-file-label,
.custom-file-label::after {
    padding: 0.375rem 0.75rem;
    color: #495057;
    top: 0;
    line-height: 1.5;
    right: 0;
}
.custom-file {
    position: relative;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-label {
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.card,
.navbar {
    position: relative;
}
.custom-file-label::after {
    position: absolute;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    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;
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}
.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: #007bff;
    border: 0;
    border-radius: 1rem;
    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;
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.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-left: 0.2rem;
    margin-right: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.nav-tabs .nav-link.disabled,
.navbar-toggler,
button.close {
    background-color: transparent;
}
.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-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;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
}
.nav-link,
.navbar {
    padding: 5px 10px;
}
.nav-link {
    display: block;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.navbar {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar > .container,
.navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
}
.card,
.navbar-nav {
    display: -ms-flexbox;
}
.card-header-pills,
.card-header-tabs {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}
.navbar-nav {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: "";
    background: center center/100% 100% no-repeat;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-left: 0;
    padding-right: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.card {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.modal-content,
.popover {
    background-clip: padding-box;
}
.card > .list-group:first-child .list-group-item:first-child,
.list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-footer,
.card-header {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
}
.card-columns .card,
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    margin-bottom: 0;
    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,
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    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-bottom: -0.75rem;
    border-bottom: 0;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1.25rem;
}
.alert,
.btn .badge,
.list-group-item,
.page-link {
    position: relative;
}
.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}
.card-img-top {
    width: 100%;
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
    width: 100%;
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
}
.breadcrumb,
.pagination {
    border-radius: 0.25rem;
    list-style: none;
}
.card-deck,
.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-deck .card,
.card-group > .card {
    margin-bottom: 15px;
}
.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-left-radius: 0;
    border-bottom-right-radius: 0;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.pagination {
    display: -ms-flexbox;
    padding-left: 0;
}
.page-link {
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.badge,
.close {
    font-weight: 700;
    line-height: 1;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    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, 123, 255, 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: #007bff;
    border-color: #007bff;
}
.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.25rem;
    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.875rem;
    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%;
    text-align: center;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.btn .badge {
    top: -1px;
}
.badge-pill {
    padding-left: 0.6em;
    padding-right: 0.6em;
    border-radius: 10rem;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
.jumbotron-fluid {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}
.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.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: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.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-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: right 1rem top 0;
    }
    to {
        background-position: 100% 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: right 1rem top 0;
    }
    to {
        background-position: 100% 0;
    }
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width 0.6s;
}
.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 {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    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:last-child {
    margin-bottom: 0;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-flush .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    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: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    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:focus,
.list-group-item-danger.list-group-item-action:hover {
    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:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    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;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.popover,
.tooltip {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    text-decoration: none;
    white-space: normal;
}
.modal-title,
.popover,
.tooltip {
    line-height: 1.5;
}
.popover,
.text-hide,
.tooltip {
    text-shadow: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right,
.modal-backdrop.fade,
.swiper-pagination.swiper-pagination-hidden,
.tooltip {
    opacity: 0;
}
button.close {
    padding: 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-right-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.popover,
.popover .arrow,
.popover .arrow::after,
.popover .arrow::before,
.tooltip,
.tooltip .arrow {
    position: absolute;
    display: block;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.tooltip {
    z-index: 1070;
    margin: 0;
    text-align: left;
    text-align: start;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-bottom,
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-left,
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-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 {
    top: 0;
    right: 0;
    z-index: 1060;
    max-width: 276px;
    text-align: left;
    text-align: start;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
    right: 1px;
    border-left-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
    top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    right: 50%;
    display: block;
    width: 1rem;
    margin-right: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
    left: 1px;
    border-right-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}
@media screen and (prefers-reduced-motion: reduce) {
    .btn,
    .collapsing,
    .fade,
    .form-control {
        transition: none;
    }
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
    .custom-range::-moz-range-thumb {
        transition: none;
    }
    .custom-range::-ms-thumb {
        transition: none;
    }
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active,
    .custom-control-label::before,
    .custom-file-label,
    .custom-select,
    .modal.fade .modal-dialog,
    .progress-bar {
        transition: none;
    }
}
.swiper-slide,
.swiper-wrapper {
    transition-property: transform;
}
.swiper-fade.swiper-free-mode .swiper-slide,
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
}
.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    right: 0;
}
.carousel-control-next {
    left: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: center center/100% 100% no-repeat;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-caption {
    position: absolute;
    left: 15%;
    bottom: 20px;
    right: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    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-left: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-right: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.rounded-right,
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-right-radius: 0.25rem !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-left: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-right: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.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: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.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.857143%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
.float-left {
    float: right !important;
}
.float-right {
    float: left !important;
}
.float-none {
    float: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}
.fixed-top {
    top: 0;
}
.fixed-bottom {
    bottom: 0;
}
.sr-only {
    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;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-left: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-right: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-left: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-right: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-left: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-right: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-left: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-right: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-left: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-right: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-left: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-right: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-left: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-right: auto !important;
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: right !important;
}
.text-right {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 15px;
        margin-bottom: 0;
        margin-right: 15px;
    }
    .card-group > .card:last-child,
    .card-group > .card:last-child .card-header,
    .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child,
    .card-group > .card:last-child .card-footer,
    .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-header,
    .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-footer,
    .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-header,
    .card-group > .card:only-child .card-img-top {
        border-top-right-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-footer,
    .card-group > .card:only-child .card-img-bottom {
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child),
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0;
    }
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
    .jumbotron {
        padding: 4rem 2rem;
    }
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
    .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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .float-sm-left {
        float: right !important;
    }
    .float-sm-right {
        float: left !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-right: 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-left: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-right: 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-left: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-right: 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-left: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-right: 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-left: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-right: 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-left: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-right: 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-left: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-right: 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-left: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-right: 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-left: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .text-sm-left {
        text-align: right !important;
    }
    .text-sm-right {
        text-align: left !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .float-md-left {
        float: right !important;
    }
    .float-md-right {
        float: left !important;
    }
    .float-md-none {
        float: none !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-right: 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-left: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-right: 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-left: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-right: 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-left: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-right: 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-left: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-right: 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-left: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-right: 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-left: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-right: 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-left: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-right: 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-left: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .text-md-left {
        text-align: right !important;
    }
    .text-md-right {
        text-align: left !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .modal-lg {
        max-width: 800px;
    }
    .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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .float-lg-left {
        float: right !important;
    }
    .float-lg-right {
        float: left !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-right: 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-left: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-right: 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-left: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-right: 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-left: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-right: 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-left: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-right: 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-left: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-right: 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-left: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-right: 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-left: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-right: 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-left: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .text-lg-left {
        text-align: right !important;
    }
    .text-lg-right {
        text-align: left !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .float-xl-left {
        float: right !important;
    }
    .float-xl-right {
        float: left !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-right: 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-left: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-right: 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-left: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-right: 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-left: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-right: 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-left: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-right: 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-left: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-right: 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-left: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-right: 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-left: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-right: 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-left: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .text-xl-left {
        text-align: right !important;
    }
    .text-xl-right {
        text-align: left !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.bx-ul .bx,
.fa-fw,
.fa-li,
.swiper-pagination,
.swiper-zoom-container {
    text-align: center;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important;
}
.text-muted,
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}
.text-body {
    color: #212529 !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;
    background-color: transparent;
    border: 0;
}
.bx,
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    *,
    ::after,
    ::before {
        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;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
    }
    thead {
        display: table-header-group;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    .container,
    body {
        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 td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
.eocjs-newsticker {
    padding: 10px 0;
    background-color: #eee;
}
.eocjs-newsticker .eocjs-newsticker-container {
    position: relative;
    height: 20px;
    overflow: hidden;
}
.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
}
.eocjs-newsticker-loader {
    position: absolute;
    right: calc(50% - 10px);
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #555;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite eocjs-newsticker-spin;
}
@keyframes eocjs-newsticker-spin {
    to {
        transform: rotate(-360deg);
    }
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated.hinge {
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: 0.75s;
}
@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    animation-name: flash;
}
@keyframes pulse {
    from,
    to {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
.pulse {
    animation-name: pulse;
}
@keyframes rubberBand {
    from,
    to {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
}
.rubberBand {
    animation-name: rubberBand;
}
@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(-10px, 0, 0);
    }
}
.shake {
    animation-name: shake;
}
@keyframes headShake {
    0%,
    50% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(6px) rotateY(9deg);
    }
    18.5% {
        transform: translateX(-5px) rotateY(-7deg);
    }
    31.5% {
        transform: translateX(3px) rotateY(5deg);
    }
    43.5% {
        transform: translateX(-2px) rotateY(-3deg);
    }
}
.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}
@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, 10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    transform-origin: top center;
    animation-name: swing;
}
@keyframes tada {
    from,
    to {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
}
.tada {
    animation-name: tada;
}
@keyframes wobble {
    from,
    to {
        transform: none;
    }
    15% {
        transform: translate3d(25%, 0, 0) rotate3d(0, 0, 1, 5deg);
    }
    30% {
        transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    45% {
        transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    60% {
        transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -2deg);
    }
    75% {
        transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 1deg);
    }
}
.wobble {
    animation-name: wobble;
}
@keyframes jello {
    11.1%,
    from,
    to {
        transform: none;
    }
    22.2% {
        transform: skewX(12.5deg) skewY(12.5deg);
    }
    33.3% {
        transform: skewX(-6.25deg) skewY(-6.25deg);
    }
    44.4% {
        transform: skewX(3.125deg) skewY(3.125deg);
    }
    55.5% {
        transform: skewX(-1.5625deg) skewY(-1.5625deg);
    }
    66.6% {
        transform: skewX(0.78125deg) skewY(0.78125deg);
    }
    77.7% {
        transform: skewX(-0.390625deg) skewY(-0.390625deg);
    }
    88.8% {
        transform: skewX(0.1953125deg) skewY(0.1953125deg);
    }
}
.jello {
    animation-name: jello;
    transform-origin: center;
}
@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    animation-name: bounceIn;
}
@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}
.bounceInDown {
    animation-name: bounceInDown;
}
@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}
.bounceInLeft {
    animation-name: bounceInLeft;
}
@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: none;
    }
}
.bounceInRight {
    animation-name: bounceInRight;
}
@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    animation-name: bounceInUp;
}
@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    animation-name: bounceOut;
}
@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutLeft {
    animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutRight {
    animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    animation-name: bounceOutUp;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownBig {
    animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightBig {
    animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpBig {
    animation-name: fadeInUpBig;
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutLeft {
    animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutRight {
    animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}
@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, 190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, 170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}
@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(-1, 0, 0, -90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(-1, 0, 0, 20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(-1, 0, 0, -10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(-1, 0, 0, 5deg);
    }
    to {
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}
.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, 20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, -10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, 5deg);
    }
    to {
        transform: perspective(400px);
    }
}
.flipInY {
    animation-name: flipInY;
}
@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(-1, 0, 0, 20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(-1, 0, 0, -90deg);
        opacity: 0;
    }
}
.flipOutX {
    animation-name: flipOutX;
}
@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, 15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, -90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}
@keyframes lightSpeedIn {
    from {
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(-20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(5deg);
        opacity: 1;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}
@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    animation-name: rotateInUpRight;
}
@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
}
.rotateOut {
    animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}
@keyframes hinge {
    0% {
        transform-origin: top right;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, -80deg);
        transform-origin: top right;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, -60deg);
        transform-origin: top right;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    animation-name: hinge;
}
@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(-30deg);
        transform-origin: center bottom;
    }
    50% {
        transform: rotate(10deg);
    }
    70% {
        transform: rotate(-3deg);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.jackInTheBox {
    animation-name: jackInTheBox;
}
@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.rollIn {
    animation-name: rollIn;
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
}
.rollOut {
    animation-name: rollOut;
}
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    animation-name: zoomIn;
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    animation-name: zoomInDown;
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    animation-name: zoomInLeft;
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    animation-name: zoomInRight;
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    animation-name: zoomInUp;
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    animation-name: zoomOut;
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}
.zoomOutLeft {
    animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}
.zoomOutRight {
    animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    animation-name: zoomOutUp;
}
@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    animation-name: slideInDown;
}
@keyframes slideInLeft {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    animation-name: slideInLeft;
}
@keyframes slideInRight {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    animation-name: slideInRight;
}
@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    animation-name: slideInUp;
}
@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    animation-name: slideOutDown;
}
@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutLeft {
    animation-name: slideOutLeft;
}
@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutRight {
    animation-name: slideOutRight;
}
@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    animation-name: slideOutUp;
}
.ticker,
.ticker-content {
    background-color: transparent;
    overflow: hidden;
}
.ticker-wrapper.has-js {
    margin: 0 180px 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    background-color: transparent;
}
.ticker {
    width: 879px;
    height: 30px;
    display: block;
    position: relative;
}
.ticker-content,
.ticker-swipe {
    padding-top: 9px;
    position: absolute;
}
.ticker-title {
    padding-top: 9px;
    color: #900;
    font-weight: 700;
    background-color: transparent;
    text-transform: uppercase;
}
.ticker-content {
    margin: 0;
    color: #1f527b;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1.2em;
    right: 0 !important;
}
.ticker-swipe,
.ticker-swipe span {
    background-color: #fff;
    display: block;
}
.ticker-content a:hover {
    text-decoration: underline;
    color: #0d3059;
}
.ticker-swipe {
    top: 0;
    width: 800px;
    height: 23px;
}
.ticker-swipe span {
    margin-right: 1px;
    height: 12px;
    width: 7px;
}
.ticker-controls {
    padding: 0;
    list-style-type: none;
    float: right;
}
.ticker-controls li {
    padding: 0;
    margin-right: 4px;
    float: right;
    height: 20px;
    width: 20px;
    display: block;
}
.no-js-news {
    padding: 10px 45px 0 0;
    color: #f8f0db;
}
.left .ticker,
.left .ticker-content,
.left .ticker-controls,
.left .ticker-title {
    float: right;
}
.left .ticker-controls {
    padding-right: 6px;
}
.right .ticker,
.right .ticker-content,
.right .ticker-controls,
.right .ticker-title {
    float: left;
}
.right .ticker-controls {
    padding-left: 6px;
} /*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa-beat,
.fa-beat-fade,
.fa-bounce,
.fa-fade,
.fa-flip,
.fa-shake {
    -webkit-animation-delay: var(--fa-animation-delay, 0);
}
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}
.fa-brands,
.fa-regular,
.fab,
.far {
    font-weight: 400;
}
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
    display: var(--fa-display, inline-block);
    line-height: 1;
    text-rendering: auto;
}
.bx,
.fa-stack {
    display: inline-block;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x,
.fa-stack-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-2xs {
    font-size: 0.625em;
    line-height: 0.1em;
    vertical-align: 0.225em;
}
.fa-xs {
    font-size: 0.75em;
    line-height: 0.08333em;
    vertical-align: 0.125em;
}
.fa-sm {
    font-size: 0.875em;
    line-height: 0.07143em;
    vertical-align: 0.05357em;
}
.fa-lg {
    font-size: 1.25em;
    line-height: 0.05em;
    vertical-align: -0.075em;
}
.fa-xl {
    font-size: 1.5em;
    line-height: 0.04167em;
    vertical-align: -0.125em;
}
.fa-2xl {
    font-size: 2em;
    line-height: 0.03125em;
    vertical-align: -0.1875em;
}
.bx-fw,
.fa-stack {
    vertical-align: middle;
}
.fa-fw {
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-right: var(--fa-li-margin, 2.5em);
    padding-right: 0;
}
.fa-li {
    right: calc(var(--fa-li-width, 2em) * -1);
    position: absolute;
    width: var(--fa-li-width, 2em);
    line-height: inherit;
}
.fa-border {
    border-color: var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, 0.1em);
    border-style: var(--fa-border-style, solid);
    border-width: var(--fa-border-width, 0.08em);
    padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
    float: right;
    margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
    float: left;
    margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-beat-fade,
.fa-bounce,
.fa-fade,
.fa-flip {
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-delay: var(--fa-animation-delay, 0);
}
.fa-bounce {
    -webkit-animation-name: fa-bounce;
    animation-name: fa-bounce;
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-fade;
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake,
.fa-spin {
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-direction: var(--fa-animation-direction, normal);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
}
.fa-shake {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
    --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
    animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s;
    }
}
@-webkit-keyframes fa-beat {
    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25));
    }
}
@keyframes fa-beat {
    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25));
    }
}
@-webkit-keyframes fa-bounce {
    0%,
    100%,
    64% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    }
    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    }
    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    }
    57% {
        -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    }
}
@keyframes fa-bounce {
    0%,
    100%,
    64% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    }
    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    }
    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    }
    57% {
        -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    }
}
@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, 0.4);
    }
}
@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, 0.4);
    }
}
@-webkit-keyframes fa-beat-fade {
    0%,
    100% {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125));
    }
}
@keyframes fa-beat-fade {
    0%,
    100% {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125));
    }
}
@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var«-2029:1», var«2029:-2», var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var«-2030:1», var«2030:-2», var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    }
}
@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var«-2031:1», var«2031:-2», var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var«-2032:1», var«2032:-2», var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    }
}
@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    4% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    24%,
    8% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    12%,
    28% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    16% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    20% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    32% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    36% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    100%,
    40% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    4% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    24%,
    8% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    12%,
    28% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    16% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    20% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    32% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    36% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    100%,
    40% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
.fa-rotate-by {
    -webkit-transform: rotate(var(--fa-rotate-angle, none));
    transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
    height: 2em;
    line-height: 2em;
    position: relative;
    width: 2.5em;
}
.bx-ul .bx,
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-1x,
.fa-stack-2x {
    right: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto);
}
.swiper,
.swiper-wrapper {
    z-index: 1;
    position: relative;
}
.fa-inverse {
    color: var(--fa-inverse, #fff);
}
.fa-0::before {
    content: "\30";
}
.fa-1::before {
    content: "\31";
}
.fa-2::before {
    content: "\32";
}
.fa-3::before {
    content: "\33";
}
.fa-4::before {
    content: "\34";
}
.fa-5::before {
    content: "\35";
}
.fa-6::before {
    content: "\36";
}
.fa-7::before {
    content: "\37";
}
.fa-8::before {
    content: "\38";
}
.fa-9::before {
    content: "\39";
}
.fa-a::before {
    content: "\41";
}
.fa-address-book::before,
.fa-contact-book::before {
    content: "\f2b9";
}
.fa-address-card::before,
.fa-contact-card::before,
.fa-vcard::before {
    content: "\f2bb";
}
.fa-align-center::before {
    content: "\f037";
}
.fa-align-justify::before {
    content: "\f039";
}
.fa-align-left::before {
    content: "\f036";
}
.fa-align-right::before {
    content: "\f038";
}
.fa-anchor::before {
    content: "\f13d";
}
.fa-anchor-circle-check::before {
    content: "\e4aa";
}
.fa-anchor-circle-exclamation::before {
    content: "\e4ab";
}
.fa-anchor-circle-xmark::before {
    content: "\e4ac";
}
.fa-anchor-lock::before {
    content: "\e4ad";
}
.fa-angle-down::before {
    content: "\f107";
}
.fa-angle-left::before {
    content: "\f104";
}
.fa-angle-right::before {
    content: "\f105";
}
.fa-angle-up::before {
    content: "\f106";
}
.fa-angle-double-down::before,
.fa-angles-down::before {
    content: "\f103";
}
.fa-angle-double-left::before,
.fa-angles-left::before {
    content: "\f100";
}
.fa-angle-double-right::before,
.fa-angles-right::before {
    content: "\f101";
}
.fa-angle-double-up::before,
.fa-angles-up::before {
    content: "\f102";
}
.fa-ankh::before {
    content: "\f644";
}
.fa-apple-alt::before,
.fa-apple-whole::before {
    content: "\f5d1";
}
.fa-archway::before {
    content: "\f557";
}
.fa-arrow-down::before {
    content: "\f063";
}
.fa-arrow-down-1-9::before,
.fa-sort-numeric-asc::before,
.fa-sort-numeric-down::before {
    content: "\f162";
}
.fa-arrow-down-9-1::before,
.fa-sort-numeric-desc::before,
.fa-sort-numeric-down-alt::before {
    content: "\f886";
}
.fa-arrow-down-a-z::before,
.fa-sort-alpha-asc::before,
.fa-sort-alpha-down::before {
    content: "\f15d";
}
.fa-arrow-down-long::before,
.fa-long-arrow-down::before {
    content: "\f175";
}
.fa-arrow-down-short-wide::before,
.fa-sort-amount-desc::before,
.fa-sort-amount-down-alt::before {
    content: "\f884";
}
.fa-arrow-down-up-across-line::before {
    content: "\e4af";
}
.fa-arrow-down-up-lock::before {
    content: "\e4b0";
}
.fa-arrow-down-wide-short::before,
.fa-sort-amount-asc::before,
.fa-sort-amount-down::before {
    content: "\f160";
}
.fa-arrow-down-z-a::before,
.fa-sort-alpha-desc::before,
.fa-sort-alpha-down-alt::before {
    content: "\f881";
}
.fa-arrow-left::before {
    content: "\f060";
}
.fa-arrow-left-long::before,
.fa-long-arrow-left::before {
    content: "\f177";
}
.fa-arrow-pointer::before,
.fa-mouse-pointer::before {
    content: "\f245";
}
.fa-arrow-right::before {
    content: "\f061";
}
.fa-arrow-right-arrow-left::before,
.fa-exchange::before {
    content: "\f0ec";
}
.fa-arrow-right-from-bracket::before,
.fa-sign-out::before {
    content: "\f08b";
}
.fa-arrow-right-long::before,
.fa-long-arrow-right::before {
    content: "\f178";
}
.fa-arrow-right-to-bracket::before,
.fa-sign-in::before {
    content: "\f090";
}
.fa-arrow-right-to-city::before {
    content: "\e4b3";
}
.fa-arrow-left-rotate::before,
.fa-arrow-rotate-back::before,
.fa-arrow-rotate-backward::before,
.fa-arrow-rotate-left::before,
.fa-undo::before {
    content: "\f0e2";
}
.fa-arrow-right-rotate::before,
.fa-arrow-rotate-forward::before,
.fa-arrow-rotate-right::before,
.fa-redo::before {
    content: "\f01e";
}
.fa-arrow-trend-down::before {
    content: "\e097";
}
.fa-arrow-trend-up::before {
    content: "\e098";
}
.fa-arrow-turn-down::before,
.fa-level-down::before {
    content: "\f149";
}
.fa-arrow-turn-up::before,
.fa-level-up::before {
    content: "\f148";
}
.fa-arrow-up::before {
    content: "\f062";
}
.fa-arrow-up-1-9::before,
.fa-sort-numeric-up::before {
    content: "\f163";
}
.fa-arrow-up-9-1::before,
.fa-sort-numeric-up-alt::before {
    content: "\f887";
}
.fa-arrow-up-a-z::before,
.fa-sort-alpha-up::before {
    content: "\f15e";
}
.fa-arrow-up-from-bracket::before {
    content: "\e09a";
}
.fa-arrow-up-from-ground-water::before {
    content: "\e4b5";
}
.fa-arrow-up-from-water-pump::before {
    content: "\e4b6";
}
.fa-arrow-up-long::before,
.fa-long-arrow-up::before {
    content: "\f176";
}
.fa-arrow-up-right-dots::before {
    content: "\e4b7";
}
.fa-arrow-up-right-from-square::before,
.fa-external-link::before {
    content: "\f08e";
}
.fa-arrow-up-short-wide::before,
.fa-sort-amount-up-alt::before {
    content: "\f885";
}
.fa-arrow-up-wide-short::before,
.fa-sort-amount-up::before {
    content: "\f161";
}
.fa-arrow-up-z-a::before,
.fa-sort-alpha-up-alt::before {
    content: "\f882";
}
.fa-arrows-down-to-line::before {
    content: "\e4b8";
}
.fa-arrows-down-to-people::before {
    content: "\e4b9";
}
.fa-arrows-h::before,
.fa-arrows-left-right::before {
    content: "\f07e";
}
.fa-arrows-left-right-to-line::before {
    content: "\e4ba";
}
.fa-arrows-rotate::before,
.fa-refresh::before,
.fa-sync::before {
    content: "\f021";
}
.fa-arrows-spin::before {
    content: "\e4bb";
}
.fa-arrows-split-up-and-left::before {
    content: "\e4bc";
}
.fa-arrows-to-circle::before {
    content: "\e4bd";
}
.fa-arrows-to-dot::before {
    content: "\e4be";
}
.fa-arrows-to-eye::before {
    content: "\e4bf";
}
.fa-arrows-turn-right::before {
    content: "\e4c0";
}
.fa-arrows-turn-to-dots::before {
    content: "\e4c1";
}
.fa-arrows-up-down::before,
.fa-arrows-v::before {
    content: "\f07d";
}
.fa-arrows-up-down-left-right::before,
.fa-arrows::before {
    content: "\f047";
}
.fa-arrows-up-to-line::before {
    content: "\e4c2";
}
.fa-asterisk::before {
    content: "\2a";
}
.fa-at::before {
    content: "\40";
}
.fa-atom::before {
    content: "\f5d2";
}
.fa-audio-description::before {
    content: "\f29e";
}
.fa-austral-sign::before {
    content: "\e0a9";
}
.fa-award::before {
    content: "\f559";
}
.fa-b::before {
    content: "\42";
}
.fa-baby::before {
    content: "\f77c";
}
.fa-baby-carriage::before,
.fa-carriage-baby::before {
    content: "\f77d";
}
.fa-backward::before {
    content: "\f04a";
}
.fa-backward-fast::before,
.fa-fast-backward::before {
    content: "\f049";
}
.fa-backward-step::before,
.fa-step-backward::before {
    content: "\f048";
}
.fa-bacon::before {
    content: "\f7e5";
}
.fa-bacteria::before {
    content: "\e059";
}
.fa-bacterium::before {
    content: "\e05a";
}
.fa-bag-shopping::before,
.fa-shopping-bag::before {
    content: "\f290";
}
.fa-bahai::before {
    content: "\f666";
}
.fa-baht-sign::before {
    content: "\e0ac";
}
.fa-ban::before,
.fa-cancel::before {
    content: "\f05e";
}
.fa-ban-smoking::before,
.fa-smoking-ban::before {
    content: "\f54d";
}
.fa-band-aid::before,
.fa-bandage::before {
    content: "\f462";
}
.fa-barcode::before {
    content: "\f02a";
}
.fa-bars::before,
.fa-navicon::before {
    content: "\f0c9";
}
.fa-bars-progress::before,
.fa-tasks-alt::before {
    content: "\f828";
}
.fa-bars-staggered::before,
.fa-reorder::before,
.fa-stream::before {
    content: "\f550";
}
.fa-baseball-ball::before,
.fa-baseball::before {
    content: "\f433";
}
.fa-baseball-bat-ball::before {
    content: "\f432";
}
.fa-basket-shopping::before,
.fa-shopping-basket::before {
    content: "\f291";
}
.fa-basketball-ball::before,
.fa-basketball::before {
    content: "\f434";
}
.fa-bath::before,
.fa-bathtub::before {
    content: "\f2cd";
}
.fa-battery-0::before,
.fa-battery-empty::before {
    content: "\f244";
}
.fa-battery-5::before,
.fa-battery-full::before,
.fa-battery::before {
    content: "\f240";
}
.fa-battery-3::before,
.fa-battery-half::before {
    content: "\f242";
}
.fa-battery-2::before,
.fa-battery-quarter::before {
    content: "\f243";
}
.fa-battery-4::before,
.fa-battery-three-quarters::before {
    content: "\f241";
}
.fa-bed::before {
    content: "\f236";
}
.fa-bed-pulse::before,
.fa-procedures::before {
    content: "\f487";
}
.fa-beer-mug-empty::before,
.fa-beer::before {
    content: "\f0fc";
}
.fa-bell::before {
    content: "\f0f3";
}
.fa-bell-concierge::before,
.fa-concierge-bell::before {
    content: "\f562";
}
.fa-bell-slash::before {
    content: "\f1f6";
}
.fa-bezier-curve::before {
    content: "\f55b";
}
.fa-bicycle::before {
    content: "\f206";
}
.fa-binoculars::before {
    content: "\f1e5";
}
.fa-biohazard::before {
    content: "\f780";
}
.fa-bitcoin-sign::before {
    content: "\e0b4";
}
.fa-blender::before {
    content: "\f517";
}
.fa-blender-phone::before {
    content: "\f6b6";
}
.fa-blog::before {
    content: "\f781";
}
.fa-bold::before {
    content: "\f032";
}
.fa-bolt::before,
.fa-zap::before {
    content: "\f0e7";
}
.fa-bolt-lightning::before {
    content: "\e0b7";
}
.fa-bomb::before {
    content: "\f1e2";
}
.fa-bone::before {
    content: "\f5d7";
}
.fa-bong::before {
    content: "\f55c";
}
.fa-book::before {
    content: "\f02d";
}
.fa-atlas::before,
.fa-book-atlas::before {
    content: "\f558";
}
.fa-bible::before,
.fa-book-bible::before {
    content: "\f647";
}
.fa-book-bookmark::before {
    content: "\e0bb";
}
.fa-book-journal-whills::before,
.fa-journal-whills::before {
    content: "\f66a";
}
.fa-book-medical::before {
    content: "\f7e6";
}
.fa-book-open::before {
    content: "\f518";
}
.fa-book-open-reader::before,
.fa-book-reader::before {
    content: "\f5da";
}
.fa-book-quran::before,
.fa-quran::before {
    content: "\f687";
}
.fa-book-dead::before,
.fa-book-skull::before {
    content: "\f6b7";
}
.fa-bookmark::before {
    content: "\f02e";
}
.fa-border-all::before {
    content: "\f84c";
}
.fa-border-none::before {
    content: "\f850";
}
.fa-border-style::before,
.fa-border-top-left::before {
    content: "\f853";
}
.fa-bore-hole::before {
    content: "\e4c3";
}
.fa-bottle-droplet::before {
    content: "\e4c4";
}
.fa-bottle-water::before {
    content: "\e4c5";
}
.fa-bowl-food::before {
    content: "\e4c6";
}
.fa-bowl-rice::before {
    content: "\e2eb";
}
.fa-bowling-ball::before {
    content: "\f436";
}
.fa-box::before {
    content: "\f466";
}
.fa-archive::before,
.fa-box-archive::before {
    content: "\f187";
}
.fa-box-open::before {
    content: "\f49e";
}
.fa-box-tissue::before {
    content: "\e05b";
}
.fa-boxes-packing::before {
    content: "\e4c7";
}
.fa-boxes-alt::before,
.fa-boxes-stacked::before,
.fa-boxes::before {
    content: "\f468";
}
.fa-braille::before {
    content: "\f2a1";
}
.fa-brain::before {
    content: "\f5dc";
}
.fa-brazilian-real-sign::before {
    content: "\e46c";
}
.fa-bread-slice::before {
    content: "\f7ec";
}
.fa-bridge::before {
    content: "\e4c8";
}
.fa-bridge-circle-check::before {
    content: "\e4c9";
}
.fa-bridge-circle-exclamation::before {
    content: "\e4ca";
}
.fa-bridge-circle-xmark::before {
    content: "\e4cb";
}
.fa-bridge-lock::before {
    content: "\e4cc";
}
.fa-bridge-water::before {
    content: "\e4ce";
}
.fa-briefcase::before {
    content: "\f0b1";
}
.fa-briefcase-medical::before {
    content: "\f469";
}
.fa-broom::before {
    content: "\f51a";
}
.fa-broom-ball::before,
.fa-quidditch-broom-ball::before,
.fa-quidditch::before {
    content: "\f458";
}
.fa-brush::before {
    content: "\f55d";
}
.fa-bucket::before {
    content: "\e4cf";
}
.fa-bug::before {
    content: "\f188";
}
.fa-bug-slash::before {
    content: "\e490";
}
.fa-bugs::before {
    content: "\e4d0";
}
.fa-building::before {
    content: "\f1ad";
}
.fa-building-circle-arrow-right::before {
    content: "\e4d1";
}
.fa-building-circle-check::before {
    content: "\e4d2";
}
.fa-building-circle-exclamation::before {
    content: "\e4d3";
}
.fa-building-circle-xmark::before {
    content: "\e4d4";
}
.fa-bank::before,
.fa-building-columns::before,
.fa-institution::before,
.fa-museum::before,
.fa-university::before {
    content: "\f19c";
}
.fa-building-flag::before {
    content: "\e4d5";
}
.fa-building-lock::before {
    content: "\e4d6";
}
.fa-building-ngo::before {
    content: "\e4d7";
}
.fa-building-shield::before {
    content: "\e4d8";
}
.fa-building-un::before {
    content: "\e4d9";
}
.fa-building-user::before {
    content: "\e4da";
}
.fa-building-wheat::before {
    content: "\e4db";
}
.fa-bullhorn::before {
    content: "\f0a1";
}
.fa-bullseye::before {
    content: "\f140";
}
.fa-burger::before,
.fa-hamburger::before {
    content: "\f805";
}
.fa-burst::before {
    content: "\e4dc";
}
.fa-bus::before {
    content: "\f207";
}
.fa-bus-alt::before,
.fa-bus-simple::before {
    content: "\f55e";
}
.fa-briefcase-clock::before,
.fa-business-time::before {
    content: "\f64a";
}
.fa-c::before {
    content: "\43";
}
.fa-birthday-cake::before,
.fa-cake-candles::before,
.fa-cake::before {
    content: "\f1fd";
}
.fa-calculator::before {
    content: "\f1ec";
}
.fa-calendar::before {
    content: "\f133";
}
.fa-calendar-check::before {
    content: "\f274";
}
.fa-calendar-day::before {
    content: "\f783";
}
.fa-calendar-alt::before,
.fa-calendar-days::before {
    content: "\f073";
}
.fa-calendar-minus::before {
    content: "\f272";
}
.fa-calendar-plus::before {
    content: "\f271";
}
.fa-calendar-week::before {
    content: "\f784";
}
.fa-calendar-times::before,
.fa-calendar-xmark::before {
    content: "\f273";
}
.fa-camera-alt::before,
.fa-camera::before {
    content: "\f030";
}
.fa-camera-retro::before {
    content: "\f083";
}
.fa-camera-rotate::before {
    content: "\e0d8";
}
.fa-campground::before {
    content: "\f6bb";
}
.fa-candy-cane::before {
    content: "\f786";
}
.fa-cannabis::before {
    content: "\f55f";
}
.fa-capsules::before {
    content: "\f46b";
}
.fa-automobile::before,
.fa-car::before {
    content: "\f1b9";
}
.fa-battery-car::before,
.fa-car-battery::before {
    content: "\f5df";
}
.fa-car-burst::before,
.fa-car-crash::before {
    content: "\f5e1";
}
.fa-car-on::before {
    content: "\e4dd";
}
.fa-car-alt::before,
.fa-car-rear::before {
    content: "\f5de";
}
.fa-car-side::before {
    content: "\f5e4";
}
.fa-car-tunnel::before {
    content: "\e4de";
}
.fa-caravan::before {
    content: "\f8ff";
}
.fa-caret-down::before {
    content: "\f0d7";
}
.fa-caret-left::before {
    content: "\f0d9";
}
.fa-caret-right::before {
    content: "\f0da";
}
.fa-caret-up::before {
    content: "\f0d8";
}
.fa-carrot::before {
    content: "\f787";
}
.fa-cart-arrow-down::before {
    content: "\f218";
}
.fa-cart-flatbed::before,
.fa-dolly-flatbed::before {
    content: "\f474";
}
.fa-cart-flatbed-suitcase::before,
.fa-luggage-cart::before {
    content: "\f59d";
}
.fa-cart-plus::before {
    content: "\f217";
}
.fa-cart-shopping::before,
.fa-shopping-cart::before {
    content: "\f07a";
}
.fa-cash-register::before {
    content: "\f788";
}
.fa-cat::before {
    content: "\f6be";
}
.fa-cedi-sign::before {
    content: "\e0df";
}
.fa-cent-sign::before {
    content: "\e3f5";
}
.fa-certificate::before {
    content: "\f0a3";
}
.fa-chair::before {
    content: "\f6c0";
}
.fa-blackboard::before,
.fa-chalkboard::before {
    content: "\f51b";
}
.fa-chalkboard-teacher::before,
.fa-chalkboard-user::before {
    content: "\f51c";
}
.fa-champagne-glasses::before,
.fa-glass-cheers::before {
    content: "\f79f";
}
.fa-charging-station::before {
    content: "\f5e7";
}
.fa-area-chart::before,
.fa-chart-area::before {
    content: "\f1fe";
}
.fa-bar-chart::before,
.fa-chart-bar::before {
    content: "\f080";
}
.fa-chart-column::before {
    content: "\e0e3";
}
.fa-chart-gantt::before {
    content: "\e0e4";
}
.fa-chart-line::before,
.fa-line-chart::before {
    content: "\f201";
}
.fa-chart-pie::before,
.fa-pie-chart::before {
    content: "\f200";
}
.fa-chart-simple::before {
    content: "\e473";
}
.fa-check::before {
    content: "\f00c";
}
.fa-check-double::before {
    content: "\f560";
}
.fa-check-to-slot::before,
.fa-vote-yea::before {
    content: "\f772";
}
.fa-cheese::before {
    content: "\f7ef";
}
.fa-chess::before {
    content: "\f439";
}
.fa-chess-bishop::before {
    content: "\f43a";
}
.fa-chess-board::before {
    content: "\f43c";
}
.fa-chess-king::before {
    content: "\f43f";
}
.fa-chess-knight::before {
    content: "\f441";
}
.fa-chess-pawn::before {
    content: "\f443";
}
.fa-chess-queen::before {
    content: "\f445";
}
.fa-chess-rook::before {
    content: "\f447";
}
.fa-chevron-down::before {
    content: "\f078";
}
.fa-chevron-left::before {
    content: "\f053";
}
.fa-chevron-right::before {
    content: "\f054";
}
.fa-chevron-up::before {
    content: "\f077";
}
.fa-child::before {
    content: "\f1ae";
}
.fa-child-dress::before {
    content: "\e59c";
}
.fa-child-reaching::before {
    content: "\e59d";
}
.fa-child-rifle::before {
    content: "\e4e0";
}
.fa-children::before {
    content: "\e4e1";
}
.fa-church::before {
    content: "\f51d";
}
.fa-circle::before {
    content: "\f111";
}
.fa-arrow-circle-down::before,
.fa-circle-arrow-down::before {
    content: "\f0ab";
}
.fa-arrow-circle-left::before,
.fa-circle-arrow-left::before {
    content: "\f0a8";
}
.fa-arrow-circle-right::before,
.fa-circle-arrow-right::before {
    content: "\f0a9";
}
.fa-arrow-circle-up::before,
.fa-circle-arrow-up::before {
    content: "\f0aa";
}
.fa-check-circle::before,
.fa-circle-check::before {
    content: "\f058";
}
.fa-chevron-circle-down::before,
.fa-circle-chevron-down::before {
    content: "\f13a";
}
.fa-chevron-circle-left::before,
.fa-circle-chevron-left::before {
    content: "\f137";
}
.fa-chevron-circle-right::before,
.fa-circle-chevron-right::before {
    content: "\f138";
}
.fa-chevron-circle-up::before,
.fa-circle-chevron-up::before {
    content: "\f139";
}
.fa-circle-dollar-to-slot::before,
.fa-donate::before {
    content: "\f4b9";
}
.fa-circle-dot::before,
.fa-dot-circle::before {
    content: "\f192";
}
.fa-arrow-alt-circle-down::before,
.fa-circle-down::before {
    content: "\f358";
}
.fa-circle-exclamation::before,
.fa-exclamation-circle::before {
    content: "\f06a";
}
.fa-circle-h::before,
.fa-hospital-symbol::before {
    content: "\f47e";
}
.fa-adjust::before,
.fa-circle-half-stroke::before {
    content: "\f042";
}
.fa-circle-info::before,
.fa-info-circle::before {
    content: "\f05a";
}
.fa-arrow-alt-circle-left::before,
.fa-circle-left::before {
    content: "\f359";
}
.fa-circle-minus::before,
.fa-minus-circle::before {
    content: "\f056";
}
.fa-circle-nodes::before {
    content: "\e4e2";
}
.fa-circle-notch::before {
    content: "\f1ce";
}
.fa-circle-pause::before,
.fa-pause-circle::before {
    content: "\f28b";
}
.fa-circle-play::before,
.fa-play-circle::before {
    content: "\f144";
}
.fa-circle-plus::before,
.fa-plus-circle::before {
    content: "\f055";
}
.fa-circle-question::before,
.fa-question-circle::before {
    content: "\f059";
}
.fa-circle-radiation::before,
.fa-radiation-alt::before {
    content: "\f7ba";
}
.fa-arrow-alt-circle-right::before,
.fa-circle-right::before {
    content: "\f35a";
}
.fa-circle-stop::before,
.fa-stop-circle::before {
    content: "\f28d";
}
.fa-arrow-alt-circle-up::before,
.fa-circle-up::before {
    content: "\f35b";
}
.fa-circle-user::before,
.fa-user-circle::before {
    content: "\f2bd";
}
.fa-circle-xmark::before,
.fa-times-circle::before,
.fa-xmark-circle::before {
    content: "\f057";
}
.fa-city::before {
    content: "\f64f";
}
.fa-clapperboard::before {
    content: "\e131";
}
.fa-clipboard::before {
    content: "\f328";
}
.fa-clipboard-check::before {
    content: "\f46c";
}
.fa-clipboard-list::before {
    content: "\f46d";
}
.fa-clipboard-question::before {
    content: "\e4e3";
}
.fa-clipboard-user::before {
    content: "\f7f3";
}
.fa-clock-four::before,
.fa-clock::before {
    content: "\f017";
}
.fa-clock-rotate-left::before,
.fa-history::before {
    content: "\f1da";
}
.fa-clone::before {
    content: "\f24d";
}
.fa-closed-captioning::before {
    content: "\f20a";
}
.fa-cloud::before {
    content: "\f0c2";
}
.fa-cloud-arrow-down::before,
.fa-cloud-download-alt::before,
.fa-cloud-download::before {
    content: "\f0ed";
}
.fa-cloud-arrow-up::before,
.fa-cloud-upload-alt::before,
.fa-cloud-upload::before {
    content: "\f0ee";
}
.fa-cloud-bolt::before,
.fa-thunderstorm::before {
    content: "\f76c";
}
.fa-cloud-meatball::before {
    content: "\f73b";
}
.fa-cloud-moon::before {
    content: "\f6c3";
}
.fa-cloud-moon-rain::before {
    content: "\f73c";
}
.fa-cloud-rain::before {
    content: "\f73d";
}
.fa-cloud-showers-heavy::before {
    content: "\f740";
}
.fa-cloud-showers-water::before {
    content: "\e4e4";
}
.fa-cloud-sun::before {
    content: "\f6c4";
}
.fa-cloud-sun-rain::before {
    content: "\f743";
}
.fa-clover::before {
    content: "\e139";
}
.fa-code::before {
    content: "\f121";
}
.fa-code-branch::before {
    content: "\f126";
}
.fa-code-commit::before {
    content: "\f386";
}
.fa-code-compare::before {
    content: "\e13a";
}
.fa-code-fork::before {
    content: "\e13b";
}
.fa-code-merge::before {
    content: "\f387";
}
.fa-code-pull-request::before {
    content: "\e13c";
}
.fa-coins::before {
    content: "\f51e";
}
.fa-colon-sign::before {
    content: "\e140";
}
.fa-comment::before {
    content: "\f075";
}
.fa-comment-dollar::before {
    content: "\f651";
}
.fa-comment-dots::before,
.fa-commenting::before {
    content: "\f4ad";
}
.fa-comment-medical::before {
    content: "\f7f5";
}
.fa-comment-slash::before {
    content: "\f4b3";
}
.fa-comment-sms::before,
.fa-sms::before {
    content: "\f7cd";
}
.fa-comments::before {
    content: "\f086";
}
.fa-comments-dollar::before {
    content: "\f653";
}
.fa-compact-disc::before {
    content: "\f51f";
}
.fa-compass::before {
    content: "\f14e";
}
.fa-compass-drafting::before,
.fa-drafting-compass::before {
    content: "\f568";
}
.fa-compress::before {
    content: "\f066";
}
.fa-computer::before {
    content: "\e4e5";
}
.fa-computer-mouse::before,
.fa-mouse::before {
    content: "\f8cc";
}
.fa-cookie::before {
    content: "\f563";
}
.fa-cookie-bite::before {
    content: "\f564";
}
.fa-copy::before {
    content: "\f0c5";
}
.fa-copyright::before {
    content: "\f1f9";
}
.fa-couch::before {
    content: "\f4b8";
}
.fa-cow::before {
    content: "\f6c8";
}
.fa-credit-card-alt::before,
.fa-credit-card::before {
    content: "\f09d";
}
.fa-crop::before {
    content: "\f125";
}
.fa-crop-alt::before,
.fa-crop-simple::before {
    content: "\f565";
}
.fa-cross::before {
    content: "\f654";
}
.fa-crosshairs::before {
    content: "\f05b";
}
.fa-crow::before {
    content: "\f520";
}
.fa-crown::before {
    content: "\f521";
}
.fa-crutch::before {
    content: "\f7f7";
}
.fa-cruzeiro-sign::before {
    content: "\e152";
}
.fa-cube::before {
    content: "\f1b2";
}
.fa-cubes::before {
    content: "\f1b3";
}
.fa-cubes-stacked::before {
    content: "\e4e6";
}
.fa-d::before {
    content: "\44";
}
.fa-database::before {
    content: "\f1c0";
}
.fa-backspace::before,
.fa-delete-left::before {
    content: "\f55a";
}
.fa-democrat::before {
    content: "\f747";
}
.fa-desktop-alt::before,
.fa-desktop::before {
    content: "\f390";
}
.fa-dharmachakra::before {
    content: "\f655";
}
.fa-diagram-next::before {
    content: "\e476";
}
.fa-diagram-predecessor::before {
    content: "\e477";
}
.fa-diagram-project::before,
.fa-project-diagram::before {
    content: "\f542";
}
.fa-diagram-successor::before {
    content: "\e47a";
}
.fa-diamond::before {
    content: "\f219";
}
.fa-diamond-turn-right::before,
.fa-directions::before {
    content: "\f5eb";
}
.fa-dice::before {
    content: "\f522";
}
.fa-dice-d20::before {
    content: "\f6cf";
}
.fa-dice-d6::before {
    content: "\f6d1";
}
.fa-dice-five::before {
    content: "\f523";
}
.fa-dice-four::before {
    content: "\f524";
}
.fa-dice-one::before {
    content: "\f525";
}
.fa-dice-six::before {
    content: "\f526";
}
.fa-dice-three::before {
    content: "\f527";
}
.fa-dice-two::before {
    content: "\f528";
}
.fa-disease::before {
    content: "\f7fa";
}
.fa-display::before {
    content: "\e163";
}
.fa-divide::before {
    content: "\f529";
}
.fa-dna::before {
    content: "\f471";
}
.fa-dog::before {
    content: "\f6d3";
}
.fa-dollar-sign::before,
.fa-dollar::before,
.fa-usd::before {
    content: "\24";
}
.fa-dolly-box::before,
.fa-dolly::before {
    content: "\f472";
}
.fa-dong-sign::before {
    content: "\e169";
}
.fa-door-closed::before {
    content: "\f52a";
}
.fa-door-open::before {
    content: "\f52b";
}
.fa-dove::before {
    content: "\f4ba";
}
.fa-compress-alt::before,
.fa-down-left-and-up-right-to-center::before {
    content: "\f422";
}
.fa-down-long::before,
.fa-long-arrow-alt-down::before {
    content: "\f309";
}
.fa-download::before {
    content: "\f019";
}
.fa-dragon::before {
    content: "\f6d5";
}
.fa-draw-polygon::before {
    content: "\f5ee";
}
.fa-droplet::before,
.fa-tint::before {
    content: "\f043";
}
.fa-droplet-slash::before,
.fa-tint-slash::before {
    content: "\f5c7";
}
.fa-drum::before {
    content: "\f569";
}
.fa-drum-steelpan::before {
    content: "\f56a";
}
.fa-drumstick-bite::before {
    content: "\f6d7";
}
.fa-dumbbell::before {
    content: "\f44b";
}
.fa-dumpster::before {
    content: "\f793";
}
.fa-dumpster-fire::before {
    content: "\f794";
}
.fa-dungeon::before {
    content: "\f6d9";
}
.fa-e::before {
    content: "\45";
}
.fa-deaf::before,
.fa-deafness::before,
.fa-ear-deaf::before,
.fa-hard-of-hearing::before {
    content: "\f2a4";
}
.fa-assistive-listening-systems::before,
.fa-ear-listen::before {
    content: "\f2a2";
}
.fa-earth-africa::before,
.fa-globe-africa::before {
    content: "\f57c";
}
.fa-earth-america::before,
.fa-earth-americas::before,
.fa-earth::before,
.fa-globe-americas::before {
    content: "\f57d";
}
.fa-earth-asia::before,
.fa-globe-asia::before {
    content: "\f57e";
}
.fa-earth-europe::before,
.fa-globe-europe::before {
    content: "\f7a2";
}
.fa-earth-oceania::before,
.fa-globe-oceania::before {
    content: "\e47b";
}
.fa-egg::before {
    content: "\f7fb";
}
.fa-eject::before {
    content: "\f052";
}
.fa-elevator::before {
    content: "\e16d";
}
.fa-ellipsis-h::before,
.fa-ellipsis::before {
    content: "\f141";
}
.fa-ellipsis-v::before,
.fa-ellipsis-vertical::before {
    content: "\f142";
}
.fa-envelope::before {
    content: "\f0e0";
}
.fa-envelope-circle-check::before {
    content: "\e4e8";
}
.fa-envelope-open::before {
    content: "\f2b6";
}
.fa-envelope-open-text::before {
    content: "\f658";
}
.fa-envelopes-bulk::before,
.fa-mail-bulk::before {
    content: "\f674";
}
.fa-equals::before {
    content: "\3d";
}
.fa-eraser::before {
    content: "\f12d";
}
.fa-ethernet::before {
    content: "\f796";
}
.fa-eur::before,
.fa-euro-sign::before,
.fa-euro::before {
    content: "\f153";
}
.fa-exclamation::before {
    content: "\21";
}
.fa-expand::before {
    content: "\f065";
}
.fa-explosion::before {
    content: "\e4e9";
}
.fa-eye::before {
    content: "\f06e";
}
.fa-eye-dropper-empty::before,
.fa-eye-dropper::before,
.fa-eyedropper::before {
    content: "\f1fb";
}
.fa-eye-low-vision::before,
.fa-low-vision::before {
    content: "\f2a8";
}
.fa-eye-slash::before {
    content: "\f070";
}
.fa-f::before {
    content: "\46";
}
.fa-angry::before,
.fa-face-angry::before {
    content: "\f556";
}
.fa-dizzy::before,
.fa-face-dizzy::before {
    content: "\f567";
}
.fa-face-flushed::before,
.fa-flushed::before {
    content: "\f579";
}
.fa-face-frown::before,
.fa-frown::before {
    content: "\f119";
}
.fa-face-frown-open::before,
.fa-frown-open::before {
    content: "\f57a";
}
.fa-face-grimace::before,
.fa-grimace::before {
    content: "\f57f";
}
.fa-face-grin::before,
.fa-grin::before {
    content: "\f580";
}
.fa-face-grin-beam::before,
.fa-grin-beam::before {
    content: "\f582";
}
.fa-face-grin-beam-sweat::before,
.fa-grin-beam-sweat::before {
    content: "\f583";
}
.fa-face-grin-hearts::before,
.fa-grin-hearts::before {
    content: "\f584";
}
.fa-face-grin-squint::before,
.fa-grin-squint::before {
    content: "\f585";
}
.fa-face-grin-squint-tears::before,
.fa-grin-squint-tears::before {
    content: "\f586";
}
.fa-face-grin-stars::before,
.fa-grin-stars::before {
    content: "\f587";
}
.fa-face-grin-tears::before,
.fa-grin-tears::before {
    content: "\f588";
}
.fa-face-grin-tongue::before,
.fa-grin-tongue::before {
    content: "\f589";
}
.fa-face-grin-tongue-squint::before,
.fa-grin-tongue-squint::before {
    content: "\f58a";
}
.fa-face-grin-tongue-wink::before,
.fa-grin-tongue-wink::before {
    content: "\f58b";
}
.fa-face-grin-wide::before,
.fa-grin-alt::before {
    content: "\f581";
}
.fa-face-grin-wink::before,
.fa-grin-wink::before {
    content: "\f58c";
}
.fa-face-kiss::before,
.fa-kiss::before {
    content: "\f596";
}
.fa-face-kiss-beam::before,
.fa-kiss-beam::before {
    content: "\f597";
}
.fa-face-kiss-wink-heart::before,
.fa-kiss-wink-heart::before {
    content: "\f598";
}
.fa-face-laugh::before,
.fa-laugh::before {
    content: "\f599";
}
.fa-face-laugh-beam::before,
.fa-laugh-beam::before {
    content: "\f59a";
}
.fa-face-laugh-squint::before,
.fa-laugh-squint::before {
    content: "\f59b";
}
.fa-face-laugh-wink::before,
.fa-laugh-wink::before {
    content: "\f59c";
}
.fa-face-meh::before,
.fa-meh::before {
    content: "\f11a";
}
.fa-face-meh-blank::before,
.fa-meh-blank::before {
    content: "\f5a4";
}
.fa-face-rolling-eyes::before,
.fa-meh-rolling-eyes::before {
    content: "\f5a5";
}
.fa-face-sad-cry::before,
.fa-sad-cry::before {
    content: "\f5b3";
}
.fa-face-sad-tear::before,
.fa-sad-tear::before {
    content: "\f5b4";
}
.fa-face-smile::before,
.fa-smile::before {
    content: "\f118";
}
.fa-face-smile-beam::before,
.fa-smile-beam::before {
    content: "\f5b8";
}
.fa-face-smile-wink::before,
.fa-smile-wink::before {
    content: "\f4da";
}
.fa-face-surprise::before,
.fa-surprise::before {
    content: "\f5c2";
}
.fa-face-tired::before,
.fa-tired::before {
    content: "\f5c8";
}
.fa-fan::before {
    content: "\f863";
}
.fa-faucet::before {
    content: "\e005";
}
.fa-faucet-drip::before {
    content: "\e006";
}
.fa-fax::before {
    content: "\f1ac";
}
.fa-feather::before {
    content: "\f52d";
}
.fa-feather-alt::before,
.fa-feather-pointed::before {
    content: "\f56b";
}
.fa-ferry::before {
    content: "\e4ea";
}
.fa-file::before {
    content: "\f15b";
}
.fa-file-arrow-down::before,
.fa-file-download::before {
    content: "\f56d";
}
.fa-file-arrow-up::before,
.fa-file-upload::before {
    content: "\f574";
}
.fa-file-audio::before {
    content: "\f1c7";
}
.fa-file-circle-check::before {
    content: "\e493";
}
.fa-file-circle-exclamation::before {
    content: "\e4eb";
}
.fa-file-circle-minus::before {
    content: "\e4ed";
}
.fa-file-circle-plus::before {
    content: "\e4ee";
}
.fa-file-circle-question::before {
    content: "\e4ef";
}
.fa-file-circle-xmark::before {
    content: "\e494";
}
.fa-file-code::before {
    content: "\f1c9";
}
.fa-file-contract::before {
    content: "\f56c";
}
.fa-file-csv::before {
    content: "\f6dd";
}
.fa-file-excel::before {
    content: "\f1c3";
}
.fa-arrow-right-from-file::before,
.fa-file-export::before {
    content: "\f56e";
}
.fa-file-image::before {
    content: "\f1c5";
}
.fa-arrow-right-to-file::before,
.fa-file-import::before {
    content: "\f56f";
}
.fa-file-invoice::before {
    content: "\f570";
}
.fa-file-invoice-dollar::before {
    content: "\f571";
}
.fa-file-alt::before,
.fa-file-lines::before,
.fa-file-text::before {
    content: "\f15c";
}
.fa-file-medical::before {
    content: "\f477";
}
.fa-file-pdf::before {
    content: "\f1c1";
}
.fa-file-edit::before,
.fa-file-pen::before {
    content: "\f31c";
}
.fa-file-powerpoint::before {
    content: "\f1c4";
}
.fa-file-prescription::before {
    content: "\f572";
}
.fa-file-shield::before {
    content: "\e4f0";
}
.fa-file-signature::before {
    content: "\f573";
}
.fa-file-video::before {
    content: "\f1c8";
}
.fa-file-medical-alt::before,
.fa-file-waveform::before {
    content: "\f478";
}
.fa-file-word::before {
    content: "\f1c2";
}
.fa-file-archive::before,
.fa-file-zipper::before {
    content: "\f1c6";
}
.fa-fill::before {
    content: "\f575";
}
.fa-fill-drip::before {
    content: "\f576";
}
.fa-film::before {
    content: "\f008";
}
.fa-filter::before {
    content: "\f0b0";
}
.fa-filter-circle-dollar::before,
.fa-funnel-dollar::before {
    content: "\f662";
}
.fa-filter-circle-xmark::before {
    content: "\e17b";
}
.fa-fingerprint::before {
    content: "\f577";
}
.fa-fire::before {
    content: "\f06d";
}
.fa-fire-burner::before {
    content: "\e4f1";
}
.fa-fire-extinguisher::before {
    content: "\f134";
}
.fa-fire-alt::before,
.fa-fire-flame-curved::before {
    content: "\f7e4";
}
.fa-burn::before,
.fa-fire-flame-simple::before {
    content: "\f46a";
}
.fa-fish::before {
    content: "\f578";
}
.fa-fish-fins::before {
    content: "\e4f2";
}
.fa-flag::before {
    content: "\f024";
}
.fa-flag-checkered::before {
    content: "\f11e";
}
.fa-flag-usa::before {
    content: "\f74d";
}
.fa-flask::before {
    content: "\f0c3";
}
.fa-flask-vial::before {
    content: "\e4f3";
}
.fa-floppy-disk::before,
.fa-save::before {
    content: "\f0c7";
}
.fa-florin-sign::before {
    content: "\e184";
}
.fa-folder-blank::before,
.fa-folder::before {
    content: "\f07b";
}
.fa-folder-closed::before {
    content: "\e185";
}
.fa-folder-minus::before {
    content: "\f65d";
}
.fa-folder-open::before {
    content: "\f07c";
}
.fa-folder-plus::before {
    content: "\f65e";
}
.fa-folder-tree::before {
    content: "\f802";
}
.fa-font::before {
    content: "\f031";
}
.fa-football-ball::before,
.fa-football::before {
    content: "\f44e";
}
.fa-forward::before {
    content: "\f04e";
}
.fa-fast-forward::before,
.fa-forward-fast::before {
    content: "\f050";
}
.fa-forward-step::before,
.fa-step-forward::before {
    content: "\f051";
}
.fa-franc-sign::before {
    content: "\e18f";
}
.fa-frog::before {
    content: "\f52e";
}
.fa-futbol-ball::before,
.fa-futbol::before,
.fa-soccer-ball::before {
    content: "\f1e3";
}
.fa-g::before {
    content: "\47";
}
.fa-gamepad::before {
    content: "\f11b";
}
.fa-gas-pump::before {
    content: "\f52f";
}
.fa-dashboard::before,
.fa-gauge-med::before,
.fa-gauge::before,
.fa-tachometer-alt-average::before {
    content: "\f624";
}
.fa-gauge-high::before,
.fa-tachometer-alt-fast::before,
.fa-tachometer-alt::before {
    content: "\f625";
}
.fa-gauge-simple-med::before,
.fa-gauge-simple::before,
.fa-tachometer-average::before {
    content: "\f629";
}
.fa-gauge-simple-high::before,
.fa-tachometer-fast::before,
.fa-tachometer::before {
    content: "\f62a";
}
.fa-gavel::before,
.fa-legal::before {
    content: "\f0e3";
}
.fa-cog::before,
.fa-gear::before {
    content: "\f013";
}
.fa-cogs::before,
.fa-gears::before {
    content: "\f085";
}
.fa-gem::before {
    content: "\f3a5";
}
.fa-genderless::before {
    content: "\f22d";
}
.fa-ghost::before {
    content: "\f6e2";
}
.fa-gift::before {
    content: "\f06b";
}
.fa-gifts::before {
    content: "\f79c";
}
.fa-glass-water::before {
    content: "\e4f4";
}
.fa-glass-water-droplet::before {
    content: "\e4f5";
}
.fa-glasses::before {
    content: "\f530";
}
.fa-globe::before {
    content: "\f0ac";
}
.fa-golf-ball-tee::before,
.fa-golf-ball::before {
    content: "\f450";
}
.fa-gopuram::before {
    content: "\f664";
}
.fa-graduation-cap::before,
.fa-mortar-board::before {
    content: "\f19d";
}
.fa-greater-than::before {
    content: "\3e";
}
.fa-greater-than-equal::before {
    content: "\f532";
}
.fa-grip-horizontal::before,
.fa-grip::before {
    content: "\f58d";
}
.fa-grip-lines::before {
    content: "\f7a4";
}
.fa-grip-lines-vertical::before {
    content: "\f7a5";
}
.fa-grip-vertical::before {
    content: "\f58e";
}
.fa-group-arrows-rotate::before {
    content: "\e4f6";
}
.fa-guarani-sign::before {
    content: "\e19a";
}
.fa-guitar::before {
    content: "\f7a6";
}
.fa-gun::before {
    content: "\e19b";
}
.fa-h::before {
    content: "\48";
}
.fa-hammer::before {
    content: "\f6e3";
}
.fa-hamsa::before {
    content: "\f665";
}
.fa-hand-paper::before,
.fa-hand::before {
    content: "\f256";
}
.fa-hand-back-fist::before,
.fa-hand-rock::before {
    content: "\f255";
}
.fa-allergies::before,
.fa-hand-dots::before {
    content: "\f461";
}
.fa-fist-raised::before,
.fa-hand-fist::before {
    content: "\f6de";
}
.fa-hand-holding::before {
    content: "\f4bd";
}
.fa-hand-holding-dollar::before,
.fa-hand-holding-usd::before {
    content: "\f4c0";
}
.fa-hand-holding-droplet::before,
.fa-hand-holding-water::before {
    content: "\f4c1";
}
.fa-hand-holding-hand::before {
    content: "\e4f7";
}
.fa-hand-holding-heart::before {
    content: "\f4be";
}
.fa-hand-holding-medical::before {
    content: "\e05c";
}
.fa-hand-lizard::before {
    content: "\f258";
}
.fa-hand-middle-finger::before {
    content: "\f806";
}
.fa-hand-peace::before {
    content: "\f25b";
}
.fa-hand-point-down::before {
    content: "\f0a7";
}
.fa-hand-point-left::before {
    content: "\f0a5";
}
.fa-hand-point-right::before {
    content: "\f0a4";
}
.fa-hand-point-up::before {
    content: "\f0a6";
}
.fa-hand-pointer::before {
    content: "\f25a";
}
.fa-hand-scissors::before {
    content: "\f257";
}
.fa-hand-sparkles::before {
    content: "\e05d";
}
.fa-hand-spock::before {
    content: "\f259";
}
.fa-handcuffs::before {
    content: "\e4f8";
}
.fa-hands::before,
.fa-sign-language::before,
.fa-signing::before {
    content: "\f2a7";
}
.fa-american-sign-language-interpreting::before,
.fa-asl-interpreting::before,
.fa-hands-american-sign-language-interpreting::before,
.fa-hands-asl-interpreting::before {
    content: "\f2a3";
}
.fa-hands-bound::before {
    content: "\e4f9";
}
.fa-hands-bubbles::before,
.fa-hands-wash::before {
    content: "\e05e";
}
.fa-hands-clapping::before {
    content: "\e1a8";
}
.fa-hands-holding::before {
    content: "\f4c2";
}
.fa-hands-holding-child::before {
    content: "\e4fa";
}
.fa-hands-holding-circle::before {
    content: "\e4fb";
}
.fa-hands-praying::before,
.fa-praying-hands::before {
    content: "\f684";
}
.fa-handshake::before {
    content: "\f2b5";
}
.fa-hands-helping::before,
.fa-handshake-angle::before {
    content: "\f4c4";
}
.fa-handshake-alt::before,
.fa-handshake-simple::before {
    content: "\f4c6";
}
.fa-handshake-alt-slash::before,
.fa-handshake-simple-slash::before {
    content: "\e05f";
}
.fa-handshake-slash::before {
    content: "\e060";
}
.fa-hanukiah::before {
    content: "\f6e6";
}
.fa-hard-drive::before,
.fa-hdd::before {
    content: "\f0a0";
}
.fa-hashtag::before {
    content: "\23";
}
.fa-hat-cowboy::before {
    content: "\f8c0";
}
.fa-hat-cowboy-side::before {
    content: "\f8c1";
}
.fa-hat-wizard::before {
    content: "\f6e8";
}
.fa-head-side-cough::before {
    content: "\e061";
}
.fa-head-side-cough-slash::before {
    content: "\e062";
}
.fa-head-side-mask::before {
    content: "\e063";
}
.fa-head-side-virus::before {
    content: "\e064";
}
.fa-header::before,
.fa-heading::before {
    content: "\f1dc";
}
.fa-headphones::before {
    content: "\f025";
}
.fa-headphones-alt::before,
.fa-headphones-simple::before {
    content: "\f58f";
}
.fa-headset::before {
    content: "\f590";
}
.fa-heart::before {
    content: "\f004";
}
.fa-heart-circle-bolt::before {
    content: "\e4fc";
}
.fa-heart-circle-check::before {
    content: "\e4fd";
}
.fa-heart-circle-exclamation::before {
    content: "\e4fe";
}
.fa-heart-circle-minus::before {
    content: "\e4ff";
}
.fa-heart-circle-plus::before {
    content: "\e500";
}
.fa-heart-circle-xmark::before {
    content: "\e501";
}
.fa-heart-broken::before,
.fa-heart-crack::before {
    content: "\f7a9";
}
.fa-heart-pulse::before,
.fa-heartbeat::before {
    content: "\f21e";
}
.fa-helicopter::before {
    content: "\f533";
}
.fa-helicopter-symbol::before {
    content: "\e502";
}
.fa-hard-hat::before,
.fa-hat-hard::before,
.fa-helmet-safety::before {
    content: "\f807";
}
.fa-helmet-un::before {
    content: "\e503";
}
.fa-highlighter::before {
    content: "\f591";
}
.fa-hill-avalanche::before {
    content: "\e507";
}
.fa-hill-rockslide::before {
    content: "\e508";
}
.fa-hippo::before {
    content: "\f6ed";
}
.fa-hockey-puck::before {
    content: "\f453";
}
.fa-holly-berry::before {
    content: "\f7aa";
}
.fa-horse::before {
    content: "\f6f0";
}
.fa-horse-head::before {
    content: "\f7ab";
}
.fa-hospital-alt::before,
.fa-hospital-wide::before,
.fa-hospital::before {
    content: "\f0f8";
}
.fa-hospital-user::before {
    content: "\f80d";
}
.fa-hot-tub-person::before,
.fa-hot-tub::before {
    content: "\f593";
}
.fa-hotdog::before {
    content: "\f80f";
}
.fa-hotel::before {
    content: "\f594";
}
.fa-hourglass-2::before,
.fa-hourglass-half::before,
.fa-hourglass::before {
    content: "\f254";
}
.fa-hourglass-empty::before {
    content: "\f252";
}
.fa-hourglass-3::before,
.fa-hourglass-end::before {
    content: "\f253";
}
.fa-hourglass-1::before,
.fa-hourglass-start::before {
    content: "\f251";
}
.fa-home-alt::before,
.fa-home-lg-alt::before,
.fa-home::before,
.fa-house::before {
    content: "\f015";
}
.fa-home-lg::before,
.fa-house-chimney::before {
    content: "\e3af";
}
.fa-house-chimney-crack::before,
.fa-house-damage::before {
    content: "\f6f1";
}
.fa-clinic-medical::before,
.fa-house-chimney-medical::before {
    content: "\f7f2";
}
.fa-house-chimney-user::before {
    content: "\e065";
}
.fa-house-chimney-window::before {
    content: "\e00d";
}
.fa-house-circle-check::before {
    content: "\e509";
}
.fa-house-circle-exclamation::before {
    content: "\e50a";
}
.fa-house-circle-xmark::before {
    content: "\e50b";
}
.fa-house-crack::before {
    content: "\e3b1";
}
.fa-house-fire::before {
    content: "\e50c";
}
.fa-house-flag::before {
    content: "\e50d";
}
.fa-house-flood-water::before {
    content: "\e50e";
}
.fa-house-flood-water-circle-arrow-right::before {
    content: "\e50f";
}
.fa-house-laptop::before,
.fa-laptop-house::before {
    content: "\e066";
}
.fa-house-lock::before {
    content: "\e510";
}
.fa-house-medical::before {
    content: "\e3b2";
}
.fa-house-medical-circle-check::before {
    content: "\e511";
}
.fa-house-medical-circle-exclamation::before {
    content: "\e512";
}
.fa-house-medical-circle-xmark::before {
    content: "\e513";
}
.fa-house-medical-flag::before {
    content: "\e514";
}
.fa-house-signal::before {
    content: "\e012";
}
.fa-house-tsunami::before {
    content: "\e515";
}
.fa-home-user::before,
.fa-house-user::before {
    content: "\e1b0";
}
.fa-hryvnia-sign::before,
.fa-hryvnia::before {
    content: "\f6f2";
}
.fa-hurricane::before {
    content: "\f751";
}
.fa-i::before {
    content: "\49";
}
.fa-i-cursor::before {
    content: "\f246";
}
.fa-ice-cream::before {
    content: "\f810";
}
.fa-icicles::before {
    content: "\f7ad";
}
.fa-heart-music-camera-bolt::before,
.fa-icons::before {
    content: "\f86d";
}
.fa-id-badge::before {
    content: "\f2c1";
}
.fa-drivers-license::before,
.fa-id-card::before {
    content: "\f2c2";
}
.fa-id-card-alt::before,
.fa-id-card-clip::before {
    content: "\f47f";
}
.fa-igloo::before {
    content: "\f7ae";
}
.fa-image::before {
    content: "\f03e";
}
.fa-image-portrait::before,
.fa-portrait::before {
    content: "\f3e0";
}
.fa-images::before {
    content: "\f302";
}
.fa-inbox::before {
    content: "\f01c";
}
.fa-indent::before {
    content: "\f03c";
}
.fa-indian-rupee-sign::before,
.fa-indian-rupee::before,
.fa-inr::before {
    content: "\e1bc";
}
.fa-industry::before {
    content: "\f275";
}
.fa-infinity::before {
    content: "\f534";
}
.fa-info::before {
    content: "\f129";
}
.fa-italic::before {
    content: "\f033";
}
.fa-j::before {
    content: "\4a";
}
.fa-jar::before {
    content: "\e516";
}
.fa-jar-wheat::before {
    content: "\e517";
}
.fa-jedi::before {
    content: "\f669";
}
.fa-fighter-jet::before,
.fa-jet-fighter::before {
    content: "\f0fb";
}
.fa-jet-fighter-up::before {
    content: "\e518";
}
.fa-joint::before {
    content: "\f595";
}
.fa-jug-detergent::before {
    content: "\e519";
}
.fa-k::before {
    content: "\4b";
}
.fa-kaaba::before {
    content: "\f66b";
}
.fa-key::before {
    content: "\f084";
}
.fa-keyboard::before {
    content: "\f11c";
}
.fa-khanda::before {
    content: "\f66d";
}
.fa-kip-sign::before {
    content: "\e1c4";
}
.fa-first-aid::before,
.fa-kit-medical::before {
    content: "\f479";
}
.fa-kitchen-set::before {
    content: "\e51a";
}
.fa-kiwi-bird::before {
    content: "\f535";
}
.fa-l::before {
    content: "\4c";
}
.fa-land-mine-on::before {
    content: "\e51b";
}
.fa-landmark::before {
    content: "\f66f";
}
.fa-landmark-alt::before,
.fa-landmark-dome::before {
    content: "\f752";
}
.fa-landmark-flag::before {
    content: "\e51c";
}
.fa-language::before {
    content: "\f1ab";
}
.fa-laptop::before {
    content: "\f109";
}
.fa-laptop-code::before {
    content: "\f5fc";
}
.fa-laptop-file::before {
    content: "\e51d";
}
.fa-laptop-medical::before {
    content: "\f812";
}
.fa-lari-sign::before {
    content: "\e1c8";
}
.fa-layer-group::before {
    content: "\f5fd";
}
.fa-leaf::before {
    content: "\f06c";
}
.fa-left-long::before,
.fa-long-arrow-alt-left::before {
    content: "\f30a";
}
.fa-arrows-alt-h::before,
.fa-left-right::before {
    content: "\f337";
}
.fa-lemon::before {
    content: "\f094";
}
.fa-less-than::before {
    content: "\3c";
}
.fa-less-than-equal::before {
    content: "\f537";
}
.fa-life-ring::before {
    content: "\f1cd";
}
.fa-lightbulb::before {
    content: "\f0eb";
}
.fa-lines-leaning::before {
    content: "\e51e";
}
.fa-chain::before,
.fa-link::before {
    content: "\f0c1";
}
.fa-chain-broken::before,
.fa-chain-slash::before,
.fa-link-slash::before,
.fa-unlink::before {
    content: "\f127";
}
.fa-lira-sign::before {
    content: "\f195";
}
.fa-list-squares::before,
.fa-list::before {
    content: "\f03a";
}
.fa-list-check::before,
.fa-tasks::before {
    content: "\f0ae";
}
.fa-list-1-2::before,
.fa-list-numeric::before,
.fa-list-ol::before {
    content: "\f0cb";
}
.fa-list-dots::before,
.fa-list-ul::before {
    content: "\f0ca";
}
.fa-litecoin-sign::before {
    content: "\e1d3";
}
.fa-location-arrow::before {
    content: "\f124";
}
.fa-location-crosshairs::before,
.fa-location::before {
    content: "\f601";
}
.fa-location-dot::before,
.fa-map-marker-alt::before {
    content: "\f3c5";
}
.fa-location-pin::before,
.fa-map-marker::before {
    content: "\f041";
}
.fa-location-pin-lock::before {
    content: "\e51f";
}
.fa-lock::before {
    content: "\f023";
}
.fa-lock-open::before {
    content: "\f3c1";
}
.fa-locust::before {
    content: "\e520";
}
.fa-lungs::before {
    content: "\f604";
}
.fa-lungs-virus::before {
    content: "\e067";
}
.fa-m::before {
    content: "\4d";
}
.fa-magnet::before {
    content: "\f076";
}
.fa-magnifying-glass::before,
.fa-search::before {
    content: "\f002";
}
.fa-magnifying-glass-arrow-right::before {
    content: "\e521";
}
.fa-magnifying-glass-chart::before {
    content: "\e522";
}
.fa-magnifying-glass-dollar::before,
.fa-search-dollar::before {
    content: "\f688";
}
.fa-magnifying-glass-location::before,
.fa-search-location::before {
    content: "\f689";
}
.fa-magnifying-glass-minus::before,
.fa-search-minus::before {
    content: "\f010";
}
.fa-magnifying-glass-plus::before,
.fa-search-plus::before {
    content: "\f00e";
}
.fa-manat-sign::before {
    content: "\e1d5";
}
.fa-map::before {
    content: "\f279";
}
.fa-map-location::before,
.fa-map-marked::before {
    content: "\f59f";
}
.fa-map-location-dot::before,
.fa-map-marked-alt::before {
    content: "\f5a0";
}
.fa-map-pin::before {
    content: "\f276";
}
.fa-marker::before {
    content: "\f5a1";
}
.fa-mars::before {
    content: "\f222";
}
.fa-mars-and-venus::before {
    content: "\f224";
}
.fa-mars-and-venus-burst::before {
    content: "\e523";
}
.fa-mars-double::before {
    content: "\f227";
}
.fa-mars-stroke::before {
    content: "\f229";
}
.fa-mars-stroke-h::before,
.fa-mars-stroke-right::before {
    content: "\f22b";
}
.fa-mars-stroke-up::before,
.fa-mars-stroke-v::before {
    content: "\f22a";
}
.fa-glass-martini-alt::before,
.fa-martini-glass::before {
    content: "\f57b";
}
.fa-cocktail::before,
.fa-martini-glass-citrus::before {
    content: "\f561";
}
.fa-glass-martini::before,
.fa-martini-glass-empty::before {
    content: "\f000";
}
.fa-mask::before {
    content: "\f6fa";
}
.fa-mask-face::before {
    content: "\e1d7";
}
.fa-mask-ventilator::before {
    content: "\e524";
}
.fa-masks-theater::before,
.fa-theater-masks::before {
    content: "\f630";
}
.fa-mattress-pillow::before {
    content: "\e525";
}
.fa-expand-arrows-alt::before,
.fa-maximize::before {
    content: "\f31e";
}
.fa-medal::before {
    content: "\f5a2";
}
.fa-memory::before {
    content: "\f538";
}
.fa-menorah::before {
    content: "\f676";
}
.fa-mercury::before {
    content: "\f223";
}
.fa-comment-alt::before,
.fa-message::before {
    content: "\f27a";
}
.fa-meteor::before {
    content: "\f753";
}
.fa-microchip::before {
    content: "\f2db";
}
.fa-microphone::before {
    content: "\f130";
}
.fa-microphone-alt::before,
.fa-microphone-lines::before {
    content: "\f3c9";
}
.fa-microphone-alt-slash::before,
.fa-microphone-lines-slash::before {
    content: "\f539";
}
.fa-microphone-slash::before {
    content: "\f131";
}
.fa-microscope::before {
    content: "\f610";
}
.fa-mill-sign::before {
    content: "\e1ed";
}
.fa-compress-arrows-alt::before,
.fa-minimize::before {
    content: "\f78c";
}
.fa-minus::before,
.fa-subtract::before {
    content: "\f068";
}
.fa-mitten::before {
    content: "\f7b5";
}
.fa-mobile-android::before,
.fa-mobile-phone::before,
.fa-mobile::before {
    content: "\f3ce";
}
.fa-mobile-button::before {
    content: "\f10b";
}
.fa-mobile-retro::before {
    content: "\e527";
}
.fa-mobile-android-alt::before,
.fa-mobile-screen::before {
    content: "\f3cf";
}
.fa-mobile-alt::before,
.fa-mobile-screen-button::before {
    content: "\f3cd";
}
.fa-money-bill::before {
    content: "\f0d6";
}
.fa-money-bill-1::before,
.fa-money-bill-alt::before {
    content: "\f3d1";
}
.fa-money-bill-1-wave::before,
.fa-money-bill-wave-alt::before {
    content: "\f53b";
}
.fa-money-bill-transfer::before {
    content: "\e528";
}
.fa-money-bill-trend-up::before {
    content: "\e529";
}
.fa-money-bill-wave::before {
    content: "\f53a";
}
.fa-money-bill-wheat::before {
    content: "\e52a";
}
.fa-money-bills::before {
    content: "\e1f3";
}
.fa-money-check::before {
    content: "\f53c";
}
.fa-money-check-alt::before,
.fa-money-check-dollar::before {
    content: "\f53d";
}
.fa-monument::before {
    content: "\f5a6";
}
.fa-moon::before {
    content: "\f186";
}
.fa-mortar-pestle::before {
    content: "\f5a7";
}
.fa-mosque::before {
    content: "\f678";
}
.fa-mosquito::before {
    content: "\e52b";
}
.fa-mosquito-net::before {
    content: "\e52c";
}
.fa-motorcycle::before {
    content: "\f21c";
}
.fa-mound::before {
    content: "\e52d";
}
.fa-mountain::before {
    content: "\f6fc";
}
.fa-mountain-city::before {
    content: "\e52e";
}
.fa-mountain-sun::before {
    content: "\e52f";
}
.fa-mug-hot::before {
    content: "\f7b6";
}
.fa-coffee::before,
.fa-mug-saucer::before {
    content: "\f0f4";
}
.fa-music::before {
    content: "\f001";
}
.fa-n::before {
    content: "\4e";
}
.fa-naira-sign::before {
    content: "\e1f6";
}
.fa-network-wired::before {
    content: "\f6ff";
}
.fa-neuter::before {
    content: "\f22c";
}
.fa-newspaper::before {
    content: "\f1ea";
}
.fa-not-equal::before {
    content: "\f53e";
}
.fa-note-sticky::before,
.fa-sticky-note::before {
    content: "\f249";
}
.fa-notes-medical::before {
    content: "\f481";
}
.fa-o::before {
    content: "\4f";
}
.fa-object-group::before {
    content: "\f247";
}
.fa-object-ungroup::before {
    content: "\f248";
}
.fa-oil-can::before {
    content: "\f613";
}
.fa-oil-well::before {
    content: "\e532";
}
.fa-om::before {
    content: "\f679";
}
.fa-otter::before {
    content: "\f700";
}
.fa-dedent::before,
.fa-outdent::before {
    content: "\f03b";
}
.fa-p::before {
    content: "\50";
}
.fa-pager::before {
    content: "\f815";
}
.fa-paint-roller::before {
    content: "\f5aa";
}
.fa-paint-brush::before,
.fa-paintbrush::before {
    content: "\f1fc";
}
.fa-palette::before {
    content: "\f53f";
}
.fa-pallet::before {
    content: "\f482";
}
.fa-panorama::before {
    content: "\e209";
}
.fa-paper-plane::before {
    content: "\f1d8";
}
.fa-paperclip::before {
    content: "\f0c6";
}
.fa-parachute-box::before {
    content: "\f4cd";
}
.fa-paragraph::before {
    content: "\f1dd";
}
.fa-passport::before {
    content: "\f5ab";
}
.fa-file-clipboard::before,
.fa-paste::before {
    content: "\f0ea";
}
.fa-pause::before {
    content: "\f04c";
}
.fa-paw::before {
    content: "\f1b0";
}
.fa-peace::before {
    content: "\f67c";
}
.fa-pen::before {
    content: "\f304";
}
.fa-pen-alt::before,
.fa-pen-clip::before {
    content: "\f305";
}
.fa-pen-fancy::before {
    content: "\f5ac";
}
.fa-pen-nib::before {
    content: "\f5ad";
}
.fa-pen-ruler::before,
.fa-pencil-ruler::before {
    content: "\f5ae";
}
.fa-edit::before,
.fa-pen-to-square::before {
    content: "\f044";
}
.fa-pencil-alt::before,
.fa-pencil::before {
    content: "\f303";
}
.fa-people-arrows-left-right::before,
.fa-people-arrows::before {
    content: "\e068";
}
.fa-people-carry-box::before,
.fa-people-carry::before {
    content: "\f4ce";
}
.fa-people-group::before {
    content: "\e533";
}
.fa-people-line::before {
    content: "\e534";
}
.fa-people-pulling::before {
    content: "\e535";
}
.fa-people-robbery::before {
    content: "\e536";
}
.fa-people-roof::before {
    content: "\e537";
}
.fa-pepper-hot::before {
    content: "\f816";
}
.fa-percent::before,
.fa-percentage::before {
    content: "\25";
}
.fa-male::before,
.fa-person::before {
    content: "\f183";
}
.fa-person-arrow-down-to-line::before {
    content: "\e538";
}
.fa-person-arrow-up-from-line::before {
    content: "\e539";
}
.fa-biking::before,
.fa-person-biking::before {
    content: "\f84a";
}
.fa-person-booth::before {
    content: "\f756";
}
.fa-person-breastfeeding::before {
    content: "\e53a";
}
.fa-person-burst::before {
    content: "\e53b";
}
.fa-person-cane::before {
    content: "\e53c";
}
.fa-person-chalkboard::before {
    content: "\e53d";
}
.fa-person-circle-check::before {
    content: "\e53e";
}
.fa-person-circle-exclamation::before {
    content: "\e53f";
}
.fa-person-circle-minus::before {
    content: "\e540";
}
.fa-person-circle-plus::before {
    content: "\e541";
}
.fa-person-circle-question::before {
    content: "\e542";
}
.fa-person-circle-xmark::before {
    content: "\e543";
}
.fa-digging::before,
.fa-person-digging::before {
    content: "\f85e";
}
.fa-diagnoses::before,
.fa-person-dots-from-line::before {
    content: "\f470";
}
.fa-female::before,
.fa-person-dress::before {
    content: "\f182";
}
.fa-person-dress-burst::before {
    content: "\e544";
}
.fa-person-drowning::before {
    content: "\e545";
}
.fa-person-falling::before {
    content: "\e546";
}
.fa-person-falling-burst::before {
    content: "\e547";
}
.fa-person-half-dress::before {
    content: "\e548";
}
.fa-person-harassing::before {
    content: "\e549";
}
.fa-hiking::before,
.fa-person-hiking::before {
    content: "\f6ec";
}
.fa-person-military-pointing::before {
    content: "\e54a";
}
.fa-person-military-rifle::before {
    content: "\e54b";
}
.fa-person-military-to-person::before {
    content: "\e54c";
}
.fa-person-praying::before,
.fa-pray::before {
    content: "\f683";
}
.fa-person-pregnant::before {
    content: "\e31e";
}
.fa-person-rays::before {
    content: "\e54d";
}
.fa-person-rifle::before {
    content: "\e54e";
}
.fa-person-running::before,
.fa-running::before {
    content: "\f70c";
}
.fa-person-shelter::before {
    content: "\e54f";
}
.fa-person-skating::before,
.fa-skating::before {
    content: "\f7c5";
}
.fa-person-skiing::before,
.fa-skiing::before {
    content: "\f7c9";
}
.fa-person-skiing-nordic::before,
.fa-skiing-nordic::before {
    content: "\f7ca";
}
.fa-person-snowboarding::before,
.fa-snowboarding::before {
    content: "\f7ce";
}
.fa-person-swimming::before,
.fa-swimmer::before {
    content: "\f5c4";
}
.fa-person-through-window::before {
    content: "\e433";
}
.fa-person-walking::before,
.fa-walking::before {
    content: "\f554";
}
.fa-person-walking-arrow-loop-left::before {
    content: "\e551";
}
.fa-person-walking-arrow-right::before {
    content: "\e552";
}
.fa-person-walking-dashed-line-arrow-right::before {
    content: "\e553";
}
.fa-person-walking-luggage::before {
    content: "\e554";
}
.fa-blind::before,
.fa-person-walking-with-cane::before {
    content: "\f29d";
}
.fa-peseta-sign::before {
    content: "\e221";
}
.fa-peso-sign::before {
    content: "\e222";
}
.fa-phone::before {
    content: "\f095";
}
.fa-phone-alt::before,
.fa-phone-flip::before {
    content: "\f879";
}
.fa-phone-slash::before {
    content: "\f3dd";
}
.fa-phone-volume::before,
.fa-volume-control-phone::before {
    content: "\f2a0";
}
.fa-photo-film::before,
.fa-photo-video::before {
    content: "\f87c";
}
.fa-piggy-bank::before {
    content: "\f4d3";
}
.fa-pills::before {
    content: "\f484";
}
.fa-pizza-slice::before {
    content: "\f818";
}
.fa-place-of-worship::before {
    content: "\f67f";
}
.fa-plane::before {
    content: "\f072";
}
.fa-plane-arrival::before {
    content: "\f5af";
}
.fa-plane-circle-check::before {
    content: "\e555";
}
.fa-plane-circle-exclamation::before {
    content: "\e556";
}
.fa-plane-circle-xmark::before {
    content: "\e557";
}
.fa-plane-departure::before {
    content: "\f5b0";
}
.fa-plane-lock::before {
    content: "\e558";
}
.fa-plane-slash::before {
    content: "\e069";
}
.fa-plane-up::before {
    content: "\e22d";
}
.fa-plant-wilt::before {
    content: "\e43b";
}
.fa-plate-wheat::before {
    content: "\e55a";
}
.fa-play::before {
    content: "\f04b";
}
.fa-plug::before {
    content: "\f1e6";
}
.fa-plug-circle-bolt::before {
    content: "\e55b";
}
.fa-plug-circle-check::before {
    content: "\e55c";
}
.fa-plug-circle-exclamation::before {
    content: "\e55d";
}
.fa-plug-circle-minus::before {
    content: "\e55e";
}
.fa-plug-circle-plus::before {
    content: "\e55f";
}
.fa-plug-circle-xmark::before {
    content: "\e560";
}
.fa-add::before,
.fa-plus::before {
    content: "\2b";
}
.fa-plus-minus::before {
    content: "\e43c";
}
.fa-podcast::before {
    content: "\f2ce";
}
.fa-poo::before {
    content: "\f2fe";
}
.fa-poo-bolt::before,
.fa-poo-storm::before {
    content: "\f75a";
}
.fa-poop::before {
    content: "\f619";
}
.fa-power-off::before {
    content: "\f011";
}
.fa-prescription::before {
    content: "\f5b1";
}
.fa-prescription-bottle::before {
    content: "\f485";
}
.fa-prescription-bottle-alt::before,
.fa-prescription-bottle-medical::before {
    content: "\f486";
}
.fa-print::before {
    content: "\f02f";
}
.fa-pump-medical::before {
    content: "\e06a";
}
.fa-pump-soap::before {
    content: "\e06b";
}
.fa-puzzle-piece::before {
    content: "\f12e";
}
.fa-q::before {
    content: "\51";
}
.fa-qrcode::before {
    content: "\f029";
}
.fa-question::before {
    content: "\3f";
}
.fa-quote-left-alt::before,
.fa-quote-left::before {
    content: "\f10d";
}
.fa-quote-right-alt::before,
.fa-quote-right::before {
    content: "\f10e";
}
.fa-r::before {
    content: "\52";
}
.fa-radiation::before {
    content: "\f7b9";
}
.fa-radio::before {
    content: "\f8d7";
}
.fa-rainbow::before {
    content: "\f75b";
}
.fa-ranking-star::before {
    content: "\e561";
}
.fa-receipt::before {
    content: "\f543";
}
.fa-record-vinyl::before {
    content: "\f8d9";
}
.fa-ad::before,
.fa-rectangle-ad::before {
    content: "\f641";
}
.fa-list-alt::before,
.fa-rectangle-list::before {
    content: "\f022";
}
.fa-rectangle-times::before,
.fa-rectangle-xmark::before,
.fa-times-rectangle::before,
.fa-window-close::before {
    content: "\f410";
}
.fa-recycle::before {
    content: "\f1b8";
}
.fa-registered::before {
    content: "\f25d";
}
.fa-repeat::before {
    content: "\f363";
}
.fa-mail-reply::before,
.fa-reply::before {
    content: "\f3e5";
}
.fa-mail-reply-all::before,
.fa-reply-all::before {
    content: "\f122";
}
.fa-republican::before {
    content: "\f75e";
}
.fa-restroom::before {
    content: "\f7bd";
}
.fa-retweet::before {
    content: "\f079";
}
.fa-ribbon::before {
    content: "\f4d6";
}
.fa-right-from-bracket::before,
.fa-sign-out-alt::before {
    content: "\f2f5";
}
.fa-exchange-alt::before,
.fa-right-left::before {
    content: "\f362";
}
.fa-long-arrow-alt-right::before,
.fa-right-long::before {
    content: "\f30b";
}
.fa-right-to-bracket::before,
.fa-sign-in-alt::before {
    content: "\f2f6";
}
.fa-ring::before {
    content: "\f70b";
}
.fa-road::before {
    content: "\f018";
}
.fa-road-barrier::before {
    content: "\e562";
}
.fa-road-bridge::before {
    content: "\e563";
}
.fa-road-circle-check::before {
    content: "\e564";
}
.fa-road-circle-exclamation::before {
    content: "\e565";
}
.fa-road-circle-xmark::before {
    content: "\e566";
}
.fa-road-lock::before {
    content: "\e567";
}
.fa-road-spikes::before {
    content: "\e568";
}
.fa-robot::before {
    content: "\f544";
}
.fa-rocket::before {
    content: "\f135";
}
.fa-rotate::before,
.fa-sync-alt::before {
    content: "\f2f1";
}
.fa-rotate-back::before,
.fa-rotate-backward::before,
.fa-rotate-left::before,
.fa-undo-alt::before {
    content: "\f2ea";
}
.fa-redo-alt::before,
.fa-rotate-forward::before,
.fa-rotate-right::before {
    content: "\f2f9";
}
.fa-route::before {
    content: "\f4d7";
}
.fa-feed::before,
.fa-rss::before {
    content: "\f09e";
}
.fa-rouble::before,
.fa-rub::before,
.fa-ruble-sign::before,
.fa-ruble::before {
    content: "\f158";
}
.fa-rug::before {
    content: "\e569";
}
.fa-ruler::before {
    content: "\f545";
}
.fa-ruler-combined::before {
    content: "\f546";
}
.fa-ruler-horizontal::before {
    content: "\f547";
}
.fa-ruler-vertical::before {
    content: "\f548";
}
.fa-rupee-sign::before,
.fa-rupee::before {
    content: "\f156";
}
.fa-rupiah-sign::before {
    content: "\e23d";
}
.fa-s::before {
    content: "\53";
}
.fa-sack-dollar::before {
    content: "\f81d";
}
.fa-sack-xmark::before {
    content: "\e56a";
}
.fa-sailboat::before {
    content: "\e445";
}
.fa-satellite::before {
    content: "\f7bf";
}
.fa-satellite-dish::before {
    content: "\f7c0";
}
.fa-balance-scale::before,
.fa-scale-balanced::before {
    content: "\f24e";
}
.fa-balance-scale-left::before,
.fa-scale-unbalanced::before {
    content: "\f515";
}
.fa-balance-scale-right::before,
.fa-scale-unbalanced-flip::before {
    content: "\f516";
}
.fa-school::before {
    content: "\f549";
}
.fa-school-circle-check::before {
    content: "\e56b";
}
.fa-school-circle-exclamation::before {
    content: "\e56c";
}
.fa-school-circle-xmark::before {
    content: "\e56d";
}
.fa-school-flag::before {
    content: "\e56e";
}
.fa-school-lock::before {
    content: "\e56f";
}
.fa-cut::before,
.fa-scissors::before {
    content: "\f0c4";
}
.fa-screwdriver::before {
    content: "\f54a";
}
.fa-screwdriver-wrench::before,
.fa-tools::before {
    content: "\f7d9";
}
.fa-scroll::before {
    content: "\f70e";
}
.fa-scroll-torah::before,
.fa-torah::before {
    content: "\f6a0";
}
.fa-sd-card::before {
    content: "\f7c2";
}
.fa-section::before {
    content: "\e447";
}
.fa-seedling::before,
.fa-sprout::before {
    content: "\f4d8";
}
.fa-server::before {
    content: "\f233";
}
.fa-shapes::before,
.fa-triangle-circle-square::before {
    content: "\f61f";
}
.fa-arrow-turn-right::before,
.fa-mail-forward::before,
.fa-share::before {
    content: "\f064";
}
.fa-share-from-square::before,
.fa-share-square::before {
    content: "\f14d";
}
.fa-share-alt::before,
.fa-share-nodes::before {
    content: "\f1e0";
}
.fa-sheet-plastic::before {
    content: "\e571";
}
.fa-ils::before,
.fa-shekel-sign::before,
.fa-shekel::before,
.fa-sheqel-sign::before,
.fa-sheqel::before {
    content: "\f20b";
}
.fa-shield-blank::before,
.fa-shield::before {
    content: "\f132";
}
.fa-shield-cat::before {
    content: "\e572";
}
.fa-shield-dog::before {
    content: "\e573";
}
.fa-shield-alt::before,
.fa-shield-halved::before {
    content: "\f3ed";
}
.fa-shield-heart::before {
    content: "\e574";
}
.fa-shield-virus::before {
    content: "\e06c";
}
.fa-ship::before {
    content: "\f21a";
}
.fa-shirt::before,
.fa-t-shirt::before,
.fa-tshirt::before {
    content: "\f553";
}
.fa-shoe-prints::before {
    content: "\f54b";
}
.fa-shop::before,
.fa-store-alt::before {
    content: "\f54f";
}
.fa-shop-lock::before {
    content: "\e4a5";
}
.fa-shop-slash::before,
.fa-store-alt-slash::before {
    content: "\e070";
}
.fa-shower::before {
    content: "\f2cc";
}
.fa-shrimp::before {
    content: "\e448";
}
.fa-random::before,
.fa-shuffle::before {
    content: "\f074";
}
.fa-shuttle-space::before,
.fa-space-shuttle::before {
    content: "\f197";
}
.fa-sign-hanging::before,
.fa-sign::before {
    content: "\f4d9";
}
.fa-signal-5::before,
.fa-signal-perfect::before,
.fa-signal::before {
    content: "\f012";
}
.fa-signature::before {
    content: "\f5b7";
}
.fa-map-signs::before,
.fa-signs-post::before {
    content: "\f277";
}
.fa-sim-card::before {
    content: "\f7c4";
}
.fa-sink::before {
    content: "\e06d";
}
.fa-sitemap::before {
    content: "\f0e8";
}
.fa-skull::before {
    content: "\f54c";
}
.fa-skull-crossbones::before {
    content: "\f714";
}
.fa-slash::before {
    content: "\f715";
}
.fa-sleigh::before {
    content: "\f7cc";
}
.fa-sliders-h::before,
.fa-sliders::before {
    content: "\f1de";
}
.fa-smog::before {
    content: "\f75f";
}
.fa-smoking::before {
    content: "\f48d";
}
.fa-snowflake::before {
    content: "\f2dc";
}
.fa-snowman::before {
    content: "\f7d0";
}
.fa-snowplow::before {
    content: "\f7d2";
}
.fa-soap::before {
    content: "\e06e";
}
.fa-socks::before {
    content: "\f696";
}
.fa-solar-panel::before {
    content: "\f5ba";
}
.fa-sort::before,
.fa-unsorted::before {
    content: "\f0dc";
}
.fa-sort-desc::before,
.fa-sort-down::before {
    content: "\f0dd";
}
.fa-sort-asc::before,
.fa-sort-up::before {
    content: "\f0de";
}
.fa-spa::before {
    content: "\f5bb";
}
.fa-pastafarianism::before,
.fa-spaghetti-monster-flying::before {
    content: "\f67b";
}
.fa-spell-check::before {
    content: "\f891";
}
.fa-spider::before {
    content: "\f717";
}
.fa-spinner::before {
    content: "\f110";
}
.fa-splotch::before {
    content: "\f5bc";
}
.fa-spoon::before,
.fa-utensil-spoon::before {
    content: "\f2e5";
}
.fa-spray-can::before {
    content: "\f5bd";
}
.fa-air-freshener::before,
.fa-spray-can-sparkles::before {
    content: "\f5d0";
}
.fa-square::before {
    content: "\f0c8";
}
.fa-external-link-square::before,
.fa-square-arrow-up-right::before {
    content: "\f14c";
}
.fa-caret-square-down::before,
.fa-square-caret-down::before {
    content: "\f150";
}
.fa-caret-square-left::before,
.fa-square-caret-left::before {
    content: "\f191";
}
.fa-caret-square-right::before,
.fa-square-caret-right::before {
    content: "\f152";
}
.fa-caret-square-up::before,
.fa-square-caret-up::before {
    content: "\f151";
}
.fa-check-square::before,
.fa-square-check::before {
    content: "\f14a";
}
.fa-envelope-square::before,
.fa-square-envelope::before {
    content: "\f199";
}
.fa-square-full::before {
    content: "\f45c";
}
.fa-h-square::before,
.fa-square-h::before {
    content: "\f0fd";
}
.fa-minus-square::before,
.fa-square-minus::before {
    content: "\f146";
}
.fa-square-nfi::before {
    content: "\e576";
}
.fa-parking::before,
.fa-square-parking::before {
    content: "\f540";
}
.fa-pen-square::before,
.fa-pencil-square::before,
.fa-square-pen::before {
    content: "\f14b";
}
.fa-square-person-confined::before {
    content: "\e577";
}
.fa-phone-square::before,
.fa-square-phone::before {
    content: "\f098";
}
.fa-phone-square-alt::before,
.fa-square-phone-flip::before {
    content: "\f87b";
}
.fa-plus-square::before,
.fa-square-plus::before {
    content: "\f0fe";
}
.fa-poll-h::before,
.fa-square-poll-horizontal::before {
    content: "\f682";
}
.fa-poll::before,
.fa-square-poll-vertical::before {
    content: "\f681";
}
.fa-square-root-alt::before,
.fa-square-root-variable::before {
    content: "\f698";
}
.fa-rss-square::before,
.fa-square-rss::before {
    content: "\f143";
}
.fa-share-alt-square::before,
.fa-square-share-nodes::before {
    content: "\f1e1";
}
.fa-external-link-square-alt::before,
.fa-square-up-right::before {
    content: "\f360";
}
.fa-square-virus::before {
    content: "\e578";
}
.fa-square-xmark::before,
.fa-times-square::before,
.fa-xmark-square::before {
    content: "\f2d3";
}
.fa-rod-asclepius::before,
.fa-rod-snake::before,
.fa-staff-aesculapius::before,
.fa-staff-snake::before {
    content: "\e579";
}
.fa-stairs::before {
    content: "\e289";
}
.fa-stamp::before {
    content: "\f5bf";
}
.fa-star::before {
    content: "\f005";
}
.fa-star-and-crescent::before {
    content: "\f699";
}
.fa-star-half::before {
    content: "\f089";
}
.fa-star-half-alt::before,
.fa-star-half-stroke::before {
    content: "\f5c0";
}
.fa-star-of-david::before {
    content: "\f69a";
}
.fa-star-of-life::before {
    content: "\f621";
}
.fa-gbp::before,
.fa-pound-sign::before,
.fa-sterling-sign::before {
    content: "\f154";
}
.fa-stethoscope::before {
    content: "\f0f1";
}
.fa-stop::before {
    content: "\f04d";
}
.fa-stopwatch::before {
    content: "\f2f2";
}
.fa-stopwatch-20::before {
    content: "\e06f";
}
.fa-store::before {
    content: "\f54e";
}
.fa-store-slash::before {
    content: "\e071";
}
.fa-street-view::before {
    content: "\f21d";
}
.fa-strikethrough::before {
    content: "\f0cc";
}
.fa-stroopwafel::before {
    content: "\f551";
}
.fa-subscript::before {
    content: "\f12c";
}
.fa-suitcase::before {
    content: "\f0f2";
}
.fa-medkit::before,
.fa-suitcase-medical::before {
    content: "\f0fa";
}
.fa-suitcase-rolling::before {
    content: "\f5c1";
}
.fa-sun::before {
    content: "\f185";
}
.fa-sun-plant-wilt::before {
    content: "\e57a";
}
.fa-superscript::before {
    content: "\f12b";
}
.fa-swatchbook::before {
    content: "\f5c3";
}
.fa-synagogue::before {
    content: "\f69b";
}
.fa-syringe::before {
    content: "\f48e";
}
.fa-t::before {
    content: "\54";
}
.fa-table::before {
    content: "\f0ce";
}
.fa-table-cells::before,
.fa-th::before {
    content: "\f00a";
}
.fa-table-cells-large::before,
.fa-th-large::before {
    content: "\f009";
}
.fa-columns::before,
.fa-table-columns::before {
    content: "\f0db";
}
.fa-table-list::before,
.fa-th-list::before {
    content: "\f00b";
}
.fa-ping-pong-paddle-ball::before,
.fa-table-tennis-paddle-ball::before,
.fa-table-tennis::before {
    content: "\f45d";
}
.fa-tablet-android::before,
.fa-tablet::before {
    content: "\f3fb";
}
.fa-tablet-button::before {
    content: "\f10a";
}
.fa-tablet-alt::before,
.fa-tablet-screen-button::before {
    content: "\f3fa";
}
.fa-tablets::before {
    content: "\f490";
}
.fa-digital-tachograph::before,
.fa-tachograph-digital::before {
    content: "\f566";
}
.fa-tag::before {
    content: "\f02b";
}
.fa-tags::before {
    content: "\f02c";
}
.fa-tape::before {
    content: "\f4db";
}
.fa-tarp::before {
    content: "\e57b";
}
.fa-tarp-droplet::before {
    content: "\e57c";
}
.fa-cab::before,
.fa-taxi::before {
    content: "\f1ba";
}
.fa-teeth::before {
    content: "\f62e";
}
.fa-teeth-open::before {
    content: "\f62f";
}
.fa-temperature-arrow-down::before,
.fa-temperature-down::before {
    content: "\e03f";
}
.fa-temperature-arrow-up::before,
.fa-temperature-up::before {
    content: "\e040";
}
.fa-temperature-0::before,
.fa-temperature-empty::before,
.fa-thermometer-0::before,
.fa-thermometer-empty::before {
    content: "\f2cb";
}
.fa-temperature-4::before,
.fa-temperature-full::before,
.fa-thermometer-4::before,
.fa-thermometer-full::before {
    content: "\f2c7";
}
.fa-temperature-2::before,
.fa-temperature-half::before,
.fa-thermometer-2::before,
.fa-thermometer-half::before {
    content: "\f2c9";
}
.fa-temperature-high::before {
    content: "\f769";
}
.fa-temperature-low::before {
    content: "\f76b";
}
.fa-temperature-1::before,
.fa-temperature-quarter::before,
.fa-thermometer-1::before,
.fa-thermometer-quarter::before {
    content: "\f2ca";
}
.fa-temperature-3::before,
.fa-temperature-three-quarters::before,
.fa-thermometer-3::before,
.fa-thermometer-three-quarters::before {
    content: "\f2c8";
}
.fa-tenge-sign::before,
.fa-tenge::before {
    content: "\f7d7";
}
.fa-tent::before {
    content: "\e57d";
}
.fa-tent-arrow-down-to-line::before {
    content: "\e57e";
}
.fa-tent-arrow-left-right::before {
    content: "\e57f";
}
.fa-tent-arrow-turn-left::before {
    content: "\e580";
}
.fa-tent-arrows-down::before {
    content: "\e581";
}
.fa-tents::before {
    content: "\e582";
}
.fa-terminal::before {
    content: "\f120";
}
.fa-text-height::before {
    content: "\f034";
}
.fa-remove-format::before,
.fa-text-slash::before {
    content: "\f87d";
}
.fa-text-width::before {
    content: "\f035";
}
.fa-thermometer::before {
    content: "\f491";
}
.fa-thumbs-down::before {
    content: "\f165";
}
.fa-thumbs-up::before {
    content: "\f164";
}
.fa-thumb-tack::before,
.fa-thumbtack::before {
    content: "\f08d";
}
.fa-ticket::before {
    content: "\f145";
}
.fa-ticket-alt::before,
.fa-ticket-simple::before {
    content: "\f3ff";
}
.fa-timeline::before {
    content: "\e29c";
}
.fa-toggle-off::before {
    content: "\f204";
}
.fa-toggle-on::before {
    content: "\f205";
}
.fa-toilet::before {
    content: "\f7d8";
}
.fa-toilet-paper::before {
    content: "\f71e";
}
.fa-toilet-paper-slash::before {
    content: "\e072";
}
.fa-toilet-portable::before {
    content: "\e583";
}
.fa-toilets-portable::before {
    content: "\e584";
}
.fa-toolbox::before {
    content: "\f552";
}
.fa-tooth::before {
    content: "\f5c9";
}
.fa-torii-gate::before {
    content: "\f6a1";
}
.fa-tornado::before {
    content: "\f76f";
}
.fa-broadcast-tower::before,
.fa-tower-broadcast::before {
    content: "\f519";
}
.fa-tower-cell::before {
    content: "\e585";
}
.fa-tower-observation::before {
    content: "\e586";
}
.fa-tractor::before {
    content: "\f722";
}
.fa-trademark::before {
    content: "\f25c";
}
.fa-traffic-light::before {
    content: "\f637";
}
.fa-trailer::before {
    content: "\e041";
}
.fa-train::before {
    content: "\f238";
}
.fa-subway::before,
.fa-train-subway::before {
    content: "\f239";
}
.fa-train-tram::before,
.fa-tram::before {
    content: "\f7da";
}
.fa-transgender-alt::before,
.fa-transgender::before {
    content: "\f225";
}
.fa-trash::before {
    content: "\f1f8";
}
.fa-trash-arrow-up::before,
.fa-trash-restore::before {
    content: "\f829";
}
.fa-trash-alt::before,
.fa-trash-can::before {
    content: "\f2ed";
}
.fa-trash-can-arrow-up::before,
.fa-trash-restore-alt::before {
    content: "\f82a";
}
.fa-tree::before {
    content: "\f1bb";
}
.fa-tree-city::before {
    content: "\e587";
}
.fa-exclamation-triangle::before,
.fa-triangle-exclamation::before,
.fa-warning::before {
    content: "\f071";
}
.fa-trophy::before {
    content: "\f091";
}
.fa-trowel::before {
    content: "\e589";
}
.fa-trowel-bricks::before {
    content: "\e58a";
}
.fa-truck::before {
    content: "\f0d1";
}
.fa-truck-arrow-right::before {
    content: "\e58b";
}
.fa-truck-droplet::before {
    content: "\e58c";
}
.fa-shipping-fast::before,
.fa-truck-fast::before {
    content: "\f48b";
}
.fa-truck-field::before {
    content: "\e58d";
}
.fa-truck-field-un::before {
    content: "\e58e";
}
.fa-truck-front::before {
    content: "\e2b7";
}
.fa-ambulance::before,
.fa-truck-medical::before {
    content: "\f0f9";
}
.fa-truck-monster::before {
    content: "\f63b";
}
.fa-truck-moving::before {
    content: "\f4df";
}
.fa-truck-pickup::before {
    content: "\f63c";
}
.fa-truck-plane::before {
    content: "\e58f";
}
.fa-truck-loading::before,
.fa-truck-ramp-box::before {
    content: "\f4de";
}
.fa-teletype::before,
.fa-tty::before {
    content: "\f1e4";
}
.fa-try::before,
.fa-turkish-lira-sign::before,
.fa-turkish-lira::before {
    content: "\e2bb";
}
.fa-level-down-alt::before,
.fa-turn-down::before {
    content: "\f3be";
}
.fa-level-up-alt::before,
.fa-turn-up::before {
    content: "\f3bf";
}
.fa-television::before,
.fa-tv-alt::before,
.fa-tv::before {
    content: "\f26c";
}
.fa-u::before {
    content: "\55";
}
.fa-umbrella::before {
    content: "\f0e9";
}
.fa-umbrella-beach::before {
    content: "\f5ca";
}
.fa-underline::before {
    content: "\f0cd";
}
.fa-universal-access::before {
    content: "\f29a";
}
.fa-unlock::before {
    content: "\f09c";
}
.fa-unlock-alt::before,
.fa-unlock-keyhole::before {
    content: "\f13e";
}
.fa-arrows-alt-v::before,
.fa-up-down::before {
    content: "\f338";
}
.fa-arrows-alt::before,
.fa-up-down-left-right::before {
    content: "\f0b2";
}
.fa-long-arrow-alt-up::before,
.fa-up-long::before {
    content: "\f30c";
}
.fa-expand-alt::before,
.fa-up-right-and-down-left-from-center::before {
    content: "\f424";
}
.fa-external-link-alt::before,
.fa-up-right-from-square::before {
    content: "\f35d";
}
.fa-upload::before {
    content: "\f093";
}
.fa-user::before {
    content: "\f007";
}
.fa-user-astronaut::before {
    content: "\f4fb";
}
.fa-user-check::before {
    content: "\f4fc";
}
.fa-user-clock::before {
    content: "\f4fd";
}
.fa-user-doctor::before,
.fa-user-md::before {
    content: "\f0f0";
}
.fa-user-cog::before,
.fa-user-gear::before {
    content: "\f4fe";
}
.fa-user-graduate::before {
    content: "\f501";
}
.fa-user-friends::before,
.fa-user-group::before {
    content: "\f500";
}
.fa-user-injured::before {
    content: "\f728";
}
.fa-user-alt::before,
.fa-user-large::before {
    content: "\f406";
}
.fa-user-alt-slash::before,
.fa-user-large-slash::before {
    content: "\f4fa";
}
.fa-user-lock::before {
    content: "\f502";
}
.fa-user-minus::before {
    content: "\f503";
}
.fa-user-ninja::before {
    content: "\f504";
}
.fa-user-nurse::before {
    content: "\f82f";
}
.fa-user-edit::before,
.fa-user-pen::before {
    content: "\f4ff";
}
.fa-user-plus::before {
    content: "\f234";
}
.fa-user-secret::before {
    content: "\f21b";
}
.fa-user-shield::before {
    content: "\f505";
}
.fa-user-slash::before {
    content: "\f506";
}
.fa-user-tag::before {
    content: "\f507";
}
.fa-user-tie::before {
    content: "\f508";
}
.fa-user-times::before,
.fa-user-xmark::before {
    content: "\f235";
}
.fa-users::before {
    content: "\f0c0";
}
.fa-users-between-lines::before {
    content: "\e591";
}
.fa-users-cog::before,
.fa-users-gear::before {
    content: "\f509";
}
.fa-users-line::before {
    content: "\e592";
}
.fa-users-rays::before {
    content: "\e593";
}
.fa-users-rectangle::before {
    content: "\e594";
}
.fa-users-slash::before {
    content: "\e073";
}
.fa-users-viewfinder::before {
    content: "\e595";
}
.fa-cutlery::before,
.fa-utensils::before {
    content: "\f2e7";
}
.fa-v::before {
    content: "\56";
}
.fa-shuttle-van::before,
.fa-van-shuttle::before {
    content: "\f5b6";
}
.fa-vault::before {
    content: "\e2c5";
}
.fa-vector-square::before {
    content: "\f5cb";
}
.fa-venus::before {
    content: "\f221";
}
.fa-venus-double::before {
    content: "\f226";
}
.fa-venus-mars::before {
    content: "\f228";
}
.fa-vest::before {
    content: "\e085";
}
.fa-vest-patches::before {
    content: "\e086";
}
.fa-vial::before {
    content: "\f492";
}
.fa-vial-circle-check::before {
    content: "\e596";
}
.fa-vial-virus::before {
    content: "\e597";
}
.fa-vials::before {
    content: "\f493";
}
.fa-video-camera::before,
.fa-video::before {
    content: "\f03d";
}
.fa-video-slash::before {
    content: "\f4e2";
}
.fa-vihara::before {
    content: "\f6a7";
}
.fa-virus::before {
    content: "\e074";
}
.fa-virus-covid::before {
    content: "\e4a8";
}
.fa-virus-covid-slash::before {
    content: "\e4a9";
}
.fa-virus-slash::before {
    content: "\e075";
}
.fa-viruses::before {
    content: "\e076";
}
.fa-voicemail::before {
    content: "\f897";
}
.fa-volcano::before {
    content: "\f770";
}
.fa-volleyball-ball::before,
.fa-volleyball::before {
    content: "\f45f";
}
.fa-volume-high::before,
.fa-volume-up::before {
    content: "\f028";
}
.fa-volume-down::before,
.fa-volume-low::before {
    content: "\f027";
}
.fa-volume-off::before {
    content: "\f026";
}
.fa-volume-mute::before,
.fa-volume-times::before,
.fa-volume-xmark::before {
    content: "\f6a9";
}
.fa-vr-cardboard::before {
    content: "\f729";
}
.fa-w::before {
    content: "\57";
}
.fa-walkie-talkie::before {
    content: "\f8ef";
}
.fa-wallet::before {
    content: "\f555";
}
.fa-magic::before,
.fa-wand-magic::before {
    content: "\f0d0";
}
.fa-magic-wand-sparkles::before,
.fa-wand-magic-sparkles::before {
    content: "\e2ca";
}
.fa-wand-sparkles::before {
    content: "\f72b";
}
.fa-warehouse::before {
    content: "\f494";
}
.fa-water::before {
    content: "\f773";
}
.fa-ladder-water::before,
.fa-swimming-pool::before,
.fa-water-ladder::before {
    content: "\f5c5";
}
.fa-wave-square::before {
    content: "\f83e";
}
.fa-weight-hanging::before {
    content: "\f5cd";
}
.fa-weight-scale::before,
.fa-weight::before {
    content: "\f496";
}
.fa-wheat-alt::before,
.fa-wheat-awn::before {
    content: "\e2cd";
}
.fa-wheat-awn-circle-exclamation::before {
    content: "\e598";
}
.fa-wheelchair::before {
    content: "\f193";
}
.fa-wheelchair-alt::before,
.fa-wheelchair-move::before {
    content: "\e2ce";
}
.fa-glass-whiskey::before,
.fa-whiskey-glass::before {
    content: "\f7a0";
}
.fa-wifi-3::before,
.fa-wifi-strong::before,
.fa-wifi::before {
    content: "\f1eb";
}
.fa-wind::before {
    content: "\f72e";
}
.fa-window-maximize::before {
    content: "\f2d0";
}
.fa-window-minimize::before {
    content: "\f2d1";
}
.fa-window-restore::before {
    content: "\f2d2";
}
.fa-wine-bottle::before {
    content: "\f72f";
}
.fa-wine-glass::before {
    content: "\f4e3";
}
.fa-wine-glass-alt::before,
.fa-wine-glass-empty::before {
    content: "\f5ce";
}
.fa-krw::before,
.fa-won-sign::before,
.fa-won::before {
    content: "\f159";
}
.fa-worm::before {
    content: "\e599";
}
.fa-wrench::before {
    content: "\f0ad";
}
.fa-x::before {
    content: "\58";
}
.fa-x-ray::before {
    content: "\f497";
}
.fa-close::before,
.fa-multiply::before,
.fa-remove::before,
.fa-times::before,
.fa-xmark::before {
    content: "\f00d";
}
.fa-xmarks-lines::before {
    content: "\e59a";
}
.fa-y::before {
    content: "\59";
}
.fa-cny::before,
.fa-jpy::before,
.fa-rmb::before,
.fa-yen-sign::before,
.fa-yen::before {
    content: "\f157";
}
.fa-yin-yang::before {
    content: "\f6ad";
}
.fa-z::before {
    content: "\5a";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
:host,
:root {
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands";
}
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free";
}
.fa-42-group:before,
.fa-innosoft:before {
    content: "\e080";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-accessible-icon:before {
    content: "\f368";
}
.fa-accusoft:before {
    content: "\f369";
}
.fa-adn:before {
    content: "\f170";
}
.fa-adversal:before {
    content: "\f36a";
}
.fa-affiliatetheme:before {
    content: "\f36b";
}
.fa-airbnb:before {
    content: "\f834";
}
.fa-algolia:before {
    content: "\f36c";
}
.fa-alipay:before {
    content: "\f642";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-amazon-pay:before {
    content: "\f42c";
}
.fa-amilia:before {
    content: "\f36d";
}
.fa-android:before {
    content: "\f17b";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-angrycreative:before {
    content: "\f36e";
}
.fa-angular:before {
    content: "\f420";
}
.fa-app-store:before {
    content: "\f36f";
}
.fa-app-store-ios:before {
    content: "\f370";
}
.fa-apper:before {
    content: "\f371";
}
.fa-apple:before {
    content: "\f179";
}
.fa-apple-pay:before {
    content: "\f415";
}
.fa-artstation:before {
    content: "\f77a";
}
.fa-asymmetrik:before {
    content: "\f372";
}
.fa-atlassian:before {
    content: "\f77b";
}
.fa-audible:before {
    content: "\f373";
}
.fa-autoprefixer:before {
    content: "\f41c";
}
.fa-avianex:before {
    content: "\f374";
}
.fa-aviato:before {
    content: "\f421";
}
.fa-aws:before {
    content: "\f375";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-battle-net:before {
    content: "\f835";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-bilibili:before {
    content: "\e3d9";
}
.fa-bimobject:before {
    content: "\f378";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitcoin:before {
    content: "\f379";
}
.fa-bity:before {
    content: "\f37a";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-blackberry:before {
    content: "\f37b";
}
.fa-blogger:before {
    content: "\f37c";
}
.fa-blogger-b:before {
    content: "\f37d";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-bootstrap:before {
    content: "\f836";
}
.fa-bots:before {
    content: "\e340";
}
.fa-btc:before {
    content: "\f15a";
}
.fa-buffer:before {
    content: "\f837";
}
.fa-buromobelexperte:before {
    content: "\f37f";
}
.fa-buy-n-large:before {
    content: "\f8a6";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-canadian-maple-leaf:before {
    content: "\f785";
}
.fa-cc-amazon-pay:before {
    content: "\f42d";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-apple-pay:before {
    content: "\f416";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-centercode:before {
    content: "\f380";
}
.fa-centos:before {
    content: "\f789";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-chromecast:before {
    content: "\f838";
}
.fa-cloudflare:before {
    content: "\e07d";
}
.fa-cloudscale:before {
    content: "\f383";
}
.fa-cloudsmith:before {
    content: "\f384";
}
.fa-cloudversify:before {
    content: "\f385";
}
.fa-cmplid:before {
    content: "\e360";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-confluence:before {
    content: "\f78d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-cotton-bureau:before {
    content: "\f89e";
}
.fa-cpanel:before {
    content: "\f388";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-creative-commons-by:before {
    content: "\f4e7";
}
.fa-creative-commons-nc:before {
    content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}
.fa-creative-commons-nd:before {
    content: "\f4eb";
}
.fa-creative-commons-pd:before {
    content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}
.fa-creative-commons-remix:before {
    content: "\f4ee";
}
.fa-creative-commons-sa:before {
    content: "\f4ef";
}
.fa-creative-commons-sampling:before {
    content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}
.fa-creative-commons-share:before {
    content: "\f4f2";
}
.fa-creative-commons-zero:before {
    content: "\f4f3";
}
.fa-critical-role:before {
    content: "\f6c9";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-css3-alt:before {
    content: "\f38b";
}
.fa-cuttlefish:before {
    content: "\f38c";
}
.fa-d-and-d:before {
    content: "\f38d";
}
.fa-d-and-d-beyond:before {
    content: "\f6ca";
}
.fa-dailymotion:before {
    content: "\e052";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-deezer:before {
    content: "\e077";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-deploydog:before {
    content: "\f38e";
}
.fa-deskpro:before {
    content: "\f38f";
}
.fa-dev:before {
    content: "\f6cc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-dhl:before {
    content: "\f790";
}
.fa-diaspora:before {
    content: "\f791";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-digital-ocean:before {
    content: "\f391";
}
.fa-discord:before {
    content: "\f392";
}
.fa-discourse:before {
    content: "\f393";
}
.fa-dochub:before {
    content: "\f394";
}
.fa-docker:before {
    content: "\f395";
}
.fa-draft2digital:before {
    content: "\f396";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-dribbble-square:before {
    content: "\f397";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-dyalog:before {
    content: "\f399";
}
.fa-earlybirds:before {
    content: "\f39a";
}
.fa-ebay:before {
    content: "\f4f4";
}
.fa-edge:before {
    content: "\f282";
}
.fa-edge-legacy:before {
    content: "\e078";
}
.fa-elementor:before {
    content: "\f430";
}
.fa-ello:before {
    content: "\f5f1";
}
.fa-ember:before {
    content: "\f423";
}
.fa-empire:before {
    content: "\f1d1";
}
.fa-envira:before {
    content: "\f299";
}
.fa-erlang:before {
    content: "\f39d";
}
.fa-ethereum:before {
    content: "\f42e";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-evernote:before {
    content: "\f839";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-facebook-messenger:before {
    content: "\f39f";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-fantasy-flight-games:before {
    content: "\f6dc";
}
.fa-fedex:before {
    content: "\f797";
}
.fa-fedora:before {
    content: "\f798";
}
.fa-figma:before {
    content: "\f799";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-firefox-browser:before {
    content: "\e007";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-first-order-alt:before {
    content: "\f50a";
}
.fa-firstdraft:before {
    content: "\f3a1";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-flipboard:before {
    content: "\f44d";
}
.fa-fly:before {
    content: "\f417";
}
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-fonticons-fi:before {
    content: "\f3a2";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-fort-awesome-alt:before {
    content: "\f3a3";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-freebsd:before {
    content: "\f3a4";
}
.fa-fulcrum:before {
    content: "\f50b";
}
.fa-galactic-republic:before {
    content: "\f50c";
}
.fa-galactic-senate:before {
    content: "\f50d";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-git-alt:before {
    content: "\f841";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-github:before {
    content: "\f09b";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-gitkraken:before {
    content: "\f3a6";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-gitter:before {
    content: "\f426";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-gofore:before {
    content: "\f3a7";
}
.fa-golang:before {
    content: "\e40f";
}
.fa-goodreads:before {
    content: "\f3a8";
}
.fa-goodreads-g:before {
    content: "\f3a9";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-google-drive:before {
    content: "\f3aa";
}
.fa-google-pay:before {
    content: "\e079";
}
.fa-google-play:before {
    content: "\f3ab";
}
.fa-google-plus:before {
    content: "\f2b3";
}
.fa-google-plus-g:before {
    content: "\f0d5";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-gratipay:before {
    content: "\f184";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-gripfire:before {
    content: "\f3ac";
}
.fa-grunt:before {
    content: "\f3ad";
}
.fa-guilded:before {
    content: "\e07e";
}
.fa-gulp:before {
    content: "\f3ae";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-hacker-news-square:before {
    content: "\f3af";
}
.fa-hackerrank:before {
    content: "\f5f7";
}
.fa-hashnode:before {
    content: "\e499";
}
.fa-hips:before {
    content: "\f452";
}
.fa-hire-a-helper:before {
    content: "\f3b0";
}
.fa-hive:before {
    content: "\e07f";
}
.fa-hooli:before {
    content: "\f427";
}
.fa-hornbill:before {
    content: "\f592";
}
.fa-hotjar:before {
    content: "\f3b1";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-hubspot:before {
    content: "\f3b2";
}
.fa-ideal:before {
    content: "\e013";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-instagram-square:before {
    content: "\e055";
}
.fa-instalod:before {
    content: "\e081";
}
.fa-intercom:before {
    content: "\f7af";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-invision:before {
    content: "\f7b0";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-itch-io:before {
    content: "\f83a";
}
.fa-itunes:before {
    content: "\f3b4";
}
.fa-itunes-note:before {
    content: "\f3b5";
}
.fa-java:before {
    content: "\f4e4";
}
.fa-jedi-order:before {
    content: "\f50e";
}
.fa-jenkins:before {
    content: "\f3b6";
}
.fa-jira:before {
    content: "\f7b1";
}
.fa-joget:before {
    content: "\f3b7";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-js:before {
    content: "\f3b8";
}
.fa-js-square:before {
    content: "\f3b9";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-kaggle:before {
    content: "\f5fa";
}
.fa-keybase:before {
    content: "\f4f5";
}
.fa-keycdn:before {
    content: "\f3ba";
}
.fa-kickstarter:before {
    content: "\f3bb";
}
.fa-kickstarter-k:before {
    content: "\f3bc";
}
.fa-korvue:before {
    content: "\f42f";
}
.fa-laravel:before {
    content: "\f3bd";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-less:before {
    content: "\f41d";
}
.fa-line:before {
    content: "\f3c0";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-lyft:before {
    content: "\f3c3";
}
.fa-magento:before {
    content: "\f3c4";
}
.fa-mailchimp:before {
    content: "\f59e";
}
.fa-mandalorian:before {
    content: "\f50f";
}
.fa-markdown:before {
    content: "\f60f";
}
.fa-mastodon:before {
    content: "\f4f6";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-mdb:before {
    content: "\f8ca";
}
.fa-medapps:before {
    content: "\f3c6";
}
.fa-medium-m:before,
.fa-medium:before {
    content: "\f23a";
}
.fa-medrt:before {
    content: "\f3c8";
}
.fa-meetup:before {
    content: "\f2e0";
}
.fa-megaport:before {
    content: "\f5a3";
}
.fa-mendeley:before {
    content: "\f7b3";
}
.fa-microblog:before {
    content: "\e01a";
}
.fa-microsoft:before {
    content: "\f3ca";
}
.fa-mix:before {
    content: "\f3cb";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-mixer:before {
    content: "\e056";
}
.fa-mizuni:before {
    content: "\f3cc";
}
.fa-modx:before {
    content: "\f285";
}
.fa-monero:before {
    content: "\f3d0";
}
.fa-napster:before {
    content: "\f3d2";
}
.fa-neos:before {
    content: "\f612";
}
.fa-nfc-directional:before {
    content: "\e530";
}
.fa-nfc-symbol:before {
    content: "\e531";
}
.fa-nimblr:before {
    content: "\f5a8";
}
.fa-node:before {
    content: "\f419";
}
.fa-node-js:before {
    content: "\f3d3";
}
.fa-npm:before {
    content: "\f3d4";
}
.fa-ns8:before {
    content: "\f3d5";
}
.fa-nutritionix:before {
    content: "\f3d6";
}
.fa-octopus-deploy:before {
    content: "\e082";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-old-republic:before {
    content: "\f510";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-orcid:before {
    content: "\f8d2";
}
.fa-osi:before {
    content: "\f41a";
}
.fa-padlet:before {
    content: "\e4a0";
}
.fa-page4:before {
    content: "\f3d7";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-palfed:before {
    content: "\f3d8";
}
.fa-patreon:before {
    content: "\f3d9";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-perbyte:before {
    content: "\e083";
}
.fa-periscope:before {
    content: "\f3da";
}
.fa-phabricator:before {
    content: "\f3db";
}
.fa-phoenix-framework:before {
    content: "\f3dc";
}
.fa-phoenix-squadron:before {
    content: "\f511";
}
.fa-php:before {
    content: "\f457";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-pied-piper-hat:before {
    content: "\f4e5";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-square:before {
    content: "\e01e";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-pix:before {
    content: "\e43a";
}
.fa-playstation:before {
    content: "\f3df";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-pushed:before {
    content: "\f3e1";
}
.fa-python:before {
    content: "\f3e2";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-quinscape:before {
    content: "\f459";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-r-project:before {
    content: "\f4f7";
}
.fa-raspberry-pi:before {
    content: "\f7bb";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-react:before {
    content: "\f41b";
}
.fa-reacteurope:before {
    content: "\f75d";
}
.fa-readme:before {
    content: "\f4d5";
}
.fa-rebel:before {
    content: "\f1d0";
}
.fa-red-river:before {
    content: "\f3e3";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-redhat:before {
    content: "\f7bc";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-replyd:before {
    content: "\f3e6";
}
.fa-researchgate:before {
    content: "\f4f8";
}
.fa-resolving:before {
    content: "\f3e7";
}
.fa-rev:before {
    content: "\f5b2";
}
.fa-rocketchat:before {
    content: "\f3e8";
}
.fa-rockrms:before {
    content: "\f3e9";
}
.fa-rust:before {
    content: "\e07a";
}
.fa-safari:before {
    content: "\f267";
}
.fa-salesforce:before {
    content: "\f83b";
}
.fa-sass:before {
    content: "\f41e";
}
.fa-schlix:before {
    content: "\f3ea";
}
.fa-screenpal:before {
    content: "\e570";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-searchengin:before {
    content: "\f3eb";
}
.fa-sellcast:before {
    content: "\f2da";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-servicestack:before {
    content: "\f3ec";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-shopify:before {
    content: "\e057";
}
.fa-shopware:before {
    content: "\f5b5";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-sistrix:before {
    content: "\f3ee";
}
.fa-sith:before {
    content: "\f512";
}
.fa-sitrox:before {
    content: "\e44a";
}
.fa-sketch:before {
    content: "\f7c6";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-slack-hash:before,
.fa-slack:before {
    content: "\f198";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-snapchat-ghost:before,
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-sourcetree:before {
    content: "\f7d3";
}
.fa-speakap:before {
    content: "\f3f3";
}
.fa-speaker-deck:before {
    content: "\f83c";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-square-font-awesome:before {
    content: "\f425";
}
.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
    content: "\f35c";
}
.fa-squarespace:before {
    content: "\f5be";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-stackpath:before {
    content: "\f842";
}
.fa-staylinked:before {
    content: "\f3f5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-steam-symbol:before {
    content: "\f3f6";
}
.fa-sticker-mule:before {
    content: "\f3f7";
}
.fa-strava:before {
    content: "\f428";
}
.fa-stripe:before {
    content: "\f429";
}
.fa-stripe-s:before {
    content: "\f42a";
}
.fa-studiovinari:before {
    content: "\f3f8";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-supple:before {
    content: "\f3f9";
}
.fa-suse:before {
    content: "\f7d6";
}
.fa-swift:before {
    content: "\f8e1";
}
.fa-symfony:before {
    content: "\f83d";
}
.fa-teamspeak:before {
    content: "\f4f9";
}
.fa-telegram-plane:before,
.fa-telegram:before {
    content: "\f2c6";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-the-red-yeti:before {
    content: "\f69d";
}
.fa-themeco:before {
    content: "\f5c6";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-think-peaks:before {
    content: "\f731";
}
.fa-tiktok:before {
    content: "\e07b";
}
.fa-trade-federation:before {
    content: "\f513";
}
.fa-trello:before {
    content: "\f181";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-typo3:before {
    content: "\f42b";
}
.fa-uber:before {
    content: "\f402";
}
.fa-ubuntu:before {
    content: "\f7df";
}
.fa-uikit:before {
    content: "\f403";
}
.fa-umbraco:before {
    content: "\f8e8";
}
.fa-uncharted:before {
    content: "\e084";
}
.fa-uniregistry:before {
    content: "\f404";
}
.fa-unity:before {
    content: "\e049";
}
.fa-unsplash:before {
    content: "\e07c";
}
.fa-untappd:before {
    content: "\f405";
}
.fa-ups:before {
    content: "\f7e0";
}
.fa-usb:before {
    content: "\f287";
}
.fa-usps:before {
    content: "\f7e1";
}
.fa-ussunnah:before {
    content: "\f407";
}
.fa-vaadin:before {
    content: "\f408";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-viber:before {
    content: "\f409";
}
.fa-vimeo:before {
    content: "\f40a";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-vimeo-v:before {
    content: "\f27d";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-vk:before {
    content: "\f189";
}
.fa-vnv:before {
    content: "\f40b";
}
.fa-vuejs:before {
    content: "\f41f";
}
.fa-watchman-monitoring:before {
    content: "\e087";
}
.fa-waze:before {
    content: "\f83f";
}
.fa-weebly:before {
    content: "\f5cc";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-weixin:before {
    content: "\f1d7";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-whatsapp-square:before {
    content: "\f40c";
}
.fa-whmcs:before {
    content: "\f40d";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-wirsindhandwerk:before,
.fa-wsh:before {
    content: "\e2d0";
}
.fa-wix:before {
    content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
    content: "\f730";
}
.fa-wodu:before {
    content: "\e088";
}
.fa-wolf-pack-battalion:before {
    content: "\f514";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-wordpress-simple:before {
    content: "\f411";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-wpressr:before {
    content: "\f3e4";
}
.fa-xbox:before {
    content: "\f412";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-yammer:before {
    content: "\f840";
}
.fa-yandex:before {
    content: "\f413";
}
.fa-yandex-international:before {
    content: "\f414";
}
.fa-yarn:before {
    content: "\f7e3";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-youtube-square:before {
    content: "\f431";
}
.fa-zhihu:before {
    content: "\f63f";
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
.fa-solid,
.fas {
    font-weight: 900;
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
    unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7,
        U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A,
        U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");
    unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161,
        U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F250, U+F252, U+F27A;
}
@font-face {
    font-family: boxicons;
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/boxicons.eot");
    src: url("../fonts/boxicons.eot") format("embedded-opentype"), url("../fonts/boxicons.woff2") format("woff2"), url("../fonts/boxicons.woff") format("woff"), url("../fonts/boxicons.ttf") format("truetype"),
        url("../fonts/boxicons.svg?#boxicons") format("svg");
}
.bx {
    font-family: boxicons !important;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    speak: none;
}
.bx-ul {
    margin-right: 2em;
    padding-right: 0;
    list-style: none;
}
.bx-ul .bx {
    font-size: inherit;
    position: absolute;
    right: -2em;
    width: 2em;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}
@-webkit-keyframes burst {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes burst {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes flashing {
    0%,
    90% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
}
@keyframes flashing {
    0%,
    90% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
}
@-webkit-keyframes fade-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }
}
@keyframes fade-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }
}
@-webkit-keyframes fade-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
}
@keyframes fade-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
}
@-webkit-keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }
}
@keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }
}
@-webkit-keyframes fade-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}
@keyframes fade-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}
@-webkit-keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, 10deg);
        transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, 10deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    }
}
@keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, 10deg);
        transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, 10deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 10deg);
        transform: rotate3d(0, 0, 1, 10deg);
    }
}
.bx-spin,
.bx-spin-hover:hover {
    -webkit-animation: 2s linear infinite spin;
    animation: 2s linear infinite spin;
}
.bx-tada,
.bx-tada-hover:hover {
    -webkit-animation: 1.5s infinite tada;
    animation: 1.5s infinite tada;
}
.bx-flashing,
.bx-flashing-hover:hover {
    -webkit-animation: 1.5s linear infinite flashing;
    animation: 1.5s linear infinite flashing;
}
.bx-burst,
.bx-burst-hover:hover {
    -webkit-animation: 1.5s linear infinite burst;
    animation: 1.5s linear infinite burst;
}
.bx-fade-up,
.bx-fade-up-hover:hover {
    -webkit-animation: 1.5s linear infinite fade-up;
    animation: 1.5s linear infinite fade-up;
}
.bx-fade-down,
.bx-fade-down-hover:hover {
    -webkit-animation: 1.5s linear infinite fade-down;
    animation: 1.5s linear infinite fade-down;
}
.bx-fade-left,
.bx-fade-left-hover:hover {
    -webkit-animation: 1.5s linear infinite fade-left;
    animation: 1.5s linear infinite fade-left;
}
.bx-fade-right,
.bx-fade-right-hover:hover {
    -webkit-animation: 1.5s linear infinite fade-right;
    animation: 1.5s linear infinite fade-right;
}
.bx-xs {
    font-size: 1rem !important;
}
.bx-sm {
    font-size: 1.55rem !important;
}
.bx-md {
    font-size: 2.25rem !important;
}
.bx-fw {
    font-size: 1.2857142857em;
    line-height: 0.8em;
    width: 1.2857142857em;
    height: 0.8em;
    margin-top: -0.2em !important;
}
.bx-lg {
    font-size: 3 !important;
}
.bx-pull-left {
    float: right;
    margin-left: 0.3em !important;
}
.bx-pull-right {
    float: left;
    margin-right: 0.3em !important;
}
.bx-rotate-90 {
    transform: rotate(-90deg);
}
.bx-rotate-180 {
    transform: rotate(-180deg);
}
.bx-rotate-270 {
    transform: rotate(-270deg);
}
.bx-flip-horizontal {
    transform: scaleX(-1);
}
.bx-flip-vertical {
    transform: scaleY(-1);
}
.swiper-android .swiper-slide,
.swiper-pagination,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.bx-border {
    padding: 0.25em;
    border: 0.07em solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25em;
}
.bx-border-circle {
    padding: 0.25em;
    border: 0.07em solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.bx-abacus:before {
    content: "\e900";
}
.bx-accessibility:before {
    content: "\e901";
}
.bx-add-to-queue:before {
    content: "\e902";
}
.bx-adjust:before {
    content: "\e903";
}
.bx-alarm:before {
    content: "\e904";
}
.bx-alarm-add:before {
    content: "\e905";
}
.bx-alarm-exclamation:before {
    content: "\e906";
}
.bx-alarm-off:before {
    content: "\e907";
}
.bx-alarm-snooze:before {
    content: "\e908";
}
.bx-album:before {
    content: "\e909";
}
.bx-align-justify:before {
    content: "\e90a";
}
.bx-align-left:before {
    content: "\e90b";
}
.bx-align-middle:before {
    content: "\e90c";
}
.bx-align-right:before {
    content: "\e90d";
}
.bx-analyse:before {
    content: "\e90e";
}
.bx-anchor:before {
    content: "\e90f";
}
.bx-angry:before {
    content: "\e910";
}
.bx-aperture:before {
    content: "\e911";
}
.bx-arch:before {
    content: "\e912";
}
.bx-archive:before {
    content: "\e913";
}
.bx-archive-in:before {
    content: "\e914";
}
.bx-archive-out:before {
    content: "\e915";
}
.bx-area:before {
    content: "\e916";
}
.bx-arrow-back:before {
    content: "\e917";
}
.bx-arrow-from-bottom:before {
    content: "\e918";
}
.bx-arrow-from-left:before {
    content: "\e919";
}
.bx-arrow-from-right:before {
    content: "\e91a";
}
.bx-arrow-from-top:before {
    content: "\e91b";
}
.bx-arrow-to-bottom:before {
    content: "\e91c";
}
.bx-arrow-to-left:before {
    content: "\e91d";
}
.bx-arrow-to-right:before {
    content: "\e91e";
}
.bx-arrow-to-top:before {
    content: "\e91f";
}
.bx-at:before {
    content: "\e920";
}
.bx-atom:before {
    content: "\e921";
}
.bx-award:before {
    content: "\e922";
}
.bx-badge:before {
    content: "\e923";
}
.bx-badge-check:before {
    content: "\e924";
}
.bx-ball:before {
    content: "\e925";
}
.bx-band-aid:before {
    content: "\e926";
}
.bx-bar-chart:before {
    content: "\e927";
}
.bx-bar-chart-alt:before {
    content: "\e928";
}
.bx-bar-chart-alt-2:before {
    content: "\e929";
}
.bx-bar-chart-square:before {
    content: "\e92a";
}
.bx-barcode:before {
    content: "\e92b";
}
.bx-barcode-reader:before {
    content: "\e92c";
}
.bx-baseball:before {
    content: "\e92d";
}
.bx-basket:before {
    content: "\e92e";
}
.bx-basketball:before {
    content: "\e92f";
}
.bx-bath:before {
    content: "\e930";
}
.bx-battery:before {
    content: "\e931";
}
.bx-bed:before {
    content: "\e932";
}
.bx-been-here:before {
    content: "\e933";
}
.bx-beer:before {
    content: "\e934";
}
.bx-bell:before {
    content: "\e935";
}
.bx-bell-minus:before {
    content: "\e936";
}
.bx-bell-off:before {
    content: "\e937";
}
.bx-bell-plus:before {
    content: "\e938";
}
.bx-bible:before {
    content: "\e939";
}
.bx-bitcoin:before {
    content: "\e93a";
}
.bx-blanket:before {
    content: "\e93b";
}
.bx-block:before {
    content: "\e93c";
}
.bx-bluetooth:before {
    content: "\e93d";
}
.bx-body:before {
    content: "\e93e";
}
.bx-bold:before {
    content: "\e93f";
}
.bx-bolt-circle:before {
    content: "\e940";
}
.bx-bomb:before {
    content: "\e941";
}
.bx-bone:before {
    content: "\e942";
}
.bx-bong:before {
    content: "\e943";
}
.bx-book:before {
    content: "\e944";
}
.bx-book-add:before {
    content: "\e945";
}
.bx-book-alt:before {
    content: "\e946";
}
.bx-book-bookmark:before {
    content: "\e947";
}
.bx-book-content:before {
    content: "\e948";
}
.bx-book-heart:before {
    content: "\e949";
}
.bx-bookmark:before {
    content: "\e94a";
}
.bx-bookmark-alt:before {
    content: "\e94b";
}
.bx-bookmark-alt-minus:before {
    content: "\e94c";
}
.bx-bookmark-alt-plus:before {
    content: "\e94d";
}
.bx-bookmark-heart:before {
    content: "\e94e";
}
.bx-bookmark-minus:before {
    content: "\e94f";
}
.bx-bookmark-plus:before {
    content: "\e950";
}
.bx-bookmarks:before {
    content: "\e951";
}
.bx-book-open:before {
    content: "\e952";
}
.bx-book-reader:before {
    content: "\e953";
}
.bx-border-all:before {
    content: "\e954";
}
.bx-border-bottom:before {
    content: "\e955";
}
.bx-border-inner:before {
    content: "\e956";
}
.bx-border-left:before {
    content: "\e957";
}
.bx-border-none:before {
    content: "\e958";
}
.bx-border-outer:before {
    content: "\e959";
}
.bx-border-radius:before {
    content: "\e95a";
}
.bx-border-right:before {
    content: "\e95b";
}
.bx-border-top:before {
    content: "\e95c";
}
.bx-bot:before {
    content: "\e95d";
}
.bx-bowling-ball:before {
    content: "\e95e";
}
.bx-box:before {
    content: "\e95f";
}
.bx-bracket:before {
    content: "\e960";
}
.bx-braille:before {
    content: "\e961";
}
.bx-brain:before {
    content: "\e962";
}
.bx-briefcase:before {
    content: "\e963";
}
.bx-briefcase-alt:before {
    content: "\e964";
}
.bx-briefcase-alt-2:before {
    content: "\e965";
}
.bx-brightness:before {
    content: "\e966";
}
.bx-brightness-half:before {
    content: "\e967";
}
.bx-broadcast:before {
    content: "\e968";
}
.bx-brush:before {
    content: "\e969";
}
.bx-brush-alt:before {
    content: "\e96a";
}
.bx-bug:before {
    content: "\e96b";
}
.bx-bug-alt:before {
    content: "\e96c";
}
.bx-building:before {
    content: "\e96d";
}
.bx-building-house:before {
    content: "\e96e";
}
.bx-buildings:before {
    content: "\e96f";
}
.bx-bulb:before {
    content: "\e970";
}
.bx-bullseye:before {
    content: "\e971";
}
.bx-buoy:before {
    content: "\e972";
}
.bx-bus:before {
    content: "\e973";
}
.bx-bus-school:before {
    content: "\e974";
}
.bx-cabinet:before {
    content: "\e975";
}
.bx-cake:before {
    content: "\e976";
}
.bx-calculator:before {
    content: "\e977";
}
.bx-calendar:before {
    content: "\e978";
}
.bx-calendar-alt:before {
    content: "\e979";
}
.bx-calendar-check:before {
    content: "\e97a";
}
.bx-calendar-edit:before {
    content: "\e97b";
}
.bx-calendar-event:before {
    content: "\e97c";
}
.bx-calendar-exclamation:before {
    content: "\e97d";
}
.bx-calendar-heart:before {
    content: "\e97e";
}
.bx-calendar-minus:before {
    content: "\e97f";
}
.bx-calendar-plus:before {
    content: "\e980";
}
.bx-calendar-star:before {
    content: "\e981";
}
.bx-calendar-week:before {
    content: "\e982";
}
.bx-calendar-x:before {
    content: "\e983";
}
.bx-camera:before {
    content: "\e984";
}
.bx-camera-home:before {
    content: "\e985";
}
.bx-camera-movie:before {
    content: "\e986";
}
.bx-camera-off:before {
    content: "\e987";
}
.bx-capsule:before {
    content: "\e988";
}
.bx-captions:before {
    content: "\e989";
}
.bx-car:before {
    content: "\e98a";
}
.bx-card:before {
    content: "\e98b";
}
.bx-caret-down:before {
    content: "\e98c";
}
.bx-caret-down-circle:before {
    content: "\e98d";
}
.bx-caret-down-square:before {
    content: "\e98e";
}
.bx-caret-left:before {
    content: "\e98f";
}
.bx-caret-left-circle:before {
    content: "\e990";
}
.bx-caret-left-square:before {
    content: "\e991";
}
.bx-caret-right:before {
    content: "\e992";
}
.bx-caret-right-circle:before {
    content: "\e993";
}
.bx-caret-right-square:before {
    content: "\e994";
}
.bx-caret-up:before {
    content: "\e995";
}
.bx-caret-up-circle:before {
    content: "\e996";
}
.bx-caret-up-square:before {
    content: "\e997";
}
.bx-carousel:before {
    content: "\e998";
}
.bx-cart:before {
    content: "\e999";
}
.bx-cart-alt:before {
    content: "\e99a";
}
.bx-cast:before {
    content: "\e99b";
}
.bx-category:before {
    content: "\e99c";
}
.bx-category-alt:before {
    content: "\e99d";
}
.bx-cctv:before {
    content: "\e99e";
}
.bx-certification:before {
    content: "\e99f";
}
.bx-chair:before {
    content: "\e9a0";
}
.bx-chalkboard:before {
    content: "\e9a1";
}
.bx-chart:before {
    content: "\e9a2";
}
.bx-chat:before {
    content: "\e9a3";
}
.bx-check:before {
    content: "\e9a4";
}
.bx-checkbox:before {
    content: "\e9a5";
}
.bx-checkbox-checked:before {
    content: "\e9a6";
}
.bx-checkbox-square:before {
    content: "\e9a7";
}
.bx-check-circle:before {
    content: "\e9a8";
}
.bx-check-double:before {
    content: "\e9a9";
}
.bx-check-shield:before {
    content: "\e9aa";
}
.bx-check-square:before {
    content: "\e9ab";
}
.bx-chevron-down:before {
    content: "\e9ac";
}
.bx-chevron-down-circle:before {
    content: "\e9ad";
}
.bx-chevron-down-square:before {
    content: "\e9ae";
}
.bx-chevron-left:before {
    content: "\e9af";
}
.bx-chevron-left-circle:before {
    content: "\e9b0";
}
.bx-chevron-left-square:before {
    content: "\e9b1";
}
.bx-chevron-right:before {
    content: "\e9b2";
}
.bx-chevron-right-circle:before {
    content: "\e9b3";
}
.bx-chevron-right-square:before {
    content: "\e9b4";
}
.bx-chevrons-down:before {
    content: "\e9b5";
}
.bx-chevrons-left:before {
    content: "\e9b6";
}
.bx-chevrons-right:before {
    content: "\e9b7";
}
.bx-chevrons-up:before {
    content: "\e9b8";
}
.bx-chevron-up:before {
    content: "\e9b9";
}
.bx-chevron-up-circle:before {
    content: "\e9ba";
}
.bx-chevron-up-square:before {
    content: "\e9bb";
}
.bx-chip:before {
    content: "\e9bc";
}
.bx-church:before {
    content: "\e9bd";
}
.bx-circle:before {
    content: "\e9be";
}
.bx-clinic:before {
    content: "\e9bf";
}
.bx-clipboard:before {
    content: "\e9c0";
}
.bx-closet:before {
    content: "\e9c1";
}
.bx-cloud:before {
    content: "\e9c2";
}
.bx-cloud-download:before {
    content: "\e9c3";
}
.bx-cloud-drizzle:before {
    content: "\e9c4";
}
.bx-cloud-lightning:before {
    content: "\e9c5";
}
.bx-cloud-light-rain:before {
    content: "\e9c6";
}
.bx-cloud-rain:before {
    content: "\e9c7";
}
.bx-cloud-snow:before {
    content: "\e9c8";
}
.bx-cloud-upload:before {
    content: "\e9c9";
}
.bx-code:before {
    content: "\e9ca";
}
.bx-code-alt:before {
    content: "\e9cb";
}
.bx-code-block:before {
    content: "\e9cc";
}
.bx-code-curly:before {
    content: "\e9cd";
}
.bx-coffee:before {
    content: "\e9ce";
}
.bx-coffee-togo:before {
    content: "\e9cf";
}
.bx-cog:before {
    content: "\e9d0";
}
.bx-coin:before {
    content: "\e9d1";
}
.bx-coin-stack:before {
    content: "\e9d2";
}
.bx-collapse:before {
    content: "\e9d3";
}
.bx-collection:before {
    content: "\e9d4";
}
.bx-color-fill:before {
    content: "\e9d5";
}
.bx-columns:before {
    content: "\e9d6";
}
.bx-command:before {
    content: "\e9d7";
}
.bx-comment:before {
    content: "\e9d8";
}
.bx-comment-add:before {
    content: "\e9d9";
}
.bx-comment-check:before {
    content: "\e9da";
}
.bx-comment-detail:before {
    content: "\e9db";
}
.bx-comment-dots:before {
    content: "\e9dc";
}
.bx-comment-edit:before {
    content: "\e9dd";
}
.bx-comment-error:before {
    content: "\e9de";
}
.bx-comment-minus:before {
    content: "\e9df";
}
.bx-comment-x:before {
    content: "\e9e0";
}
.bx-compass:before {
    content: "\e9e1";
}
.bx-confused:before {
    content: "\e9e2";
}
.bx-conversation:before {
    content: "\e9e3";
}
.bx-cookie:before {
    content: "\e9e4";
}
.bx-cool:before {
    content: "\e9e5";
}
.bx-copy:before {
    content: "\e9e6";
}
.bx-copy-alt:before {
    content: "\e9e7";
}
.bx-copyright:before {
    content: "\e9e8";
}
.bx-credit-card:before {
    content: "\e9e9";
}
.bx-credit-card-alt:before {
    content: "\e9ea";
}
.bx-credit-card-front:before {
    content: "\e9eb";
}
.bx-crop:before {
    content: "\e9ec";
}
.bx-crosshair:before {
    content: "\e9ed";
}
.bx-crown:before {
    content: "\e9ee";
}
.bx-cube:before {
    content: "\e9ef";
}
.bx-cube-alt:before {
    content: "\e9f0";
}
.bx-cuboid:before {
    content: "\e9f1";
}
.bx-current-location:before {
    content: "\e9f2";
}
.bx-customize:before {
    content: "\e9f3";
}
.bx-cut:before {
    content: "\e9f4";
}
.bx-cycling:before {
    content: "\e9f5";
}
.bx-cylinder:before {
    content: "\e9f6";
}
.bx-data:before {
    content: "\e9f7";
}
.bx-desktop:before {
    content: "\e9f8";
}
.bx-detail:before {
    content: "\e9f9";
}
.bx-devices:before {
    content: "\e9fa";
}
.bx-dialpad:before {
    content: "\e9fb";
}
.bx-dialpad-alt:before {
    content: "\e9fc";
}
.bx-diamond:before {
    content: "\e9fd";
}
.bx-dice-1:before {
    content: "\e9fe";
}
.bx-dice-2:before {
    content: "\e9ff";
}
.bx-dice-3:before {
    content: "\ea00";
}
.bx-dice-4:before {
    content: "\ea01";
}
.bx-dice-5:before {
    content: "\ea02";
}
.bx-dice-6:before {
    content: "\ea03";
}
.bx-directions:before {
    content: "\ea04";
}
.bx-disc:before {
    content: "\ea05";
}
.bx-dish:before {
    content: "\ea06";
}
.bx-dislike:before {
    content: "\ea07";
}
.bx-dizzy:before {
    content: "\ea08";
}
.bx-dna:before {
    content: "\ea09";
}
.bx-dock-bottom:before {
    content: "\ea0a";
}
.bx-dock-left:before {
    content: "\ea0b";
}
.bx-dock-right:before {
    content: "\ea0c";
}
.bx-dock-top:before {
    content: "\ea0d";
}
.bx-dollar:before {
    content: "\ea0e";
}
.bx-dollar-circle:before {
    content: "\ea0f";
}
.bx-donate-blood:before {
    content: "\ea10";
}
.bx-donate-heart:before {
    content: "\ea11";
}
.bx-door-open:before {
    content: "\ea12";
}
.bx-dots-horizontal:before {
    content: "\ea13";
}
.bx-dots-horizontal-rounded:before {
    content: "\ea14";
}
.bx-dots-vertical:before {
    content: "\ea15";
}
.bx-dots-vertical-rounded:before {
    content: "\ea16";
}
.bx-doughnut-chart:before {
    content: "\ea17";
}
.bx-down-arrow:before {
    content: "\ea18";
}
.bx-down-arrow-alt:before {
    content: "\ea19";
}
.bx-down-arrow-circle:before {
    content: "\ea1a";
}
.bx-download:before {
    content: "\ea1b";
}
.bx-downvote:before {
    content: "\ea1c";
}
.bx-drink:before {
    content: "\ea1d";
}
.bx-droplet:before {
    content: "\ea1e";
}
.bx-dumbbell:before {
    content: "\ea1f";
}
.bx-duplicate:before {
    content: "\ea20";
}
.bx-edit:before {
    content: "\ea21";
}
.bx-edit-alt:before {
    content: "\ea22";
}
.bx-envelope:before {
    content: "\ea23";
}
.bx-envelope-open:before {
    content: "\ea24";
}
.bx-equalizer:before {
    content: "\ea25";
}
.bx-eraser:before {
    content: "\ea26";
}
.bx-error:before {
    content: "\ea27";
}
.bx-error-alt:before {
    content: "\ea28";
}
.bx-error-circle:before {
    content: "\ea29";
}
.bx-euro:before {
    content: "\ea2a";
}
.bx-exclude:before {
    content: "\ea2b";
}
.bx-exit:before {
    content: "\ea2c";
}
.bx-exit-fullscreen:before {
    content: "\ea2d";
}
.bx-expand:before {
    content: "\ea2e";
}
.bx-expand-alt:before {
    content: "\ea2f";
}
.bx-export:before {
    content: "\ea30";
}
.bx-extension:before {
    content: "\ea31";
}
.bx-face:before {
    content: "\ea32";
}
.bx-fast-forward:before {
    content: "\ea33";
}
.bx-fast-forward-circle:before {
    content: "\ea34";
}
.bx-female:before {
    content: "\ea35";
}
.bx-female-sign:before {
    content: "\ea36";
}
.bx-file:before {
    content: "\ea37";
}
.bx-file-blank:before {
    content: "\ea38";
}
.bx-file-find:before {
    content: "\ea39";
}
.bx-film:before {
    content: "\ea3a";
}
.bx-filter:before {
    content: "\ea3b";
}
.bx-filter-alt:before {
    content: "\ea3c";
}
.bx-fingerprint:before {
    content: "\ea3d";
}
.bx-first-aid:before {
    content: "\ea3e";
}
.bx-first-page:before {
    content: "\ea3f";
}
.bx-flag:before {
    content: "\ea40";
}
.bx-folder:before {
    content: "\ea41";
}
.bx-folder-minus:before {
    content: "\ea42";
}
.bx-folder-open:before {
    content: "\ea43";
}
.bx-folder-plus:before {
    content: "\ea44";
}
.bx-font:before {
    content: "\ea45";
}
.bx-font-color:before {
    content: "\ea46";
}
.bx-font-family:before {
    content: "\ea47";
}
.bx-font-size:before {
    content: "\ea48";
}
.bx-food-menu:before {
    content: "\ea49";
}
.bx-food-tag:before {
    content: "\ea4a";
}
.bx-football:before {
    content: "\ea4b";
}
.bx-fridge:before {
    content: "\ea4c";
}
.bx-fullscreen:before {
    content: "\ea4d";
}
.bx-game:before {
    content: "\ea4e";
}
.bx-gas-pump:before {
    content: "\ea4f";
}
.bx-ghost:before {
    content: "\ea50";
}
.bx-gift:before {
    content: "\ea51";
}
.bx-git-branch:before {
    content: "\ea52";
}
.bx-git-commit:before {
    content: "\ea53";
}
.bx-git-compare:before {
    content: "\ea54";
}
.bx-git-merge:before {
    content: "\ea55";
}
.bx-git-pull-request:before {
    content: "\ea56";
}
.bx-git-repo-forked:before {
    content: "\ea57";
}
.bx-glasses:before {
    content: "\ea58";
}
.bx-glasses-alt:before {
    content: "\ea59";
}
.bx-globe:before {
    content: "\ea5a";
}
.bx-globe-alt:before {
    content: "\ea5b";
}
.bx-grid:before {
    content: "\ea5c";
}
.bx-grid-alt:before {
    content: "\ea5d";
}
.bx-grid-horizontal:before {
    content: "\ea5e";
}
.bx-grid-small:before {
    content: "\ea5f";
}
.bx-grid-vertical:before {
    content: "\ea60";
}
.bx-group:before {
    content: "\ea61";
}
.bx-handicap:before {
    content: "\ea62";
}
.bx-happy:before {
    content: "\ea63";
}
.bx-happy-alt:before {
    content: "\ea64";
}
.bx-happy-beaming:before {
    content: "\ea65";
}
.bx-happy-heart-eyes:before {
    content: "\ea66";
}
.bx-hash:before {
    content: "\ea67";
}
.bx-hdd:before {
    content: "\ea68";
}
.bx-heading:before {
    content: "\ea69";
}
.bx-headphone:before {
    content: "\ea6a";
}
.bx-health:before {
    content: "\ea6b";
}
.bx-heart:before {
    content: "\ea6c";
}
.bx-heart-circle:before {
    content: "\ea6d";
}
.bx-heart-square:before {
    content: "\ea6e";
}
.bx-help-circle:before {
    content: "\ea6f";
}
.bx-hide:before {
    content: "\ea70";
}
.bx-highlight:before {
    content: "\ea71";
}
.bx-history:before {
    content: "\ea72";
}
.bx-hive:before {
    content: "\ea73";
}
.bx-home:before {
    content: "\ea74";
}
.bx-home-alt:before {
    content: "\ea75";
}
.bx-home-circle:before {
    content: "\ea76";
}
.bx-home-heart:before {
    content: "\ea77";
}
.bx-home-smile:before {
    content: "\ea78";
}
.bx-horizontal-center:before {
    content: "\ea79";
}
.bx-hotel:before {
    content: "\ea7a";
}
.bx-hourglass:before {
    content: "\ea7b";
}
.bx-id-card:before {
    content: "\ea7c";
}
.bx-image:before {
    content: "\ea7d";
}
.bx-image-add:before {
    content: "\ea7e";
}
.bx-image-alt:before {
    content: "\ea7f";
}
.bx-images:before {
    content: "\ea80";
}
.bx-import:before {
    content: "\ea81";
}
.bx-infinite:before {
    content: "\ea82";
}
.bx-info-circle:before {
    content: "\ea83";
}
.bx-info-square:before {
    content: "\ea84";
}
.bx-intersect:before {
    content: "\ea85";
}
.bx-italic:before {
    content: "\ea86";
}
.bx-joystick:before {
    content: "\ea87";
}
.bx-joystick-alt:before {
    content: "\ea88";
}
.bx-joystick-button:before {
    content: "\ea89";
}
.bx-key:before {
    content: "\ea8a";
}
.bx-label:before {
    content: "\ea8b";
}
.bx-landscape:before {
    content: "\ea8c";
}
.bx-laptop:before {
    content: "\ea8d";
}
.bx-last-page:before {
    content: "\ea8e";
}
.bx-laugh:before {
    content: "\ea8f";
}
.bx-layer:before {
    content: "\ea90";
}
.bx-layer-minus:before {
    content: "\ea91";
}
.bx-layer-plus:before {
    content: "\ea92";
}
.bx-layout:before {
    content: "\ea93";
}
.bx-left-arrow:before {
    content: "\ea94";
}
.bx-left-arrow-alt:before {
    content: "\ea95";
}
.bx-left-arrow-circle:before {
    content: "\ea96";
}
.bx-left-down-arrow-circle:before {
    content: "\ea97";
}
.bx-left-indent:before {
    content: "\ea98";
}
.bx-left-top-arrow-circle:before {
    content: "\ea99";
}
.bx-library:before {
    content: "\ea9a";
}
.bx-like:before {
    content: "\ea9b";
}
.bx-line-chart:before {
    content: "\ea9c";
}
.bx-line-chart-down:before {
    content: "\ea9d";
}
.bx-link:before {
    content: "\ea9e";
}
.bx-link-alt:before {
    content: "\ea9f";
}
.bx-link-external:before {
    content: "\eaa0";
}
.bx-lira:before {
    content: "\eaa1";
}
.bx-list-check:before {
    content: "\eaa2";
}
.bx-list-minus:before {
    content: "\eaa3";
}
.bx-list-ol:before {
    content: "\eaa4";
}
.bx-list-plus:before {
    content: "\eaa5";
}
.bx-list-ul:before {
    content: "\eaa6";
}
.bx-loader:before {
    content: "\eaa7";
}
.bx-loader-alt:before {
    content: "\eaa8";
}
.bx-loader-circle:before {
    content: "\eaa9";
}
.bx-location-plus:before {
    content: "\eaaa";
}
.bx-lock:before {
    content: "\eaab";
}
.bx-lock-alt:before {
    content: "\eaac";
}
.bx-lock-open:before {
    content: "\eaad";
}
.bx-lock-open-alt:before {
    content: "\eaae";
}
.bx-log-in:before {
    content: "\eaaf";
}
.bx-log-in-circle:before {
    content: "\eab0";
}
.bx-log-out:before {
    content: "\eab1";
}
.bx-log-out-circle:before {
    content: "\eab2";
}
.bx-low-vision:before {
    content: "\eab3";
}
.bx-magnet:before {
    content: "\eab4";
}
.bx-mail-send:before {
    content: "\eab5";
}
.bx-male:before {
    content: "\eab6";
}
.bx-male-sign:before {
    content: "\eab7";
}
.bx-map:before {
    content: "\eab8";
}
.bx-map-alt:before {
    content: "\eab9";
}
.bx-map-pin:before {
    content: "\eaba";
}
.bx-mask:before {
    content: "\eabb";
}
.bx-medal:before {
    content: "\eabc";
}
.bx-meh:before {
    content: "\eabd";
}
.bx-meh-alt:before {
    content: "\eabe";
}
.bx-meh-blank:before {
    content: "\eabf";
}
.bx-memory-card:before {
    content: "\eac0";
}
.bx-menu:before {
    content: "\eac1";
}
.bx-menu-alt-left:before {
    content: "\eac2";
}
.bx-menu-alt-right:before {
    content: "\eac3";
}
.bx-merge:before {
    content: "\eac4";
}
.bx-message:before {
    content: "\eac5";
}
.bx-message-add:before {
    content: "\eac6";
}
.bx-message-alt:before {
    content: "\eac7";
}
.bx-message-alt-add:before {
    content: "\eac8";
}
.bx-message-alt-check:before {
    content: "\eac9";
}
.bx-message-alt-detail:before {
    content: "\eaca";
}
.bx-message-alt-dots:before {
    content: "\eacb";
}
.bx-message-alt-edit:before {
    content: "\eacc";
}
.bx-message-alt-error:before {
    content: "\eacd";
}
.bx-message-alt-minus:before {
    content: "\eace";
}
.bx-message-alt-x:before {
    content: "\eacf";
}
.bx-message-check:before {
    content: "\ead0";
}
.bx-message-detail:before {
    content: "\ead1";
}
.bx-message-dots:before {
    content: "\ead2";
}
.bx-message-edit:before {
    content: "\ead3";
}
.bx-message-error:before {
    content: "\ead4";
}
.bx-message-minus:before {
    content: "\ead5";
}
.bx-message-rounded:before {
    content: "\ead6";
}
.bx-message-rounded-add:before {
    content: "\ead7";
}
.bx-message-rounded-check:before {
    content: "\ead8";
}
.bx-message-rounded-detail:before {
    content: "\ead9";
}
.bx-message-rounded-dots:before {
    content: "\eada";
}
.bx-message-rounded-edit:before {
    content: "\eadb";
}
.bx-message-rounded-error:before {
    content: "\eadc";
}
.bx-message-rounded-minus:before {
    content: "\eadd";
}
.bx-message-rounded-x:before {
    content: "\eade";
}
.bx-message-square:before {
    content: "\eadf";
}
.bx-message-square-add:before {
    content: "\eae0";
}
.bx-message-square-check:before {
    content: "\eae1";
}
.bx-message-square-detail:before {
    content: "\eae2";
}
.bx-message-square-dots:before {
    content: "\eae3";
}
.bx-message-square-edit:before {
    content: "\eae4";
}
.bx-message-square-error:before {
    content: "\eae5";
}
.bx-message-square-minus:before {
    content: "\eae6";
}
.bx-message-square-x:before {
    content: "\eae7";
}
.bx-message-x:before {
    content: "\eae8";
}
.bx-meteor:before {
    content: "\eae9";
}
.bx-microchip:before {
    content: "\eaea";
}
.bx-microphone:before {
    content: "\eaeb";
}
.bx-microphone-off:before {
    content: "\eaec";
}
.bx-minus:before {
    content: "\eaed";
}
.bx-minus-back:before {
    content: "\eaee";
}
.bx-minus-circle:before {
    content: "\eaef";
}
.bx-minus-front:before {
    content: "\eaf0";
}
.bx-mobile:before {
    content: "\eaf1";
}
.bx-mobile-alt:before {
    content: "\eaf2";
}
.bx-mobile-landscape:before {
    content: "\eaf3";
}
.bx-mobile-vibration:before {
    content: "\eaf4";
}
.bx-money:before {
    content: "\eaf5";
}
.bx-moon:before {
    content: "\eaf6";
}
.bx-mouse:before {
    content: "\eaf7";
}
.bx-mouse-alt:before {
    content: "\eaf8";
}
.bx-move:before {
    content: "\eaf9";
}
.bx-move-horizontal:before {
    content: "\eafa";
}
.bx-move-vertical:before {
    content: "\eafb";
}
.bx-movie:before {
    content: "\eafc";
}
.bx-movie-play:before {
    content: "\eafd";
}
.bx-music:before {
    content: "\eafe";
}
.bx-navigation:before {
    content: "\eaff";
}
.bx-network-chart:before {
    content: "\eb00";
}
.bx-news:before {
    content: "\eb01";
}
.bx-no-entry:before {
    content: "\eb02";
}
.bx-note:before {
    content: "\eb03";
}
.bx-notepad:before {
    content: "\eb04";
}
.bx-notification:before {
    content: "\eb05";
}
.bx-notification-off:before {
    content: "\eb06";
}
.bx-outline:before {
    content: "\eb07";
}
.bx-package:before {
    content: "\eb08";
}
.bx-paint:before {
    content: "\eb09";
}
.bx-paint-roll:before {
    content: "\eb0a";
}
.bx-palette:before {
    content: "\eb0b";
}
.bx-paperclip:before {
    content: "\eb0c";
}
.bx-paper-plane:before {
    content: "\eb0d";
}
.bx-paragraph:before {
    content: "\eb0e";
}
.bx-paste:before {
    content: "\eb0f";
}
.bx-pause:before {
    content: "\eb10";
}
.bx-pause-circle:before {
    content: "\eb11";
}
.bx-pen:before {
    content: "\eb12";
}
.bx-pencil:before {
    content: "\eb13";
}
.bx-phone:before {
    content: "\eb14";
}
.bx-phone-call:before {
    content: "\eb15";
}
.bx-phone-incoming:before {
    content: "\eb16";
}
.bx-phone-outgoing:before {
    content: "\eb17";
}
.bx-photo-album:before {
    content: "\eb18";
}
.bx-pie-chart:before {
    content: "\eb19";
}
.bx-pie-chart-alt:before {
    content: "\eb1a";
}
.bx-pie-chart-alt-2:before {
    content: "\eb1b";
}
.bx-pin:before {
    content: "\eb1c";
}
.bx-planet:before {
    content: "\eb1d";
}
.bx-play:before {
    content: "\eb1e";
}
.bx-play-circle:before {
    content: "\eb1f";
}
.bx-plug:before {
    content: "\eb20";
}
.bx-plus:before {
    content: "\eb21";
}
.bx-plus-circle:before {
    content: "\eb22";
}
.bx-plus-medical:before {
    content: "\eb23";
}
.bx-pointer:before {
    content: "\eb24";
}
.bx-poll:before {
    content: "\eb25";
}
.bx-polygon:before {
    content: "\eb26";
}
.bx-pound:before {
    content: "\eb27";
}
.bx-power-off:before {
    content: "\eb28";
}
.bx-printer:before {
    content: "\eb29";
}
.bx-pulse:before {
    content: "\eb2a";
}
.bx-purchase-tag:before {
    content: "\eb2b";
}
.bx-purchase-tag-alt:before {
    content: "\eb2c";
}
.bx-pyramid:before {
    content: "\eb2d";
}
.bx-question-mark:before {
    content: "\eb2e";
}
.bx-radar:before {
    content: "\eb2f";
}
.bx-radio:before {
    content: "\eb30";
}
.bx-radio-circle:before {
    content: "\eb31";
}
.bx-radio-circle-marked:before {
    content: "\eb32";
}
.bx-receipt:before {
    content: "\eb33";
}
.bx-rectangle:before {
    content: "\eb34";
}
.bx-recycle:before {
    content: "\eb35";
}
.bx-redo:before {
    content: "\eb36";
}
.bx-refresh:before {
    content: "\eb37";
}
.bx-rename:before {
    content: "\eb38";
}
.bx-repeat:before {
    content: "\eb39";
}
.bx-reply:before {
    content: "\eb3a";
}
.bx-reply-all:before {
    content: "\eb3b";
}
.bx-repost:before {
    content: "\eb3c";
}
.bx-reset:before {
    content: "\eb3d";
}
.bx-restaurant:before {
    content: "\eb3e";
}
.bx-revision:before {
    content: "\eb3f";
}
.bx-rewind:before {
    content: "\eb40";
}
.bx-rewind-circle:before {
    content: "\eb41";
}
.bx-right-arrow:before {
    content: "\eb42";
}
.bx-right-arrow-alt:before {
    content: "\eb43";
}
.bx-right-arrow-circle:before {
    content: "\eb44";
}
.bx-right-down-arrow-circle:before {
    content: "\eb45";
}
.bx-right-indent:before {
    content: "\eb46";
}
.bx-right-top-arrow-circle:before {
    content: "\eb47";
}
.bx-rocket:before {
    content: "\eb48";
}
.bx-rotate-left:before {
    content: "\eb49";
}
.bx-rotate-right:before {
    content: "\eb4a";
}
.bx-rss:before {
    content: "\eb4b";
}
.bx-ruble:before {
    content: "\eb4c";
}
.bx-ruler:before {
    content: "\eb4d";
}
.bx-run:before {
    content: "\eb4e";
}
.bx-rupee:before {
    content: "\eb4f";
}
.bx-sad:before {
    content: "\eb50";
}
.bx-save:before {
    content: "\eb51";
}
.bx-scan:before {
    content: "\eb52";
}
.bx-screenshot:before {
    content: "\eb53";
}
.bx-search:before {
    content: "\eb54";
    margin: 4px;
}
.bx-search-alt:before {
    content: "\eb55";
}
.bx-search-alt-2:before {
    content: "\eb56";
}
.bx-selection:before {
    content: "\eb57";
}
.bx-select-multiple:before {
    content: "\eb58";
}
.bx-send:before {
    content: "\eb59";
}
.bx-server:before {
    content: "\eb5a";
}
.bx-shape-circle:before {
    content: "\eb5b";
}
.bx-shape-polygon:before {
    content: "\eb5c";
}
.bx-shape-square:before {
    content: "\eb5d";
}
.bx-shape-triangle:before {
    content: "\eb5e";
}
.bx-share:before {
    content: "\eb5f";
}
.bx-share-alt:before {
    content: "\eb60";
}
.bx-shekel:before {
    content: "\eb61";
}
.bx-shield:before {
    content: "\eb62";
}
.bx-shield-alt:before {
    content: "\eb63";
}
.bx-shield-alt-2:before {
    content: "\eb64";
}
.bx-shield-quarter:before {
    content: "\eb65";
}
.bx-shield-x:before {
    content: "\eb66";
}
.bx-shocked:before {
    content: "\eb67";
}
.bx-shopping-bag:before {
    content: "\eb68";
}
.bx-show:before {
    content: "\eb69";
}
.bx-show-alt:before {
    content: "\eb6a";
}
.bx-shuffle:before {
    content: "\eb6b";
}
.bx-sidebar:before {
    content: "\eb6c";
}
.bx-sitemap:before {
    content: "\eb6d";
}
.bx-skip-next:before {
    content: "\eb6e";
}
.bx-skip-next-circle:before {
    content: "\eb6f";
}
.bx-skip-previous:before {
    content: "\eb70";
}
.bx-skip-previous-circle:before {
    content: "\eb71";
}
.bx-sleepy:before {
    content: "\eb72";
}
.bx-slider:before {
    content: "\eb73";
}
.bx-slider-alt:before {
    content: "\eb74";
}
.bx-slideshow:before {
    content: "\eb75";
}
.bx-smile:before {
    content: "\eb76";
}
.bx-sort:before {
    content: "\eb77";
}
.bx-sort-alt-2:before {
    content: "\eb78";
}
.bx-sort-a-z:before {
    content: "\eb79";
}
.bx-sort-down:before {
    content: "\eb7a";
}
.bx-sort-up:before {
    content: "\eb7b";
}
.bx-sort-z-a:before {
    content: "\eb7c";
}
.bx-spa:before {
    content: "\eb7d";
}
.bx-space-bar:before {
    content: "\eb7e";
}
.bx-spray-can:before {
    content: "\eb7f";
}
.bx-spreadsheet:before {
    content: "\eb80";
}
.bx-square:before {
    content: "\eb81";
}
.bx-square-rounded:before {
    content: "\eb82";
}
.bx-star:before {
    content: "\eb83";
}
.bx-station:before {
    content: "\eb84";
}
.bx-stats:before {
    content: "\eb85";
}
.bx-sticker:before {
    content: "\eb86";
}
.bx-stop:before {
    content: "\eb87";
}
.bx-stop-circle:before {
    content: "\eb88";
}
.bx-stopwatch:before {
    content: "\eb89";
}
.bx-store:before {
    content: "\eb8a";
}
.bx-store-alt:before {
    content: "\eb8b";
}
.bx-street-view:before {
    content: "\eb8c";
}
.bx-strikethrough:before {
    content: "\eb8d";
}
.bx-subdirectory-left:before {
    content: "\eb8e";
}
.bx-subdirectory-right:before {
    content: "\eb8f";
}
.bx-sun:before {
    content: "\eb90";
}
.bx-support:before {
    content: "\eb91";
}
.bx-swim:before {
    content: "\eb92";
}
.bx-sync:before {
    content: "\eb93";
}
.bx-tab:before {
    content: "\eb94";
}
.bx-table:before {
    content: "\eb95";
}
.bx-tachometer:before {
    content: "\eb96";
}
.bx-tag:before {
    content: "\eb97";
}
.bx-tag-alt:before {
    content: "\eb98";
}
.bx-target-lock:before {
    content: "\eb99";
}
.bx-task:before {
    content: "\eb9a";
}
.bx-task-x:before {
    content: "\eb9b";
}
.bx-taxi:before {
    content: "\eb9c";
}
.bx-tennis-ball:before {
    content: "\eb9d";
}
.bx-terminal:before {
    content: "\eb9e";
}
.bx-test-tube:before {
    content: "\eb9f";
}
.bx-text:before {
    content: "\eba0";
}
.bx-time:before {
    content: "\eba1";
}
.bx-time-five:before {
    content: "\eba2";
}
.bx-timer:before {
    content: "\eba3";
}
.bx-tired:before {
    content: "\eba4";
}
.bx-toggle-left:before {
    content: "\eba5";
}
.bx-toggle-right:before {
    content: "\eba6";
}
.bx-tone:before {
    content: "\eba7";
}
.bx-traffic-cone:before {
    content: "\eba8";
}
.bx-train:before {
    content: "\eba9";
}
.bx-transfer:before {
    content: "\ebaa";
}
.bx-transfer-alt:before {
    content: "\ebab";
}
.bx-trash:before {
    content: "\ebac";
}
.bx-trash-alt:before {
    content: "\ebad";
}
.bx-trending-down:before {
    content: "\ebae";
}
.bx-trending-up:before {
    content: "\ebaf";
}
.bx-trim:before {
    content: "\ebb0";
}
.bx-trip:before {
    content: "\ebb1";
}
.bx-trophy:before {
    content: "\ebb2";
}
.bx-tv:before {
    content: "\ebb3";
}
.bx-underline:before {
    content: "\ebb4";
}
.bx-undo:before {
    content: "\ebb5";
}
.bx-unite:before {
    content: "\ebb6";
}
.bx-unlink:before {
    content: "\ebb7";
}
.bx-up-arrow:before {
    content: "\ebb8";
}
.bx-up-arrow-alt:before {
    content: "\ebb9";
}
.bx-up-arrow-circle:before {
    content: "\ebba";
}
.bx-upload:before {
    content: "\ebbb";
}
.bx-upside-down:before {
    content: "\ebbc";
}
.bx-upvote:before {
    content: "\ebbd";
}
.bx-usb:before {
    content: "\ebbe";
}
.bx-user:before {
    content: "\ebbf";
}
.bx-user-check:before {
    content: "\ebc0";
}
.bx-user-circle:before {
    content: "\ebc1";
}
.bx-user-minus:before {
    content: "\ebc2";
}
.bx-user-pin:before {
    content: "\ebc3";
}
.bx-user-plus:before {
    content: "\ebc4";
}
.bx-user-voice:before {
    content: "\ebc5";
}
.bx-user-x:before {
    content: "\ebc6";
}
.bx-vector:before {
    content: "\ebc7";
}
.bx-vertical-center:before {
    content: "\ebc8";
}
.bx-vial:before {
    content: "\ebc9";
}
.bx-video:before {
    content: "\ebca";
}
.bx-video-off:before {
    content: "\ebcb";
}
.bx-video-plus:before {
    content: "\ebcc";
}
.bx-video-recording:before {
    content: "\ebcd";
}
.bx-voicemail:before {
    content: "\ebce";
}
.bx-volume:before {
    content: "\ebcf";
}
.bx-volume-full:before {
    content: "\ebd0";
}
.bx-volume-low:before {
    content: "\ebd1";
}
.bx-volume-mute:before {
    content: "\ebd2";
}
.bx-walk:before {
    content: "\ebd3";
}
.bx-wallet:before {
    content: "\ebd4";
}
.bx-wallet-alt:before {
    content: "\ebd5";
}
.bx-water:before {
    content: "\ebd6";
}
.bx-webcam:before {
    content: "\ebd7";
}
.bx-wifi:before {
    content: "\ebd8";
}
.bx-wifi-0:before {
    content: "\ebd9";
}
.bx-wifi-1:before {
    content: "\ebda";
}
.bx-wifi-2:before {
    content: "\ebdb";
}
.bx-wifi-off:before {
    content: "\ebdc";
}
.bx-wind:before {
    content: "\ebdd";
}
.bx-window:before {
    content: "\ebde";
}
.bx-window-alt:before {
    content: "\ebdf";
}
.bx-window-close:before {
    content: "\ebe0";
}
.bx-window-open:before {
    content: "\ebe1";
}
.bx-windows:before {
    content: "\ebe2";
}
.bx-wine:before {
    content: "\ebe3";
}
.bx-wink-smile:before {
    content: "\ebe4";
}
.bx-wink-tongue:before {
    content: "\ebe5";
}
.bx-won:before {
    content: "\ebe6";
}
.bx-world:before {
    content: "\ebe7";
}
.bx-wrench:before {
    content: "\ebe8";
}
.bx-x:before {
    content: "\ebe9";
}
.bx-x-circle:before {
    content: "\ebea";
}
.bx-yen:before {
    content: "\ebeb";
}
.bx-zoom-in:before {
    content: "\ebec";
}
.bx-zoom-out:before {
    content: "\ebed";
}
.bxs-add-to-queue:before {
    content: "\ebee";
}
.bxs-adjust:before {
    content: "\ebef";
}
.bxs-adjust-alt:before {
    content: "\ebf0";
}
.bxs-alarm:before {
    content: "\ebf1";
}
.bxs-alarm-add:before {
    content: "\ebf2";
}
.bxs-alarm-exclamation:before {
    content: "\ebf3";
}
.bxs-alarm-off:before {
    content: "\ebf4";
}
.bxs-alarm-snooze:before {
    content: "\ebf5";
}
.bxs-album:before {
    content: "\ebf6";
}
.bxs-ambulance:before {
    content: "\ebf7";
}
.bxs-analyse:before {
    content: "\ebf8";
}
.bxs-angry:before {
    content: "\ebf9";
}
.bxs-arch:before {
    content: "\ebfa";
}
.bxs-archive:before {
    content: "\ebfb";
}
.bxs-archive-in:before {
    content: "\ebfc";
}
.bxs-archive-out:before {
    content: "\ebfd";
}
.bxs-area:before {
    content: "\ebfe";
}
.bxs-arrow-from-bottom:before {
    content: "\ebff";
}
.bxs-arrow-from-left:before {
    content: "\ec00";
}
.bxs-arrow-from-right:before {
    content: "\ec01";
}
.bxs-arrow-from-top:before {
    content: "\ec02";
}
.bxs-arrow-to-bottom:before {
    content: "\ec03";
}
.bxs-arrow-to-left:before {
    content: "\ec04";
}
.bxs-arrow-to-right:before {
    content: "\ec05";
}
.bxs-arrow-to-top:before {
    content: "\ec06";
}
.bxs-award:before {
    content: "\ec07";
}
.bxs-baby-carriage:before {
    content: "\ec08";
}
.bxs-backpack:before {
    content: "\ec09";
}
.bxs-badge:before {
    content: "\ec0a";
}
.bxs-badge-check:before {
    content: "\ec0b";
}
.bxs-badge-dollar:before {
    content: "\ec0c";
}
.bxs-ball:before {
    content: "\ec0d";
}
.bxs-band-aid:before {
    content: "\ec0e";
}
.bxs-bank:before {
    content: "\ec0f";
}
.bxs-bar-chart-alt-2:before {
    content: "\ec10";
}
.bxs-bar-chart-square:before {
    content: "\ec11";
}
.bxs-barcode:before {
    content: "\ec12";
}
.bxs-baseball:before {
    content: "\ec13";
}
.bxs-basket:before {
    content: "\ec14";
}
.bxs-basketball:before {
    content: "\ec15";
}
.bxs-bath:before {
    content: "\ec16";
}
.bxs-battery:before {
    content: "\ec17";
}
.bxs-battery-charging:before {
    content: "\ec18";
}
.bxs-battery-full:before {
    content: "\ec19";
}
.bxs-battery-low:before {
    content: "\ec1a";
}
.bxs-bed:before {
    content: "\ec1b";
}
.bxs-been-here:before {
    content: "\ec1c";
}
.bxs-beer:before {
    content: "\ec1d";
}
.bxs-bell:before {
    content: "\ec1e";
}
.bxs-bell-minus:before {
    content: "\ec1f";
}
.bxs-bell-off:before {
    content: "\ec20";
}
.bxs-bell-plus:before {
    content: "\ec21";
}
.bxs-bell-ring:before {
    content: "\ec22";
}
.bxs-bible:before {
    content: "\ec23";
}
.bxs-binoculars:before {
    content: "\ec24";
}
.bxs-blanket:before {
    content: "\ec25";
}
.bxs-bolt:before {
    content: "\ec26";
}
.bxs-bolt-circle:before {
    content: "\ec27";
}
.bxs-bomb:before {
    content: "\ec28";
}
.bxs-bone:before {
    content: "\ec29";
}
.bxs-bong:before {
    content: "\ec2a";
}
.bxs-book:before {
    content: "\ec2b";
}
.bxs-book-add:before {
    content: "\ec2c";
}
.bxs-book-alt:before {
    content: "\ec2d";
}
.bxs-book-bookmark:before {
    content: "\ec2e";
}
.bxs-book-content:before {
    content: "\ec2f";
}
.bxs-book-heart:before {
    content: "\ec30";
}
.bxs-bookmark:before {
    content: "\ec31";
}
.bxs-bookmark-alt:before {
    content: "\ec32";
}
.bxs-bookmark-alt-minus:before {
    content: "\ec33";
}
.bxs-bookmark-alt-plus:before {
    content: "\ec34";
}
.bxs-bookmark-heart:before {
    content: "\ec35";
}
.bxs-bookmark-minus:before {
    content: "\ec36";
}
.bxs-bookmark-plus:before {
    content: "\ec37";
}
.bxs-bookmarks:before {
    content: "\ec38";
}
.bxs-bookmark-star:before {
    content: "\ec39";
}
.bxs-book-open:before {
    content: "\ec3a";
}
.bxs-book-reader:before {
    content: "\ec3b";
}
.bxs-bot:before {
    content: "\ec3c";
}
.bxs-bowling-ball:before {
    content: "\ec3d";
}
.bxs-box:before {
    content: "\ec3e";
}
.bxs-brain:before {
    content: "\ec3f";
}
.bxs-briefcase:before {
    content: "\ec40";
}
.bxs-briefcase-alt:before {
    content: "\ec41";
}
.bxs-briefcase-alt-2:before {
    content: "\ec42";
}
.bxs-brightness:before {
    content: "\ec43";
}
.bxs-brightness-half:before {
    content: "\ec44";
}
.bxs-brush:before {
    content: "\ec45";
}
.bxs-brush-alt:before {
    content: "\ec46";
}
.bxs-bug:before {
    content: "\ec47";
}
.bxs-bug-alt:before {
    content: "\ec48";
}
.bxs-building:before {
    content: "\ec49";
}
.bxs-building-house:before {
    content: "\ec4a";
}
.bxs-buildings:before {
    content: "\ec4b";
}
.bxs-bulb:before {
    content: "\ec4c";
}
.bxs-bullseye:before {
    content: "\ec4d";
}
.bxs-buoy:before {
    content: "\ec4e";
}
.bxs-bus:before {
    content: "\ec4f";
}
.bxs-business:before {
    content: "\ec50";
}
.bxs-bus-school:before {
    content: "\ec51";
}
.bxs-cabinet:before {
    content: "\ec52";
}
.bxs-cake:before {
    content: "\ec53";
}
.bxs-calculator:before {
    content: "\ec54";
}
.bxs-calendar:before {
    content: "\ec55";
}
.bxs-calendar-alt:before {
    content: "\ec56";
}
.bxs-calendar-check:before {
    content: "\ec57";
}
.bxs-calendar-edit:before {
    content: "\ec58";
}
.bxs-calendar-event:before {
    content: "\ec59";
}
.bxs-calendar-exclamation:before {
    content: "\ec5a";
}
.bxs-calendar-heart:before {
    content: "\ec5b";
}
.bxs-calendar-minus:before {
    content: "\ec5c";
}
.bxs-calendar-plus:before {
    content: "\ec5d";
}
.bxs-calendar-star:before {
    content: "\ec5e";
}
.bxs-calendar-week:before {
    content: "\ec5f";
}
.bxs-calendar-x:before {
    content: "\ec60";
}
.bxs-camera:before {
    content: "\ec61";
}
.bxs-camera-home:before {
    content: "\ec62";
}
.bxs-camera-movie:before {
    content: "\ec63";
}
.bxs-camera-off:before {
    content: "\ec64";
}
.bxs-camera-plus:before {
    content: "\ec65";
}
.bxs-capsule:before {
    content: "\ec66";
}
.bxs-captions:before {
    content: "\ec67";
}
.bxs-car:before {
    content: "\ec68";
}
.bxs-car-battery:before {
    content: "\ec69";
}
.bxs-car-crash:before {
    content: "\ec6a";
}
.bxs-card:before {
    content: "\ec6b";
}
.bxs-caret-down-circle:before {
    content: "\ec6c";
}
.bxs-caret-down-square:before {
    content: "\ec6d";
}
.bxs-caret-left-circle:before {
    content: "\ec6e";
}
.bxs-caret-left-square:before {
    content: "\ec6f";
}
.bxs-caret-right-circle:before {
    content: "\ec70";
}
.bxs-caret-right-square:before {
    content: "\ec71";
}
.bxs-caret-up-circle:before {
    content: "\ec72";
}
.bxs-caret-up-square:before {
    content: "\ec73";
}
.bxs-car-garage:before {
    content: "\ec74";
}
.bxs-car-mechanic:before {
    content: "\ec75";
}
.bxs-carousel:before {
    content: "\ec76";
}
.bxs-cart:before {
    content: "\ec77";
}
.bxs-cart-add:before {
    content: "\ec78";
}
.bxs-cart-alt:before {
    content: "\ec79";
}
.bxs-cart-download:before {
    content: "\ec7a";
}
.bxs-car-wash:before {
    content: "\ec7b";
}
.bxs-category:before {
    content: "\ec7c";
}
.bxs-category-alt:before {
    content: "\ec7d";
}
.bxs-cctv:before {
    content: "\ec7e";
}
.bxs-certification:before {
    content: "\ec7f";
}
.bxs-chalkboard:before {
    content: "\ec80";
}
.bxs-chart:before {
    content: "\ec81";
}
.bxs-chat:before {
    content: "\ec82";
}
.bxs-checkbox:before {
    content: "\ec83";
}
.bxs-checkbox-checked:before {
    content: "\ec84";
}
.bxs-check-circle:before {
    content: "\ec85";
}
.bxs-check-shield:before {
    content: "\ec86";
}
.bxs-check-square:before {
    content: "\ec87";
}
.bxs-chess:before {
    content: "\ec88";
}
.bxs-chevron-down:before {
    content: "\ec89";
}
.bxs-chevron-down-circle:before {
    content: "\ec8a";
}
.bxs-chevron-down-square:before {
    content: "\ec8b";
}
.bxs-chevron-left:before {
    content: "\ec8c";
}
.bxs-chevron-left-circle:before {
    content: "\ec8d";
}
.bxs-chevron-left-square:before {
    content: "\ec8e";
}
.bxs-chevron-right:before {
    content: "\ec8f";
}
.bxs-chevron-right-circle:before {
    content: "\ec90";
}
.bxs-chevron-right-square:before {
    content: "\ec91";
}
.bxs-chevrons-down:before {
    content: "\ec92";
}
.bxs-chevrons-left:before {
    content: "\ec93";
}
.bxs-chevrons-right:before {
    content: "\ec94";
}
.bxs-chevrons-up:before {
    content: "\ec95";
}
.bxs-chevron-up:before {
    content: "\ec96";
}
.bxs-chevron-up-circle:before {
    content: "\ec97";
}
.bxs-chevron-up-square:before {
    content: "\ec98";
}
.bxs-chip:before {
    content: "\ec99";
}
.bxs-church:before {
    content: "\ec9a";
}
.bxs-circle:before {
    content: "\ec9b";
}
.bxs-city:before {
    content: "\ec9c";
}
.bxs-clinic:before {
    content: "\ec9d";
}
.bxs-cloud:before {
    content: "\ec9e";
}
.bxs-cloud-download:before {
    content: "\ec9f";
}
.bxs-cloud-lightning:before {
    content: "\eca0";
}
.bxs-cloud-rain:before {
    content: "\eca1";
}
.bxs-cloud-upload:before {
    content: "\eca2";
}
.bxs-coffee:before {
    content: "\eca3";
}
.bxs-coffee-alt:before {
    content: "\eca4";
}
.bxs-coffee-togo:before {
    content: "\eca5";
}
.bxs-cog:before {
    content: "\eca6";
}
.bxs-coin:before {
    content: "\eca7";
}
.bxs-coin-stack:before {
    content: "\eca8";
}
.bxs-collection:before {
    content: "\eca9";
}
.bxs-color-fill:before {
    content: "\ecaa";
}
.bxs-comment:before {
    content: "\ecab";
}
.bxs-comment-add:before {
    content: "\ecac";
}
.bxs-comment-check:before {
    content: "\ecad";
}
.bxs-comment-detail:before {
    content: "\ecae";
}
.bxs-comment-dots:before {
    content: "\ecaf";
}
.bxs-comment-edit:before {
    content: "\ecb0";
}
.bxs-comment-error:before {
    content: "\ecb1";
}
.bxs-comment-minus:before {
    content: "\ecb2";
}
.bxs-comment-x:before {
    content: "\ecb3";
}
.bxs-compass:before {
    content: "\ecb4";
}
.bxs-component:before {
    content: "\ecb5";
}
.bxs-confused:before {
    content: "\ecb6";
}
.bxs-contact:before {
    content: "\ecb7";
}
.bxs-conversation:before {
    content: "\ecb8";
}
.bxs-cookie:before {
    content: "\ecb9";
}
.bxs-cool:before {
    content: "\ecba";
}
.bxs-copy:before {
    content: "\ecbb";
}
.bxs-copy-alt:before {
    content: "\ecbc";
}
.bxs-copyright:before {
    content: "\ecbd";
}
.bxs-coupon:before {
    content: "\ecbe";
}
.bxs-credit-card:before {
    content: "\ecbf";
}
.bxs-credit-card-alt:before {
    content: "\ecc0";
}
.bxs-credit-card-front:before {
    content: "\ecc1";
}
.bxs-crop:before {
    content: "\ecc2";
}
.bxs-crown:before {
    content: "\ecc3";
}
.bxs-cube:before {
    content: "\ecc4";
}
.bxs-cube-alt:before {
    content: "\ecc5";
}
.bxs-cuboid:before {
    content: "\ecc6";
}
.bxs-customize:before {
    content: "\ecc7";
}
.bxs-cylinder:before {
    content: "\ecc8";
}
.bxs-dashboard:before {
    content: "\ecc9";
}
.bxs-data:before {
    content: "\ecca";
}
.bxs-detail:before {
    content: "\eccb";
}
.bxs-devices:before {
    content: "\eccc";
}
.bxs-diamond:before {
    content: "\eccd";
}
.bxs-dice-1:before {
    content: "\ecce";
}
.bxs-dice-2:before {
    content: "\eccf";
}
.bxs-dice-3:before {
    content: "\ecd0";
}
.bxs-dice-4:before {
    content: "\ecd1";
}
.bxs-dice-5:before {
    content: "\ecd2";
}
.bxs-dice-6:before {
    content: "\ecd3";
}
.bxs-direction-left:before {
    content: "\ecd4";
}
.bxs-direction-right:before {
    content: "\ecd5";
}
.bxs-directions:before {
    content: "\ecd6";
}
.bxs-disc:before {
    content: "\ecd7";
}
.bxs-discount:before {
    content: "\ecd8";
}
.bxs-dish:before {
    content: "\ecd9";
}
.bxs-dislike:before {
    content: "\ecda";
}
.bxs-dizzy:before {
    content: "\ecdb";
}
.bxs-dock-bottom:before {
    content: "\ecdc";
}
.bxs-dock-left:before {
    content: "\ecdd";
}
.bxs-dock-right:before {
    content: "\ecde";
}
.bxs-dock-top:before {
    content: "\ecdf";
}
.bxs-dollar-circle:before {
    content: "\ece0";
}
.bxs-donate-blood:before {
    content: "\ece1";
}
.bxs-donate-heart:before {
    content: "\ece2";
}
.bxs-door-open:before {
    content: "\ece3";
}
.bxs-doughnut-chart:before {
    content: "\ece4";
}
.bxs-down-arrow:before {
    content: "\ece5";
}
.bxs-down-arrow-alt:before {
    content: "\ece6";
}
.bxs-down-arrow-circle:before {
    content: "\ece7";
}
.bxs-down-arrow-square:before {
    content: "\ece8";
}
.bxs-download:before {
    content: "\ece9";
}
.bxs-downvote:before {
    content: "\ecea";
}
.bxs-drink:before {
    content: "\eceb";
}
.bxs-droplet:before {
    content: "\ecec";
}
.bxs-droplet-half:before {
    content: "\eced";
}
.bxs-dryer:before {
    content: "\ecee";
}
.bxs-duplicate:before {
    content: "\ecef";
}
.bxs-edit:before {
    content: "\ecf0";
}
.bxs-edit-alt:before {
    content: "\ecf1";
}
.bxs-edit-location:before {
    content: "\ecf2";
}
.bxs-eject:before {
    content: "\ecf3";
}
.bxs-envelope:before {
    content: "\ecf4";
}
.bxs-envelope-open:before {
    content: "\ecf5";
}
.bxs-eraser:before {
    content: "\ecf6";
}
.bxs-error:before {
    content: "\ecf7";
}
.bxs-error-alt:before {
    content: "\ecf8";
}
.bxs-error-circle:before {
    content: "\ecf9";
}
.bxs-ev-station:before {
    content: "\ecfa";
}
.bxs-exit:before {
    content: "\ecfb";
}
.bxs-extension:before {
    content: "\ecfc";
}
.bxs-eyedropper:before {
    content: "\ecfd";
}
.bxs-face:before {
    content: "\ecfe";
}
.bxs-face-mask:before {
    content: "\ecff";
}
.bxs-factory:before {
    content: "\ed00";
}
.bxs-fast-forward-circle:before {
    content: "\ed01";
}
.bxs-file:before {
    content: "\ed02";
}
.bxs-file-archive:before {
    content: "\ed03";
}
.bxs-file-blank:before {
    content: "\ed04";
}
.bxs-file-css:before {
    content: "\ed05";
}
.bxs-file-doc:before {
    content: "\ed06";
}
.bxs-file-export:before {
    content: "\ed07";
}
.bxs-file-find:before {
    content: "\ed08";
}
.bxs-file-gif:before {
    content: "\ed09";
}
.bxs-file-html:before {
    content: "\ed0a";
}
.bxs-file-image:before {
    content: "\ed0b";
}
.bxs-file-import:before {
    content: "\ed0c";
}
.bxs-file-jpg:before {
    content: "\ed0d";
}
.bxs-file-js:before {
    content: "\ed0e";
}
.bxs-file-json:before {
    content: "\ed0f";
}
.bxs-file-md:before {
    content: "\ed10";
}
.bxs-file-pdf:before {
    content: "\ed11";
}
.bxs-file-plus:before {
    content: "\ed12";
}
.bxs-file-png:before {
    content: "\ed13";
}
.bxs-file-txt:before {
    content: "\ed14";
}
.bxs-film:before {
    content: "\ed15";
}
.bxs-filter-alt:before {
    content: "\ed16";
}
.bxs-first-aid:before {
    content: "\ed17";
}
.bxs-flag:before {
    content: "\ed18";
}
.bxs-flag-alt:before {
    content: "\ed19";
}
.bxs-flag-checkered:before {
    content: "\ed1a";
}
.bxs-flame:before {
    content: "\ed1b";
}
.bxs-flask:before {
    content: "\ed1c";
}
.bxs-florist:before {
    content: "\ed1d";
}
.bxs-folder:before {
    content: "\ed1e";
}
.bxs-folder-minus:before {
    content: "\ed1f";
}
.bxs-folder-open:before {
    content: "\ed20";
}
.bxs-folder-plus:before {
    content: "\ed21";
}
.bxs-food-menu:before {
    content: "\ed22";
}
.bxs-fridge:before {
    content: "\ed23";
}
.bxs-game:before {
    content: "\ed24";
}
.bxs-gas-pump:before {
    content: "\ed25";
}
.bxs-ghost:before {
    content: "\ed26";
}
.bxs-gift:before {
    content: "\ed27";
}
.bxs-graduation:before {
    content: "\ed28";
}
.bxs-grid:before {
    content: "\ed29";
}
.bxs-grid-alt:before {
    content: "\ed2a";
}
.bxs-group:before {
    content: "\ed2b";
}
.bxs-guitar-amp:before {
    content: "\ed2c";
}
.bxs-hand-down:before {
    content: "\ed2d";
}
.bxs-hand-left:before {
    content: "\ed2e";
}
.bxs-hand-right:before {
    content: "\ed2f";
}
.bxs-hand-up:before {
    content: "\ed30";
}
.bxs-happy:before {
    content: "\ed31";
}
.bxs-happy-alt:before {
    content: "\ed32";
}
.bxs-happy-beaming:before {
    content: "\ed33";
}
.bxs-happy-heart-eyes:before {
    content: "\ed34";
}
.bxs-hdd:before {
    content: "\ed35";
}
.bxs-heart:before {
    content: "\ed36";
}
.bxs-heart-circle:before {
    content: "\ed37";
}
.bxs-heart-square:before {
    content: "\ed38";
}
.bxs-help-circle:before {
    content: "\ed39";
}
.bxs-hide:before {
    content: "\ed3a";
}
.bxs-home:before {
    content: "\ed3b";
}
.bxs-home-circle:before {
    content: "\ed3c";
}
.bxs-home-heart:before {
    content: "\ed3d";
}
.bxs-home-smile:before {
    content: "\ed3e";
}
.bxs-hot:before {
    content: "\ed3f";
}
.bxs-hotel:before {
    content: "\ed40";
}
.bxs-hourglass:before {
    content: "\ed41";
}
.bxs-hourglass-bottom:before {
    content: "\ed42";
}
.bxs-hourglass-top:before {
    content: "\ed43";
}
.bxs-id-card:before {
    content: "\ed44";
}
.bxs-image:before {
    content: "\ed45";
}
.bxs-image-add:before {
    content: "\ed46";
}
.bxs-image-alt:before {
    content: "\ed47";
}
.bxs-inbox:before {
    content: "\ed48";
}
.bxs-info-circle:before {
    content: "\ed49";
}
.bxs-info-square:before {
    content: "\ed4a";
}
.bxs-institution:before {
    content: "\ed4b";
}
.bxs-joystick:before {
    content: "\ed4c";
}
.bxs-joystick-alt:before {
    content: "\ed4d";
}
.bxs-joystick-button:before {
    content: "\ed4e";
}
.bxs-key:before {
    content: "\ed4f";
}
.bxs-keyboard:before {
    content: "\ed50";
}
.bxs-label:before {
    content: "\ed51";
}
.bxs-landmark:before {
    content: "\ed52";
}
.bxs-landscape:before {
    content: "\ed53";
}
.bxs-laugh:before {
    content: "\ed54";
}
.bxs-layer:before {
    content: "\ed55";
}
.bxs-layer-minus:before {
    content: "\ed56";
}
.bxs-layer-plus:before {
    content: "\ed57";
}
.bxs-layout:before {
    content: "\ed58";
}
.bxs-left-arrow:before {
    content: "\ed59";
}
.bxs-left-arrow-alt:before {
    content: "\ed5a";
}
.bxs-left-arrow-circle:before {
    content: "\ed5b";
}
.bxs-left-arrow-square:before {
    content: "\ed5c";
}
.bxs-left-down-arrow-circle:before {
    content: "\ed5d";
}
.bxs-left-top-arrow-circle:before {
    content: "\ed5e";
}
.bxs-like:before {
    content: "\ed5f";
}
.bxs-location-plus:before {
    content: "\ed60";
}
.bxs-lock:before {
    content: "\ed61";
}
.bxs-lock-alt:before {
    content: "\ed62";
}
.bxs-lock-open:before {
    content: "\ed63";
}
.bxs-lock-open-alt:before {
    content: "\ed64";
}
.bxs-log-in:before {
    content: "\ed65";
}
.bxs-log-in-circle:before {
    content: "\ed66";
}
.bxs-log-out:before {
    content: "\ed67";
}
.bxs-log-out-circle:before {
    content: "\ed68";
}
.bxs-low-vision:before {
    content: "\ed69";
}
.bxs-magic-wand:before {
    content: "\ed6a";
}
.bxs-magnet:before {
    content: "\ed6b";
}
.bxs-map:before {
    content: "\ed6c";
}
.bxs-map-alt:before {
    content: "\ed6d";
}
.bxs-map-pin:before {
    content: "\ed6e";
}
.bxs-mask:before {
    content: "\ed6f";
}
.bxs-medal:before {
    content: "\ed70";
}
.bxs-megaphone:before {
    content: "\ed71";
}
.bxs-meh:before {
    content: "\ed72";
}
.bxs-meh-alt:before {
    content: "\ed73";
}
.bxs-meh-blank:before {
    content: "\ed74";
}
.bxs-memory-card:before {
    content: "\ed75";
}
.bxs-message:before {
    content: "\ed76";
}
.bxs-message-add:before {
    content: "\ed77";
}
.bxs-message-alt:before {
    content: "\ed78";
}
.bxs-message-alt-add:before {
    content: "\ed79";
}
.bxs-message-alt-check:before {
    content: "\ed7a";
}
.bxs-message-alt-detail:before {
    content: "\ed7b";
}
.bxs-message-alt-dots:before {
    content: "\ed7c";
}
.bxs-message-alt-edit:before {
    content: "\ed7d";
}
.bxs-message-alt-error:before {
    content: "\ed7e";
}
.bxs-message-alt-minus:before {
    content: "\ed7f";
}
.bxs-message-alt-x:before {
    content: "\ed80";
}
.bxs-message-check:before {
    content: "\ed81";
}
.bxs-message-detail:before {
    content: "\ed82";
}
.bxs-message-dots:before {
    content: "\ed83";
}
.bxs-message-edit:before {
    content: "\ed84";
}
.bxs-message-error:before {
    content: "\ed85";
}
.bxs-message-minus:before {
    content: "\ed86";
}
.bxs-message-rounded:before {
    content: "\ed87";
}
.bxs-message-rounded-add:before {
    content: "\ed88";
}
.bxs-message-rounded-check:before {
    content: "\ed89";
}
.bxs-message-rounded-detail:before {
    content: "\ed8a";
}
.bxs-message-rounded-dots:before {
    content: "\ed8b";
}
.bxs-message-rounded-edit:before {
    content: "\ed8c";
}
.bxs-message-rounded-error:before {
    content: "\ed8d";
}
.bxs-message-rounded-minus:before {
    content: "\ed8e";
}
.bxs-message-rounded-x:before {
    content: "\ed8f";
}
.bxs-message-square:before {
    content: "\ed90";
}
.bxs-message-square-add:before {
    content: "\ed91";
}
.bxs-message-square-check:before {
    content: "\ed92";
}
.bxs-message-square-detail:before {
    content: "\ed93";
}
.bxs-message-square-dots:before {
    content: "\ed94";
}
.bxs-message-square-edit:before {
    content: "\ed95";
}
.bxs-message-square-error:before {
    content: "\ed96";
}
.bxs-message-square-minus:before {
    content: "\ed97";
}
.bxs-message-square-x:before {
    content: "\ed98";
}
.bxs-message-x:before {
    content: "\ed99";
}
.bxs-meteor:before {
    content: "\ed9a";
}
.bxs-microchip:before {
    content: "\ed9b";
}
.bxs-microphone:before {
    content: "\ed9c";
}
.bxs-microphone-alt:before {
    content: "\ed9d";
}
.bxs-microphone-off:before {
    content: "\ed9e";
}
.bxs-minus-circle:before {
    content: "\ed9f";
}
.bxs-minus-square:before {
    content: "\eda0";
}
.bxs-mobile:before {
    content: "\eda1";
}
.bxs-mobile-vibration:before {
    content: "\eda2";
}
.bxs-moon:before {
    content: "\eda3";
}
.bxs-mouse:before {
    content: "\eda4";
}
.bxs-mouse-alt:before {
    content: "\eda5";
}
.bxs-movie:before {
    content: "\eda6";
}
.bxs-movie-play:before {
    content: "\eda7";
}
.bxs-music:before {
    content: "\eda8";
}
.bxs-navigation:before {
    content: "\eda9";
}
.bxs-network-chart:before {
    content: "\edaa";
}
.bxs-news:before {
    content: "\edab";
}
.bxs-no-entry:before {
    content: "\edac";
}
.bxs-note:before {
    content: "\edad";
}
.bxs-notepad:before {
    content: "\edae";
}
.bxs-notification:before {
    content: "\edaf";
}
.bxs-notification-off:before {
    content: "\edb0";
}
.bxs-offer:before {
    content: "\edb1";
}
.bxs-package:before {
    content: "\edb2";
}
.bxs-paint:before {
    content: "\edb3";
}
.bxs-paint-roll:before {
    content: "\edb4";
}
.bxs-palette:before {
    content: "\edb5";
}
.bxs-paper-plane:before {
    content: "\edb6";
}
.bxs-parking:before {
    content: "\edb7";
}
.bxs-paste:before {
    content: "\edb8";
}
.bxs-pen:before {
    content: "\edb9";
}
.bxs-pencil:before {
    content: "\edba";
}
.bxs-phone:before {
    content: "\edbb";
}
.bxs-phone-call:before {
    content: "\edbc";
}
.bxs-phone-incoming:before {
    content: "\edbd";
}
.bxs-phone-outgoing:before {
    content: "\edbe";
}
.bxs-photo-album:before {
    content: "\edbf";
}
.bxs-piano:before {
    content: "\edc0";
}
.bxs-pie-chart:before {
    content: "\edc1";
}
.bxs-pie-chart-alt:before {
    content: "\edc2";
}
.bxs-pie-chart-alt-2:before {
    content: "\edc3";
}
.bxs-pin:before {
    content: "\edc4";
}
.bxs-pizza:before {
    content: "\edc5";
}
.bxs-plane:before {
    content: "\edc6";
}
.bxs-plane-alt:before {
    content: "\edc7";
}
.bxs-plane-land:before {
    content: "\edc8";
}
.bxs-planet:before {
    content: "\edc9";
}
.bxs-plane-take-off:before {
    content: "\edca";
}
.bxs-playlist:before {
    content: "\edcb";
}
.bxs-plug:before {
    content: "\edcc";
}
.bxs-plus-circle:before {
    content: "\edcd";
}
.bxs-plus-square:before {
    content: "\edce";
}
.bxs-pointer:before {
    content: "\edcf";
}
.bxs-polygon:before {
    content: "\edd0";
}
.bxs-printer:before {
    content: "\edd1";
}
.bxs-purchase-tag:before {
    content: "\edd2";
}
.bxs-purchase-tag-alt:before {
    content: "\edd3";
}
.bxs-pyramid:before {
    content: "\edd4";
}
.bxs-quote-alt-left:before {
    content: "\edd5";
}
.bxs-quote-alt-right:before {
    content: "\edd6";
}
.bxs-quote-left:before {
    content: "\edd7";
}
.bxs-quote-right:before {
    content: "\edd8";
}
.bxs-quote-single-left:before {
    content: "\edd9";
}
.bxs-quote-single-right:before {
    content: "\edda";
}
.bxs-radiation:before {
    content: "\eddb";
}
.bxs-radio:before {
    content: "\eddc";
}
.bxs-receipt:before {
    content: "\eddd";
}
.bxs-rectangle:before {
    content: "\edde";
}
.bxs-rename:before {
    content: "\eddf";
}
.bxs-report:before {
    content: "\ede0";
}
.bxs-rewind-circle:before {
    content: "\ede1";
}
.bxs-right-arrow:before {
    content: "\ede2";
}
.bxs-right-arrow-alt:before {
    content: "\ede3";
}
.bxs-right-arrow-circle:before {
    content: "\ede4";
}
.bxs-right-arrow-square:before {
    content: "\ede5";
}
.bxs-right-down-arrow-circle:before {
    content: "\ede6";
}
.bxs-right-top-arrow-circle:before {
    content: "\ede7";
}
.bxs-rocket:before {
    content: "\ede8";
}
.bxs-ruler:before {
    content: "\ede9";
}
.bxs-sad:before {
    content: "\edea";
}
.bxs-save:before {
    content: "\edeb";
}
.bxs-school:before {
    content: "\edec";
}
.bxs-search:before {
    content: "\eded";
}
.bxs-search-alt-2:before {
    content: "\edee";
}
.bxs-select-multiple:before {
    content: "\edef";
}
.bxs-send:before {
    content: "\edf0";
}
.bxs-server:before {
    content: "\edf1";
}
.bxs-shapes:before {
    content: "\edf2";
}
.bxs-share:before {
    content: "\edf3";
}
.bxs-share-alt:before {
    content: "\edf4";
}
.bxs-shield:before {
    content: "\edf5";
}
.bxs-shield-alt-2:before {
    content: "\edf6";
}
.bxs-shield-x:before {
    content: "\edf7";
}
.bxs-ship:before {
    content: "\edf8";
}
.bxs-shocked:before {
    content: "\edf9";
}
.bxs-shopping-bag:before {
    content: "\edfa";
}
.bxs-shopping-bag-alt:before {
    content: "\edfb";
}
.bxs-shopping-bags:before {
    content: "\edfc";
}
.bxs-show:before {
    content: "\edfd";
}
.bxs-skip-next-circle:before {
    content: "\edfe";
}
.bxs-skip-previous-circle:before {
    content: "\edff";
}
.bxs-skull:before {
    content: "\ee00";
}
.bxs-sleepy:before {
    content: "\ee01";
}
.bxs-slideshow:before {
    content: "\ee02";
}
.bxs-smile:before {
    content: "\ee03";
}
.bxs-sort-alt:before {
    content: "\ee04";
}
.bxs-spa:before {
    content: "\ee05";
}
.bxs-spray-can:before {
    content: "\ee06";
}
.bxs-spreadsheet:before {
    content: "\ee07";
}
.bxs-square:before {
    content: "\ee08";
}
.bxs-square-rounded:before {
    content: "\ee09";
}
.bxs-star:before {
    content: "\ee0a";
}
.bxs-star-half:before {
    content: "\ee0b";
}
.bxs-sticker:before {
    content: "\ee0c";
}
.bxs-stopwatch:before {
    content: "\ee0d";
}
.bxs-store:before {
    content: "\ee0e";
}
.bxs-store-alt:before {
    content: "\ee0f";
}
.bxs-sun:before {
    content: "\ee10";
}
.bxs-tachometer:before {
    content: "\ee11";
}
.bxs-tag:before {
    content: "\ee12";
}
.bxs-tag-alt:before {
    content: "\ee13";
}
.bxs-tag-x:before {
    content: "\ee14";
}
.bxs-taxi:before {
    content: "\ee15";
}
.bxs-tennis-ball:before {
    content: "\ee16";
}
.bxs-terminal:before {
    content: "\ee17";
}
.bxs-thermometer:before {
    content: "\ee18";
}
.bxs-time:before {
    content: "\ee19";
}
.bxs-time-five:before {
    content: "\ee1a";
}
.bxs-timer:before {
    content: "\ee1b";
}
.bxs-tired:before {
    content: "\ee1c";
}
.bxs-toggle-left:before {
    content: "\ee1d";
}
.bxs-toggle-right:before {
    content: "\ee1e";
}
.bxs-tone:before {
    content: "\ee1f";
}
.bxs-torch:before {
    content: "\ee20";
}
.bxs-to-top:before {
    content: "\ee21";
}
.bxs-traffic:before {
    content: "\ee22";
}
.bxs-traffic-barrier:before {
    content: "\ee23";
}
.bxs-traffic-cone:before {
    content: "\ee24";
}
.bxs-train:before {
    content: "\ee25";
}
.bxs-trash:before {
    content: "\ee26";
}
.bxs-trash-alt:before {
    content: "\ee27";
}
.bxs-tree:before {
    content: "\ee28";
}
.bxs-trophy:before {
    content: "\ee29";
}
.bxs-truck:before {
    content: "\ee2a";
}
.bxs-t-shirt:before {
    content: "\ee2b";
}
.bxs-tv:before {
    content: "\ee2c";
}
.bxs-up-arrow:before {
    content: "\ee2d";
}
.bxs-up-arrow-alt:before {
    content: "\ee2e";
}
.bxs-up-arrow-circle:before {
    content: "\ee2f";
}
.bxs-up-arrow-square:before {
    content: "\ee30";
}
.bxs-upside-down:before {
    content: "\ee31";
}
.bxs-upvote:before {
    content: "\ee32";
}
.bxs-user:before {
    content: "\ee33";
}
.bxs-user-account:before {
    content: "\ee34";
}
.bxs-user-badge:before {
    content: "\ee35";
}
.bxs-user-check:before {
    content: "\ee36";
}
.bxs-user-circle:before {
    content: "\ee37";
}
.bxs-user-detail:before {
    content: "\ee38";
}
.bxs-user-minus:before {
    content: "\ee39";
}
.bxs-user-pin:before {
    content: "\ee3a";
}
.bxs-user-plus:before {
    content: "\ee3b";
}
.bxs-user-rectangle:before {
    content: "\ee3c";
}
.bxs-user-voice:before {
    content: "\ee3d";
}
.bxs-user-x:before {
    content: "\ee3e";
}
.bxs-vector:before {
    content: "\ee3f";
}
.bxs-vial:before {
    content: "\ee40";
}
.bxs-video:before {
    content: "\ee41";
}
.bxs-video-off:before {
    content: "\ee42";
}
.bxs-video-plus:before {
    content: "\ee43";
}
.bxs-video-recording:before {
    content: "\ee44";
}
.bxs-videos:before {
    content: "\ee45";
}
.bxs-virus:before {
    content: "\ee46";
}
.bxs-virus-block:before {
    content: "\ee47";
}
.bxs-volume:before {
    content: "\ee48";
}
.bxs-volume-full:before {
    content: "\ee49";
}
.bxs-volume-low:before {
    content: "\ee4a";
}
.bxs-volume-mute:before {
    content: "\ee4b";
}
.bxs-wallet:before {
    content: "\ee4c";
}
.bxs-wallet-alt:before {
    content: "\ee4d";
}
.bxs-washer:before {
    content: "\ee4e";
}
.bxs-watch:before {
    content: "\ee4f";
}
.bxs-watch-alt:before {
    content: "\ee50";
}
.bxs-webcam:before {
    content: "\ee51";
}
.bxs-widget:before {
    content: "\ee52";
}
.bxs-window-alt:before {
    content: "\ee53";
}
.bxs-wine:before {
    content: "\ee54";
}
.bxs-wink-smile:before {
    content: "\ee55";
}
.bxs-wink-tongue:before {
    content: "\ee56";
}
.bxs-wrench:before {
    content: "\ee57";
}
.bxs-x-circle:before {
    content: "\ee58";
}
.bxs-x-square:before {
    content: "\ee59";
}
.bxs-yin-yang:before {
    content: "\ee5a";
}
.bxs-zap:before {
    content: "\ee5b";
}
.bxs-zoom-in:before {
    content: "\ee5c";
}
.bxs-zoom-out:before {
    content: "\ee5d";
}
.bxl-500px:before {
    content: "\ee5e";
}
.bxl-adobe:before {
    content: "\ee5f";
}
.bxl-airbnb:before {
    content: "\ee60";
}
.bxl-algolia:before {
    content: "\ee61";
}
.bxl-amazon:before {
    content: "\ee62";
}
.bxl-android:before {
    content: "\ee63";
}
.bxl-angular:before {
    content: "\ee64";
}
.bxl-apple:before {
    content: "\ee65";
}
.bxl-audible:before {
    content: "\ee66";
}
.bxl-baidu:before {
    content: "\ee67";
}
.bxl-behance:before {
    content: "\ee68";
}
.bxl-bing:before {
    content: "\ee69";
}
.bxl-bitcoin:before {
    content: "\ee6a";
}
.bxl-blender:before {
    content: "\ee6b";
}
.bxl-blogger:before {
    content: "\ee6c";
}
.bxl-bootstrap:before {
    content: "\ee6d";
}
.bxl-chrome:before {
    content: "\ee6e";
}
.bxl-codepen:before {
    content: "\ee6f";
}
.bxl-c-plus-plus:before {
    content: "\ee70";
}
.bxl-creative-commons:before {
    content: "\ee71";
}
.bxl-css3:before {
    content: "\ee72";
}
.bxl-dailymotion:before {
    content: "\ee73";
}
.bxl-deviantart:before {
    content: "\ee74";
}
.bxl-dev-to:before {
    content: "\ee75";
}
.bxl-digg:before {
    content: "\ee76";
}
.bxl-digitalocean:before {
    content: "\ee77";
}
.bxl-discord:before {
    content: "\ee78";
}
.bxl-discourse:before {
    content: "\ee79";
}
.bxl-django:before {
    content: "\ee7a";
}
.bxl-dribbble:before {
    content: "\ee7b";
}
.bxl-dropbox:before {
    content: "\ee7c";
}
.bxl-drupal:before {
    content: "\ee7d";
}
.bxl-ebay:before {
    content: "\ee7e";
}
.bxl-edge:before {
    content: "\ee7f";
}
.bxl-etsy:before {
    content: "\ee80";
}
.bxl-facebook:before {
    content: "\ee81";
}
.bxl-facebook-circle:before {
    content: "\ee82";
}
.bxl-facebook-square:before {
    content: "\ee83";
}
.bxl-figma:before {
    content: "\ee84";
}
.bxl-firebase:before {
    content: "\ee85";
}
.bxl-firefox:before {
    content: "\ee86";
}
.bxl-flickr:before {
    content: "\ee87";
}
.bxl-flickr-square:before {
    content: "\ee88";
}
.bxl-foursquare:before {
    content: "\ee89";
}
.bxl-git:before {
    content: "\ee8a";
}
.bxl-github:before {
    content: "\ee8b";
}
.bxl-gitlab:before {
    content: "\ee8c";
}
.bxl-google:before {
    content: "\ee8d";
}
.bxl-google-cloud:before {
    content: "\ee8e";
}
.bxl-google-plus:before {
    content: "\ee8f";
}
.bxl-google-plus-circle:before {
    content: "\ee90";
}
.bxl-html5:before {
    content: "\ee91";
}
.bxl-imdb:before {
    content: "\ee92";
}
.bxl-instagram:before {
    content: "\ee93";
}
.bxl-instagram-alt:before {
    content: "\ee94";
}
.bxl-internet-explorer:before {
    content: "\ee95";
}
.bxl-invision:before {
    content: "\ee96";
}
.bxl-javascript:before {
    content: "\ee97";
}
.bxl-joomla:before {
    content: "\ee98";
}
.bxl-jquery:before {
    content: "\ee99";
}
.bxl-jsfiddle:before {
    content: "\ee9a";
}
.bxl-kickstarter:before {
    content: "\ee9b";
}
.bxl-kubernetes:before {
    content: "\ee9c";
}
.bxl-less:before {
    content: "\ee9d";
}
.bxl-linkedin:before {
    content: "\ee9e";
}
.bxl-linkedin-square:before {
    content: "\ee9f";
}
.bxl-magento:before {
    content: "\eea0";
}
.bxl-mailchimp:before {
    content: "\eea1";
}
.bxl-markdown:before {
    content: "\eea2";
}
.bxl-mastercard:before {
    content: "\eea3";
}
.bxl-medium:before {
    content: "\eea4";
}
.bxl-medium-old:before {
    content: "\eea5";
}
.bxl-medium-square:before {
    content: "\eea6";
}
.bxl-messenger:before {
    content: "\eea7";
}
.bxl-microsoft:before {
    content: "\eea8";
}
.bxl-microsoft-teams:before {
    content: "\eea9";
}
.bxl-nodejs:before {
    content: "\eeaa";
}
.bxl-ok-ru:before {
    content: "\eeab";
}
.bxl-opera:before {
    content: "\eeac";
}
.bxl-patreon:before {
    content: "\eead";
}
.bxl-paypal:before {
    content: "\eeae";
}
.bxl-periscope:before {
    content: "\eeaf";
}
.bxl-pinterest:before {
    content: "\eeb0";
}
.bxl-pinterest-alt:before {
    content: "\eeb1";
}
.bxl-play-store:before {
    content: "\eeb2";
}
.bxl-pocket:before {
    content: "\eeb3";
}
.bxl-product-hunt:before {
    content: "\eeb4";
}
.bxl-python:before {
    content: "\eeb5";
}
.bxl-quora:before {
    content: "\eeb6";
}
.bxl-react:before {
    content: "\eeb7";
}
.bxl-redbubble:before {
    content: "\eeb8";
}
.bxl-reddit:before {
    content: "\eeb9";
}
.bxl-redux:before {
    content: "\eeba";
}
.bxl-sass:before {
    content: "\eebb";
}
.bxl-shopify:before {
    content: "\eebc";
}
.bxl-skype:before {
    content: "\eebd";
}
.bxl-slack:before {
    content: "\eebe";
}
.bxl-slack-old:before {
    content: "\eebf";
}
.bxl-snapchat:before {
    content: "\eec0";
}
.bxl-soundcloud:before {
    content: "\eec1";
}
.bxl-spotify:before {
    content: "\eec2";
}
.bxl-spring-boot:before {
    content: "\eec3";
}
.bxl-squarespace:before {
    content: "\eec4";
}
.bxl-stack-overflow:before {
    content: "\eec5";
}
.bxl-stripe:before {
    content: "\eec6";
}
.bxl-telegram:before {
    content: "\eec7";
}
.bxl-trello:before {
    content: "\eec8";
}
.bxl-tumblr:before {
    content: "\eec9";
}
.bxl-tux:before {
    content: "\eeca";
}
.bxl-twitch:before {
    content: "\eecb";
}
.bxl-twitter:before {
    content: "\eecc";
}
.bxl-unsplash:before {
    content: "\eecd";
}
.bxl-vimeo:before {
    content: "\eece";
}
.bxl-visa:before {
    content: "\eecf";
}
.bxl-vk:before {
    content: "\eed0";
}
.bxl-vuejs:before {
    content: "\eed1";
}
.bxl-whatsapp:before {
    content: "\eed2";
}
.bxl-whatsapp-square:before {
    content: "\eed3";
}
.bxl-wikipedia:before {
    content: "\eed4";
}
.bxl-windows:before {
    content: "\eed5";
}
.bxl-wix:before {
    content: "\eed6";
}
.bxl-wordpress:before {
    content: "\eed7";
}
.bxl-yahoo:before {
    content: "\eed8";
}
.bxl-yelp:before {
    content: "\eed9";
}
.bxl-youtube:before {
    content: "\eeda";
}
.bxl-zoom:before {
    content: "\eedb";
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
.swiper {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    right: 10px;
    left: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: 10px;
    right: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-lock,
.swiper-pagination-lock,
.swiper-scrollbar-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    transition: opacity 0.3s;
    z-index: 10;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    right: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    left: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    right: 50%;
    transform: translateX(50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: right top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: left top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    right: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    right: 0;
    top: 0;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    right: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    right: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: 1s linear infinite swiper-preloader-spin;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(-360deg);
    }
}
.swiper .swiper-notification {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active,
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active,
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 100% 0;
    width: 100%;
    height: 100%;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 0% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    filter: blur(50px);
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: 0;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
    background: #fff;
}
.flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
    opacity: 0.6;
}
.flickity-prev-next-button.previous {
    right: 10px;
}
.flickity-prev-next-button.next {
    left: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
    right: auto;
    left: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    left: auto;
    right: 10px;
}
.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}
.flickity-prev-next-button svg {
    position: absolute;
    right: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-prev-next-button .arrow {
    fill: #333;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: ltr;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
}
