@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap");
:root {
    --bs-blue: #4e75a0;
    --bs-indigo: #6610f2;
    --bs-purple: #493074;
    --bs-pink: #d63384;
    --bs-red: #cc3333;
    --bs-orange: #cc3333;
    --bs-yellow: #fdba04;
    --bs-green: #16c995;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #4e75a0;
    --bs-secondary: #6c757d;
    --bs-success: #16c995;
    --bs-info: #0dcaf0;
    --bs-warning: #fdba04;
    --bs-danger: #cc3333;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(17, 17, 17, 0);
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: 1.125rem;
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #4e75a0;
    text-decoration: underline;
}
a:hover {
    color: #3e5e80;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}
.blockquote-footer:before {
    content: "— ";
}
.bs-content img.center,
.bs-content img.left,
.bs-content img.leftAlone,
.bs-content img.right,
.bs-content img.rightAlone,
.img-fluid,
.mce-content-body img.center,
.mce-content-body img.left,
.mce-content-body img.leftAlone,
.mce-content-body img.right,
.mce-content-body img.rightAlone {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 1rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
.row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
.g-6,
.gx-6 {
    --bs-gutter-x: 6rem;
}
.g-6,
.gy-6 {
    --bs-gutter-y: 6rem;
}
.g-7,
.gx-7 {
    --bs-gutter-x: 12rem;
}
.g-7,
.gy-7 {
    --bs-gutter-y: 12rem;
}
.g-8,
.gx-8 {
    --bs-gutter-x: 24rem;
}
.g-8,
.gy-8 {
    --bs-gutter-y: 24rem;
}
.g-9,
.gx-9 {
    --bs-gutter-x: 34rem;
}
.g-9,
.gy-9 {
    --bs-gutter-y: 34rem;
}
@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 6rem;
    }
    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 6rem;
    }
    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 12rem;
    }
    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 12rem;
    }
    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 24rem;
    }
    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 24rem;
    }
    .g-sm-9,
    .gx-sm-9 {
        --bs-gutter-x: 34rem;
    }
    .g-sm-9,
    .gy-sm-9 {
        --bs-gutter-y: 34rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .bs-content img.center,
    .bs-content img.left,
    .bs-content img.leftAlone,
    .bs-content img.right,
    .bs-content img.rightAlone,
    .col-md-6,
    .mce-content-body img.center,
    .mce-content-body img.left,
    .mce-content-body img.leftAlone,
    .mce-content-body img.right,
    .mce-content-body img.rightAlone {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .bs-content img.center,
    .mce-content-body img.center,
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .bs-content img.rightAlone,
    .mce-content-body img.rightAlone,
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 6rem;
    }
    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 6rem;
    }
    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 12rem;
    }
    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 12rem;
    }
    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 24rem;
    }
    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 24rem;
    }
    .g-md-9,
    .gx-md-9 {
        --bs-gutter-x: 34rem;
    }
    .g-md-9,
    .gy-md-9 {
        --bs-gutter-y: 34rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 6rem;
    }
    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 6rem;
    }
    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 12rem;
    }
    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 12rem;
    }
    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 24rem;
    }
    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 24rem;
    }
    .g-lg-9,
    .gx-lg-9 {
        --bs-gutter-x: 34rem;
    }
    .g-lg-9,
    .gy-lg-9 {
        --bs-gutter-y: 34rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 6rem;
    }
    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 6rem;
    }
    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 12rem;
    }
    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 12rem;
    }
    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 24rem;
    }
    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 24rem;
    }
    .g-xl-9,
    .gx-xl-9 {
        --bs-gutter-x: 34rem;
    }
    .g-xl-9,
    .gy-xl-9 {
        --bs-gutter-y: 34rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 6rem;
    }
    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 6rem;
    }
    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 12rem;
    }
    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 12rem;
    }
    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 24rem;
    }
    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 24rem;
    }
    .g-xxl-9,
    .gx-xxl-9 {
        --bs-gutter-x: 34rem;
    }
    .g-xxl-9,
    .gy-xxl-9 {
        --bs-gutter-y: 34rem;
    }
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.link-primary {
    color: #4e75a0;
}
.link-primary:focus,
.link-primary:hover {
    color: #3e5e80;
}
.link-secondary {
    color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
    color: #565e64;
}
.link-success {
    color: #16c995;
}
.link-success:focus,
.link-success:hover {
    color: #45d4aa;
}
.link-info {
    color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
    color: #3dd5f3;
}
.link-warning {
    color: #fdba04;
}
.link-warning:focus,
.link-warning:hover {
    color: #fdc836;
}
.link-danger {
    color: #cc3333;
}
.link-danger:focus,
.link-danger:hover {
    color: #a32929;
}
.link-light {
    color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
    color: #f9fafb;
}
.link-dark {
    color: #212529;
}
.link-dark:focus,
.link-dark:hover {
    color: #1a1e21;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
@media (min-width: 576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(17, 17, 17, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(17, 17, 17, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(17, 17, 17, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary {
    --bs-table-bg: #dce3ec;
    --bs-table-striped-bg: #d2d9e1;
    --bs-table-striped-color: #111111;
    --bs-table-active-bg: #c8ced6;
    --bs-table-active-color: #111111;
    --bs-table-hover-bg: #cdd3dc;
    --bs-table-hover-color: #111111;
    color: #111111;
    border-color: #c8ced6;
}
.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d8d9da;
    --bs-table-striped-color: #111111;
    --bs-table-active-bg: #cdced0;
    --bs-table-active-color: #111111;
    --bs-table-hover-bg: #d2d3d5;
    --bs-table-hover-color: #111111;
    color: #111111;
    border-color: #cdced0;
}
.table-success {
    --bs-table-bg: #d0f4ea;
    --bs-table-striped-bg: #c6e9df;
    --bs-table-striped-color: #111111;
    --bs-table-active-bg: #bdddd4;
    --bs-table-active-color: #111111;
    --bs-table-hover-bg: #c2e3da;
    --bs-table-hover-color: #111111;
    color: #111111;
    border-color: #bdddd4;
}
.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c6e9f0;
    --bs-table-striped-color: #111111;
    --bs-table-active-bg: #bcdde5;
    --bs-table-active-color: #111111;
    --bs-table-hover-bg: #c1e3ea;
    --bs-table-hover-color: #111111;
    color: #111111;
    border-color: #bcdde5;
}
.table-warning {
    --bs-table-bg: #fff1cd;
    --bs-table-striped-bg: #f3e6c4;
    --bs-table-striped-color: #111111;
    --bs-table-active-bg: #e7dbba;
    --bs-table-active-color: #111111;
    --bs-table-hover-bg: #ede0bf;
    --bs-table-hover-color: #111111;
    color: #111111;
    border-color: #e7dbba;
}
.table-danger {
    --bs-table-bg: #f5d6d6;
    --bs-table-striped-bg: #eacccc;
    --bs-table-striped-color: #111111;
    --bs-table-active-bg: #dec2c2;
    --bs-table-active-color: #111111;
    --bs-table-hover-bg: #e4c7c7;
    --bs-table-hover-color: #111111;
    color: #111111;
    border-color: #dec2c2;
}
.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #111111;
    --bs-table-active-bg: #e1e2e3;
    --bs-table-active-color: #111111;
    --bs-table-hover-bg: #e7e8e9;
    --bs-table-hover-color: #111111;
    color: #111111;
    border-color: #e1e2e3;
}
.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.form-label {
    margin-bottom: 0.5rem;
    color: #646f79;
}
.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;
    color: #646f79;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #a7bad0;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.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;
}
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 1rem;
}
.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 1rem;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-select:focus {
    border-color: #a7bad0;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}
.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(17, 17, 17, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #a7bad0;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
}
.form-check-input:checked {
    background-color: #4e75a0;
    border-color: #4e75a0;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #4e75a0;
    border-color: #4e75a0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position 0.15s ease-in-out;
    -o-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a7bad0'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn,
.ja-apply-iframe .apply .btn-check:disabled + .back-link,
.ja-apply-iframe .apply .btn-check:disabled + .ja-button,
.ja-apply-iframe .apply .btn-check[disabled] + .back-link,
.ja-apply-iframe .apply .btn-check[disabled] + .ja-button,
.ja-apply-iframe .btn-check:disabled + .view-details,
.ja-apply-iframe .btn-check[disabled] + .view-details,
.ja-job-details .apply .btn-check:disabled + .back-link,
.ja-job-details .apply .btn-check:disabled + .ja-button,
.ja-job-details .apply .btn-check[disabled] + .back-link,
.ja-job-details .apply .btn-check[disabled] + .ja-button,
.ja-job-details .btn-check:disabled + .view-details,
.ja-job-details .btn-check[disabled] + .view-details,
.job .apply .btn-check:disabled + .back-link,
.job .apply .btn-check:disabled + .ja-button,
.job .apply .btn-check[disabled] + .back-link,
.job .apply .btn-check[disabled] + .ja-button,
.job .btn-check:disabled + .view-details,
.job .btn-check[disabled] + .view-details {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.65;
}
.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #4e75a0;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: #cad6e3;
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4e75a0;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: #cad6e3;
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out,
        -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out,
        -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.form-floating > .form-control::-webkit-input-placeholder {
    color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
    color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
    color: transparent;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}
.input-group .btn,
.input-group .ja-apply-iframe .apply .back-link,
.input-group .ja-apply-iframe .apply .ja-button,
.input-group .ja-apply-iframe .view-details,
.input-group .ja-job-details .apply .back-link,
.input-group .ja-job-details .apply .ja-button,
.input-group .ja-job-details .view-details,
.input-group .job .apply .back-link,
.input-group .job .apply .ja-button,
.input-group .job .view-details,
.ja-apply-iframe .apply .input-group .back-link,
.ja-apply-iframe .apply .input-group .ja-button,
.ja-apply-iframe .input-group .view-details,
.ja-job-details .apply .input-group .back-link,
.ja-job-details .apply .input-group .ja-button,
.ja-job-details .input-group .view-details,
.job .apply .input-group .back-link,
.job .apply .input-group .ja-button,
.job .input-group .view-details {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus,
.input-group .ja-apply-iframe .apply .back-link:focus,
.input-group .ja-apply-iframe .apply .ja-button:focus,
.input-group .ja-apply-iframe .view-details:focus,
.input-group .ja-job-details .apply .back-link:focus,
.input-group .ja-job-details .apply .ja-button:focus,
.input-group .ja-job-details .view-details:focus,
.input-group .job .apply .back-link:focus,
.input-group .job .apply .ja-button:focus,
.input-group .job .view-details:focus,
.ja-apply-iframe .apply .input-group .back-link:focus,
.ja-apply-iframe .apply .input-group .ja-button:focus,
.ja-apply-iframe .input-group .view-details:focus,
.ja-job-details .apply .input-group .back-link:focus,
.ja-job-details .apply .input-group .ja-button:focus,
.ja-job-details .input-group .view-details:focus,
.job .apply .input-group .back-link:focus,
.job .apply .input-group .ja-button:focus,
.job .input-group .view-details:focus {
    z-index: 3;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 1rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.ja-apply-iframe .apply .input-group-lg > .back-link,
.ja-apply-iframe .apply .input-group-lg > .ja-button,
.ja-apply-iframe .input-group-lg > .view-details,
.ja-job-details .apply .input-group-lg > .back-link,
.ja-job-details .apply .input-group-lg > .ja-button,
.ja-job-details .input-group-lg > .view-details,
.job .apply .input-group-lg > .back-link,
.job .apply .input-group-lg > .ja-button,
.job .input-group-lg > .view-details {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.ja-apply-iframe .apply .input-group-sm > .back-link,
.ja-apply-iframe .apply .input-group-sm > .ja-button,
.ja-apply-iframe .input-group-sm > .view-details,
.ja-job-details .apply .input-group-sm > .back-link,
.ja-job-details .apply .input-group-sm > .ja-button,
.ja-job-details .input-group-sm > .view-details,
.job .apply .input-group-sm > .back-link,
.job .apply .input-group-sm > .ja-button,
.job .input-group-sm > .view-details {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
    > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #16c995;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #111111;
    background-color: rgba(22, 201, 149, 0.9);
    border-radius: 1rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #16c995;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2316c995' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #16c995;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 201, 149, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(22, 201, 149, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #16c995;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2316c995' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #16c995;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 201, 149, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(22, 201, 149, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #16c995;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #16c995;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 201, 149, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(22, 201, 149, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #16c995;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #cc3333;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(204, 51, 51, 0.9);
    border-radius: 1rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #cc3333;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23cc3333'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cc3333' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #cc3333;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(204, 51, 51, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(204, 51, 51, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #cc3333;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23cc3333'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cc3333' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #cc3333;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(204, 51, 51, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(204, 51, 51, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #cc3333;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #cc3333;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(204, 51, 51, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(204, 51, 51, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #cc3333;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3;
}
.btn,
.ja-apply-iframe .apply .back-link,
.ja-apply-iframe .apply .ja-button,
.ja-apply-iframe .view-details,
.ja-job-details .apply .back-link,
.ja-job-details .apply .ja-button,
.ja-job-details .view-details,
.job .apply .back-link,
.job .apply .ja-button,
.job .view-details {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 1rem;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn,
    .ja-apply-iframe .apply .back-link,
    .ja-apply-iframe .apply .ja-button,
    .ja-apply-iframe .view-details,
    .ja-job-details .apply .back-link,
    .ja-job-details .apply .ja-button,
    .ja-job-details .view-details,
    .job .apply .back-link,
    .job .apply .ja-button,
    .job .view-details {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.btn:hover,
.ja-apply-iframe .apply .back-link:hover,
.ja-apply-iframe .apply .ja-button:hover,
.ja-apply-iframe .view-details:hover,
.ja-job-details .apply .back-link:hover,
.ja-job-details .apply .ja-button:hover,
.ja-job-details .view-details:hover,
.job .apply .back-link:hover,
.job .apply .ja-button:hover,
.job .view-details:hover {
    color: #212529;
}
.btn-check:focus + .btn,
.btn:focus,
.ja-apply-iframe .apply .back-link:focus,
.ja-apply-iframe .apply .btn-check:focus + .back-link,
.ja-apply-iframe .apply .btn-check:focus + .ja-button,
.ja-apply-iframe .apply .ja-button:focus,
.ja-apply-iframe .btn-check:focus + .view-details,
.ja-apply-iframe .view-details:focus,
.ja-job-details .apply .back-link:focus,
.ja-job-details .apply .btn-check:focus + .back-link,
.ja-job-details .apply .btn-check:focus + .ja-button,
.ja-job-details .apply .ja-button:focus,
.ja-job-details .btn-check:focus + .view-details,
.ja-job-details .view-details:focus,
.job .apply .back-link:focus,
.job .apply .btn-check:focus + .back-link,
.job .apply .btn-check:focus + .ja-button,
.job .apply .ja-button:focus,
.job .btn-check:focus + .view-details,
.job .view-details:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
}
.btn.disabled,
.btn:disabled,
.ja-apply-iframe .apply .back-link:disabled,
.ja-apply-iframe .apply .disabled.back-link,
.ja-apply-iframe .apply .disabled.ja-button,
.ja-apply-iframe .apply .ja-button:disabled,
.ja-apply-iframe .apply fieldset:disabled .back-link,
.ja-apply-iframe .apply fieldset:disabled .ja-button,
.ja-apply-iframe .disabled.view-details,
.ja-apply-iframe .view-details:disabled,
.ja-apply-iframe fieldset:disabled .view-details,
.ja-job-details .apply .back-link:disabled,
.ja-job-details .apply .disabled.back-link,
.ja-job-details .apply .disabled.ja-button,
.ja-job-details .apply .ja-button:disabled,
.ja-job-details .apply fieldset:disabled .back-link,
.ja-job-details .apply fieldset:disabled .ja-button,
.ja-job-details .disabled.view-details,
.ja-job-details .view-details:disabled,
.ja-job-details fieldset:disabled .view-details,
.job .apply .back-link:disabled,
.job .apply .disabled.back-link,
.job .apply .disabled.ja-button,
.job .apply .ja-button:disabled,
.job .apply fieldset:disabled .back-link,
.job .apply fieldset:disabled .ja-button,
.job .disabled.view-details,
.job .view-details:disabled,
.job fieldset:disabled .view-details,
fieldset:disabled .btn,
fieldset:disabled .ja-apply-iframe .apply .back-link,
fieldset:disabled .ja-apply-iframe .apply .ja-button,
fieldset:disabled .ja-apply-iframe .view-details,
fieldset:disabled .ja-job-details .apply .back-link,
fieldset:disabled .ja-job-details .apply .ja-button,
fieldset:disabled .ja-job-details .view-details,
fieldset:disabled .job .apply .back-link,
fieldset:disabled .job .apply .ja-button,
fieldset:disabled .job .view-details {
    pointer-events: none;
    opacity: 0.65;
}
.btn-primary,
.ja-apply-iframe .apply .back-link,
.ja-apply-iframe .view-details,
.ja-job-details .apply .back-link,
.ja-job-details .view-details,
.job .apply .back-link,
.job .view-details {
    color: #fff;
    background-color: #4e75a0;
    border-color: #4e75a0;
}
.btn-primary:hover,
.ja-apply-iframe .apply .back-link:hover,
.ja-apply-iframe .view-details:hover,
.ja-job-details .apply .back-link:hover,
.ja-job-details .view-details:hover,
.job .apply .back-link:hover,
.job .view-details:hover {
    color: #fff;
    background-color: #426388;
    border-color: #3e5e80;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.ja-apply-iframe .apply .back-link:focus,
.ja-apply-iframe .apply .btn-check:focus + .back-link,
.ja-apply-iframe .btn-check:focus + .view-details,
.ja-apply-iframe .view-details:focus,
.ja-job-details .apply .back-link:focus,
.ja-job-details .apply .btn-check:focus + .back-link,
.ja-job-details .btn-check:focus + .view-details,
.ja-job-details .view-details:focus,
.job .apply .back-link:focus,
.job .apply .btn-check:focus + .back-link,
.job .btn-check:focus + .view-details,
.job .view-details:focus {
    color: #fff;
    background-color: #426388;
    border-color: #3e5e80;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(105, 138, 174, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(105, 138, 174, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.ja-apply-iframe .active.view-details,
.ja-apply-iframe .apply .active.back-link,
.ja-apply-iframe .apply .back-link:active,
.ja-apply-iframe .apply .btn-check:active + .back-link,
.ja-apply-iframe .apply .btn-check:checked + .back-link,
.ja-apply-iframe .apply .show > .dropdown-toggle.back-link,
.ja-apply-iframe .btn-check:active + .view-details,
.ja-apply-iframe .btn-check:checked + .view-details,
.ja-apply-iframe .show > .dropdown-toggle.view-details,
.ja-apply-iframe .view-details:active,
.ja-job-details .active.view-details,
.ja-job-details .apply .active.back-link,
.ja-job-details .apply .back-link:active,
.ja-job-details .apply .btn-check:active + .back-link,
.ja-job-details .apply .btn-check:checked + .back-link,
.ja-job-details .apply .show > .dropdown-toggle.back-link,
.ja-job-details .btn-check:active + .view-details,
.ja-job-details .btn-check:checked + .view-details,
.ja-job-details .show > .dropdown-toggle.view-details,
.ja-job-details .view-details:active,
.job .active.view-details,
.job .apply .active.back-link,
.job .apply .back-link:active,
.job .apply .btn-check:active + .back-link,
.job .apply .btn-check:checked + .back-link,
.job .apply .show > .dropdown-toggle.back-link,
.job .btn-check:active + .view-details,
.job .btn-check:checked + .view-details,
.job .show > .dropdown-toggle.view-details,
.job .view-details:active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3e5e80;
    border-color: #3b5878;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.ja-apply-iframe .active.view-details:focus,
.ja-apply-iframe .apply .active.back-link:focus,
.ja-apply-iframe .apply .back-link:active:focus,
.ja-apply-iframe .apply .btn-check:active + .back-link:focus,
.ja-apply-iframe .apply .btn-check:checked + .back-link:focus,
.ja-apply-iframe .apply .show > .dropdown-toggle.back-link:focus,
.ja-apply-iframe .btn-check:active + .view-details:focus,
.ja-apply-iframe .btn-check:checked + .view-details:focus,
.ja-apply-iframe .show > .dropdown-toggle.view-details:focus,
.ja-apply-iframe .view-details:active:focus,
.ja-job-details .active.view-details:focus,
.ja-job-details .apply .active.back-link:focus,
.ja-job-details .apply .back-link:active:focus,
.ja-job-details .apply .btn-check:active + .back-link:focus,
.ja-job-details .apply .btn-check:checked + .back-link:focus,
.ja-job-details .apply .show > .dropdown-toggle.back-link:focus,
.ja-job-details .btn-check:active + .view-details:focus,
.ja-job-details .btn-check:checked + .view-details:focus,
.ja-job-details .show > .dropdown-toggle.view-details:focus,
.ja-job-details .view-details:active:focus,
.job .active.view-details:focus,
.job .apply .active.back-link:focus,
.job .apply .back-link:active:focus,
.job .apply .btn-check:active + .back-link:focus,
.job .apply .btn-check:checked + .back-link:focus,
.job .apply .show > .dropdown-toggle.back-link:focus,
.job .btn-check:active + .view-details:focus,
.job .btn-check:checked + .view-details:focus,
.job .show > .dropdown-toggle.view-details:focus,
.job .view-details:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(105, 138, 174, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(105, 138, 174, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled,
.ja-apply-iframe .apply .back-link:disabled,
.ja-apply-iframe .apply .disabled.back-link,
.ja-apply-iframe .disabled.view-details,
.ja-apply-iframe .view-details:disabled,
.ja-job-details .apply .back-link:disabled,
.ja-job-details .apply .disabled.back-link,
.ja-job-details .disabled.view-details,
.ja-job-details .view-details:disabled,
.job .apply .back-link:disabled,
.job .apply .disabled.back-link,
.job .disabled.view-details,
.job .view-details:disabled {
    color: #fff;
    background-color: #4e75a0;
    border-color: #4e75a0;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-success,
.ja-apply-iframe .apply .ja-button,
.ja-job-details .apply .ja-button,
.job .apply .ja-button {
    color: #111111;
    background-color: #16c995;
    border-color: #16c995;
}
.btn-success:hover,
.ja-apply-iframe .apply .ja-button:hover,
.ja-job-details .apply .ja-button:hover,
.job .apply .ja-button:hover {
    color: #111111;
    background-color: #39d1a5;
    border-color: #2dcea0;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.ja-apply-iframe .apply .btn-check:focus + .ja-button,
.ja-apply-iframe .apply .ja-button:focus,
.ja-job-details .apply .btn-check:focus + .ja-button,
.ja-job-details .apply .ja-button:focus,
.job .apply .btn-check:focus + .ja-button,
.job .apply .ja-button:focus {
    color: #111111;
    background-color: #39d1a5;
    border-color: #2dcea0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(21, 173, 129, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(21, 173, 129, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.ja-apply-iframe .apply .active.ja-button,
.ja-apply-iframe .apply .btn-check:active + .ja-button,
.ja-apply-iframe .apply .btn-check:checked + .ja-button,
.ja-apply-iframe .apply .ja-button:active,
.ja-apply-iframe .apply .show > .dropdown-toggle.ja-button,
.ja-job-details .apply .active.ja-button,
.ja-job-details .apply .btn-check:active + .ja-button,
.ja-job-details .apply .btn-check:checked + .ja-button,
.ja-job-details .apply .ja-button:active,
.ja-job-details .apply .show > .dropdown-toggle.ja-button,
.job .apply .active.ja-button,
.job .apply .btn-check:active + .ja-button,
.job .apply .btn-check:checked + .ja-button,
.job .apply .ja-button:active,
.job .apply .show > .dropdown-toggle.ja-button,
.show > .btn-success.dropdown-toggle {
    color: #111111;
    background-color: #45d4aa;
    border-color: #2dcea0;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.ja-apply-iframe .apply .active.ja-button:focus,
.ja-apply-iframe .apply .btn-check:active + .ja-button:focus,
.ja-apply-iframe .apply .btn-check:checked + .ja-button:focus,
.ja-apply-iframe .apply .ja-button:active:focus,
.ja-apply-iframe .apply .show > .dropdown-toggle.ja-button:focus,
.ja-job-details .apply .active.ja-button:focus,
.ja-job-details .apply .btn-check:active + .ja-button:focus,
.ja-job-details .apply .btn-check:checked + .ja-button:focus,
.ja-job-details .apply .ja-button:active:focus,
.ja-job-details .apply .show > .dropdown-toggle.ja-button:focus,
.job .apply .active.ja-button:focus,
.job .apply .btn-check:active + .ja-button:focus,
.job .apply .btn-check:checked + .ja-button:focus,
.job .apply .ja-button:active:focus,
.job .apply .show > .dropdown-toggle.ja-button:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(21, 173, 129, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(21, 173, 129, 0.5);
}
.btn-success.disabled,
.btn-success:disabled,
.ja-apply-iframe .apply .disabled.ja-button,
.ja-apply-iframe .apply .ja-button:disabled,
.ja-job-details .apply .disabled.ja-button,
.ja-job-details .apply .ja-button:disabled,
.job .apply .disabled.ja-button,
.job .apply .ja-button:disabled {
    color: #111111;
    background-color: #16c995;
    border-color: #16c995;
}
.btn-info {
    color: #111111;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-info:hover {
    color: #111111;
    background-color: #31d2f2;
    border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    color: #111111;
    background-color: #31d2f2;
    border-color: #25cff2;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(14, 174, 207, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(14, 174, 207, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
    color: #111111;
    background-color: #3dd5f3;
    border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(14, 174, 207, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(14, 174, 207, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #111111;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-warning {
    color: #111111;
    background-color: #fdba04;
    border-color: #fdba04;
}
.btn-warning:hover {
    color: #111111;
    background-color: #fdc42a;
    border-color: #fdc11d;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #111111;
    background-color: #fdc42a;
    border-color: #fdc11d;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(218, 161, 6, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(218, 161, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    color: #111111;
    background-color: #fdc836;
    border-color: #fdc11d;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(218, 161, 6, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(218, 161, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #111111;
    background-color: #fdba04;
    border-color: #fdba04;
}
.btn-danger {
    color: #fff;
    background-color: #cc3333;
    border-color: #cc3333;
}
.btn-danger:hover {
    color: #fff;
    background-color: #ad2b2b;
    border-color: #a32929;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #ad2b2b;
    border-color: #a32929;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(212, 82, 82, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(212, 82, 82, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a32929;
    border-color: #992626;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(212, 82, 82, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(212, 82, 82, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #cc3333;
    border-color: #cc3333;
}
.btn-light {
    color: #111111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #111111;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    color: #111111;
    background-color: #f9fafb;
    border-color: #f9fafb;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 214, 215, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(213, 214, 215, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
    color: #111111;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 214, 215, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(213, 214, 215, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #111111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-outline-primary {
    color: #4e75a0;
    border-color: #4e75a0;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #4e75a0;
    border-color: #4e75a0;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #4e75a0;
    border-color: #4e75a0;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #4e75a0;
    background-color: transparent;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-success {
    color: #16c995;
    border-color: #16c995;
}
.btn-outline-success:hover {
    color: #111111;
    background-color: #16c995;
    border-color: #16c995;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 201, 149, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(22, 201, 149, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #111111;
    background-color: #16c995;
    border-color: #16c995;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 201, 149, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(22, 201, 149, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #16c995;
    background-color: transparent;
}
.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-outline-info:hover {
    color: #111111;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #111111;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent;
}
.btn-outline-warning {
    color: #fdba04;
    border-color: #fdba04;
}
.btn-outline-warning:hover {
    color: #111111;
    background-color: #fdba04;
    border-color: #fdba04;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(253, 186, 4, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(253, 186, 4, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #111111;
    background-color: #fdba04;
    border-color: #fdba04;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(253, 186, 4, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(253, 186, 4, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #fdba04;
    background-color: transparent;
}
.btn-outline-danger {
    color: #cc3333;
    border-color: #cc3333;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #cc3333;
    border-color: #cc3333;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(204, 51, 51, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(204, 51, 51, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: #cc3333;
    border-color: #cc3333;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(204, 51, 51, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(204, 51, 51, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #cc3333;
    background-color: transparent;
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #111111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #111111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent;
}
.btn-link {
    font-weight: 400;
    color: #4e75a0;
    text-decoration: underline;
}
.btn-link:hover {
    color: #3e5e80;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
}
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(17, 17, 17, 0.15);
    border-radius: 1rem;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-toggle:after {
    vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropstart .dropdown-toggle:after {
    display: none;
}
.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(17, 17, 17, 0.15);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4e75a0;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}
.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(17, 17, 17, 0.15);
}
.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #4e75a0;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(17, 17, 17, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #4e75a0;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    color: #3e5e80;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    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-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 1rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4e75a0;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 1rem;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem;
    box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(17, 17, 17, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(17, 17, 17, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(17, 17, 17, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(17, 17, 17, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(17, 17, 17, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(17, 17, 17, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(17, 17, 17, 0.55);
    border-color: rgba(17, 17, 17, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2817, 17, 17, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(17, 17, 17, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(17, 17, 17, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}
.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-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card,
.ja-apply-iframe,
.ja-job-details,
.job {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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(17, 17, 17, 0.125);
    border-radius: 1rem;
}
.card > hr,
.ja-apply-iframe > hr,
.ja-job-details > hr,
.job > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group,
.ja-apply-iframe > .list-group,
.ja-job-details > .list-group,
.job > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child,
.ja-apply-iframe > .list-group:first-child,
.ja-job-details > .list-group:first-child,
.job > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}
.card > .list-group:last-child,
.ja-apply-iframe > .list-group:last-child,
.ja-job-details > .list-group:last-child,
.job > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(1rem - 1px);
    border-bottom-left-radius: calc(1rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer,
.ja-apply-iframe > .card-header + .list-group,
.ja-apply-iframe > .list-group + .card-footer,
.ja-job-details > .card-header + .list-group,
.ja-job-details > .list-group + .card-footer,
.job > .card-header + .list-group,
.job > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.card-title {
    margin-bottom: 0.5rem;
}
.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1rem;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(17, 17, 17, 0.03);
    border-bottom: 1px solid rgba(17, 17, 17, 0.125);
}
.card-header:first-child {
    border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}
.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(17, 17, 17, 0.03);
    border-top: 1px solid rgba(17, 17, 17, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px);
}
.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(1rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(1rem - 1px);
    border-bottom-left-radius: calc(1rem - 1px);
}
.card-group > .card,
.card-group > .ja-apply-iframe,
.card-group > .ja-job-details,
.card-group > .job {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card,
    .card-group > .ja-apply-iframe,
    .card-group > .ja-job-details,
    .card-group > .job {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card,
    .card-group > .card + .ja-apply-iframe,
    .card-group > .card + .ja-job-details,
    .card-group > .card + .job,
    .card-group > .ja-apply-iframe + .card,
    .card-group > .ja-apply-iframe + .ja-apply-iframe,
    .card-group > .ja-apply-iframe + .ja-job-details,
    .card-group > .ja-apply-iframe + .job,
    .card-group > .ja-job-details + .card,
    .card-group > .ja-job-details + .ja-apply-iframe,
    .card-group > .ja-job-details + .ja-job-details,
    .card-group > .ja-job-details + .job,
    .card-group > .job + .card,
    .card-group > .job + .ja-apply-iframe,
    .card-group > .job + .ja-job-details,
    .card-group > .job + .job {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child),
    .card-group > .ja-apply-iframe:not(:last-child),
    .card-group > .ja-job-details:not(:last-child),
    .card-group > .job:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .ja-apply-iframe:not(:last-child) .card-header,
    .card-group > .ja-apply-iframe:not(:last-child) .card-img-top,
    .card-group > .ja-job-details:not(:last-child) .card-header,
    .card-group > .ja-job-details:not(:last-child) .card-img-top,
    .card-group > .job:not(:last-child) .card-header,
    .card-group > .job:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .ja-apply-iframe:not(:last-child) .card-footer,
    .card-group > .ja-apply-iframe:not(:last-child) .card-img-bottom,
    .card-group > .ja-job-details:not(:last-child) .card-footer,
    .card-group > .ja-job-details:not(:last-child) .card-img-bottom,
    .card-group > .job:not(:last-child) .card-footer,
    .card-group > .job:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child),
    .card-group > .ja-apply-iframe:not(:first-child),
    .card-group > .ja-job-details:not(:first-child),
    .card-group > .job:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .ja-apply-iframe:not(:first-child) .card-header,
    .card-group > .ja-apply-iframe:not(:first-child) .card-img-top,
    .card-group > .ja-job-details:not(:first-child) .card-header,
    .card-group > .ja-job-details:not(:first-child) .card-img-top,
    .card-group > .job:not(:first-child) .card-header,
    .card-group > .job:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .ja-apply-iframe:not(:first-child) .card-footer,
    .card-group > .ja-apply-iframe:not(:first-child) .card-img-bottom,
    .card-group > .ja-job-details:not(:first-child) .card-footer,
    .card-group > .ja-job-details:not(:first-child) .card-img-bottom,
    .card-group > .job:not(:first-child) .card-footer,
    .card-group > .job:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: 0.5rem;
    color: #c7c7c7;
    content: var(--bs-breadcrumb-divider, "> ");
}
.breadcrumb-item.active {
    color: #4e75a0;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    color: #4e75a0;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.page-link:hover {
    z-index: 2;
    color: #3e5e80;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    color: #3e5e80;
    background-color: #e9ecef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #4e75a0;
    border-color: #4e75a0;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}
.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;
}
.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.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1rem;
}
.badge:empty {
    display: none;
}
.btn .badge,
.ja-apply-iframe .apply .back-link .badge,
.ja-apply-iframe .apply .ja-button .badge,
.ja-apply-iframe .view-details .badge,
.ja-job-details .apply .back-link .badge,
.ja-job-details .apply .ja-button .badge,
.ja-job-details .view-details .badge,
.job .apply .back-link .badge,
.job .apply .ja-button .badge,
.job .view-details .badge {
    position: relative;
    top: -1px;
}
.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, border-radius 0.15s ease,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        border-radius 0.15s ease;
    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,
        border-radius 0.15s ease;
    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,
        border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    color: #466990;
    background-color: #edf1f6;
    -webkit-box-shadow: inset 0 -1px 0 rgba(17, 17, 17, 0.125);
    box-shadow: inset 0 -1px 0 rgba(17, 17, 17, 0.125);
}
.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23466990'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.accordion-button:after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #a7bad0;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(17, 17, 17, 0.125);
}
.accordion-item:first-of-type {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(1rem - 1px);
    border-bottom-left-radius: calc(1rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #111111;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111111'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 1rem;
    opacity: 0.5;
}
.btn-close:hover {
    color: #111111;
    text-decoration: none;
    opacity: 0.75;
}
.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(78, 117, 160, 0.25);
    opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.25;
}
.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%);
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(17, 17, 17, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #111111;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-header {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}
.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #111111;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #111111;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #111111;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #111111;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #111111;
    border-radius: 1rem;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    -o-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.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 {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #111111;
}
.carousel-dark .carousel-caption {
    color: #111111;
}
.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;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.bs-content img.center,
.bs-content img.leftAlone,
.bs-content img.rightAlone,
.d-block,
.mce-content-body img.center,
.mce-content-body img.leftAlone,
.mce-content-body img.rightAlone {
    display: block !important;
}
.d-grid {
    display: -ms-grid !important;
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15) !important;
}
.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(17, 17, 17, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(17, 17, 17, 0.075) !important;
}
.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(17, 17, 17, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(17, 17, 17, 0.175) !important;
}
.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: 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;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #4e75a0 !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #16c995 !important;
}
.border-info {
    border-color: #0dcaf0 !important;
}
.border-warning {
    border-color: #fdba04 !important;
}
.border-danger {
    border-color: #cc3333 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #212529 !important;
}
.border-white {
    border-color: #fff !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}
.w-50 {
    width: 50% !important;
}
.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}
.w-75 {
    width: 75% !important;
}
.w-80 {
    width: 80% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}
.w-95 {
    width: 95% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !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;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -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;
}
.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;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.gap-6 {
    gap: 6rem !important;
}
.gap-7 {
    gap: 12rem !important;
}
.gap-8 {
    gap: 24rem !important;
}
.gap-9 {
    gap: 34rem !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
}
.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
}
.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}
.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
}
.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
}
.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
}
.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
}
.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-6 {
    margin: 6rem !important;
}
.m-7 {
    margin: 12rem !important;
}
.m-8 {
    margin: 24rem !important;
}
.m-9 {
    margin: 34rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}
.mx-7 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
}
.mx-8 {
    margin-right: 24rem !important;
    margin-left: 24rem !important;
}
.mx-9 {
    margin-right: 34rem !important;
    margin-left: 34rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.ja-apply-iframe .apply,
.ja-job-details .apply,
.job .apply,
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}
.my-7 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
}
.my-8 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
}
.my-9 {
    margin-top: 34rem !important;
    margin-bottom: 34rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.ja-apply-iframe,
.ja-job-details,
.job,
.mt-0 {
    margin-top: 0 !important;
}
.bs-content img.center,
.bs-content img.left,
.bs-content img.leftAlone,
.bs-content img.right,
.bs-content img.rightAlone,
.mce-content-body img.center,
.mce-content-body img.left,
.mce-content-body img.leftAlone,
.mce-content-body img.right,
.mce-content-body img.rightAlone,
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.ja-job-details,
.ja-job-list-container,
.mt-5 {
    margin-top: 3rem !important;
}
.mt-6 {
    margin-top: 6rem !important;
}
.mt-7 {
    margin-top: 12rem !important;
}
.mt-8 {
    margin-top: 24rem !important;
}
.mt-9 {
    margin-top: 34rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-6 {
    margin-right: 6rem !important;
}
.me-7 {
    margin-right: 12rem !important;
}
.me-8 {
    margin-right: 24rem !important;
}
.me-9 {
    margin-right: 34rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.bs-content img.center,
.bs-content img.left,
.bs-content img.leftAlone,
.bs-content img.right,
.bs-content img.rightAlone,
.mb-3,
.mce-content-body img.center,
.mce-content-body img.left,
.mce-content-body img.leftAlone,
.mce-content-body img.right,
.mce-content-body img.rightAlone {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.ja-apply-iframe,
.ja-job-details,
.job,
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-6 {
    margin-bottom: 6rem !important;
}
.mb-7 {
    margin-bottom: 12rem !important;
}
.mb-8 {
    margin-bottom: 24rem !important;
}
.mb-9 {
    margin-bottom: 34rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-6 {
    margin-left: 6rem !important;
}
.ms-7 {
    margin-left: 12rem !important;
}
.ms-8 {
    margin-left: 24rem !important;
}
.ms-9 {
    margin-left: 34rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.m-n6 {
    margin: -6rem !important;
}
.m-n7 {
    margin: -12rem !important;
}
.m-n8 {
    margin: -24rem !important;
}
.m-n9 {
    margin: -34rem !important;
}
.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}
.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}
.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}
.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}
.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}
.mx-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
}
.mx-n7 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
}
.mx-n8 {
    margin-right: -24rem !important;
    margin-left: -24rem !important;
}
.mx-n9 {
    margin-right: -34rem !important;
    margin-left: -34rem !important;
}
.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}
.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}
.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}
.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}
.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}
.my-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
}
.my-n7 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
}
.my-n8 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
}
.my-n9 {
    margin-top: -34rem !important;
    margin-bottom: -34rem !important;
}
.mt-n1 {
    margin-top: -0.25rem !important;
}
.mt-n2 {
    margin-top: -0.5rem !important;
}
.mt-n3 {
    margin-top: -1rem !important;
}
.mt-n4 {
    margin-top: -1.5rem !important;
}
.mt-n5 {
    margin-top: -3rem !important;
}
.mt-n6 {
    margin-top: -6rem !important;
}
.mt-n7 {
    margin-top: -12rem !important;
}
.mt-n8 {
    margin-top: -24rem !important;
}
.mt-n9 {
    margin-top: -34rem !important;
}
.me-n1 {
    margin-right: -0.25rem !important;
}
.me-n2 {
    margin-right: -0.5rem !important;
}
.me-n3 {
    margin-right: -1rem !important;
}
.me-n4 {
    margin-right: -1.5rem !important;
}
.me-n5 {
    margin-right: -3rem !important;
}
.me-n6 {
    margin-right: -6rem !important;
}
.me-n7 {
    margin-right: -12rem !important;
}
.me-n8 {
    margin-right: -24rem !important;
}
.me-n9 {
    margin-right: -34rem !important;
}
.mb-n1 {
    margin-bottom: -0.25rem !important;
}
.mb-n2 {
    margin-bottom: -0.5rem !important;
}
.mb-n3 {
    margin-bottom: -1rem !important;
}
.mb-n4 {
    margin-bottom: -1.5rem !important;
}
.mb-n5 {
    margin-bottom: -3rem !important;
}
.mb-n6 {
    margin-bottom: -6rem !important;
}
.mb-n7 {
    margin-bottom: -12rem !important;
}
.mb-n8 {
    margin-bottom: -24rem !important;
}
.mb-n9 {
    margin-bottom: -34rem !important;
}
.ms-n1 {
    margin-left: -0.25rem !important;
}
.ms-n2 {
    margin-left: -0.5rem !important;
}
.ms-n3 {
    margin-left: -1rem !important;
}
.ms-n4 {
    margin-left: -1.5rem !important;
}
.ms-n5 {
    margin-left: -3rem !important;
}
.ms-n6 {
    margin-left: -6rem !important;
}
.ms-n7 {
    margin-left: -12rem !important;
}
.ms-n8 {
    margin-left: -24rem !important;
}
.ms-n9 {
    margin-left: -34rem !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.ja-apply-iframe,
.ja-job-details,
.job,
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.p-6 {
    padding: 6rem !important;
}
.p-7 {
    padding: 12rem !important;
}
.p-8 {
    padding: 24rem !important;
}
.p-9 {
    padding: 34rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.ja-apply-iframe .apply .back-link,
.ja-apply-iframe .apply .ja-button,
.ja-apply-iframe .view-details,
.ja-job-details .apply .back-link,
.ja-job-details .apply .ja-button,
.ja-job-details .view-details,
.job .apply .back-link,
.job .apply .ja-button,
.job .view-details,
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.px-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}
.px-7 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
}
.px-8 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
}
.px-9 {
    padding-right: 34rem !important;
    padding-left: 34rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.py-7 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
}
.py-8 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
}
.py-9 {
    padding-top: 34rem !important;
    padding-bottom: 34rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pt-6 {
    padding-top: 6rem !important;
}
.pt-7 {
    padding-top: 12rem !important;
}
.pt-8 {
    padding-top: 24rem !important;
}
.pt-9 {
    padding-top: 34rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pe-6 {
    padding-right: 6rem !important;
}
.pe-7 {
    padding-right: 12rem !important;
}
.pe-8 {
    padding-right: 24rem !important;
}
.pe-9 {
    padding-right: 34rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.pb-6 {
    padding-bottom: 6rem !important;
}
.pb-7 {
    padding-bottom: 12rem !important;
}
.pb-8 {
    padding-bottom: 24rem !important;
}
.pb-9 {
    padding-bottom: 34rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.ps-6 {
    padding-left: 6rem !important;
}
.ps-7 {
    padding-left: 12rem !important;
}
.ps-8 {
    padding-left: 24rem !important;
}
.ps-9 {
    padding-left: 34rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
    font-size: 1.125rem !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.bs-content img.leftAlone,
.mce-content-body img.leftAlone,
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    color: #4e75a0 !important;
}
.text-secondary {
    color: #6c757d !important;
}
.text-success {
    color: #16c995 !important;
}
.text-info {
    color: #0dcaf0 !important;
}
.text-warning {
    color: #fdba04 !important;
}
.text-danger {
    color: #cc3333 !important;
}
.text-light {
    color: #f8f9fa !important;
}
.text-dark {
    color: #212529 !important;
}
.text-white {
    color: #fff !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(17, 17, 17, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
    color: inherit !important;
}
.bg-primary {
    background-color: #4e75a0 !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
.bg-success {
    background-color: #16c995 !important;
}
.bg-info {
    background-color: #0dcaf0 !important;
}
.bg-warning {
    background-color: #fdba04 !important;
}
.bg-danger {
    background-color: #cc3333 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.bg-dark {
    background-color: #212529 !important;
}
.bg-body {
    background-color: #fff !important;
}
.bg-white,
.ja-apply-iframe,
.ja-job-details,
.job {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: 1rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: 0.2rem !important;
}
.rounded-2 {
    border-radius: 1rem !important;
}
.rounded-3 {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-top {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}
.rounded-end {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
}
.rounded-start {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .w-sm-10 {
        width: 10% !important;
    }
    .w-sm-15 {
        width: 15% !important;
    }
    .w-sm-20 {
        width: 20% !important;
    }
    .w-sm-25 {
        width: 25% !important;
    }
    .w-sm-30 {
        width: 30% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-60 {
        width: 60% !important;
    }
    .w-sm-70 {
        width: 70% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-80 {
        width: 80% !important;
    }
    .w-sm-85 {
        width: 85% !important;
    }
    .w-sm-90 {
        width: 90% !important;
    }
    .w-sm-95 {
        width: 95% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .w-sm-auto {
        width: auto !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -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;
    }
    .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;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .gap-sm-6 {
        gap: 6rem !important;
    }
    .gap-sm-7 {
        gap: 12rem !important;
    }
    .gap-sm-8 {
        gap: 24rem !important;
    }
    .gap-sm-9 {
        gap: 34rem !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-6 {
        margin: 6rem !important;
    }
    .m-sm-7 {
        margin: 12rem !important;
    }
    .m-sm-8 {
        margin: 24rem !important;
    }
    .m-sm-9 {
        margin: 34rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-6 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }
    .mx-sm-7 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }
    .mx-sm-8 {
        margin-right: 24rem !important;
        margin-left: 24rem !important;
    }
    .mx-sm-9 {
        margin-right: 34rem !important;
        margin-left: 34rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-6 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .my-sm-7 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }
    .my-sm-8 {
        margin-top: 24rem !important;
        margin-bottom: 24rem !important;
    }
    .my-sm-9 {
        margin-top: 34rem !important;
        margin-bottom: 34rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-6 {
        margin-top: 6rem !important;
    }
    .mt-sm-7 {
        margin-top: 12rem !important;
    }
    .mt-sm-8 {
        margin-top: 24rem !important;
    }
    .mt-sm-9 {
        margin-top: 34rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-6 {
        margin-right: 6rem !important;
    }
    .me-sm-7 {
        margin-right: 12rem !important;
    }
    .me-sm-8 {
        margin-right: 24rem !important;
    }
    .me-sm-9 {
        margin-right: 34rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 6rem !important;
    }
    .mb-sm-7 {
        margin-bottom: 12rem !important;
    }
    .mb-sm-8 {
        margin-bottom: 24rem !important;
    }
    .mb-sm-9 {
        margin-bottom: 34rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-6 {
        margin-left: 6rem !important;
    }
    .ms-sm-7 {
        margin-left: 12rem !important;
    }
    .ms-sm-8 {
        margin-left: 24rem !important;
    }
    .ms-sm-9 {
        margin-left: 34rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .m-sm-n6 {
        margin: -6rem !important;
    }
    .m-sm-n7 {
        margin: -12rem !important;
    }
    .m-sm-n8 {
        margin: -24rem !important;
    }
    .m-sm-n9 {
        margin: -34rem !important;
    }
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .mx-sm-n6 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }
    .mx-sm-n7 {
        margin-right: -12rem !important;
        margin-left: -12rem !important;
    }
    .mx-sm-n8 {
        margin-right: -24rem !important;
        margin-left: -24rem !important;
    }
    .mx-sm-n9 {
        margin-right: -34rem !important;
        margin-left: -34rem !important;
    }
    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-sm-n6 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }
    .my-sm-n7 {
        margin-top: -12rem !important;
        margin-bottom: -12rem !important;
    }
    .my-sm-n8 {
        margin-top: -24rem !important;
        margin-bottom: -24rem !important;
    }
    .my-sm-n9 {
        margin-top: -34rem !important;
        margin-bottom: -34rem !important;
    }
    .mt-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-sm-n3 {
        margin-top: -1rem !important;
    }
    .mt-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-sm-n5 {
        margin-top: -3rem !important;
    }
    .mt-sm-n6 {
        margin-top: -6rem !important;
    }
    .mt-sm-n7 {
        margin-top: -12rem !important;
    }
    .mt-sm-n8 {
        margin-top: -24rem !important;
    }
    .mt-sm-n9 {
        margin-top: -34rem !important;
    }
    .me-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .me-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .me-sm-n3 {
        margin-right: -1rem !important;
    }
    .me-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .me-sm-n5 {
        margin-right: -3rem !important;
    }
    .me-sm-n6 {
        margin-right: -6rem !important;
    }
    .me-sm-n7 {
        margin-right: -12rem !important;
    }
    .me-sm-n8 {
        margin-right: -24rem !important;
    }
    .me-sm-n9 {
        margin-right: -34rem !important;
    }
    .mb-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-sm-n6 {
        margin-bottom: -6rem !important;
    }
    .mb-sm-n7 {
        margin-bottom: -12rem !important;
    }
    .mb-sm-n8 {
        margin-bottom: -24rem !important;
    }
    .mb-sm-n9 {
        margin-bottom: -34rem !important;
    }
    .ms-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-sm-n3 {
        margin-left: -1rem !important;
    }
    .ms-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-sm-n5 {
        margin-left: -3rem !important;
    }
    .ms-sm-n6 {
        margin-left: -6rem !important;
    }
    .ms-sm-n7 {
        margin-left: -12rem !important;
    }
    .ms-sm-n8 {
        margin-left: -24rem !important;
    }
    .ms-sm-n9 {
        margin-left: -34rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .p-sm-6 {
        padding: 6rem !important;
    }
    .p-sm-7 {
        padding: 12rem !important;
    }
    .p-sm-8 {
        padding: 24rem !important;
    }
    .p-sm-9 {
        padding: 34rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .px-sm-6 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }
    .px-sm-7 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }
    .px-sm-8 {
        padding-right: 24rem !important;
        padding-left: 24rem !important;
    }
    .px-sm-9 {
        padding-right: 34rem !important;
        padding-left: 34rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-sm-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-sm-7 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
    .py-sm-8 {
        padding-top: 24rem !important;
        padding-bottom: 24rem !important;
    }
    .py-sm-9 {
        padding-top: 34rem !important;
        padding-bottom: 34rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pt-sm-6 {
        padding-top: 6rem !important;
    }
    .pt-sm-7 {
        padding-top: 12rem !important;
    }
    .pt-sm-8 {
        padding-top: 24rem !important;
    }
    .pt-sm-9 {
        padding-top: 34rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pe-sm-6 {
        padding-right: 6rem !important;
    }
    .pe-sm-7 {
        padding-right: 12rem !important;
    }
    .pe-sm-8 {
        padding-right: 24rem !important;
    }
    .pe-sm-9 {
        padding-right: 34rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 6rem !important;
    }
    .pb-sm-7 {
        padding-bottom: 12rem !important;
    }
    .pb-sm-8 {
        padding-bottom: 24rem !important;
    }
    .pb-sm-9 {
        padding-bottom: 34rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .ps-sm-6 {
        padding-left: 6rem !important;
    }
    .ps-sm-7 {
        padding-left: 12rem !important;
    }
    .ps-sm-8 {
        padding-left: 24rem !important;
    }
    .ps-sm-9 {
        padding-left: 34rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .bs-content img.left,
    .float-md-start,
    .mce-content-body img.left {
        float: left !important;
    }
    .bs-content img.right,
    .float-md-end,
    .mce-content-body img.right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .w-md-10 {
        width: 10% !important;
    }
    .w-md-15 {
        width: 15% !important;
    }
    .w-md-20 {
        width: 20% !important;
    }
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-30 {
        width: 30% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-60 {
        width: 60% !important;
    }
    .w-md-70 {
        width: 70% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-80 {
        width: 80% !important;
    }
    .w-md-85 {
        width: 85% !important;
    }
    .w-md-90 {
        width: 90% !important;
    }
    .w-md-95 {
        width: 95% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
    .w-md-auto {
        width: auto !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -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;
    }
    .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;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .gap-md-6 {
        gap: 6rem !important;
    }
    .gap-md-7 {
        gap: 12rem !important;
    }
    .gap-md-8 {
        gap: 24rem !important;
    }
    .gap-md-9 {
        gap: 34rem !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-6 {
        margin: 6rem !important;
    }
    .m-md-7 {
        margin: 12rem !important;
    }
    .m-md-8 {
        margin: 24rem !important;
    }
    .m-md-9 {
        margin: 34rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-6 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }
    .mx-md-7 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }
    .mx-md-8 {
        margin-right: 24rem !important;
        margin-left: 24rem !important;
    }
    .mx-md-9 {
        margin-right: 34rem !important;
        margin-left: 34rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-6 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .my-md-7 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }
    .my-md-8 {
        margin-top: 24rem !important;
        margin-bottom: 24rem !important;
    }
    .my-md-9 {
        margin-top: 34rem !important;
        margin-bottom: 34rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-6 {
        margin-top: 6rem !important;
    }
    .mt-md-7 {
        margin-top: 12rem !important;
    }
    .mt-md-8 {
        margin-top: 24rem !important;
    }
    .mt-md-9 {
        margin-top: 34rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .bs-content img.left,
    .mce-content-body img.left,
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-6 {
        margin-right: 6rem !important;
    }
    .me-md-7 {
        margin-right: 12rem !important;
    }
    .me-md-8 {
        margin-right: 24rem !important;
    }
    .me-md-9 {
        margin-right: 34rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-6 {
        margin-bottom: 6rem !important;
    }
    .mb-md-7 {
        margin-bottom: 12rem !important;
    }
    .mb-md-8 {
        margin-bottom: 24rem !important;
    }
    .mb-md-9 {
        margin-bottom: 34rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .bs-content img.right,
    .mce-content-body img.right,
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-6 {
        margin-left: 6rem !important;
    }
    .ms-md-7 {
        margin-left: 12rem !important;
    }
    .ms-md-8 {
        margin-left: 24rem !important;
    }
    .ms-md-9 {
        margin-left: 34rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .m-md-n6 {
        margin: -6rem !important;
    }
    .m-md-n7 {
        margin: -12rem !important;
    }
    .m-md-n8 {
        margin: -24rem !important;
    }
    .m-md-n9 {
        margin: -34rem !important;
    }
    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .mx-md-n6 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }
    .mx-md-n7 {
        margin-right: -12rem !important;
        margin-left: -12rem !important;
    }
    .mx-md-n8 {
        margin-right: -24rem !important;
        margin-left: -24rem !important;
    }
    .mx-md-n9 {
        margin-right: -34rem !important;
        margin-left: -34rem !important;
    }
    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-md-n6 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }
    .my-md-n7 {
        margin-top: -12rem !important;
        margin-bottom: -12rem !important;
    }
    .my-md-n8 {
        margin-top: -24rem !important;
        margin-bottom: -24rem !important;
    }
    .my-md-n9 {
        margin-top: -34rem !important;
        margin-bottom: -34rem !important;
    }
    .mt-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-md-n3 {
        margin-top: -1rem !important;
    }
    .mt-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-md-n5 {
        margin-top: -3rem !important;
    }
    .mt-md-n6 {
        margin-top: -6rem !important;
    }
    .mt-md-n7 {
        margin-top: -12rem !important;
    }
    .mt-md-n8 {
        margin-top: -24rem !important;
    }
    .mt-md-n9 {
        margin-top: -34rem !important;
    }
    .me-md-n1 {
        margin-right: -0.25rem !important;
    }
    .me-md-n2 {
        margin-right: -0.5rem !important;
    }
    .me-md-n3 {
        margin-right: -1rem !important;
    }
    .me-md-n4 {
        margin-right: -1.5rem !important;
    }
    .me-md-n5 {
        margin-right: -3rem !important;
    }
    .me-md-n6 {
        margin-right: -6rem !important;
    }
    .me-md-n7 {
        margin-right: -12rem !important;
    }
    .me-md-n8 {
        margin-right: -24rem !important;
    }
    .me-md-n9 {
        margin-right: -34rem !important;
    }
    .mb-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-md-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-md-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-md-n6 {
        margin-bottom: -6rem !important;
    }
    .mb-md-n7 {
        margin-bottom: -12rem !important;
    }
    .mb-md-n8 {
        margin-bottom: -24rem !important;
    }
    .mb-md-n9 {
        margin-bottom: -34rem !important;
    }
    .ms-md-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-md-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-md-n3 {
        margin-left: -1rem !important;
    }
    .ms-md-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-md-n5 {
        margin-left: -3rem !important;
    }
    .ms-md-n6 {
        margin-left: -6rem !important;
    }
    .ms-md-n7 {
        margin-left: -12rem !important;
    }
    .ms-md-n8 {
        margin-left: -24rem !important;
    }
    .ms-md-n9 {
        margin-left: -34rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .p-md-6 {
        padding: 6rem !important;
    }
    .p-md-7 {
        padding: 12rem !important;
    }
    .p-md-8 {
        padding: 24rem !important;
    }
    .p-md-9 {
        padding: 34rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .px-md-6 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }
    .px-md-7 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }
    .px-md-8 {
        padding-right: 24rem !important;
        padding-left: 24rem !important;
    }
    .px-md-9 {
        padding-right: 34rem !important;
        padding-left: 34rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-md-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-md-7 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
    .py-md-8 {
        padding-top: 24rem !important;
        padding-bottom: 24rem !important;
    }
    .py-md-9 {
        padding-top: 34rem !important;
        padding-bottom: 34rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pt-md-6 {
        padding-top: 6rem !important;
    }
    .pt-md-7 {
        padding-top: 12rem !important;
    }
    .pt-md-8 {
        padding-top: 24rem !important;
    }
    .pt-md-9 {
        padding-top: 34rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pe-md-6 {
        padding-right: 6rem !important;
    }
    .pe-md-7 {
        padding-right: 12rem !important;
    }
    .pe-md-8 {
        padding-right: 24rem !important;
    }
    .pe-md-9 {
        padding-right: 34rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .pb-md-6 {
        padding-bottom: 6rem !important;
    }
    .pb-md-7 {
        padding-bottom: 12rem !important;
    }
    .pb-md-8 {
        padding-bottom: 24rem !important;
    }
    .pb-md-9 {
        padding-bottom: 34rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .ps-md-6 {
        padding-left: 6rem !important;
    }
    .ps-md-7 {
        padding-left: 12rem !important;
    }
    .ps-md-8 {
        padding-left: 24rem !important;
    }
    .ps-md-9 {
        padding-left: 34rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .w-lg-10 {
        width: 10% !important;
    }
    .w-lg-15 {
        width: 15% !important;
    }
    .w-lg-20 {
        width: 20% !important;
    }
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-30 {
        width: 30% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-60 {
        width: 60% !important;
    }
    .w-lg-70 {
        width: 70% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-80 {
        width: 80% !important;
    }
    .w-lg-85 {
        width: 85% !important;
    }
    .w-lg-90 {
        width: 90% !important;
    }
    .w-lg-95 {
        width: 95% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
    .w-lg-auto {
        width: auto !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -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;
    }
    .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;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .gap-lg-6 {
        gap: 6rem !important;
    }
    .gap-lg-7 {
        gap: 12rem !important;
    }
    .gap-lg-8 {
        gap: 24rem !important;
    }
    .gap-lg-9 {
        gap: 34rem !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-6 {
        margin: 6rem !important;
    }
    .m-lg-7 {
        margin: 12rem !important;
    }
    .m-lg-8 {
        margin: 24rem !important;
    }
    .m-lg-9 {
        margin: 34rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-6 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }
    .mx-lg-7 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }
    .mx-lg-8 {
        margin-right: 24rem !important;
        margin-left: 24rem !important;
    }
    .mx-lg-9 {
        margin-right: 34rem !important;
        margin-left: 34rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-6 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .my-lg-7 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }
    .my-lg-8 {
        margin-top: 24rem !important;
        margin-bottom: 24rem !important;
    }
    .my-lg-9 {
        margin-top: 34rem !important;
        margin-bottom: 34rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-6 {
        margin-top: 6rem !important;
    }
    .mt-lg-7 {
        margin-top: 12rem !important;
    }
    .mt-lg-8 {
        margin-top: 24rem !important;
    }
    .mt-lg-9 {
        margin-top: 34rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-6 {
        margin-right: 6rem !important;
    }
    .me-lg-7 {
        margin-right: 12rem !important;
    }
    .me-lg-8 {
        margin-right: 24rem !important;
    }
    .me-lg-9 {
        margin-right: 34rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 6rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 12rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 24rem !important;
    }
    .mb-lg-9 {
        margin-bottom: 34rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-6 {
        margin-left: 6rem !important;
    }
    .ms-lg-7 {
        margin-left: 12rem !important;
    }
    .ms-lg-8 {
        margin-left: 24rem !important;
    }
    .ms-lg-9 {
        margin-left: 34rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .m-lg-n6 {
        margin: -6rem !important;
    }
    .m-lg-n7 {
        margin: -12rem !important;
    }
    .m-lg-n8 {
        margin: -24rem !important;
    }
    .m-lg-n9 {
        margin: -34rem !important;
    }
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .mx-lg-n6 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }
    .mx-lg-n7 {
        margin-right: -12rem !important;
        margin-left: -12rem !important;
    }
    .mx-lg-n8 {
        margin-right: -24rem !important;
        margin-left: -24rem !important;
    }
    .mx-lg-n9 {
        margin-right: -34rem !important;
        margin-left: -34rem !important;
    }
    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-lg-n6 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }
    .my-lg-n7 {
        margin-top: -12rem !important;
        margin-bottom: -12rem !important;
    }
    .my-lg-n8 {
        margin-top: -24rem !important;
        margin-bottom: -24rem !important;
    }
    .my-lg-n9 {
        margin-top: -34rem !important;
        margin-bottom: -34rem !important;
    }
    .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-lg-n3 {
        margin-top: -1rem !important;
    }
    .mt-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-lg-n5 {
        margin-top: -3rem !important;
    }
    .mt-lg-n6 {
        margin-top: -6rem !important;
    }
    .mt-lg-n7 {
        margin-top: -12rem !important;
    }
    .mt-lg-n8 {
        margin-top: -24rem !important;
    }
    .mt-lg-n9 {
        margin-top: -34rem !important;
    }
    .me-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .me-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .me-lg-n3 {
        margin-right: -1rem !important;
    }
    .me-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .me-lg-n5 {
        margin-right: -3rem !important;
    }
    .me-lg-n6 {
        margin-right: -6rem !important;
    }
    .me-lg-n7 {
        margin-right: -12rem !important;
    }
    .me-lg-n8 {
        margin-right: -24rem !important;
    }
    .me-lg-n9 {
        margin-right: -34rem !important;
    }
    .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-lg-n6 {
        margin-bottom: -6rem !important;
    }
    .mb-lg-n7 {
        margin-bottom: -12rem !important;
    }
    .mb-lg-n8 {
        margin-bottom: -24rem !important;
    }
    .mb-lg-n9 {
        margin-bottom: -34rem !important;
    }
    .ms-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-lg-n3 {
        margin-left: -1rem !important;
    }
    .ms-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-lg-n5 {
        margin-left: -3rem !important;
    }
    .ms-lg-n6 {
        margin-left: -6rem !important;
    }
    .ms-lg-n7 {
        margin-left: -12rem !important;
    }
    .ms-lg-n8 {
        margin-left: -24rem !important;
    }
    .ms-lg-n9 {
        margin-left: -34rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .p-lg-6 {
        padding: 6rem !important;
    }
    .p-lg-7 {
        padding: 12rem !important;
    }
    .p-lg-8 {
        padding: 24rem !important;
    }
    .p-lg-9 {
        padding: 34rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .px-lg-6 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }
    .px-lg-7 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }
    .px-lg-8 {
        padding-right: 24rem !important;
        padding-left: 24rem !important;
    }
    .px-lg-9 {
        padding-right: 34rem !important;
        padding-left: 34rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-lg-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-lg-7 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
    .py-lg-8 {
        padding-top: 24rem !important;
        padding-bottom: 24rem !important;
    }
    .py-lg-9 {
        padding-top: 34rem !important;
        padding-bottom: 34rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pt-lg-6 {
        padding-top: 6rem !important;
    }
    .pt-lg-7 {
        padding-top: 12rem !important;
    }
    .pt-lg-8 {
        padding-top: 24rem !important;
    }
    .pt-lg-9 {
        padding-top: 34rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pe-lg-6 {
        padding-right: 6rem !important;
    }
    .pe-lg-7 {
        padding-right: 12rem !important;
    }
    .pe-lg-8 {
        padding-right: 24rem !important;
    }
    .pe-lg-9 {
        padding-right: 34rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 6rem !important;
    }
    .pb-lg-7 {
        padding-bottom: 12rem !important;
    }
    .pb-lg-8 {
        padding-bottom: 24rem !important;
    }
    .pb-lg-9 {
        padding-bottom: 34rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .ps-lg-6 {
        padding-left: 6rem !important;
    }
    .ps-lg-7 {
        padding-left: 12rem !important;
    }
    .ps-lg-8 {
        padding-left: 24rem !important;
    }
    .ps-lg-9 {
        padding-left: 34rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .w-xl-10 {
        width: 10% !important;
    }
    .w-xl-15 {
        width: 15% !important;
    }
    .w-xl-20 {
        width: 20% !important;
    }
    .w-xl-25 {
        width: 25% !important;
    }
    .w-xl-30 {
        width: 30% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .w-xl-60 {
        width: 60% !important;
    }
    .w-xl-70 {
        width: 70% !important;
    }
    .w-xl-75 {
        width: 75% !important;
    }
    .w-xl-80 {
        width: 80% !important;
    }
    .w-xl-85 {
        width: 85% !important;
    }
    .w-xl-90 {
        width: 90% !important;
    }
    .w-xl-95 {
        width: 95% !important;
    }
    .w-xl-100 {
        width: 100% !important;
    }
    .w-xl-auto {
        width: auto !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -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;
    }
    .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;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .gap-xl-6 {
        gap: 6rem !important;
    }
    .gap-xl-7 {
        gap: 12rem !important;
    }
    .gap-xl-8 {
        gap: 24rem !important;
    }
    .gap-xl-9 {
        gap: 34rem !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-6 {
        margin: 6rem !important;
    }
    .m-xl-7 {
        margin: 12rem !important;
    }
    .m-xl-8 {
        margin: 24rem !important;
    }
    .m-xl-9 {
        margin: 34rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-6 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }
    .mx-xl-7 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }
    .mx-xl-8 {
        margin-right: 24rem !important;
        margin-left: 24rem !important;
    }
    .mx-xl-9 {
        margin-right: 34rem !important;
        margin-left: 34rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-6 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .my-xl-7 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }
    .my-xl-8 {
        margin-top: 24rem !important;
        margin-bottom: 24rem !important;
    }
    .my-xl-9 {
        margin-top: 34rem !important;
        margin-bottom: 34rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-6 {
        margin-top: 6rem !important;
    }
    .mt-xl-7 {
        margin-top: 12rem !important;
    }
    .mt-xl-8 {
        margin-top: 24rem !important;
    }
    .mt-xl-9 {
        margin-top: 34rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-6 {
        margin-right: 6rem !important;
    }
    .me-xl-7 {
        margin-right: 12rem !important;
    }
    .me-xl-8 {
        margin-right: 24rem !important;
    }
    .me-xl-9 {
        margin-right: 34rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-6 {
        margin-bottom: 6rem !important;
    }
    .mb-xl-7 {
        margin-bottom: 12rem !important;
    }
    .mb-xl-8 {
        margin-bottom: 24rem !important;
    }
    .mb-xl-9 {
        margin-bottom: 34rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-6 {
        margin-left: 6rem !important;
    }
    .ms-xl-7 {
        margin-left: 12rem !important;
    }
    .ms-xl-8 {
        margin-left: 24rem !important;
    }
    .ms-xl-9 {
        margin-left: 34rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .m-xl-n6 {
        margin: -6rem !important;
    }
    .m-xl-n7 {
        margin: -12rem !important;
    }
    .m-xl-n8 {
        margin: -24rem !important;
    }
    .m-xl-n9 {
        margin: -34rem !important;
    }
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .mx-xl-n6 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }
    .mx-xl-n7 {
        margin-right: -12rem !important;
        margin-left: -12rem !important;
    }
    .mx-xl-n8 {
        margin-right: -24rem !important;
        margin-left: -24rem !important;
    }
    .mx-xl-n9 {
        margin-right: -34rem !important;
        margin-left: -34rem !important;
    }
    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-xl-n6 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }
    .my-xl-n7 {
        margin-top: -12rem !important;
        margin-bottom: -12rem !important;
    }
    .my-xl-n8 {
        margin-top: -24rem !important;
        margin-bottom: -24rem !important;
    }
    .my-xl-n9 {
        margin-top: -34rem !important;
        margin-bottom: -34rem !important;
    }
    .mt-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-xl-n3 {
        margin-top: -1rem !important;
    }
    .mt-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-xl-n5 {
        margin-top: -3rem !important;
    }
    .mt-xl-n6 {
        margin-top: -6rem !important;
    }
    .mt-xl-n7 {
        margin-top: -12rem !important;
    }
    .mt-xl-n8 {
        margin-top: -24rem !important;
    }
    .mt-xl-n9 {
        margin-top: -34rem !important;
    }
    .me-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .me-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .me-xl-n3 {
        margin-right: -1rem !important;
    }
    .me-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .me-xl-n5 {
        margin-right: -3rem !important;
    }
    .me-xl-n6 {
        margin-right: -6rem !important;
    }
    .me-xl-n7 {
        margin-right: -12rem !important;
    }
    .me-xl-n8 {
        margin-right: -24rem !important;
    }
    .me-xl-n9 {
        margin-right: -34rem !important;
    }
    .mb-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-xl-n6 {
        margin-bottom: -6rem !important;
    }
    .mb-xl-n7 {
        margin-bottom: -12rem !important;
    }
    .mb-xl-n8 {
        margin-bottom: -24rem !important;
    }
    .mb-xl-n9 {
        margin-bottom: -34rem !important;
    }
    .ms-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-xl-n3 {
        margin-left: -1rem !important;
    }
    .ms-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-xl-n5 {
        margin-left: -3rem !important;
    }
    .ms-xl-n6 {
        margin-left: -6rem !important;
    }
    .ms-xl-n7 {
        margin-left: -12rem !important;
    }
    .ms-xl-n8 {
        margin-left: -24rem !important;
    }
    .ms-xl-n9 {
        margin-left: -34rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .p-xl-6 {
        padding: 6rem !important;
    }
    .p-xl-7 {
        padding: 12rem !important;
    }
    .p-xl-8 {
        padding: 24rem !important;
    }
    .p-xl-9 {
        padding: 34rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .px-xl-6 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }
    .px-xl-7 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }
    .px-xl-8 {
        padding-right: 24rem !important;
        padding-left: 24rem !important;
    }
    .px-xl-9 {
        padding-right: 34rem !important;
        padding-left: 34rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-xl-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-xl-7 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
    .py-xl-8 {
        padding-top: 24rem !important;
        padding-bottom: 24rem !important;
    }
    .py-xl-9 {
        padding-top: 34rem !important;
        padding-bottom: 34rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pt-xl-6 {
        padding-top: 6rem !important;
    }
    .pt-xl-7 {
        padding-top: 12rem !important;
    }
    .pt-xl-8 {
        padding-top: 24rem !important;
    }
    .pt-xl-9 {
        padding-top: 34rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pe-xl-6 {
        padding-right: 6rem !important;
    }
    .pe-xl-7 {
        padding-right: 12rem !important;
    }
    .pe-xl-8 {
        padding-right: 24rem !important;
    }
    .pe-xl-9 {
        padding-right: 34rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pb-xl-6 {
        padding-bottom: 6rem !important;
    }
    .pb-xl-7 {
        padding-bottom: 12rem !important;
    }
    .pb-xl-8 {
        padding-bottom: 24rem !important;
    }
    .pb-xl-9 {
        padding-bottom: 34rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .ps-xl-6 {
        padding-left: 6rem !important;
    }
    .ps-xl-7 {
        padding-left: 12rem !important;
    }
    .ps-xl-8 {
        padding-left: 24rem !important;
    }
    .ps-xl-9 {
        padding-left: 34rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .w-xxl-10 {
        width: 10% !important;
    }
    .w-xxl-15 {
        width: 15% !important;
    }
    .w-xxl-20 {
        width: 20% !important;
    }
    .w-xxl-25 {
        width: 25% !important;
    }
    .w-xxl-30 {
        width: 30% !important;
    }
    .w-xxl-50 {
        width: 50% !important;
    }
    .w-xxl-60 {
        width: 60% !important;
    }
    .w-xxl-70 {
        width: 70% !important;
    }
    .w-xxl-75 {
        width: 75% !important;
    }
    .w-xxl-80 {
        width: 80% !important;
    }
    .w-xxl-85 {
        width: 85% !important;
    }
    .w-xxl-90 {
        width: 90% !important;
    }
    .w-xxl-95 {
        width: 95% !important;
    }
    .w-xxl-100 {
        width: 100% !important;
    }
    .w-xxl-auto {
        width: auto !important;
    }
    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .gap-xxl-6 {
        gap: 6rem !important;
    }
    .gap-xxl-7 {
        gap: 12rem !important;
    }
    .gap-xxl-8 {
        gap: 24rem !important;
    }
    .gap-xxl-9 {
        gap: 34rem !important;
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-6 {
        margin: 6rem !important;
    }
    .m-xxl-7 {
        margin: 12rem !important;
    }
    .m-xxl-8 {
        margin: 24rem !important;
    }
    .m-xxl-9 {
        margin: 34rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-6 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }
    .mx-xxl-7 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }
    .mx-xxl-8 {
        margin-right: 24rem !important;
        margin-left: 24rem !important;
    }
    .mx-xxl-9 {
        margin-right: 34rem !important;
        margin-left: 34rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-6 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    .my-xxl-7 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }
    .my-xxl-8 {
        margin-top: 24rem !important;
        margin-bottom: 24rem !important;
    }
    .my-xxl-9 {
        margin-top: 34rem !important;
        margin-bottom: 34rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-6 {
        margin-top: 6rem !important;
    }
    .mt-xxl-7 {
        margin-top: 12rem !important;
    }
    .mt-xxl-8 {
        margin-top: 24rem !important;
    }
    .mt-xxl-9 {
        margin-top: 34rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-6 {
        margin-right: 6rem !important;
    }
    .me-xxl-7 {
        margin-right: 12rem !important;
    }
    .me-xxl-8 {
        margin-right: 24rem !important;
    }
    .me-xxl-9 {
        margin-right: 34rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-6 {
        margin-bottom: 6rem !important;
    }
    .mb-xxl-7 {
        margin-bottom: 12rem !important;
    }
    .mb-xxl-8 {
        margin-bottom: 24rem !important;
    }
    .mb-xxl-9 {
        margin-bottom: 34rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-6 {
        margin-left: 6rem !important;
    }
    .ms-xxl-7 {
        margin-left: 12rem !important;
    }
    .ms-xxl-8 {
        margin-left: 24rem !important;
    }
    .ms-xxl-9 {
        margin-left: 34rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    .m-xxl-n3 {
        margin: -1rem !important;
    }
    .m-xxl-n4 {
        margin: -1.5rem !important;
    }
    .m-xxl-n5 {
        margin: -3rem !important;
    }
    .m-xxl-n6 {
        margin: -6rem !important;
    }
    .m-xxl-n7 {
        margin: -12rem !important;
    }
    .m-xxl-n8 {
        margin: -24rem !important;
    }
    .m-xxl-n9 {
        margin: -34rem !important;
    }
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .mx-xxl-n6 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }
    .mx-xxl-n7 {
        margin-right: -12rem !important;
        margin-left: -12rem !important;
    }
    .mx-xxl-n8 {
        margin-right: -24rem !important;
        margin-left: -24rem !important;
    }
    .mx-xxl-n9 {
        margin-right: -34rem !important;
        margin-left: -34rem !important;
    }
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .my-xxl-n6 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }
    .my-xxl-n7 {
        margin-top: -12rem !important;
        margin-bottom: -12rem !important;
    }
    .my-xxl-n8 {
        margin-top: -24rem !important;
        margin-bottom: -24rem !important;
    }
    .my-xxl-n9 {
        margin-top: -34rem !important;
        margin-bottom: -34rem !important;
    }
    .mt-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-xxl-n3 {
        margin-top: -1rem !important;
    }
    .mt-xxl-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-xxl-n5 {
        margin-top: -3rem !important;
    }
    .mt-xxl-n6 {
        margin-top: -6rem !important;
    }
    .mt-xxl-n7 {
        margin-top: -12rem !important;
    }
    .mt-xxl-n8 {
        margin-top: -24rem !important;
    }
    .mt-xxl-n9 {
        margin-top: -34rem !important;
    }
    .me-xxl-n1 {
        margin-right: -0.25rem !important;
    }
    .me-xxl-n2 {
        margin-right: -0.5rem !important;
    }
    .me-xxl-n3 {
        margin-right: -1rem !important;
    }
    .me-xxl-n4 {
        margin-right: -1.5rem !important;
    }
    .me-xxl-n5 {
        margin-right: -3rem !important;
    }
    .me-xxl-n6 {
        margin-right: -6rem !important;
    }
    .me-xxl-n7 {
        margin-right: -12rem !important;
    }
    .me-xxl-n8 {
        margin-right: -24rem !important;
    }
    .me-xxl-n9 {
        margin-right: -34rem !important;
    }
    .mb-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-xxl-n5 {
        margin-bottom: -3rem !important;
    }
    .mb-xxl-n6 {
        margin-bottom: -6rem !important;
    }
    .mb-xxl-n7 {
        margin-bottom: -12rem !important;
    }
    .mb-xxl-n8 {
        margin-bottom: -24rem !important;
    }
    .mb-xxl-n9 {
        margin-bottom: -34rem !important;
    }
    .ms-xxl-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-xxl-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-xxl-n3 {
        margin-left: -1rem !important;
    }
    .ms-xxl-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-xxl-n5 {
        margin-left: -3rem !important;
    }
    .ms-xxl-n6 {
        margin-left: -6rem !important;
    }
    .ms-xxl-n7 {
        margin-left: -12rem !important;
    }
    .ms-xxl-n8 {
        margin-left: -24rem !important;
    }
    .ms-xxl-n9 {
        margin-left: -34rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .p-xxl-6 {
        padding: 6rem !important;
    }
    .p-xxl-7 {
        padding: 12rem !important;
    }
    .p-xxl-8 {
        padding: 24rem !important;
    }
    .p-xxl-9 {
        padding: 34rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .px-xxl-6 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }
    .px-xxl-7 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }
    .px-xxl-8 {
        padding-right: 24rem !important;
        padding-left: 24rem !important;
    }
    .px-xxl-9 {
        padding-right: 34rem !important;
        padding-left: 34rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-xxl-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-xxl-7 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
    .py-xxl-8 {
        padding-top: 24rem !important;
        padding-bottom: 24rem !important;
    }
    .py-xxl-9 {
        padding-top: 34rem !important;
        padding-bottom: 34rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pt-xxl-6 {
        padding-top: 6rem !important;
    }
    .pt-xxl-7 {
        padding-top: 12rem !important;
    }
    .pt-xxl-8 {
        padding-top: 24rem !important;
    }
    .pt-xxl-9 {
        padding-top: 34rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pe-xxl-6 {
        padding-right: 6rem !important;
    }
    .pe-xxl-7 {
        padding-right: 12rem !important;
    }
    .pe-xxl-8 {
        padding-right: 24rem !important;
    }
    .pe-xxl-9 {
        padding-right: 34rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pb-xxl-6 {
        padding-bottom: 6rem !important;
    }
    .pb-xxl-7 {
        padding-bottom: 12rem !important;
    }
    .pb-xxl-8 {
        padding-bottom: 24rem !important;
    }
    .pb-xxl-9 {
        padding-bottom: 34rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .ps-xxl-6 {
        padding-left: 6rem !important;
    }
    .ps-xxl-7 {
        padding-left: 12rem !important;
    }
    .ps-xxl-8 {
        padding-left: 24rem !important;
    }
    .ps-xxl-9 {
        padding-left: 34rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-sm {
    font-size: 0.875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-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-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-500px:before {
    content: "";
}
.fa-accessible-icon:before {
    content: "";
}
.fa-accusoft:before {
    content: "";
}
.fa-acquisitions-incorporated:before {
    content: "";
}
.fa-ad:before {
    content: "";
}
.fa-address-book:before {
    content: "";
}
.fa-address-card:before {
    content: "";
}
.fa-adjust:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-adversal:before {
    content: "";
}
.fa-affiliatetheme:before {
    content: "";
}
.fa-air-freshener:before {
    content: "";
}
.fa-airbnb:before {
    content: "";
}
.fa-algolia:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-alipay:before {
    content: "";
}
.fa-allergies:before {
    content: "";
}
.fa-amazon:before {
    content: "";
}
.fa-amazon-pay:before {
    content: "";
}
.fa-ambulance:before {
    content: "";
}
.fa-american-sign-language-interpreting:before {
    content: "";
}
.fa-amilia:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-angle-double-down:before {
    content: "";
}
.fa-angle-double-left:before {
    content: "";
}
.fa-angle-double-right:before {
    content: "";
}
.fa-angle-double-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angry:before {
    content: "";
}
.fa-angrycreative:before {
    content: "";
}
.fa-angular:before {
    content: "";
}
.fa-ankh:before {
    content: "";
}
.fa-app-store:before {
    content: "";
}
.fa-app-store-ios:before {
    content: "";
}
.fa-apper:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-apple-alt:before {
    content: "";
}
.fa-apple-pay:before {
    content: "";
}
.fa-archive:before {
    content: "";
}
.fa-archway:before {
    content: "";
}
.fa-arrow-alt-circle-down:before {
    content: "";
}
.fa-arrow-alt-circle-left:before {
    content: "";
}
.fa-arrow-alt-circle-right:before {
    content: "";
}
.fa-arrow-alt-circle-up:before {
    content: "";
}
.fa-arrow-circle-down:before {
    content: "";
}
.fa-arrow-circle-left:before {
    content: "";
}
.fa-arrow-circle-right:before {
    content: "";
}
.fa-arrow-circle-up:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrows-alt:before {
    content: "";
}
.fa-arrows-alt-h:before {
    content: "";
}
.fa-arrows-alt-v:before {
    content: "";
}
.fa-artstation:before {
    content: "";
}
.fa-assistive-listening-systems:before {
    content: "";
}
.fa-asterisk:before {
    content: "";
}
.fa-asymmetrik:before {
    content: "";
}
.fa-at:before {
    content: "";
}
.fa-atlas:before {
    content: "";
}
.fa-atlassian:before {
    content: "";
}
.fa-atom:before {
    content: "";
}
.fa-audible:before {
    content: "";
}
.fa-audio-description:before {
    content: "";
}
.fa-autoprefixer:before {
    content: "";
}
.fa-avianex:before {
    content: "";
}
.fa-aviato:before {
    content: "";
}
.fa-award:before {
    content: "";
}
.fa-aws:before {
    content: "";
}
.fa-baby:before {
    content: "";
}
.fa-baby-carriage:before {
    content: "";
}
.fa-backspace:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-bacon:before {
    content: "";
}
.fa-bacteria:before {
    content: "";
}
.fa-bacterium:before {
    content: "";
}
.fa-bahai:before {
    content: "";
}
.fa-balance-scale:before {
    content: "";
}
.fa-balance-scale-left:before {
    content: "";
}
.fa-balance-scale-right:before {
    content: "";
}
.fa-ban:before {
    content: "";
}
.fa-band-aid:before {
    content: "";
}
.fa-bandcamp:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-bars:before {
    content: "";
}
.fa-baseball-ball:before {
    content: "";
}
.fa-basketball-ball:before {
    content: "";
}
.fa-bath:before {
    content: "";
}
.fa-battery-empty:before {
    content: "";
}
.fa-battery-full:before {
    content: "";
}
.fa-battery-half:before {
    content: "";
}
.fa-battery-quarter:before {
    content: "";
}
.fa-battery-three-quarters:before {
    content: "";
}
.fa-battle-net:before {
    content: "";
}
.fa-bed:before {
    content: "";
}
.fa-beer:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-behance-square:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bezier-curve:before {
    content: "";
}
.fa-bible:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-biking:before {
    content: "";
}
.fa-bimobject:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-biohazard:before {
    content: "";
}
.fa-birthday-cake:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitcoin:before {
    content: "";
}
.fa-bity:before {
    content: "";
}
.fa-black-tie:before {
    content: "";
}
.fa-blackberry:before {
    content: "";
}
.fa-blender:before {
    content: "";
}
.fa-blender-phone:before {
    content: "";
}
.fa-blind:before {
    content: "";
}
.fa-blog:before {
    content: "";
}
.fa-blogger:before {
    content: "";
}
.fa-blogger-b:before {
    content: "";
}
.fa-bluetooth:before {
    content: "";
}
.fa-bluetooth-b:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-bolt:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-bone:before {
    content: "";
}
.fa-bong:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-book-dead:before {
    content: "";
}
.fa-book-medical:before {
    content: "";
}
.fa-book-open:before {
    content: "";
}
.fa-book-reader:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-bootstrap:before {
    content: "";
}
.fa-border-all:before {
    content: "";
}
.fa-border-none:before {
    content: "";
}
.fa-border-style:before {
    content: "";
}
.fa-bowling-ball:before {
    content: "";
}
.fa-box:before {
    content: "";
}
.fa-box-open:before {
    content: "";
}
.fa-box-tissue:before {
    content: "";
}
.fa-boxes:before {
    content: "";
}
.fa-braille:before {
    content: "";
}
.fa-brain:before {
    content: "";
}
.fa-bread-slice:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-briefcase-medical:before {
    content: "";
}
.fa-broadcast-tower:before {
    content: "";
}
.fa-broom:before {
    content: "";
}
.fa-brush:before {
    content: "";
}
.fa-btc:before {
    content: "";
}
.fa-buffer:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-burn:before {
    content: "";
}
.fa-buromobelexperte:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-bus-alt:before {
    content: "";
}
.fa-business-time:before {
    content: "";
}
.fa-buy-n-large:before {
    content: "";
}
.fa-buysellads:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-calendar-alt:before {
    content: "";
}
.fa-calendar-check:before {
    content: "";
}
.fa-calendar-day:before {
    content: "";
}
.fa-calendar-minus:before {
    content: "";
}
.fa-calendar-plus:before {
    content: "";
}
.fa-calendar-times:before {
    content: "";
}
.fa-calendar-week:before {
    content: "";
}
.fa-camera:before {
    content: "";
}
.fa-camera-retro:before {
    content: "";
}
.fa-campground:before {
    content: "";
}
.fa-canadian-maple-leaf:before {
    content: "";
}
.fa-candy-cane:before {
    content: "";
}
.fa-cannabis:before {
    content: "";
}
.fa-capsules:before {
    content: "";
}
.fa-car:before {
    content: "";
}
.fa-car-alt:before {
    content: "";
}
.fa-car-battery:before {
    content: "";
}
.fa-car-crash:before {
    content: "";
}
.fa-car-side:before {
    content: "";
}
.fa-caravan:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-caret-square-down:before {
    content: "";
}
.fa-caret-square-left:before {
    content: "";
}
.fa-caret-square-right:before {
    content: "";
}
.fa-caret-square-up:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-carrot:before {
    content: "";
}
.fa-cart-arrow-down:before {
    content: "";
}
.fa-cart-plus:before {
    content: "";
}
.fa-cash-register:before {
    content: "";
}
.fa-cat:before {
    content: "";
}
.fa-cc-amazon-pay:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-apple-pay:before {
    content: "";
}
.fa-cc-diners-club:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-jcb:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-centercode:before {
    content: "";
}
.fa-centos:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-chair:before {
    content: "";
}
.fa-chalkboard:before {
    content: "";
}
.fa-chalkboard-teacher:before {
    content: "";
}
.fa-charging-station:before {
    content: "";
}
.fa-chart-area:before {
    content: "";
}
.fa-chart-bar:before {
    content: "";
}
.fa-chart-line:before {
    content: "";
}
.fa-chart-pie:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-check-circle:before {
    content: "";
}
.fa-check-double:before {
    content: "";
}
.fa-check-square:before {
    content: "";
}
.fa-cheese:before {
    content: "";
}
.fa-chess:before {
    content: "";
}
.fa-chess-bishop:before {
    content: "";
}
.fa-chess-board:before {
    content: "";
}
.fa-chess-king:before {
    content: "";
}
.fa-chess-knight:before {
    content: "";
}
.fa-chess-pawn:before {
    content: "";
}
.fa-chess-queen:before {
    content: "";
}
.fa-chess-rook:before {
    content: "";
}
.fa-chevron-circle-down:before {
    content: "";
}
.fa-chevron-circle-left:before {
    content: "";
}
.fa-chevron-circle-right:before {
    content: "";
}
.fa-chevron-circle-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-chrome:before {
    content: "";
}
.fa-chromecast:before {
    content: "";
}
.fa-church:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-circle-notch:before {
    content: "";
}
.fa-city:before {
    content: "";
}
.fa-clinic-medical:before {
    content: "";
}
.fa-clipboard:before {
    content: "";
}
.fa-clipboard-check:before {
    content: "";
}
.fa-clipboard-list:before {
    content: "";
}
.fa-clock:before {
    content: "";
}
.fa-clone:before {
    content: "";
}
.fa-closed-captioning:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-cloud-download-alt:before {
    content: "";
}
.fa-cloud-meatball:before {
    content: "";
}
.fa-cloud-moon:before {
    content: "";
}
.fa-cloud-moon-rain:before {
    content: "";
}
.fa-cloud-rain:before {
    content: "";
}
.fa-cloud-showers-heavy:before {
    content: "";
}
.fa-cloud-sun:before {
    content: "";
}
.fa-cloud-sun-rain:before {
    content: "";
}
.fa-cloud-upload-alt:before {
    content: "";
}
.fa-cloudflare:before {
    content: "";
}
.fa-cloudscale:before {
    content: "";
}
.fa-cloudsmith:before {
    content: "";
}
.fa-cloudversify:before {
    content: "";
}
.fa-cocktail:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-code-branch:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-codiepie:before {
    content: "";
}
.fa-coffee:before {
    content: "";
}
.fa-cog:before {
    content: "";
}
.fa-cogs:before {
    content: "";
}
.fa-coins:before {
    content: "";
}
.fa-columns:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-comment-alt:before {
    content: "";
}
.fa-comment-dollar:before {
    content: "";
}
.fa-comment-dots:before {
    content: "";
}
.fa-comment-medical:before {
    content: "";
}
.fa-comment-slash:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-comments-dollar:before {
    content: "";
}
.fa-compact-disc:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-compress-alt:before {
    content: "";
}
.fa-compress-arrows-alt:before {
    content: "";
}
.fa-concierge-bell:before {
    content: "";
}
.fa-confluence:before {
    content: "";
}
.fa-connectdevelop:before {
    content: "";
}
.fa-contao:before {
    content: "";
}
.fa-cookie:before {
    content: "";
}
.fa-cookie-bite:before {
    content: "";
}
.fa-copy:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-cotton-bureau:before {
    content: "";
}
.fa-couch:before {
    content: "";
}
.fa-cpanel:before {
    content: "";
}
.fa-creative-commons:before {
    content: "";
}
.fa-creative-commons-by:before {
    content: "";
}
.fa-creative-commons-nc:before {
    content: "";
}
.fa-creative-commons-nc-eu:before {
    content: "";
}
.fa-creative-commons-nc-jp:before {
    content: "";
}
.fa-creative-commons-nd:before {
    content: "";
}
.fa-creative-commons-pd:before {
    content: "";
}
.fa-creative-commons-pd-alt:before {
    content: "";
}
.fa-creative-commons-remix:before {
    content: "";
}
.fa-creative-commons-sa:before {
    content: "";
}
.fa-creative-commons-sampling:before {
    content: "";
}
.fa-creative-commons-sampling-plus:before {
    content: "";
}
.fa-creative-commons-share:before {
    content: "";
}
.fa-creative-commons-zero:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-critical-role:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-crop-alt:before {
    content: "";
}
.fa-cross:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-crow:before {
    content: "";
}
.fa-crown:before {
    content: "";
}
.fa-crutch:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-css3-alt:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-cut:before {
    content: "";
}
.fa-cuttlefish:before {
    content: "";
}
.fa-d-and-d:before {
    content: "";
}
.fa-d-and-d-beyond:before {
    content: "";
}
.fa-dailymotion:before {
    content: "";
}
.fa-dashcube:before {
    content: "";
}
.fa-database:before {
    content: "";
}
.fa-deaf:before {
    content: "";
}
.fa-deezer:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-democrat:before {
    content: "";
}
.fa-deploydog:before {
    content: "";
}
.fa-deskpro:before {
    content: "";
}
.fa-desktop:before {
    content: "";
}
.fa-dev:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-dharmachakra:before {
    content: "";
}
.fa-dhl:before {
    content: "";
}
.fa-diagnoses:before {
    content: "";
}
.fa-diaspora:before {
    content: "";
}
.fa-dice:before {
    content: "";
}
.fa-dice-d20:before {
    content: "";
}
.fa-dice-d6:before {
    content: "";
}
.fa-dice-five:before {
    content: "";
}
.fa-dice-four:before {
    content: "";
}
.fa-dice-one:before {
    content: "";
}
.fa-dice-six:before {
    content: "";
}
.fa-dice-three:before {
    content: "";
}
.fa-dice-two:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-digital-ocean:before {
    content: "";
}
.fa-digital-tachograph:before {
    content: "";
}
.fa-directions:before {
    content: "";
}
.fa-discord:before {
    content: "";
}
.fa-discourse:before {
    content: "";
}
.fa-disease:before {
    content: "";
}
.fa-divide:before {
    content: "";
}
.fa-dizzy:before {
    content: "";
}
.fa-dna:before {
    content: "";
}
.fa-dochub:before {
    content: "";
}
.fa-docker:before {
    content: "";
}
.fa-dog:before {
    content: "";
}
.fa-dollar-sign:before {
    content: "";
}
.fa-dolly:before {
    content: "";
}
.fa-dolly-flatbed:before {
    content: "";
}
.fa-donate:before {
    content: "";
}
.fa-door-closed:before {
    content: "";
}
.fa-door-open:before {
    content: "";
}
.fa-dot-circle:before {
    content: "";
}
.fa-dove:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-draft2digital:before {
    content: "";
}
.fa-drafting-compass:before {
    content: "";
}
.fa-dragon:before {
    content: "";
}
.fa-draw-polygon:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-dribbble-square:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-drum:before {
    content: "";
}
.fa-drum-steelpan:before {
    content: "";
}
.fa-drumstick-bite:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-dumbbell:before {
    content: "";
}
.fa-dumpster:before {
    content: "";
}
.fa-dumpster-fire:before {
    content: "";
}
.fa-dungeon:before {
    content: "";
}
.fa-dyalog:before {
    content: "";
}
.fa-earlybirds:before {
    content: "";
}
.fa-ebay:before {
    content: "";
}
.fa-edge:before {
    content: "";
}
.fa-edge-legacy:before {
    content: "";
}
.fa-edit:before {
    content: "";
}
.fa-egg:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-elementor:before {
    content: "";
}
.fa-ellipsis-h:before {
    content: "";
}
.fa-ellipsis-v:before {
    content: "";
}
.fa-ello:before {
    content: "";
}
.fa-ember:before {
    content: "";
}
.fa-empire:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-envelope-open:before {
    content: "";
}
.fa-envelope-open-text:before {
    content: "";
}
.fa-envelope-square:before {
    content: "";
}
.fa-envira:before {
    content: "";
}
.fa-equals:before {
    content: "";
}
.fa-eraser:before {
    content: "";
}
.fa-erlang:before {
    content: "";
}
.fa-ethereum:before {
    content: "";
}
.fa-ethernet:before {
    content: "";
}
.fa-etsy:before {
    content: "";
}
.fa-euro-sign:before {
    content: "";
}
.fa-evernote:before {
    content: "";
}
.fa-exchange-alt:before {
    content: "";
}
.fa-exclamation:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-exclamation-triangle:before {
    content: "";
}
.fa-expand:before {
    content: "";
}
.fa-expand-alt:before {
    content: "";
}
.fa-expand-arrows-alt:before {
    content: "";
}
.fa-expeditedssl:before {
    content: "";
}
.fa-external-link-alt:before {
    content: "";
}
.fa-external-link-square-alt:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-dropper:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-facebook:before {
    content: "";
}
.fa-facebook-f:before {
    content: "";
}
.fa-facebook-messenger:before {
    content: "";
}
.fa-facebook-square:before {
    content: "";
}
.fa-fan:before {
    content: "";
}
.fa-fantasy-flight-games:before {
    content: "";
}
.fa-fast-backward:before {
    content: "";
}
.fa-fast-forward:before {
    content: "";
}
.fa-faucet:before {
    content: "";
}
.fa-fax:before {
    content: "";
}
.fa-feather:before {
    content: "";
}
.fa-feather-alt:before {
    content: "";
}
.fa-fedex:before {
    content: "";
}
.fa-fedora:before {
    content: "";
}
.fa-female:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-figma:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-alt:before {
    content: "";
}
.fa-file-archive:before {
    content: "";
}
.fa-file-audio:before {
    content: "";
}
.fa-file-code:before {
    content: "";
}
.fa-file-contract:before {
    content: "";
}
.fa-file-csv:before {
    content: "";
}
.fa-file-download:before {
    content: "";
}
.fa-file-excel:before {
    content: "";
}
.fa-file-export:before {
    content: "";
}
.fa-file-image:before {
    content: "";
}
.fa-file-import:before {
    content: "";
}
.fa-file-invoice:before {
    content: "";
}
.fa-file-invoice-dollar:before {
    content: "";
}
.fa-file-medical:before {
    content: "";
}
.fa-file-medical-alt:before {
    content: "";
}
.fa-file-pdf:before {
    content: "";
}
.fa-file-powerpoint:before {
    content: "";
}
.fa-file-prescription:before {
    content: "";
}
.fa-file-signature:before {
    content: "";
}
.fa-file-upload:before {
    content: "";
}
.fa-file-video:before {
    content: "";
}
.fa-file-word:before {
    content: "";
}
.fa-fill:before {
    content: "";
}
.fa-fill-drip:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-fingerprint:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-fire-alt:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-firefox:before {
    content: "";
}
.fa-firefox-browser:before {
    content: "";
}
.fa-first-aid:before {
    content: "";
}
.fa-first-order:before {
    content: "";
}
.fa-first-order-alt:before {
    content: "";
}
.fa-firstdraft:before {
    content: "";
}
.fa-fish:before {
    content: "";
}
.fa-fist-raised:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-flag-usa:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-flipboard:before {
    content: "";
}
.fa-flushed:before {
    content: "";
}
.fa-fly:before {
    content: "";
}
.fa-folder:before {
    content: "";
}
.fa-folder-minus:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-folder-plus:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-font-awesome:before {
    content: "";
}
.fa-font-awesome-alt:before {
    content: "";
}
.fa-font-awesome-flag:before {
    content: "";
}
.fa-font-awesome-logo-full:before {
    content: "";
}
.fa-fonticons:before {
    content: "";
}
.fa-fonticons-fi:before {
    content: "";
}
.fa-football-ball:before {
    content: "";
}
.fa-fort-awesome:before {
    content: "";
}
.fa-fort-awesome-alt:before {
    content: "";
}
.fa-forumbee:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-free-code-camp:before {
    content: "";
}
.fa-freebsd:before {
    content: "";
}
.fa-frog:before {
    content: "";
}
.fa-frown:before {
    content: "";
}
.fa-frown-open:before {
    content: "";
}
.fa-fulcrum:before {
    content: "";
}
.fa-funnel-dollar:before {
    content: "";
}
.fa-futbol:before {
    content: "";
}
.fa-galactic-republic:before {
    content: "";
}
.fa-galactic-senate:before {
    content: "";
}
.fa-gamepad:before {
    content: "";
}
.fa-gas-pump:before {
    content: "";
}
.fa-gavel:before {
    content: "";
}
.fa-gem:before {
    content: "";
}
.fa-genderless:before {
    content: "";
}
.fa-get-pocket:before {
    content: "";
}
.fa-gg:before {
    content: "";
}
.fa-gg-circle:before {
    content: "";
}
.fa-ghost:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-gifts:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-git-alt:before {
    content: "";
}
.fa-git-square:before {
    content: "";
}
.fa-github:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-github-square:before {
    content: "";
}
.fa-gitkraken:before {
    content: "";
}
.fa-gitlab:before {
    content: "";
}
.fa-gitter:before {
    content: "";
}
.fa-glass-cheers:before {
    content: "";
}
.fa-glass-martini:before {
    content: "";
}
.fa-glass-martini-alt:before {
    content: "";
}
.fa-glass-whiskey:before {
    content: "";
}
.fa-glasses:before {
    content: "";
}
.fa-glide:before {
    content: "";
}
.fa-glide-g:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-globe-africa:before {
    content: "";
}
.fa-globe-americas:before {
    content: "";
}
.fa-globe-asia:before {
    content: "";
}
.fa-globe-europe:before {
    content: "";
}
.fa-gofore:before {
    content: "";
}
.fa-golf-ball:before {
    content: "";
}
.fa-goodreads:before {
    content: "";
}
.fa-goodreads-g:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-google-drive:before {
    content: "";
}
.fa-google-pay:before {
    content: "";
}
.fa-google-play:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-google-plus-g:before {
    content: "";
}
.fa-google-plus-square:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-gopuram:before {
    content: "";
}
.fa-graduation-cap:before {
    content: "";
}
.fa-gratipay:before {
    content: "";
}
.fa-grav:before {
    content: "";
}
.fa-greater-than:before {
    content: "";
}
.fa-greater-than-equal:before {
    content: "";
}
.fa-grimace:before {
    content: "";
}
.fa-grin:before {
    content: "";
}
.fa-grin-alt:before {
    content: "";
}
.fa-grin-beam:before {
    content: "";
}
.fa-grin-beam-sweat:before {
    content: "";
}
.fa-grin-hearts:before {
    content: "";
}
.fa-grin-squint:before {
    content: "";
}
.fa-grin-squint-tears:before {
    content: "";
}
.fa-grin-stars:before {
    content: "";
}
.fa-grin-tears:before {
    content: "";
}
.fa-grin-tongue:before {
    content: "";
}
.fa-grin-tongue-squint:before {
    content: "";
}
.fa-grin-tongue-wink:before {
    content: "";
}
.fa-grin-wink:before {
    content: "";
}
.fa-grip-horizontal:before {
    content: "";
}
.fa-grip-lines:before {
    content: "";
}
.fa-grip-lines-vertical:before {
    content: "";
}
.fa-grip-vertical:before {
    content: "";
}
.fa-gripfire:before {
    content: "";
}
.fa-grunt:before {
    content: "";
}
.fa-guilded:before {
    content: "";
}
.fa-guitar:before {
    content: "";
}
.fa-gulp:before {
    content: "";
}
.fa-h-square:before {
    content: "";
}
.fa-hacker-news:before {
    content: "";
}
.fa-hacker-news-square:before {
    content: "";
}
.fa-hackerrank:before {
    content: "";
}
.fa-hamburger:before {
    content: "";
}
.fa-hammer:before {
    content: "";
}
.fa-hamsa:before {
    content: "";
}
.fa-hand-holding:before {
    content: "";
}
.fa-hand-holding-heart:before {
    content: "";
}
.fa-hand-holding-medical:before {
    content: "";
}
.fa-hand-holding-usd:before {
    content: "";
}
.fa-hand-holding-water:before {
    content: "";
}
.fa-hand-lizard:before {
    content: "";
}
.fa-hand-middle-finger:before {
    content: "";
}
.fa-hand-paper:before {
    content: "";
}
.fa-hand-peace:before {
    content: "";
}
.fa-hand-point-down:before {
    content: "";
}
.fa-hand-point-left:before {
    content: "";
}
.fa-hand-point-right:before {
    content: "";
}
.fa-hand-point-up:before {
    content: "";
}
.fa-hand-pointer:before {
    content: "";
}
.fa-hand-rock:before {
    content: "";
}
.fa-hand-scissors:before {
    content: "";
}
.fa-hand-sparkles:before {
    content: "";
}
.fa-hand-spock:before {
    content: "";
}
.fa-hands:before {
    content: "";
}
.fa-hands-helping:before {
    content: "";
}
.fa-hands-wash:before {
    content: "";
}
.fa-handshake:before {
    content: "";
}
.fa-handshake-alt-slash:before {
    content: "";
}
.fa-handshake-slash:before {
    content: "";
}
.fa-hanukiah:before {
    content: "";
}
.fa-hard-hat:before {
    content: "";
}
.fa-hashtag:before {
    content: "";
}
.fa-hat-cowboy:before {
    content: "";
}
.fa-hat-cowboy-side:before {
    content: "";
}
.fa-hat-wizard:before {
    content: "";
}
.fa-hdd:before {
    content: "";
}
.fa-head-side-cough:before {
    content: "";
}
.fa-head-side-cough-slash:before {
    content: "";
}
.fa-head-side-mask:before {
    content: "";
}
.fa-head-side-virus:before {
    content: "";
}
.fa-heading:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-headphones-alt:before {
    content: "";
}
.fa-headset:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-heart-broken:before {
    content: "";
}
.fa-heartbeat:before {
    content: "";
}
.fa-helicopter:before {
    content: "";
}
.fa-highlighter:before {
    content: "";
}
.fa-hiking:before {
    content: "";
}
.fa-hippo:before {
    content: "";
}
.fa-hips:before {
    content: "";
}
.fa-hire-a-helper:before {
    content: "";
}
.fa-history:before {
    content: "";
}
.fa-hive:before {
    content: "";
}
.fa-hockey-puck:before {
    content: "";
}
.fa-holly-berry:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-hooli:before {
    content: "";
}
.fa-hornbill:before {
    content: "";
}
.fa-horse:before {
    content: "";
}
.fa-horse-head:before {
    content: "";
}
.fa-hospital:before {
    content: "";
}
.fa-hospital-alt:before {
    content: "";
}
.fa-hospital-symbol:before {
    content: "";
}
.fa-hospital-user:before {
    content: "";
}
.fa-hot-tub:before {
    content: "";
}
.fa-hotdog:before {
    content: "";
}
.fa-hotel:before {
    content: "";
}
.fa-hotjar:before {
    content: "";
}
.fa-hourglass:before {
    content: "";
}
.fa-hourglass-end:before {
    content: "";
}
.fa-hourglass-half:before {
    content: "";
}
.fa-hourglass-start:before {
    content: "";
}
.fa-house-damage:before {
    content: "";
}
.fa-house-user:before {
    content: "";
}
.fa-houzz:before {
    content: "";
}
.fa-hryvnia:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-hubspot:before {
    content: "";
}
.fa-i-cursor:before {
    content: "";
}
.fa-ice-cream:before {
    content: "";
}
.fa-icicles:before {
    content: "";
}
.fa-icons:before {
    content: "";
}
.fa-id-badge:before {
    content: "";
}
.fa-id-card:before {
    content: "";
}
.fa-id-card-alt:before {
    content: "";
}
.fa-ideal:before {
    content: "";
}
.fa-igloo:before {
    content: "";
}
.fa-image:before {
    content: "";
}
.fa-images:before {
    content: "";
}
.fa-imdb:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-industry:before {
    content: "";
}
.fa-infinity:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-innosoft:before {
    content: "";
}
.fa-instagram:before {
    content: "";
}
.fa-instagram-square:before {
    content: "";
}
.fa-instalod:before {
    content: "";
}
.fa-intercom:before {
    content: "";
}
.fa-internet-explorer:before {
    content: "";
}
.fa-invision:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-itch-io:before {
    content: "";
}
.fa-itunes:before {
    content: "";
}
.fa-itunes-note:before {
    content: "";
}
.fa-java:before {
    content: "";
}
.fa-jedi:before {
    content: "";
}
.fa-jedi-order:before {
    content: "";
}
.fa-jenkins:before {
    content: "";
}
.fa-jira:before {
    content: "";
}
.fa-joget:before {
    content: "";
}
.fa-joint:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-journal-whills:before {
    content: "";
}
.fa-js:before {
    content: "";
}
.fa-js-square:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-kaaba:before {
    content: "";
}
.fa-kaggle:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-keybase:before {
    content: "";
}
.fa-keyboard:before {
    content: "";
}
.fa-keycdn:before {
    content: "";
}
.fa-khanda:before {
    content: "";
}
.fa-kickstarter:before {
    content: "";
}
.fa-kickstarter-k:before {
    content: "";
}
.fa-kiss:before {
    content: "";
}
.fa-kiss-beam:before {
    content: "";
}
.fa-kiss-wink-heart:before {
    content: "";
}
.fa-kiwi-bird:before {
    content: "";
}
.fa-korvue:before {
    content: "";
}
.fa-landmark:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-laptop-code:before {
    content: "";
}
.fa-laptop-house:before {
    content: "";
}
.fa-laptop-medical:before {
    content: "";
}
.fa-laravel:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-lastfm-square:before {
    content: "";
}
.fa-laugh:before {
    content: "";
}
.fa-laugh-beam:before {
    content: "";
}
.fa-laugh-squint:before {
    content: "";
}
.fa-laugh-wink:before {
    content: "";
}
.fa-layer-group:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-leanpub:before {
    content: "";
}
.fa-lemon:before {
    content: "";
}
.fa-less:before {
    content: "";
}
.fa-less-than:before {
    content: "";
}
.fa-less-than-equal:before {
    content: "";
}
.fa-level-down-alt:before {
    content: "";
}
.fa-level-up-alt:before {
    content: "";
}
.fa-life-ring:before {
    content: "";
}
.fa-lightbulb:before {
    content: "";
}
.fa-line:before {
    content: "";
}
.fa-link:before {
    content: "";
}
.fa-linkedin:before {
    content: "";
}
.fa-linkedin-in:before {
    content: "";
}
.fa-linode:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-lira-sign:before {
    content: "";
}
.fa-list:before {
    content: "";
}
.fa-list-alt:before {
    content: "";
}
.fa-list-ol:before {
    content: "";
}
.fa-list-ul:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-lock-open:before {
    content: "";
}
.fa-long-arrow-alt-down:before {
    content: "";
}
.fa-long-arrow-alt-left:before {
    content: "";
}
.fa-long-arrow-alt-right:before {
    content: "";
}
.fa-long-arrow-alt-up:before {
    content: "";
}
.fa-low-vision:before {
    content: "";
}
.fa-luggage-cart:before {
    content: "";
}
.fa-lungs:before {
    content: "";
}
.fa-lungs-virus:before {
    content: "";
}
.fa-lyft:before {
    content: "";
}
.fa-magento:before {
    content: "";
}
.fa-magic:before {
    content: "";
}
.fa-magnet:before {
    content: "";
}
.fa-mail-bulk:before {
    content: "";
}
.fa-mailchimp:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-mandalorian:before {
    content: "";
}
.fa-map:before {
    content: "";
}
.fa-map-marked:before {
    content: "";
}
.fa-map-marked-alt:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-map-marker-alt:before {
    content: "";
}
.fa-map-pin:before {
    content: "";
}
.fa-map-signs:before {
    content: "";
}
.fa-markdown:before {
    content: "";
}
.fa-marker:before {
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-mars-double:before {
    content: "";
}
.fa-mars-stroke:before {
    content: "";
}
.fa-mars-stroke-h:before {
    content: "";
}
.fa-mars-stroke-v:before {
    content: "";
}
.fa-mask:before {
    content: "";
}
.fa-mastodon:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-mdb:before {
    content: "";
}
.fa-medal:before {
    content: "";
}
.fa-medapps:before {
    content: "";
}
.fa-medium:before {
    content: "";
}
.fa-medium-m:before {
    content: "";
}
.fa-medkit:before {
    content: "";
}
.fa-medrt:before {
    content: "";
}
.fa-meetup:before {
    content: "";
}
.fa-megaport:before {
    content: "";
}
.fa-meh:before {
    content: "";
}
.fa-meh-blank:before {
    content: "";
}
.fa-meh-rolling-eyes:before {
    content: "";
}
.fa-memory:before {
    content: "";
}
.fa-mendeley:before {
    content: "";
}
.fa-menorah:before {
    content: "";
}
.fa-mercury:before {
    content: "";
}
.fa-meteor:before {
    content: "";
}
.fa-microblog:before {
    content: "";
}
.fa-microchip:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-alt:before {
    content: "";
}
.fa-microphone-alt-slash:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-microscope:before {
    content: "";
}
.fa-microsoft:before {
    content: "";
}
.fa-minus:before {
    content: "";
}
.fa-minus-circle:before {
    content: "";
}
.fa-minus-square:before {
    content: "";
}
.fa-mitten:before {
    content: "";
}
.fa-mix:before {
    content: "";
}
.fa-mixcloud:before {
    content: "";
}
.fa-mixer:before {
    content: "";
}
.fa-mizuni:before {
    content: "";
}
.fa-mobile:before {
    content: "";
}
.fa-mobile-alt:before {
    content: "";
}
.fa-modx:before {
    content: "";
}
.fa-monero:before {
    content: "";
}
.fa-money-bill:before {
    content: "";
}
.fa-money-bill-alt:before {
    content: "";
}
.fa-money-bill-wave:before {
    content: "";
}
.fa-money-bill-wave-alt:before {
    content: "";
}
.fa-money-check:before {
    content: "";
}
.fa-money-check-alt:before {
    content: "";
}
.fa-monument:before {
    content: "";
}
.fa-moon:before {
    content: "";
}
.fa-mortar-pestle:before {
    content: "";
}
.fa-mosque:before {
    content: "";
}
.fa-motorcycle:before {
    content: "";
}
.fa-mountain:before {
    content: "";
}
.fa-mouse:before {
    content: "";
}
.fa-mouse-pointer:before {
    content: "";
}
.fa-mug-hot:before {
    content: "";
}
.fa-music:before {
    content: "";
}
.fa-napster:before {
    content: "";
}
.fa-neos:before {
    content: "";
}
.fa-network-wired:before {
    content: "";
}
.fa-neuter:before {
    content: "";
}
.fa-newspaper:before {
    content: "";
}
.fa-nimblr:before {
    content: "";
}
.fa-node:before {
    content: "";
}
.fa-node-js:before {
    content: "";
}
.fa-not-equal:before {
    content: "";
}
.fa-notes-medical:before {
    content: "";
}
.fa-npm:before {
    content: "";
}
.fa-ns8:before {
    content: "";
}
.fa-nutritionix:before {
    content: "";
}
.fa-object-group:before {
    content: "";
}
.fa-object-ungroup:before {
    content: "";
}
.fa-octopus-deploy:before {
    content: "";
}
.fa-odnoklassniki:before {
    content: "";
}
.fa-odnoklassniki-square:before {
    content: "";
}
.fa-oil-can:before {
    content: "";
}
.fa-old-republic:before {
    content: "";
}
.fa-om:before {
    content: "";
}
.fa-opencart:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-opera:before {
    content: "";
}
.fa-optin-monster:before {
    content: "";
}
.fa-orcid:before {
    content: "";
}
.fa-osi:before {
    content: "";
}
.fa-otter:before {
    content: "";
}
.fa-outdent:before {
    content: "";
}
.fa-page4:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-pager:before {
    content: "";
}
.fa-paint-brush:before {
    content: "";
}
.fa-paint-roller:before {
    content: "";
}
.fa-palette:before {
    content: "";
}
.fa-palfed:before {
    content: "";
}
.fa-pallet:before {
    content: "";
}
.fa-paper-plane:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-parachute-box:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-parking:before {
    content: "";
}
.fa-passport:before {
    content: "";
}
.fa-pastafarianism:before {
    content: "";
}
.fa-paste:before {
    content: "";
}
.fa-patreon:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-pause-circle:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-peace:before {
    content: "";
}
.fa-pen:before {
    content: "";
}
.fa-pen-alt:before {
    content: "";
}
.fa-pen-fancy:before {
    content: "";
}
.fa-pen-nib:before {
    content: "";
}
.fa-pen-square:before {
    content: "";
}
.fa-pencil-alt:before {
    content: "";
}
.fa-pencil-ruler:before {
    content: "";
}
.fa-penny-arcade:before {
    content: "";
}
.fa-people-arrows:before {
    content: "";
}
.fa-people-carry:before {
    content: "";
}
.fa-pepper-hot:before {
    content: "";
}
.fa-perbyte:before {
    content: "";
}
.fa-percent:before {
    content: "";
}
.fa-percentage:before {
    content: "";
}
.fa-periscope:before {
    content: "";
}
.fa-person-booth:before {
    content: "";
}
.fa-phabricator:before {
    content: "";
}
.fa-phoenix-framework:before {
    content: "";
}
.fa-phoenix-squadron:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-phone-alt:before {
    content: "";
}
.fa-phone-slash:before {
    content: "";
}
.fa-phone-square:before {
    content: "";
}
.fa-phone-square-alt:before {
    content: "";
}
.fa-phone-volume:before {
    content: "";
}
.fa-photo-video:before {
    content: "";
}
.fa-php:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-pied-piper-hat:before {
    content: "";
}
.fa-pied-piper-pp:before {
    content: "";
}
.fa-pied-piper-square:before {
    content: "";
}
.fa-piggy-bank:before {
    content: "";
}
.fa-pills:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-p:before {
    content: "";
}
.fa-pinterest-square:before {
    content: "";
}
.fa-pizza-slice:before {
    content: "";
}
.fa-place-of-worship:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-plane-arrival:before {
    content: "";
}
.fa-plane-departure:before {
    content: "";
}
.fa-plane-slash:before {
    content: "";
}
.fa-play:before {
    content: "";
}
.fa-play-circle:before {
    content: "";
}
.fa-playstation:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-plus:before {
    content: "";
}
.fa-plus-circle:before {
    content: "";
}
.fa-plus-square:before {
    content: "";
}
.fa-podcast:before {
    content: "";
}
.fa-poll:before {
    content: "";
}
.fa-poll-h:before {
    content: "";
}
.fa-poo:before {
    content: "";
}
.fa-poo-storm:before {
    content: "";
}
.fa-poop:before {
    content: "";
}
.fa-portrait:before {
    content: "";
}
.fa-pound-sign:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-pray:before {
    content: "";
}
.fa-praying-hands:before {
    content: "";
}
.fa-prescription:before {
    content: "";
}
.fa-prescription-bottle:before {
    content: "";
}
.fa-prescription-bottle-alt:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-procedures:before {
    content: "";
}
.fa-product-hunt:before {
    content: "";
}
.fa-project-diagram:before {
    content: "";
}
.fa-pump-medical:before {
    content: "";
}
.fa-pump-soap:before {
    content: "";
}
.fa-pushed:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-python:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-qrcode:before {
    content: "";
}
.fa-question:before {
    content: "";
}
.fa-question-circle:before {
    content: "";
}
.fa-quidditch:before {
    content: "";
}
.fa-quinscape:before {
    content: "";
}
.fa-quora:before {
    content: "";
}
.fa-quote-left:before {
    content: "";
}
.fa-quote-right:before {
    content: "";
}
.fa-quran:before {
    content: "";
}
.fa-r-project:before {
    content: "";
}
.fa-radiation:before {
    content: "";
}
.fa-radiation-alt:before {
    content: "";
}
.fa-rainbow:before {
    content: "";
}
.fa-random:before {
    content: "";
}
.fa-raspberry-pi:before {
    content: "";
}
.fa-ravelry:before {
    content: "";
}
.fa-react:before {
    content: "";
}
.fa-reacteurope:before {
    content: "";
}
.fa-readme:before {
    content: "";
}
.fa-rebel:before {
    content: "";
}
.fa-receipt:before {
    content: "";
}
.fa-record-vinyl:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-red-river:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-alien:before {
    content: "";
}
.fa-reddit-square:before {
    content: "";
}
.fa-redhat:before {
    content: "";
}
.fa-redo:before {
    content: "";
}
.fa-redo-alt:before {
    content: "";
}
.fa-registered:before {
    content: "";
}
.fa-remove-format:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-reply:before {
    content: "";
}
.fa-reply-all:before {
    content: "";
}
.fa-replyd:before {
    content: "";
}
.fa-republican:before {
    content: "";
}
.fa-researchgate:before {
    content: "";
}
.fa-resolving:before {
    content: "";
}
.fa-restroom:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-rev:before {
    content: "";
}
.fa-ribbon:before {
    content: "";
}
.fa-ring:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-robot:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-rocketchat:before {
    content: "";
}
.fa-rockrms:before {
    content: "";
}
.fa-route:before {
    content: "";
}
.fa-rss:before {
    content: "";
}
.fa-rss-square:before {
    content: "";
}
.fa-ruble-sign:before {
    content: "";
}
.fa-ruler:before {
    content: "";
}
.fa-ruler-combined:before {
    content: "";
}
.fa-ruler-horizontal:before {
    content: "";
}
.fa-ruler-vertical:before {
    content: "";
}
.fa-running:before {
    content: "";
}
.fa-rupee-sign:before {
    content: "";
}
.fa-rust:before {
    content: "";
}
.fa-sad-cry:before {
    content: "";
}
.fa-sad-tear:before {
    content: "";
}
.fa-safari:before {
    content: "";
}
.fa-salesforce:before {
    content: "";
}
.fa-sass:before {
    content: "";
}
.fa-satellite:before {
    content: "";
}
.fa-satellite-dish:before {
    content: "";
}
.fa-save:before {
    content: "";
}
.fa-schlix:before {
    content: "";
}
.fa-school:before {
    content: "";
}
.fa-screwdriver:before {
    content: "";
}
.fa-scribd:before {
    content: "";
}
.fa-scroll:before {
    content: "";
}
.fa-sd-card:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-search-dollar:before {
    content: "";
}
.fa-search-location:before {
    content: "";
}
.fa-search-minus:before {
    content: "";
}
.fa-search-plus:before {
    content: "";
}
.fa-searchengin:before {
    content: "";
}
.fa-seedling:before {
    content: "";
}
.fa-sellcast:before {
    content: "";
}
.fa-sellsy:before {
    content: "";
}
.fa-server:before {
    content: "";
}
.fa-servicestack:before {
    content: "";
}
.fa-shapes:before {
    content: "";
}
.fa-share:before {
    content: "";
}
.fa-share-alt:before {
    content: "";
}
.fa-share-alt-square:before {
    content: "";
}
.fa-share-square:before {
    content: "";
}
.fa-shekel-sign:before {
    content: "";
}
.fa-shield-alt:before {
    content: "";
}
.fa-shield-virus:before {
    content: "";
}
.fa-ship:before {
    content: "";
}
.fa-shipping-fast:before {
    content: "";
}
.fa-shirtsinbulk:before {
    content: "";
}
.fa-shoe-prints:before {
    content: "";
}
.fa-shopify:before {
    content: "";
}
.fa-shopping-bag:before {
    content: "";
}
.fa-shopping-basket:before {
    content: "";
}
.fa-shopping-cart:before {
    content: "";
}
.fa-shopware:before {
    content: "";
}
.fa-shower:before {
    content: "";
}
.fa-shuttle-van:before {
    content: "";
}
.fa-sign:before {
    content: "";
}
.fa-sign-in-alt:before {
    content: "";
}
.fa-sign-language:before {
    content: "";
}
.fa-sign-out-alt:before {
    content: "";
}
.fa-signal:before {
    content: "";
}
.fa-signature:before {
    content: "";
}
.fa-sim-card:before {
    content: "";
}
.fa-simplybuilt:before {
    content: "";
}
.fa-sink:before {
    content: "";
}
.fa-sistrix:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-sith:before {
    content: "";
}
.fa-skating:before {
    content: "";
}
.fa-sketch:before {
    content: "";
}
.fa-skiing:before {
    content: "";
}
.fa-skiing-nordic:before {
    content: "";
}
.fa-skull:before {
    content: "";
}
.fa-skull-crossbones:before {
    content: "";
}
.fa-skyatlas:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-slack:before {
    content: "";
}
.fa-slack-hash:before {
    content: "";
}
.fa-slash:before {
    content: "";
}
.fa-sleigh:before {
    content: "";
}
.fa-sliders-h:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-smile:before {
    content: "";
}
.fa-smile-beam:before {
    content: "";
}
.fa-smile-wink:before {
    content: "";
}
.fa-smog:before {
    content: "";
}
.fa-smoking:before {
    content: "";
}
.fa-smoking-ban:before {
    content: "";
}
.fa-sms:before {
    content: "";
}
.fa-snapchat:before {
    content: "";
}
.fa-snapchat-ghost:before {
    content: "";
}
.fa-snapchat-square:before {
    content: "";
}
.fa-snowboarding:before {
    content: "";
}
.fa-snowflake:before {
    content: "";
}
.fa-snowman:before {
    content: "";
}
.fa-snowplow:before {
    content: "";
}
.fa-soap:before {
    content: "";
}
.fa-socks:before {
    content: "";
}
.fa-solar-panel:before {
    content: "";
}
.fa-sort:before {
    content: "";
}
.fa-sort-alpha-down:before {
    content: "";
}
.fa-sort-alpha-down-alt:before {
    content: "";
}
.fa-sort-alpha-up:before {
    content: "";
}
.fa-sort-alpha-up-alt:before {
    content: "";
}
.fa-sort-amount-down:before {
    content: "";
}
.fa-sort-amount-down-alt:before {
    content: "";
}
.fa-sort-amount-up:before {
    content: "";
}
.fa-sort-amount-up-alt:before {
    content: "";
}
.fa-sort-down:before {
    content: "";
}
.fa-sort-numeric-down:before {
    content: "";
}
.fa-sort-numeric-down-alt:before {
    content: "";
}
.fa-sort-numeric-up:before {
    content: "";
}
.fa-sort-numeric-up-alt:before {
    content: "";
}
.fa-sort-up:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-sourcetree:before {
    content: "";
}
.fa-spa:before {
    content: "";
}
.fa-space-shuttle:before {
    content: "";
}
.fa-speakap:before {
    content: "";
}
.fa-speaker-deck:before {
    content: "";
}
.fa-spell-check:before {
    content: "";
}
.fa-spider:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-splotch:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-spray-can:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-square-full:before {
    content: "";
}
.fa-square-root-alt:before {
    content: "";
}
.fa-squarespace:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-stackpath:before {
    content: "";
}
.fa-stamp:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-and-crescent:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-star-half-alt:before {
    content: "";
}
.fa-star-of-david:before {
    content: "";
}
.fa-star-of-life:before {
    content: "";
}
.fa-staylinked:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-square:before {
    content: "";
}
.fa-steam-symbol:before {
    content: "";
}
.fa-step-backward:before {
    content: "";
}
.fa-step-forward:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-sticker-mule:before {
    content: "";
}
.fa-sticky-note:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-stop-circle:before {
    content: "";
}
.fa-stopwatch:before {
    content: "";
}
.fa-stopwatch-20:before {
    content: "";
}
.fa-store:before {
    content: "";
}
.fa-store-alt:before {
    content: "";
}
.fa-store-alt-slash:before {
    content: "";
}
.fa-store-slash:before {
    content: "";
}
.fa-strava:before {
    content: "";
}
.fa-stream:before {
    content: "";
}
.fa-street-view:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-stripe:before {
    content: "";
}
.fa-stripe-s:before {
    content: "";
}
.fa-stroopwafel:before {
    content: "";
}
.fa-studiovinari:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-subway:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-suitcase-rolling:before {
    content: "";
}
.fa-sun:before {
    content: "";
}
.fa-superpowers:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-supple:before {
    content: "";
}
.fa-surprise:before {
    content: "";
}
.fa-suse:before {
    content: "";
}
.fa-swatchbook:before {
    content: "";
}
.fa-swift:before {
    content: "";
}
.fa-swimmer:before {
    content: "";
}
.fa-swimming-pool:before {
    content: "";
}
.fa-symfony:before {
    content: "";
}
.fa-synagogue:before {
    content: "";
}
.fa-sync:before {
    content: "";
}
.fa-sync-alt:before {
    content: "";
}
.fa-syringe:before {
    content: "";
}
.fa-table:before {
    content: "";
}
.fa-table-tennis:before {
    content: "";
}
.fa-tablet:before {
    content: "";
}
.fa-tablet-alt:before {
    content: "";
}
.fa-tablets:before {
    content: "";
}
.fa-tachometer-alt:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-tape:before {
    content: "";
}
.fa-tasks:before {
    content: "";
}
.fa-taxi:before {
    content: "";
}
.fa-teamspeak:before {
    content: "";
}
.fa-teeth:before {
    content: "";
}
.fa-teeth-open:before {
    content: "";
}
.fa-telegram:before {
    content: "";
}
.fa-telegram-plane:before {
    content: "";
}
.fa-temperature-high:before {
    content: "";
}
.fa-temperature-low:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-tenge:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-th:before {
    content: "";
}
.fa-th-large:before {
    content: "";
}
.fa-th-list:before {
    content: "";
}
.fa-the-red-yeti:before {
    content: "";
}
.fa-theater-masks:before {
    content: "";
}
.fa-themeco:before {
    content: "";
}
.fa-themeisle:before {
    content: "";
}
.fa-thermometer:before {
    content: "";
}
.fa-thermometer-empty:before {
    content: "";
}
.fa-thermometer-full:before {
    content: "";
}
.fa-thermometer-half:before {
    content: "";
}
.fa-thermometer-quarter:before {
    content: "";
}
.fa-thermometer-three-quarters:before {
    content: "";
}
.fa-think-peaks:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumbtack:before {
    content: "";
}
.fa-ticket-alt:before {
    content: "";
}
.fa-tiktok:before {
    content: "";
}
.fa-times:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-tint:before {
    content: "";
}
.fa-tint-slash:before {
    content: "";
}
.fa-tired:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-toilet:before {
    content: "";
}
.fa-toilet-paper:before {
    content: "";
}
.fa-toilet-paper-slash:before {
    content: "";
}
.fa-toolbox:before {
    content: "";
}
.fa-tools:before {
    content: "";
}
.fa-tooth:before {
    content: "";
}
.fa-torah:before {
    content: "";
}
.fa-torii-gate:before {
    content: "";
}
.fa-tractor:before {
    content: "";
}
.fa-trade-federation:before {
    content: "";
}
.fa-trademark:before {
    content: "";
}
.fa-traffic-light:before {
    content: "";
}
.fa-trailer:before {
    content: "";
}
.fa-train:before {
    content: "";
}
.fa-tram:before {
    content: "";
}
.fa-transgender:before {
    content: "";
}
.fa-transgender-alt:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-trash-alt:before {
    content: "";
}
.fa-trash-restore:before {
    content: "";
}
.fa-trash-restore-alt:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-tripadvisor:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-truck-loading:before {
    content: "";
}
.fa-truck-monster:before {
    content: "";
}
.fa-truck-moving:before {
    content: "";
}
.fa-truck-pickup:before {
    content: "";
}
.fa-tshirt:before {
    content: "";
}
.fa-tty:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-tumblr-square:before {
    content: "";
}
.fa-tv:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-twitter-square:before {
    content: "";
}
.fa-typo3:before {
    content: "";
}
.fa-uber:before {
    content: "";
}
.fa-ubuntu:before {
    content: "";
}
.fa-uikit:before {
    content: "";
}
.fa-umbraco:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-umbrella-beach:before {
    content: "";
}
.fa-uncharted:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-undo:before {
    content: "";
}
.fa-undo-alt:before {
    content: "";
}
.fa-uniregistry:before {
    content: "";
}
.fa-unity:before {
    content: "";
}
.fa-universal-access:before {
    content: "";
}
.fa-university:before {
    content: "";
}
.fa-unlink:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-unlock-alt:before {
    content: "";
}
.fa-unsplash:before {
    content: "";
}
.fa-untappd:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-ups:before {
    content: "";
}
.fa-usb:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-user-alt:before {
    content: "";
}
.fa-user-alt-slash:before {
    content: "";
}
.fa-user-astronaut:before {
    content: "";
}
.fa-user-check:before {
    content: "";
}
.fa-user-circle:before {
    content: "";
}
.fa-user-clock:before {
    content: "";
}
.fa-user-cog:before {
    content: "";
}
.fa-user-edit:before {
    content: "";
}
.fa-user-friends:before {
    content: "";
}
.fa-user-graduate:before {
    content: "";
}
.fa-user-injured:before {
    content: "";
}
.fa-user-lock:before {
    content: "";
}
.fa-user-md:before {
    content: "";
}
.fa-user-minus:before {
    content: "";
}
.fa-user-ninja:before {
    content: "";
}
.fa-user-nurse:before {
    content: "";
}
.fa-user-plus:before {
    content: "";
}
.fa-user-secret:before {
    content: "";
}
.fa-user-shield:before {
    content: "";
}
.fa-user-slash:before {
    content: "";
}
.fa-user-tag:before {
    content: "";
}
.fa-user-tie:before {
    content: "";
}
.fa-user-times:before {
    content: "";
}
.fa-users:before {
    content: "";
}
.fa-users-cog:before {
    content: "";
}
.fa-users-slash:before {
    content: "";
}
.fa-usps:before {
    content: "";
}
.fa-ussunnah:before {
    content: "";
}
.fa-utensil-spoon:before {
    content: "";
}
.fa-utensils:before {
    content: "";
}
.fa-vaadin:before {
    content: "";
}
.fa-vector-square:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-venus-double:before {
    content: "";
}
.fa-venus-mars:before {
    content: "";
}
.fa-vest:before {
    content: "";
}
.fa-vest-patches:before {
    content: "";
}
.fa-viacoin:before {
    content: "";
}
.fa-viadeo:before {
    content: "";
}
.fa-viadeo-square:before {
    content: "";
}
.fa-vial:before {
    content: "";
}
.fa-vials:before {
    content: "";
}
.fa-viber:before {
    content: "";
}
.fa-video:before {
    content: "";
}
.fa-video-slash:before {
    content: "";
}
.fa-vihara:before {
    content: "";
}
.fa-vimeo:before {
    content: "";
}
.fa-vimeo-square:before {
    content: "";
}
.fa-vimeo-v:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-virus:before {
    content: "";
}
.fa-virus-slash:before {
    content: "";
}
.fa-viruses:before {
    content: "";
}
.fa-vk:before {
    content: "";
}
.fa-vnv:before {
    content: "";
}
.fa-voicemail:before {
    content: "";
}
.fa-volleyball-ball:before {
    content: "";
}
.fa-volume-down:before {
    content: "";
}
.fa-volume-mute:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-up:before {
    content: "";
}
.fa-vote-yea:before {
    content: "";
}
.fa-vr-cardboard:before {
    content: "";
}
.fa-vuejs:before {
    content: "";
}
.fa-walking:before {
    content: "";
}
.fa-wallet:before {
    content: "";
}
.fa-warehouse:before {
    content: "";
}
.fa-watchman-monitoring:before {
    content: "";
}
.fa-water:before {
    content: "";
}
.fa-wave-square:before {
    content: "";
}
.fa-waze:before {
    content: "";
}
.fa-weebly:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-weight:before {
    content: "";
}
.fa-weight-hanging:before {
    content: "";
}
.fa-weixin:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.fa-whatsapp-square:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-whmcs:before {
    content: "";
}
.fa-wifi:before {
    content: "";
}
.fa-wikipedia-w:before {
    content: "";
}
.fa-wind:before {
    content: "";
}
.fa-window-close:before {
    content: "";
}
.fa-window-maximize:before {
    content: "";
}
.fa-window-minimize:before {
    content: "";
}
.fa-window-restore:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-wine-bottle:before {
    content: "";
}
.fa-wine-glass:before {
    content: "";
}
.fa-wine-glass-alt:before {
    content: "";
}
.fa-wix:before {
    content: "";
}
.fa-wizards-of-the-coast:before {
    content: "";
}
.fa-wodu:before {
    content: "";
}
.fa-wolf-pack-battalion:before {
    content: "";
}
.fa-won-sign:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-wordpress-simple:before {
    content: "";
}
.fa-wpbeginner:before {
    content: "";
}
.fa-wpexplorer:before {
    content: "";
}
.fa-wpforms:before {
    content: "";
}
.fa-wpressr:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-x-ray:before {
    content: "";
}
.fa-xbox:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-xing-square:before {
    content: "";
}
.fa-y-combinator:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-yammer:before {
    content: "";
}
.fa-yandex:before {
    content: "";
}
.fa-yandex-international:before {
    content: "";
}
.fa-yarn:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-yen-sign:before {
    content: "";
}
.fa-yin-yang:before {
    content: "";
}
.fa-yoast:before {
    content: "";
}
.fa-youtube:before {
    content: "";
}
.fa-youtube-square:before {
    content: "";
}
.fa-zhihu:before {
    content: "";
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix")
            format("embedded-opentype"),
        url("../webfonts/fa-regular-400.woff2") format("woff2"),
        url("../webfonts/fa-regular-400.woff") format("woff"),
        url("../webfonts/fa-regular-400.ttf") format("truetype"),
        url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/fa-solid-900.woff2") format("woff2"),
        url("../webfonts/fa-solid-900.woff") format("woff"),
        url("../webfonts/fa-solid-900.ttf") format("truetype"),
        url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/fa-brands-400.woff2") format("woff2"),
        url("../webfonts/fa-brands-400.woff") format("woff"),
        url("../webfonts/fa-brands-400.ttf") format("truetype"),
        url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.card .card-text a,
.content a,
.ja-apply-iframe .card-text a,
.ja-job-details .card-text a,
.job .card-text a {
    text-decoration: none !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.mce-content-body {
    padding: 10px;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: "Inter", sans-serif;
    font-style: normal;
    background-color: #ffffff;
    color: #5a5b75;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    overflow-x: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    color: #4a4b65;
    letter-spacing: -0.03em;
}
.h1:not(.main-heading),
.h2:not(.main-heading),
.h3:not(.main-heading),
.h4:not(.main-heading),
.h5:not(.main-heading),
h1:not(.main-heading),
h2:not(.main-heading),
h3:not(.main-heading),
h4:not(.main-heading),
h5:not(.main-heading) {
    margin-bottom: 1rem;
}
.h1:not(.main-heading),
.h2:not(.main-heading),
.h3:not(.main-heading),
.h4:not(.main-heading),
.h5:not(.main-heading),
h1:not(.main-heading),
h2:not(.main-heading),
h3:not(.main-heading),
h4:not(.main-heading),
h5:not(.main-heading) {
    margin-bottom: 1rem;
}
.h1.card-header,
.h2.card-header,
.h3.card-header,
.h4.card-header,
.h5.card-header,
h1.card-header,
h2.card-header,
h3.card-header,
h4.card-header,
h5.card-header {
    margin-bottom: 0;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: 1.125rem;
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.h1,
h1 {
    font-weight: 600;
}
.h2,
h2 {
    font-weight: 400;
}
.h3,
h3 {
    font-weight: 400;
}
.h4,
h4 {
    font-weight: 400;
}
.h5,
h5 {
    font-weight: 400;
}
ul {
    list-style: disc;
    margin-left: 20px;
    padding-left: 0px;
}
ul li {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
ol {
    list-style: none;
    padding: 0;
    counter-reset: my-awesome-counter;
}
ol li {
    counter-increment: my-awesome-counter;
    padding: 5px 5px;
}
ol li:before {
    content: counter(my-awesome-counter) ". ";
    color: #5a5b75;
    font-weight: bold;
}
.breadcrumb li,
.carousel-indicators li,
.comments-list li,
.list-inline li,
.list-unstyled li,
.navbar-nav li,
.pagination li {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.breadcrumb li:before,
.carousel-indicators li:before,
.comments-list li:before,
.list-inline li:before,
.list-unstyled li:before,
.navbar-nav li:before,
.pagination li:before {
    content: "";
    display: block;
    width: auto;
    left: 0;
    position: inherit;
}
a {
    color: #4e75a0;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #3d5c7e;
}
a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}
a.external:after {
    content: "";
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    top: -3px;
    left: 5px;
    display: inline-block;
    margin-right: 10px;
}
a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a[href^="tel:"]:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
a[href^="mailto:"]:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
}
.nonvisual-indicator {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
blockquote {
    border-top: 2px dotted #dedfe2;
    border-bottom: 2px dotted #dedfe2;
    font-style: italic;
    margin-bottom: 1rem;
    padding: 1.5rem;
    font-weight: 400;
    text-align: right;
    line-height: 1.2rem;
    color: #16c995;
}
blockquote p {
    color: #16c995;
    margin-bottom: 0;
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top: 1px solid #b2bcc5;
}
table {
    margin: 0 0 2rem 0;
    width: 100% !important;
}
table tbody tr {
    border: solid 1px #dedfe2;
    border-left: 0;
    border-right: 0;
}
table tbody tr:nth-child(odd) {
    background-color: #fff;
}
table td {
    padding: 0.75em 0.75em;
}
table th {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
}
table thead {
    border-bottom: solid 2px #dedfe2;
    font-weight: 600;
}
table tfoot {
    border-top: solid 2px #dedfe2;
}
table.alt {
    border-collapse: separate;
}
table.alt tbody tr td {
    border: solid 1px #dedfe2;
    border-left-width: 0;
    border-top-width: 0;
}
table.alt tbody tr td:first-child {
    border-left-width: 1px;
}
table.alt tbody tr:first-child td {
    border-top-width: 1px;
}
table.alt thead {
    border-bottom: 0;
}
table.alt tfoot {
    border-top: 0;
}
table tbody tr:nth-child(odd) {
    background-color: #fff;
}
body > header {
    background: #f9fcff;
    color: #5a5b75;
}
.header {
    height: 350px;
}
.img-header {
    width: 75%;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem;
    float: right;
}
@media (max-width: 767.98px) {
    .img-header {
        width: 100%;
    }
}
.map-border {
    border: 2px solid #4e75a0;
}
.skip-links a {
    color: rgba(17, 17, 17, 0.55);
    background: #5a5b75;
    display: block;
    position: absolute;
    left: -999px;
    top: -999px;
}
.skip-links a:focus {
    left: 0;
    top: 0;
    padding: 3px;
    background: #ffc;
    border: 1px solid #990000;
}
.js-warning {
    background-color: #f6f9fc;
    color: #5a5b75;
    height: 50px;
    text-align: center;
}
.js-warning p {
    font-family: "Inter", sans-serif;
    color: #fff;
    font-weight: 500;
    padding-top: 0.5rem;
}
.navbar {
    z-index: 10;
    background-color: transparent;
    border-bottom: 1px solid #eaf2ff;
    background: #f9fcff;
    border-bottom-color: rgba(16, 16, 16, 0.05);
    height: 135px;
    max-height: 135px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.navbar .btn-link,
.navbar .nav-link {
    -webkit-transition: color 0.25s ease-in-out,
        background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
        border-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
        border-color 0.25s ease-in-out;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    color: #5a5b75;
    border: 0;
    display: inline-block;
    font-size: 1rem;
}
.navbar .btn-link .fas,
.navbar .nav-link .fas {
    font-size: 0.9rem;
}
.navbar .active > .nav-link {
    color: #4e75a0;
    background-color: rgba(37, 124, 255, 0.05);
    border-radius: 1rem;
}
.navbar .sub-link {
    margin-left: 30px !important;
}
.navbar .sub-sub-link {
    margin-left: 50px !important;
}
.navbar .mobile {
    right: 0;
    position: absolute;
}
.navbar .header-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar.navbar-expand-lg.scrolled {
    background: #f6f9fc;
    border-bottom-color: transparent;
}
@media (max-width: 767.98px) {
    .navbar .navbar-nav {
        margin-top: 20px;
    }
}
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
    color: #4e75a0;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link:focus,
    .navbar .navbar-nav .nav-link:hover {
        color: #4e75a0;
    }
}
.navbar .nav-item.active {
    color: #4e75a0;
}
@media (max-width: 991.98px) {
    .navbar .nav-item.active {
        color: #354f6d;
    }
}
.navbar .nav-heading {
    font-family: "Inter", sans-serif;
    text-transform: Capitalize !important;
    font-size: calc(1rem - 0.05rem) !important;
    font-weight: 600 !important;
    color: #4a4b65 !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.875rem 1.125rem;
}
.nav-link-search {
    padding: 0.5rem 1rem 0rem 0rem;
}
.nav-link-search.active {
    font-weight: 600;
}
.nav-link-search .fas {
    font-weight: 600;
    font-size: 0.875rem;
}
.subheader .content-header {
    height: 280px;
    position: relative;
    z-index: 9;
}
@media (max-width: 575.98px) {
    .subheader .content-header {
        height: 450px;
    }
}
.subheader .object-left {
    top: 20px;
    left: -160px;
}
.subheader .object-right {
    right: -130px;
}
@media (max-width: 575.98px) {
    .subheader .object-right {
        right: -70px;
    }
}
@media (min-width: 992px) {
    .subheader .object-right {
        right: -170px;
    }
}
@media (min-width: 1200px) {
    .subheader .object-right {
        right: -200px;
    }
}
.header-curve {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    z-index: 0;
    top: -60px;
}
@media (max-width: 575.98px) {
    .header-curve {
        top: -10px;
    }
}
@media (min-width: 992px) {
    .header-curve {
        top: -80px;
    }
}
@media (min-width: 1200px) {
    .header-curve {
        top: -100px;
    }
}
.img-banner {
    border-radius: 1rem;
}
.breadcrumb {
    padding: 0;
    font-size: 0.7rem;
    background-color: transparent;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.breadcrumb a {
    text-decoration: none;
    color: #5a5b75;
}
.breadcrumb a:focus,
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    padding-right: 0.25rem !important;
    color: #5a5b75;
    font-weight: 400;
}
.breadcrumb-item.active {
    font-family: "Inter", sans-serif;
    color: #5a5b75;
}
.text-truncate {
    display: inline-block;
}
.sticky-top {
    top: calc(350px + 10px);
}
.dropdown {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dropdown .btn-link {
    color: #5a5b75;
}
.dropdown .fas:not(.fa-minus) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dropdown:hover
    .fas:not(.fa-minus):not(.fa-search):not(.fa-donate):not(.fa-user-friends) {
    color: #4e75a0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    margin: 0;
    width: auto;
    min-width: 240px;
    z-index: 100;
    display: none;
    padding: 0px 0px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0.75rem;
    -webkit-box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07),
        0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    -ms-box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07),
        0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07),
        0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07),
        0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
}
.dropdown .dropdown-menu .dropdown-column {
    display: block;
    width: 15rem;
    min-width: 15rem;
    padding: 1.5rem 0.75rem;
}
.dropdown .dropdown-menu .dropdown-column.dropdown-column-img {
    padding-right: 1.5rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.dropdown .dropdown-search {
    width: 680px;
    padding: 5px;
}
.dropdown .dropdown-item {
    color: #5a5b75;
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    padding: 0.9rem 1rem;
    position: relative;
    width: 100%;
    border-radius: 1rem;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.dropdown .dropdown-item:last-child {
    border-bottom: none;
}
.dropdown .dropdown-item.active,
.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover {
    color: #4e75a0;
    background-color: #e8f2ff;
    border-radius: 1rem;
}
.dropdown.active .navbar-touch-caret,
.dropdown.active:focus .navbar-touch-caret,
.dropdown.active:hover .navbar-touch-caret {
    background: transparent;
    color: #5a5b75;
}
.dropdown.active .navbar-touch-caret:focus,
.dropdown.active .navbar-touch-caret:hover,
.dropdown.active:focus .navbar-touch-caret:focus,
.dropdown.active:focus .navbar-touch-caret:hover,
.dropdown.active:hover .navbar-touch-caret:focus,
.dropdown.active:hover .navbar-touch-caret:hover {
    background-color: transparent;
}
.dropdown:hover .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: dropdown-show 0.25s
        cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@-webkit-keyframes dropdown-show {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes dropdown-show {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.navbar-touch-caret {
    z-index: 100;
    position: absolute;
    top: 2px;
    right: 0;
    border: 0;
    padding: 7.5px 10px 11.5px 8px;
    background: transparent;
}
.navbar-toggler {
    display: inline-block;
    text-align: center;
    padding: 1rem 0.75rem;
    background-color: #fff;
    margin-top: 15px;
}
.navbar-toggler .icon-bar {
    background-color: #4e75a0;
    display: block;
    position: relative;
    width: 28px;
    height: 3px;
    border-radius: 1px;
    margin: 0 auto;
}
.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4.5px;
}
.logo {
    max-height: 120px;
    max-width: 260px;
}
@media (max-width: 575.98px) {
    .logo {
        max-height: 80px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .logo {
        max-height: 80px;
    }
}
.site-header {
    display: none;
}
.site-header-title {
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
}
.site-header-title span {
    display: block;
}
.site-header-tagline {
    font-size: 0.75rem;
    font-weight: 700;
}
@media (max-width: 575.98px) {
    main {
        padding-top: 93px;
    }
    .navbar {
        height: 93px;
        max-height: 93px;
    }
    .site-header-title {
        font-size: 1.7rem;
        margin-top: -5px;
        width: 160px;
        margin-left: -10px;
    }
}
.modal-dialog.search {
    margin-top: 90px !important;
    margin-right: 2rem !important;
}
.modal-content {
    padding: 5px;
}
.modal-backdrop.show {
    opacity: 0.15;
}
.input-group-append .search,
.input-group .search {
    height: calc(2.9rem + 2px);
}
.btn-search > i {
    font-size: 1rem;
}
.btn-search > i:before {
    line-height: 1.1;
}
.advancedsearch {
    font-size: 0.8rem;
    text-decoration: none;
}
.search-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 350px;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.search-overlay .search-close {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 20px;
}
.search-overlay .search-close .fa-circle {
    color: #4e75a0;
}
.search-overlay .search-close:focus .fa-times,
.search-overlay .search-close:hover .fa-times {
    color: #d9d9d9;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.overlay-content {
    position: relative;
    top: 15%;
    margin-top: 30px;
}
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
li.nav-item.active {
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
@media (max-width: 991.98px) {
    li.nav-item.active {
        border-bottom: none;
    }
}
.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background-color: #f6f9fc;
    top: 135px;
}
.bs-canvas-overlay.show {
    opacity: 0.75;
    z-index: 10;
}
@media (max-width: 1199.98px) {
    .offcanvas-collapse {
        position: fixed;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #f6f9fc;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: left, visibility;
        -o-transition-property: left, visibility;
        transition-property: left, visibility;
        top: 135px;
    }
    .offcanvas-collapse.offcanvas-open {
        left: 50%;
        visibility: visible;
        top: 135px;
        z-index: 1;
    }
    li.nav-item:first-child {
        display: block;
        padding: 0.65rem 0 0.65rem 0.65rem;
    }
    li.nav-item:not(:first-child) {
        display: block;
        padding: 0.15rem 0 0.15rem 1.65rem;
    }
    li.nav-item:focus,
    li.nav-item:hover {
        background-color: #f6f9fc;
    }
    li.nav-item.active {
        background-color: #f6f9fc;
    }
    .navbar .btn-link,
    .navbar .nav-link {
        font-family: "Inter", sans-serif;
        font-size: 0.8em;
        display: block;
        color: #4e75a0;
    }
    .navbar .btn-link.active,
    .navbar .nav-link.active {
        color: #fff;
        background-color: #4e75a0;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    body.offcanvas-open {
        overflow: hidden;
    }
    .separator {
        margin-left: auto;
        margin-right: auto;
        content: " ";
        width: 100%;
        height: 1px;
        clear: both;
        background: #dedfe2;
    }
}
@media (max-width: 575.98px) {
    .offcanvas-collapse {
        position: fixed;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #f6f9fc;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: left, visibility;
        -o-transition-property: left, visibility;
        transition-property: left, visibility;
        top: 93px;
    }
    .offcanvas-collapse.offcanvas-open {
        left: 0;
        visibility: visible;
        top: 93px;
    }
}
@media (max-width: 991.98px) {
    .searchlabel {
        color: #fff;
    }
}
.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
}
.bs-canvas-overlay.show {
    opacity: 0.15;
    z-index: 9;
}
.bs-canvas {
    top: 0;
    width: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
}
.bs-canvas-anim {
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
}
.navbar-toggler {
    display: inline-block;
    text-align: center;
    padding: 1rem 0.75rem;
    background-color: #4e75a0;
    border: 2px solid #4e75a0;
    border-radius: 50%;
}
.navbar-toggler .icon-bar {
    background-color: #fff;
    display: block;
    position: relative;
    width: 28px;
    height: 3px;
    border-radius: 1px;
    margin: 0 auto;
}
.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4.5px;
}
.bar1,
.bar2,
.bar3 {
    outline: 1px solid transparent;
}
.bar1 {
    top: 0px;
    -webkit-animation: topbar-back 500ms linear 0s;
    animation: topbar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.bar2 {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.bar3 {
    bottom: 0px;
    -webkit-animation: bottombar-back 500ms linear 0s;
    animation: bottombar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.navbar-toggler.offcanvas-open .bar1 {
    top: 9px;
    -webkit-animation: topbar-x 500ms linear 0s;
    animation: topbar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.navbar-toggler.offcanvas-open .bar2 {
    opacity: 0;
}
.navbar-toggler.offcanvas-open .bar3 {
    bottom: 6px;
    -webkit-animation: bottombar-x 500ms linear 0s;
    animation: bottombar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes topbar-x {
    0% {
        top: 0px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    45% {
        top: 6px;
        -webkit-transform: rotate(145deg);
        transform: rotate(145deg);
    }
    75% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    to {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}
@-webkit-keyframes topbar-x {
    0% {
        top: 0px;
        -webkit-transform: rotate(0deg);
    }
    45% {
        top: 6px;
        -webkit-transform: rotate(145deg);
    }
    75% {
        -webkit-transform: rotate(130deg);
    }
    to {
        -webkit-transform: rotate(135deg);
    }
}
@keyframes topbar-back {
    0% {
        top: 6px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    45% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        top: 0px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes topbar-back {
    0% {
        top: 6px;
        -webkit-transform: rotate(135deg);
    }
    45% {
        -webkit-transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
    }
    to {
        top: 0px;
        -webkit-transform: rotate(0);
    }
}
@keyframes bottombar-x {
    0% {
        bottom: 0px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    45% {
        bottom: 6px;
        -webkit-transform: rotate(-145deg);
        transform: rotate(-145deg);
    }
    75% {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    to {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}
@-webkit-keyframes bottombar-x {
    0% {
        bottom: 0px;
        -webkit-transform: rotate(0deg);
    }
    45% {
        bottom: 6px;
        -webkit-transform: rotate(-145deg);
    }
    75% {
        -webkit-transform: rotate(-130deg);
    }
    to {
        -webkit-transform: rotate(-135deg);
    }
}
@keyframes bottombar-back {
    0% {
        bottom: 6px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    45% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    75% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        bottom: 0px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes bottombar-back {
    0% {
        bottom: 6px;
        -webkit-transform: rotate(-135deg);
    }
    45% {
        -webkit-transform: rotate(10deg);
    }
    75% {
        -webkit-transform: rotate(-5deg);
    }
    to {
        bottom: 0px;
        -webkit-transform: rotate(0);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.bg-header {
    background-color: #f9fcff;
}
.btn,
.ja-apply-iframe .apply .back-link,
.ja-apply-iframe .apply .ja-button,
.ja-apply-iframe .view-details,
.ja-job-details .apply .back-link,
.ja-job-details .apply .ja-button,
.ja-job-details .view-details,
.job .apply .back-link,
.job .apply .ja-button,
.job .view-details {
    color: #fff;
    border-radius: 1rem;
}
.btn:focus,
.btn:hover,
.ja-apply-iframe .apply .back-link:focus,
.ja-apply-iframe .apply .back-link:hover,
.ja-apply-iframe .apply .ja-button:focus,
.ja-apply-iframe .apply .ja-button:hover,
.ja-apply-iframe .view-details:focus,
.ja-apply-iframe .view-details:hover,
.ja-job-details .apply .back-link:focus,
.ja-job-details .apply .back-link:hover,
.ja-job-details .apply .ja-button:focus,
.ja-job-details .apply .ja-button:hover,
.ja-job-details .view-details:focus,
.ja-job-details .view-details:hover,
.job .apply .back-link:focus,
.job .apply .back-link:hover,
.job .apply .ja-button:focus,
.job .apply .ja-button:hover,
.job .view-details:focus,
.job .view-details:hover {
    color: #fff;
}
.btn-search {
    font-weight: 500;
}
.cs-callout {
    padding-left: 1.5rem;
    border-left: 0.25rem solid #4e75a0;
    text-align: left;
}
.scrolling-wrapper {
    overflow-x: auto;
}
.cs-gallery-item {
    display: block;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cs-gallery-item:before {
    border-radius: 1rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-color: rgba(55, 56, 78, 0.55);
    content: "";
    opacity: 0;
    z-index: 1;
}
.cs-gallery-item:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.875rem;
    height: 2.875rem;
    margin-top: -1.4375rem;
    margin-left: -1.4375rem;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    font-size: 2rem;
    text-align: center;
    line-height: 2.875rem;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.cs-gallery-item:focus:after,
.cs-gallery-item:focus:before,
.cs-gallery-item:hover:after,
.cs-gallery-item:hover:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}
.cs-gallery-item img {
    border-radius: 1rem;
    height: 120px;
    display: block;
}
.content {
    margin-top: -120px;
    position: relative;
    z-index: 1;
}
@media (max-width: 575.98px) {
    .content {
        margin-top: 0px;
    }
}
@media (min-width: 992px) {
    .content {
        margin-top: -150px;
    }
}
@media (min-width: 1200px) {
    .content {
        margin-top: -220px;
    }
}
.img-header {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem;
}
.bs-content img,
.mce-content-body img {
    border-radius: 1rem;
}
[data-bs-toggle="tooltip"] * {
    pointer-events: none;
}
iframe {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 1rem 0;
}
.embed {
    position: relative;
    display: block;
    width: 100% !important;
    padding: 0;
    overflow: hidden;
}
.embed embed,
.embed object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mce-content-body .embed {
    margin: 2rem 0;
}
.mce-content-body .embed:before {
    display: block;
    content: "";
    padding-top: 0px;
}
.embed-responsive iframe {
    position: absolute;
    top: -15px;
}
#kindyMap {
    height: 600px;
    border-radius: 1rem;
    width: 100%;
    margin-top: 2rem;
    border: 1px solid #dee2e6;
}
.kindergartendetails {
    font-size: 1rem;
    padding: 1rem;
}
.locationtitle {
    font-weight: 600;
}
.openkindergarten {
    font-weight: 600;
}
.gm-ui-hover-effect {
    top: 5px !important;
    right: 10px !important;
}
.gm-ui-hover-effect > img {
    width: 25px !important;
    height: 25px !important;
}
.flip-y {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.flip {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}
.pac-item {
    line-height: 40px;
}
.hdpi.pac-logo:after {
    background-image: url("");
}
.pac-logo:after {
    background-image: url("");
}
.pac-container {
    border: 1px solid #d9d9d9;
    border-radius: 1rem;
}
.pac-icon {
    margin-top: 10px;
}
@-webkit-keyframes fade-in-up {
    0% {
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in-up {
    0% {
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.video iframe {
    /* max-width: 100%;
    max-height: 100%; */
    width: 100%;
    height: 25vh;
    border-radius: 1rem;
}
.corner-video {
    position: fixed !important;
    bottom: 15px !important;
    right: 15px !important;
    top: inherit !important;
    left: inherit !important;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 400px;
    height: 223px;
    -webkit-animation: fade-in-up 0.25s ease forwards;
    animation: fade-in-up 0.25s ease forwards;
    z-index: 9;
}
@media (max-width: 767.98px) {
    .corner-video {
        width: 260px !important;
        height: 145px !important;
    }
}
@media (min-width: 768px) {
    .corner-video {
        bottom: 80px !important;
    }
}
.close-video {
    position: relative;
    z-index: 10;
    height: 25px;
    background-color: #4e75a0;
    border: none;
    top: 3px;
    right: 2px;
    border-radius: 1rem;
    font-size: 1.5rem;
    line-height: 0.7;
    color: #fff;
    font-weight: 600;
    float: right;
}
.card,
.ja-apply-iframe,
.ja-job-details,
.job {
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important;
    box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important;
    border-radius: 1rem;
}
.card-hover.ja-apply-iframe,
.card-hover.ja-job-details,
.card-hover.job,
.card.card-hover {
    -webkit-transition: border-color 0.2s ease-in-out,
        -webkit-box-shadow 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out,
        -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
        -webkit-box-shadow 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .card-hover.ja-apply-iframe,
    .card-hover.ja-job-details,
    .card-hover.job,
    .card.card-hover {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.card-hover.ja-apply-iframe:focus,
.card-hover.ja-apply-iframe:hover,
.card-hover.ja-job-details:focus,
.card-hover.ja-job-details:hover,
.card-hover.job:focus,
.card-hover.job:hover,
.card.card-hover:focus,
.card.card-hover:hover {
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09) !important;
    box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09) !important;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    border: 1px solid #4e75a0 !important;
}
.card-hover.ja-apply-iframe:focus a,
.card-hover.ja-apply-iframe:hover a,
.card-hover.ja-job-details:focus a,
.card-hover.ja-job-details:hover a,
.card-hover.job:focus a,
.card-hover.job:hover a,
.card.card-hover:focus a,
.card.card-hover:hover a {
    color: #4e75a0 !important;
}
.card .card-img-overlay,
.ja-apply-iframe .card-img-overlay,
.ja-job-details .card-img-overlay,
.job .card-img-overlay {
    background-color: #10101059;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.card .card-title,
.ja-apply-iframe .card-title,
.ja-job-details .card-title,
.job .card-title {
    font-weight: 400;
    font-size: calc(1rem - 0.1rem);
    font-family: "Inter", sans-serif;
    color: #fff;
    display: block;
}
.card .img-blog,
.ja-apply-iframe .img-blog,
.ja-job-details .img-blog,
.job .img-blog {
    width: 100%;
    max-height: 220px;
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
}
.card .img-blog i,
.ja-apply-iframe .img-blog i,
.ja-job-details .img-blog i,
.job .img-blog i {
    text-align: center;
    width: 100%;
    margin-top: 20%;
    font-size: 40px;
}
.card .card-text a,
.ja-apply-iframe .card-text a,
.ja-job-details .card-text a,
.job .card-text a {
    font-size: 0.9rem;
}
.card .card-img-overlay,
.ja-apply-iframe .card-img-overlay,
.ja-job-details .card-img-overlay,
.job .card-img-overlay {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5rem 1rem;
}
.card-group {
    margin-bottom: 1rem;
}
.card-columns {
    orphans: 1 !important;
    widows: 1 !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}
@media (min-width: 992px) {
    .card-columns {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
}
.columns-video {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
@media (min-width: 768px) {
    .columns-video {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    to {
        background-position: 468px 0;
    }
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    to {
        background-position: 468px 0;
    }
}
.card-linear {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(8%, #eeeeee),
        color-stop(18%, #dddddd),
        color-stop(33%, #eeeeee)
    );
    background: -o-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    position: relative;
    overflow: hidden;
}
.jobtitle {
    font-size: 0.75rem;
}
.ja-apply-iframe .h2,
.ja-apply-iframe h2,
.ja-job-details .h2,
.ja-job-details h2,
.job .h2,
.job h2 {
    font-size: 1.25rem;
}
.ja-apply-iframe .h2 .title,
.ja-apply-iframe h2 .title,
.ja-job-details .h2 .title,
.ja-job-details h2 .title,
.job .h2 .title,
.job h2 .title {
    font-weight: 600;
}
.ja-apply-iframe .view-details,
.ja-job-details .view-details,
.job .view-details {
    width: 100px;
}
.ja-apply-iframe .apply .back-link,
.ja-job-details .apply .back-link,
.job .apply .back-link {
    font-weight: 600;
}
.ja-apply-iframe .apply .ja-button,
.ja-job-details .apply .ja-button,
.job .apply .ja-button {
    font-weight: 600;
}
.ja-pager .current-page {
    z-index: 1;
    color: #fff;
    background-color: #5a5b75;
    border: 2px solid #5a5b75;
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    position: relative;
    padding: 0.5rem 1rem;
    margin-left: 0;
    line-height: 1.25;
    border-radius: 0.125rem;
    height: 41px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.ja-pager .page {
    z-index: 1;
    color: #5a5b75;
    border: 2px solid #fff;
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    position: relative;
    padding: 0.5rem 1rem;
    margin-left: 0;
    line-height: 1.25;
    border-radius: 0.125rem;
    height: 41px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.ja-pager .page:hover:not(.active) {
    z-index: 2;
    color: #5a5b75;
    text-decoration: none;
    background-color: #e9ecef;
    border: 2px solid #e9ecef;
}
.ja-pager .page:hover:not(.active):after {
    opacity: 0.05;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ja-pager-summary {
    margin-top: 2rem;
}
.badge {
    padding: 0.8em 0.8em;
    min-width: 115px;
    font-size: 0.85rem;
}
.badge.badge-sm {
    min-width: 75px;
}
.badge.badge-floating-right {
    left: auto !important;
    right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    width: 80px;
    top: 15px;
}
.main a {
    color: #cc3333;
}
.ja-apply-iframe .apply .main .back-link,
.ja-apply-iframe .apply .main .ja-button,
.ja-apply-iframe .main .view-details,
.ja-job-details .apply .main .back-link,
.ja-job-details .apply .main .ja-button,
.ja-job-details .main .view-details,
.job .apply .main .back-link,
.job .apply .main .ja-button,
.job .main .view-details,
.main .btn,
.main .fa,
.main .ja-apply-iframe .apply .back-link,
.main .ja-apply-iframe .apply .ja-button,
.main .ja-apply-iframe .view-details,
.main .ja-job-details .apply .back-link,
.main .ja-job-details .apply .ja-button,
.main .ja-job-details .view-details,
.main .job .apply .back-link,
.main .job .apply .ja-button,
.main .job .view-details,
.main .label,
.main .pagination a {
    text-decoration: none;
}
.embed-responsive {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.major.h1,
h1.major {
    color: #fff;
    margin: 0 0 1.3em 0;
    position: relative;
    padding-bottom: 0.35em;
    font-weight: 600;
}
.major.h1:after,
h1.major:after {
    -webkit-transition: max-width 0.2s ease;
    -o-transition: max-width 0.2s ease;
    transition: max-width 0.2s ease;
    border-radius: 0.2em;
    bottom: 0;
    content: "";
    height: 0.05em;
    position: absolute;
    right: 0;
    width: 100%;
}
.img-team {
    max-height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 1rem;
}
.text-filter {
    color: #5a5b75;
    font-weight: 600;
    font-size: 1.25rem;
}
@media (max-width: 991.98px) {
    .text-filter {
        color: #fff;
    }
}
.img-cover {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.modal-content {
    border: 1px solid #fff;
    border-radius: 0.75rem;
    -webkit-box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07),
        0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    -ms-box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07),
        0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07),
        0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07),
        0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
}
#CommentForm_CommentsForm {
    margin-bottom: 4rem;
}
.comments-wrapper {
    background-color: #fafafa;
    -webkit-box-shadow: 0 1px 10px rgba(130, 130, 134, 0.1);
    box-shadow: 0 1px 10px rgba(130, 130, 134, 0.1);
}
.comments-holder {
    margin-top: 2rem;
}
.comments-holder ul.comments-list {
    padding-left: 0;
}
.comments-holder ul.comments-list li.comment {
    list-style: none;
}
.comments-holder ul.comments-list .approve,
.comments-holder ul.comments-list .delete,
.comments-holder ul.comments-list .ham,
.comments-holder ul.comments-list .spam {
    font-size: 0.9rem;
}
.page-item {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
}
.page-item .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    margin-left: 0;
    line-height: 1.25;
    border-radius: 0.125rem;
    border: 2px solid #fff;
    color: #5a5b75;
    height: 41px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}
.page-item .page-link:after {
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    -o-transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease,
        -webkit-transform 0.2s ease;
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.page-item .page-link:hover:not(.active) {
    z-index: 2;
    color: #5a5b75;
    text-decoration: none;
    background-color: #e9ecef;
    border: 2px solid #e9ecef;
}
.page-item .page-link:hover:not(.active):after {
    opacity: 0.05;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #5a5b75;
    border: 2px solid #5a5b75;
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}
.page-item.active .page-link:hover {
    color: #fff;
    background-color: #5a5b75;
    border: 2px solid #5a5b75;
}
.u-go-to {
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    width: 50px;
    height: 50px;
    background-color: #cc3333;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.u-go-to:focus,
.u-go-to:hover {
    background-color: #fdba04;
    color: #fff;
    opacity: 1;
}
.u-go-to-inner {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
    .u-go-to {
        display: none;
    }
}
@-webkit-keyframes flipAnimation {
    0% {
        -ms-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    50% {
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -ms-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}
@keyframes flipAnimation {
    0% {
        -ms-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    50% {
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -ms-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}
.no-more {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 30px;
    padding: 0 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}
.social-btn {
    display: inline-block;
    width: 45px;
    height: 45px;
    padding: 0;
    border: 1px solid transparent;
    -webkit-transition: border-color 0.25s ease-in-out,
        background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out,
        background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out,
        background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    border-radius: 0.5rem;
    background-color: #cc3333;
    color: #fff;
    font-size: 0.9375rem;
    text-align: center;
    text-decoration: none !important;
    text-align: center;
    text-decoration: none !important;
}
.social-btn > i {
    position: relative;
    top: 9px;
    color: #fff;
}
.social-btn:focus {
    outline: none;
}
.social-btn:active {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.sb-facebook:hover {
    background-color: #3b5998;
}
.sb-facebook:hover.sb-light {
    color: #3b5998;
}
.sb-twitter:hover {
    background-color: #1da1f2;
}
.sb-twitter:hover.sb-light {
    color: #1da1f2;
}
.sb-instagram:hover {
    background-color: #5851db;
}
.sb-instagram:hover.sb-light {
    color: #5851db;
}
.sb-google:hover {
    background-color: #ea4335;
}
.sb-google:hover.sb-light {
    color: #ea4335;
}
.sb-linkedin:hover {
    background-color: #0077b5;
}
.sb-linkedin:hover.sb-light {
    color: #0077b5;
}
.sb-pinterest:hover {
    background-color: #bd081c;
}
.sb-pinterest:hover.sb-light {
    color: #bd081c;
}
.sb-messenger:hover {
    background-color: #0084ff;
}
.sb-messenger:hover.sb-light {
    color: #0084ff;
}
.sb-youtube:hover {
    background-color: #ff0000;
}
.sb-youtube:hover.sb-light {
    color: #ff0000;
}
.sb-vimeo:hover {
    background-color: #1ab7ea;
}
.sb-vimeo:hover.sb-light {
    color: #1ab7ea;
}
.sb-email:hover {
    background-color: #4e75a0;
}
.sb-email:hover.sb-light {
    color: #4e75a0;
}
@media print {
    .tooltip {
        display: none;
    }
}
.mark,
mark {
    padding: 0.2em;
    font-weight: 600;
    background-color: transparent;
}
.searchpreview {
    width: 64px;
    height: 76px;
    -o-object-fit: cover;
    object-fit: cover;
}
.close {
    font-size: 2.5rem;
    line-height: 0.5;
    font-weight: 400;
}
.clip {
    -webkit-clip-path: ellipse(58% 55% at 65% 40%);
    clip-path: ellipse(58% 55% at 65% 40%);
    max-height: 650px;
    min-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}
.blogposts.bg-light,
.contentfeature.bg-light,
.horizontalfeature.bg-light,
.newsfeature.bg-light {
    background-color: #f9fcff !important;
}
.blogposts.bg-dark,
.contentfeature.bg-dark,
.horizontalfeature.bg-dark,
.newsfeature.bg-dark {
    background-color: #313840;
}
.blogposts.bg-dark .h1,
.blogposts.bg-dark .h2,
.blogposts.bg-dark .h3,
.blogposts.bg-dark .h4,
.blogposts.bg-dark .h5,
.blogposts.bg-dark .text-muted,
.blogposts.bg-dark h1,
.blogposts.bg-dark h2,
.blogposts.bg-dark h3,
.blogposts.bg-dark h4,
.blogposts.bg-dark h5,
.blogposts.bg-dark p,
.contentfeature.bg-dark .h1,
.contentfeature.bg-dark .h2,
.contentfeature.bg-dark .h3,
.contentfeature.bg-dark .h4,
.contentfeature.bg-dark .h5,
.contentfeature.bg-dark .text-muted,
.contentfeature.bg-dark h1,
.contentfeature.bg-dark h2,
.contentfeature.bg-dark h3,
.contentfeature.bg-dark h4,
.contentfeature.bg-dark h5,
.contentfeature.bg-dark p,
.horizontalfeature.bg-dark .h1,
.horizontalfeature.bg-dark .h2,
.horizontalfeature.bg-dark .h3,
.horizontalfeature.bg-dark .h4,
.horizontalfeature.bg-dark .h5,
.horizontalfeature.bg-dark .text-muted,
.horizontalfeature.bg-dark h1,
.horizontalfeature.bg-dark h2,
.horizontalfeature.bg-dark h3,
.horizontalfeature.bg-dark h4,
.horizontalfeature.bg-dark h5,
.horizontalfeature.bg-dark p,
.newsfeature.bg-dark .h1,
.newsfeature.bg-dark .h2,
.newsfeature.bg-dark .h3,
.newsfeature.bg-dark .h4,
.newsfeature.bg-dark .h5,
.newsfeature.bg-dark .text-muted,
.newsfeature.bg-dark h1,
.newsfeature.bg-dark h2,
.newsfeature.bg-dark h3,
.newsfeature.bg-dark h4,
.newsfeature.bg-dark h5,
.newsfeature.bg-dark p {
    color: #fff !important;
}
.blogposts.bg-white,
.blogposts.ja-apply-iframe,
.blogposts.ja-job-details,
.blogposts.job,
.contentfeature.bg-white,
.contentfeature.ja-apply-iframe,
.contentfeature.ja-job-details,
.contentfeature.job,
.horizontalfeature.bg-white,
.horizontalfeature.ja-apply-iframe,
.horizontalfeature.ja-job-details,
.horizontalfeature.job,
.newsfeature.bg-white,
.newsfeature.ja-apply-iframe,
.newsfeature.ja-job-details,
.newsfeature.job {
    background-color: #fff;
}
.blogposts .sponsor,
.contentfeature .sponsor,
.horizontalfeature .sponsor,
.newsfeature .sponsor {
    border-bottom: none !important;
}
.blogposts .feature-image,
.contentfeature .feature-image,
.horizontalfeature .feature-image,
.newsfeature .feature-image {
    background-position: center !important;
    background-size: cover !important;
    border-radius: 1rem;
}
.blogposts .btn-index,
.contentfeature .btn-index,
.horizontalfeature .btn-index,
.newsfeature .btn-index {
    position: relative;
    z-index: 1;
}
.blogfeature .h1,
.blogfeature h1,
.newsfeature .h1,
.newsfeature h1 {
    font-family: "Inter", sans-serif;
}
.blogfeature .cs-callout,
.newsfeature .cs-callout {
    padding-left: 1.5rem;
    border-left: 0.25rem solid #4e75a0;
}
.blogfeature .pre-curve,
.newsfeature .pre-curve {
    height: 500px;
    background-color: #f9fcff;
}
@media (min-width: 768px) {
    .blogfeature .pre-curve,
    .newsfeature .pre-curve {
        height: 400px;
    }
}
@media (min-width: 992px) {
    .blogfeature .pre-curve,
    .newsfeature .pre-curve {
        height: 400px;
    }
}
@media (min-width: 1200px) {
    .blogfeature .pre-curve,
    .newsfeature .pre-curve {
        height: 200px;
    }
}
.blogfeature .container-news,
.newsfeature .container-news {
    margin-top: -32rem;
}
@media (min-width: 768px) {
    .blogfeature .container-news,
    .newsfeature .container-news {
        margin-top: -30rem !important;
    }
}
@media (min-width: 992px) {
    .blogfeature .container-news,
    .newsfeature .container-news {
        margin-top: -34rem !important;
    }
}
@media (min-width: 1200px) {
    .blogfeature .container-news,
    .newsfeature .container-news {
        margin-top: -32rem !important;
    }
}
.sponsor-item {
    height: 200px;
}
@media (max-width: 575.98px) {
    .sponsor-item {
        height: 130px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .sponsor-item {
        height: 170px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .sponsor-item {
        height: 140px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .sponsor-item {
        height: 170px;
    }
}
.bd-callout,
.ja-apply-iframe,
.ja-job-details,
.job {
    margin-bottom: 1.5rem;
    background-color: #fafafa;
    border: 1px solid #fff;
    border-radius: 1.5rem;
}
.bd-callout:focus,
.bd-callout:hover,
.ja-apply-iframe:focus,
.ja-apply-iframe:hover,
.ja-job-details:focus,
.ja-job-details:hover,
.job:focus,
.job:hover {
    border: 1px solid #4e75a0;
}
.bd-callout-grey.ja-apply-iframe,
.bd-callout-grey.ja-job-details,
.bd-callout-grey.job,
.bd-callout.bd-callout-grey {
    border: 1px solid #fafafa;
}
.bd-callout-grey.ja-apply-iframe:focus,
.bd-callout-grey.ja-apply-iframe:hover,
.bd-callout-grey.ja-job-details:focus,
.bd-callout-grey.ja-job-details:hover,
.bd-callout-grey.job:focus,
.bd-callout-grey.job:hover,
.bd-callout.bd-callout-grey:focus,
.bd-callout.bd-callout-grey:hover {
    border: 1px solid #fafafa;
}
.bd-callout .h5,
.ja-apply-iframe .h5,
.ja-job-details .h5,
.job .h5 {
    color: #5a5b75;
}
.bd-callout p,
.ja-apply-iframe p,
.ja-job-details p,
.job p {
    color: #5a5b75;
}
.carousel-image {
    background-position: center !important;
    background-size: cover !important;
    border-radius: 1rem;
}
.carousel {
}
.carousel .carousel-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}
.carousel .cs-controls {
    top: 100%;
    width: 100%;
    text-align: right;
    white-space: nowrap;
}
.carousel .cs-controls .controls {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0.75rem;
    color: #737491;
    font-size: 1.25rem;
    text-align: center;
}
.carousel .cs-controls .controls:hover {
    border-color: #c9c9df;
    color: #4a4b65;
}
.carousel .cs-controls .controls > i {
    line-height: 2rem;
}
.carousel .carousel-indicators {
    z-index: 2;
}
.carousel .carousel-inner > .carousel-item.next.left,
.carousel .carousel-inner > .carousel-item.prev.right {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.carousel .bg-indicator {
    background-color: rgba(255, 255, 255, 0.65) !important;
}
.carousel .carousel-nav {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    right: 0;
    left: 0;
}
.carousel .carousel-indicators li {
    height: 15px;
    background-color: #e9ecef;
    opacity: 1;
    border-top: none;
    border-bottom: none;
    border-radius: 1rem;
}
.carousel .carousel-indicators li.active {
    background-color: #4e75a0;
}
.number-input {
    border: 1px solid #ced4da;
    width: 8.6rem;
    border-radius: 0.25rem;
}
.number-input button {
    width: 2.5rem;
    height: 0.8rem;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
    outline: none;
}
.number-input button:after,
.number-input button:before {
    width: 0.7rem;
    background-color: #5a5b75;
    display: inline-block;
    position: absolute;
    content: "";
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.number-input button.minus {
    padding-left: 10px;
}
.number-input button.plus:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input::-webkit-inner-spin-button,
.number-input input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.number-input input[type="number"] {
    max-width: 3rem;
    padding: 0.5rem;
    border: 1px solid #ced4da;
    border-width: 0 1px;
    font-size: 1rem;
    height: 2rem;
    color: #5a5b75;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    overflow: visible;
    outline: none;
}
hr.feature-separator {
    border-top: 15px solid #4e75a0;
    border-radius: 1rem;
}
.ja-apply-iframe .apply button.back-link,
.ja-apply-iframe button.view-details,
.ja-job-details .apply button.back-link,
.ja-job-details button.view-details,
.job .apply button.back-link,
.job button.view-details,
button.btn-primary {
    font-size: 1rem;
    font-weight: 600;
    background-color: #4e75a0;
    color: #fff !important;
    border: 2px solid #4e75a0;
    border-radius: 1rem;
    padding: 0.4375rem 1.25rem;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-radius;
    -o-transition-property: border-radius;
    transition-property: border-radius;
}
.ja-apply-iframe .apply button.back-link:focus,
.ja-apply-iframe .apply button.back-link:hover,
.ja-apply-iframe button.view-details:focus,
.ja-apply-iframe button.view-details:hover,
.ja-job-details .apply button.back-link:focus,
.ja-job-details .apply button.back-link:hover,
.ja-job-details button.view-details:focus,
.ja-job-details button.view-details:hover,
.job .apply button.back-link:focus,
.job .apply button.back-link:hover,
.job button.view-details:focus,
.job button.view-details:hover,
button.btn-primary:focus,
button.btn-primary:hover {
    color: #fff !important;
    border: 2px solid #4e75a0;
    background-color: #4e75a0;
}
.ja-apply-iframe .apply button.back-link:focus:after,
.ja-apply-iframe .apply button.back-link:hover:after,
.ja-apply-iframe button.view-details:focus:after,
.ja-apply-iframe button.view-details:hover:after,
.ja-job-details .apply button.back-link:focus:after,
.ja-job-details .apply button.back-link:hover:after,
.ja-job-details button.view-details:focus:after,
.ja-job-details button.view-details:hover:after,
.job .apply button.back-link:focus:after,
.job .apply button.back-link:hover:after,
.job button.view-details:focus:after,
.job button.view-details:hover:after,
button.btn-primary:focus:after,
button.btn-primary:hover:after {
    opacity: 0.05;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
@media not all and (min-resolution: 0.001dpcm) {
    .safari_only button:after,
    .safari_only button:before {
        margin-top: -0.3rem;
    }
}
.newslabel {
    color: #4e75a0;
    font-size: 0.9rem;
    font-weight: 500;
}
.asterisk {
    color: #5a5b75 !important;
}
.btn-toolbar {
    display: block;
    clear: both;
    text-align: right;
    margin-top: 25px;
}
#mc_embed_signup input.mce_inline_error {
    border-color: #4e75a0 !important;
}
.response {
    font-size: 1rem;
    font-weight: 500;
}
.curved-sidebar {
    overflow: hidden;
    height: 57px;
    overflow: hidden;
    width: 566px;
    position: relative;
    float: right;
    margin-top: -57px;
    z-index: 9;
    padding-bottom: 0;
}
.bs-sidebar-enabled {
    position: relative;
}
.bs-sidebar-enabled:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 566px;
    height: 100%;
    background-color: transparent;
    content: "";
}
.bs-sidebar-enabled .bs-content {
    position: relative;
    padding-left: 2.5rem;
    background-color: transparent;
    z-index: 2;
}
.bs-sidebar-enabled.bs-sidebar-right .bs-content {
    padding-left: 0.75rem;
    padding-right: 2.5rem;
}
.bs-sidebar-enabled.bs-sidebar-right:before {
    right: 0;
    left: auto;
}
.bs-sidebar {
    background-color: transparent;
}
.bs-widget-title {
    margin-bottom: 2rem;
}
.bs-widget {
    position: relative;
    margin-left: 1.5rem;
}
.bs-widget a {
    color: #4e75a0;
}
.bs-widget .h3,
.bs-widget h3 {
    font-weight: 600;
}
.bs-widget i {
    color: #4e75a0;
}
.bs-widget ol,
.bs-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bs-widget ol > li,
.bs-widget ul > li {
    display: block;
    margin-bottom: 0.375rem;
}
.bs-widget ol > li ol,
.bs-widget ol > li ul,
.bs-widget ul > li ol,
.bs-widget ul > li ul {
    padding: 0.25rem 0 0.25rem 1.375rem;
}
.bs-widget ol > li ol > li,
.bs-widget ol > li ul > li,
.bs-widget ul > li ol > li,
.bs-widget ul > li ul > li {
    position: relative;
    margin-bottom: 0;
    border-left: 2px solid #dee2e6;
}
.bs-widget ol > li ol > li > a,
.bs-widget ol > li ul > li > a,
.bs-widget ul > li ol > li > a,
.bs-widget ul > li ul > li > a {
    padding-left: 1.125rem !important;
}
.bs-widget ol > li ol > li > a:after,
.bs-widget ol > li ul > li > a:after,
.bs-widget ul > li ol > li > a:after,
.bs-widget ul > li ul > li > a:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.75rem;
    height: 1px;
    background-color: #cdd3d9;
    content: "";
}
.bs-widget-link {
    display: block;
    position: relative;
    padding: 0.25rem 0;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    font-weight: 500;
    text-decoration: none;
}
.bs-widget-link > i {
    position: relative;
    top: 2px;
}
.bs-widget-link:hover {
    color: #4e75a0;
    text-decoration: none;
}
.active > .bs-widget-link,
.bs-widget-link.active {
    color: #4e75a0;
    pointer-events: none;
    cursor: default;
}
.bs-widget-link > .small,
.bs-widget-link > small {
    display: inline-block;
    font-size: 75%;
    font-weight: normal;
}
.bs-widget-link + ul > li > .cs-widget-link {
    font-size: 87.5%;
}
.bs-widget-utilities .btn,
.bs-widget-utilities .ja-apply-iframe .apply .back-link,
.bs-widget-utilities .ja-apply-iframe .apply .ja-button,
.bs-widget-utilities .ja-apply-iframe .view-details,
.bs-widget-utilities .ja-job-details .apply .back-link,
.bs-widget-utilities .ja-job-details .apply .ja-button,
.bs-widget-utilities .ja-job-details .view-details,
.bs-widget-utilities .job .apply .back-link,
.bs-widget-utilities .job .apply .ja-button,
.bs-widget-utilities .job .view-details,
.ja-apply-iframe .apply .bs-widget-utilities .back-link,
.ja-apply-iframe .apply .bs-widget-utilities .ja-button,
.ja-apply-iframe .bs-widget-utilities .view-details,
.ja-job-details .apply .bs-widget-utilities .back-link,
.ja-job-details .apply .bs-widget-utilities .ja-button,
.ja-job-details .bs-widget-utilities .view-details,
.job .apply .bs-widget-utilities .back-link,
.job .apply .bs-widget-utilities .ja-button,
.job .bs-widget-utilities .view-details {
    width: 40px;
    height: 40px;
}
.bs-widget-utilities .ja-apply-iframe .apply a.back-link i,
.bs-widget-utilities .ja-apply-iframe .apply a.ja-button i,
.bs-widget-utilities .ja-apply-iframe a.view-details i,
.bs-widget-utilities .ja-job-details .apply a.back-link i,
.bs-widget-utilities .ja-job-details .apply a.ja-button i,
.bs-widget-utilities .ja-job-details a.view-details i,
.bs-widget-utilities .job .apply a.back-link i,
.bs-widget-utilities .job .apply a.ja-button i,
.bs-widget-utilities .job a.view-details i,
.bs-widget-utilities a.btn i,
.ja-apply-iframe .apply .bs-widget-utilities a.back-link i,
.ja-apply-iframe .apply .bs-widget-utilities a.ja-button i,
.ja-apply-iframe .bs-widget-utilities a.view-details i,
.ja-job-details .apply .bs-widget-utilities a.back-link i,
.ja-job-details .apply .bs-widget-utilities a.ja-button i,
.ja-job-details .bs-widget-utilities a.view-details i,
.job .apply .bs-widget-utilities a.back-link i,
.job .apply .bs-widget-utilities a.ja-button i,
.job .bs-widget-utilities a.view-details i {
    font-size: 1rem;
}
.bs-widget-utilities .ja-apply-iframe .apply a.back-link i:before,
.bs-widget-utilities .ja-apply-iframe .apply a.ja-button i:before,
.bs-widget-utilities .ja-apply-iframe a.view-details i:before,
.bs-widget-utilities .ja-job-details .apply a.back-link i:before,
.bs-widget-utilities .ja-job-details .apply a.ja-button i:before,
.bs-widget-utilities .ja-job-details a.view-details i:before,
.bs-widget-utilities .job .apply a.back-link i:before,
.bs-widget-utilities .job .apply a.ja-button i:before,
.bs-widget-utilities .job a.view-details i:before,
.bs-widget-utilities a.btn i:before,
.ja-apply-iframe .apply .bs-widget-utilities a.back-link i:before,
.ja-apply-iframe .apply .bs-widget-utilities a.ja-button i:before,
.ja-apply-iframe .bs-widget-utilities a.view-details i:before,
.ja-job-details .apply .bs-widget-utilities a.back-link i:before,
.ja-job-details .apply .bs-widget-utilities a.ja-button i:before,
.ja-job-details .bs-widget-utilities a.view-details i:before,
.job .apply .bs-widget-utilities a.back-link i:before,
.job .apply .bs-widget-utilities a.ja-button i:before,
.job .bs-widget-utilities a.view-details i:before {
    line-height: 1.1;
}
.bs-widget-utilities .ja-apply-iframe .apply a.back-link:focus,
.bs-widget-utilities .ja-apply-iframe .apply a.back-link:hover,
.bs-widget-utilities .ja-apply-iframe .apply a.ja-button:focus,
.bs-widget-utilities .ja-apply-iframe .apply a.ja-button:hover,
.bs-widget-utilities .ja-apply-iframe a.view-details:focus,
.bs-widget-utilities .ja-apply-iframe a.view-details:hover,
.bs-widget-utilities .ja-job-details .apply a.back-link:focus,
.bs-widget-utilities .ja-job-details .apply a.back-link:hover,
.bs-widget-utilities .ja-job-details .apply a.ja-button:focus,
.bs-widget-utilities .ja-job-details .apply a.ja-button:hover,
.bs-widget-utilities .ja-job-details a.view-details:focus,
.bs-widget-utilities .ja-job-details a.view-details:hover,
.bs-widget-utilities .job .apply a.back-link:focus,
.bs-widget-utilities .job .apply a.back-link:hover,
.bs-widget-utilities .job .apply a.ja-button:focus,
.bs-widget-utilities .job .apply a.ja-button:hover,
.bs-widget-utilities .job a.view-details:focus,
.bs-widget-utilities .job a.view-details:hover,
.bs-widget-utilities a.btn:focus,
.bs-widget-utilities a.btn:hover,
.ja-apply-iframe .apply .bs-widget-utilities a.back-link:focus,
.ja-apply-iframe .apply .bs-widget-utilities a.back-link:hover,
.ja-apply-iframe .apply .bs-widget-utilities a.ja-button:focus,
.ja-apply-iframe .apply .bs-widget-utilities a.ja-button:hover,
.ja-apply-iframe .bs-widget-utilities a.view-details:focus,
.ja-apply-iframe .bs-widget-utilities a.view-details:hover,
.ja-job-details .apply .bs-widget-utilities a.back-link:focus,
.ja-job-details .apply .bs-widget-utilities a.back-link:hover,
.ja-job-details .apply .bs-widget-utilities a.ja-button:focus,
.ja-job-details .apply .bs-widget-utilities a.ja-button:hover,
.ja-job-details .bs-widget-utilities a.view-details:focus,
.ja-job-details .bs-widget-utilities a.view-details:hover,
.job .apply .bs-widget-utilities a.back-link:focus,
.job .apply .bs-widget-utilities a.back-link:hover,
.job .apply .bs-widget-utilities a.ja-button:focus,
.job .apply .bs-widget-utilities a.ja-button:hover,
.job .bs-widget-utilities a.view-details:focus,
.job .bs-widget-utilities a.view-details:hover {
    color: #4e75a0;
}
.bs-widget-utilities .ja-apply-iframe .apply a.back-link:focus i,
.bs-widget-utilities .ja-apply-iframe .apply a.back-link:hover i,
.bs-widget-utilities .ja-apply-iframe .apply a.ja-button:focus i,
.bs-widget-utilities .ja-apply-iframe .apply a.ja-button:hover i,
.bs-widget-utilities .ja-apply-iframe a.view-details:focus i,
.bs-widget-utilities .ja-apply-iframe a.view-details:hover i,
.bs-widget-utilities .ja-job-details .apply a.back-link:focus i,
.bs-widget-utilities .ja-job-details .apply a.back-link:hover i,
.bs-widget-utilities .ja-job-details .apply a.ja-button:focus i,
.bs-widget-utilities .ja-job-details .apply a.ja-button:hover i,
.bs-widget-utilities .ja-job-details a.view-details:focus i,
.bs-widget-utilities .ja-job-details a.view-details:hover i,
.bs-widget-utilities .job .apply a.back-link:focus i,
.bs-widget-utilities .job .apply a.back-link:hover i,
.bs-widget-utilities .job .apply a.ja-button:focus i,
.bs-widget-utilities .job .apply a.ja-button:hover i,
.bs-widget-utilities .job a.view-details:focus i,
.bs-widget-utilities .job a.view-details:hover i,
.bs-widget-utilities a.btn:focus i,
.bs-widget-utilities a.btn:hover i,
.ja-apply-iframe .apply .bs-widget-utilities a.back-link:focus i,
.ja-apply-iframe .apply .bs-widget-utilities a.back-link:hover i,
.ja-apply-iframe .apply .bs-widget-utilities a.ja-button:focus i,
.ja-apply-iframe .apply .bs-widget-utilities a.ja-button:hover i,
.ja-apply-iframe .bs-widget-utilities a.view-details:focus i,
.ja-apply-iframe .bs-widget-utilities a.view-details:hover i,
.ja-job-details .apply .bs-widget-utilities a.back-link:focus i,
.ja-job-details .apply .bs-widget-utilities a.back-link:hover i,
.ja-job-details .apply .bs-widget-utilities a.ja-button:focus i,
.ja-job-details .apply .bs-widget-utilities a.ja-button:hover i,
.ja-job-details .bs-widget-utilities a.view-details:focus i,
.ja-job-details .bs-widget-utilities a.view-details:hover i,
.job .apply .bs-widget-utilities a.back-link:focus i,
.job .apply .bs-widget-utilities a.back-link:hover i,
.job .apply .bs-widget-utilities a.ja-button:focus i,
.job .apply .bs-widget-utilities a.ja-button:hover i,
.job .bs-widget-utilities a.view-details:focus i,
.job .bs-widget-utilities a.view-details:hover i {
    color: #4e75a0;
}
.btn-utilities {
    border-color: #dee2e6;
}
.btn-utilities:focus,
.btn-utilities:hover {
    background-color: #f9fcff;
    border-color: #dee2e6;
}
.btn-custom,
.button,
.step-button-jump,
.step-button-next,
.step-button-prev,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 1rem;
    font-weight: 600;
    background-color: #4e75a0;
    color: #fff !important;
    border: 2px solid #4e75a0;
    border-radius: 1rem;
    padding: 0.4375rem 1.25rem;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-radius;
    -o-transition-property: border-radius;
    transition-property: border-radius;
}
.btn-custom:focus,
.btn-custom:hover,
.button:focus,
.button:hover,
.step-button-jump:focus,
.step-button-jump:hover,
.step-button-next:focus,
.step-button-next:hover,
.step-button-prev:focus,
.step-button-prev:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    color: #fff !important;
    border: 2px solid #4b7099;
    background-color: #4b7099;
}
.btn-custom:focus:after,
.btn-custom:hover:after,
.button:focus:after,
.button:hover:after,
.step-button-jump:focus:after,
.step-button-jump:hover:after,
.step-button-next:focus:after,
.step-button-next:hover:after,
.step-button-prev:focus:after,
.step-button-prev:hover:after,
input[type="button"]:focus:after,
input[type="button"]:hover:after,
input[type="reset"]:focus:after,
input[type="reset"]:hover:after,
input[type="submit"]:focus:after,
input[type="submit"]:hover:after {
    opacity: 0.05;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.input-group-text {
    background-color: transparent;
}
.btn-toolbar {
    margin: 1rem 0;
}
.form-control {
    font-size: calc(1rem - 0.05rem);
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.9rem + 2px);
}
.doc {
    font-size: 1rem;
}
.control-label {
    font-weight: 500;
    color: #cc3333;
}
.help-block {
    color: #6c757d;
}
.help-text {
    display: none;
}
.userform {
    background-color: #fff;
    border: 1px solid #dedfe2;
    border-radius: 1rem;
    padding: 1rem;
}
.userform .left {
    margin-left: 5px;
}
span.message {
    margin-left: 5px;
    margin-top: 7px;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #cc3333;
}
.nocaptcha span.message {
    margin-top: 20px;
    margin-left: 0px;
}
.comments-holder-container form {
    background-color: #fff;
    margin-top: 1.5rem;
}
.comments-holder-container .h4,
.comments-holder-container h4 {
    color: #5a5b75;
}
.comments-holder-container a,
.comments-holder-container label {
    color: #4e75a0;
    font-weight: 500;
    line-height: 1.5;
    margin: 0.7rem 0 0.3rem 0;
    font-size: 0.9rem;
}
.comments-holder-container .dropdown {
    padding-right: 0;
}
.comments-holder-container #CommentForm_CommentsForm_URL_Holder {
    display: none;
}
#Form_ProfileForm,
#Form_RegisterForm,
#MemberLoginForm_LoginForm,
.userform-fields {
    margin-bottom: 1rem;
}
#Form_ProfileForm label,
#Form_ProfileForm legend,
#Form_RegisterForm label,
#Form_RegisterForm legend,
#MemberLoginForm_LoginForm label,
#MemberLoginForm_LoginForm legend,
.userform-fields label,
.userform-fields legend {
    color: #5a5b75;
    font-weight: 500;
    line-height: 1.5;
    margin: 0.7rem 0 0.3rem 0;
    font-size: calc(1rem - 0.15rem);
}
#Form_ProfileForm fieldset,
#Form_RegisterForm fieldset,
#MemberLoginForm_LoginForm fieldset,
.userform-fields fieldset {
    margin-top: 0.9rem;
}
#Form_ProfileForm .userformsgroup,
#Form_RegisterForm .userformsgroup,
#MemberLoginForm_LoginForm .userformsgroup,
.userform-fields .userformsgroup {
    border: 1px solid #dedfe2;
}
#Form_ProfileForm .dropdown,
#Form_RegisterForm .dropdown,
#MemberLoginForm_LoginForm .dropdown,
.userform-fields .dropdown {
    padding-right: 0;
}
#Form_ProfileForm .left,
#Form_RegisterForm .left,
#MemberLoginForm_LoginForm .left,
.userform-fields .left {
    font-weight: 500;
}
#Form_ProfileForm .right-title,
#Form_RegisterForm .right-title,
#MemberLoginForm_LoginForm .right-title,
.userform-fields .right-title {
    clear: both;
    display: block;
    color: #4e75a0;
    font-weight: 500;
    line-height: 1.5;
    margin: 0.3rem 0 0.3rem 0;
    font-size: 0.9rem;
    text-align: right;
}
#Form_ProfileForm .requiredField label:after,
#Form_RegisterForm .requiredField label:after,
#MemberLoginForm_LoginForm .requiredField label:after,
.userform-fields .requiredField label:after {
    content: " *";
    color: #cc3333;
}
.Actions,
.btn-toolbar {
    display: block;
    clear: both;
    text-align: right;
    padding-top: 25px;
}
.userform-progress .progress {
    margin-bottom: 1.5rem;
}
.step-navigation .step-buttons {
    padding-left: 0;
}
.button,
.step-button-jump,
.step-button-next,
.step-button-prev,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5;
    outline: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
    min-width: 125px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.fit,
.step-button-jump.fit,
.step-button-next.fit,
.step-button-prev.fit,
input[type="button"].fit,
input[type="reset"].fit,
input[type="submit"].fit {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.button.fit:hover,
.step-button-jump.fit:hover,
.step-button-next.fit:hover,
.step-button-prev.fit:hover,
input[type="button"].fit:hover,
input[type="reset"].fit:hover,
input[type="submit"].fit:hover {
    border: 1px solid #fff;
}
.button.fit:hover:after,
.step-button-jump.fit:hover:after,
.step-button-next.fit:hover:after,
.step-button-prev.fit:hover:after,
input[type="button"].fit:hover:after,
input[type="reset"].fit:hover:after,
input[type="submit"].fit:hover:after {
    opacity: 0.05;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
input[type="reset"] {
    font-size: 1rem;
    font-weight: 600;
    background-color: #e9ecef;
    color: #5a5b75 !important;
    border: 2px solid #e9ecef;
    border-radius: 1rem;
    padding: 0.4375rem 1.25rem;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-radius;
    -o-transition-property: border-radius;
    transition-property: border-radius;
}
input[type="reset"]:focus,
input[type="reset"]:hover {
    color: #5a5b75 !important;
    border: 2px solid #e9ecef;
    background-color: #e9ecef;
}
input[type="reset"]:focus:after,
input[type="reset"]:hover:after {
    opacity: 0.05;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
input[type="reset"].fit {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
input[type="reset"].fit:hover {
    border: 1px solid #fff;
}
input[type="reset"].fit:hover:after {
    opacity: 0.05;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
input[type="date"],
input[type="email"],
input[type="file"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 1rem;
    border: none;
    border: solid 1px #dedfe2;
    color: #5a5b75;
    outline: 0;
    padding: 0.4rem 1rem;
    text-decoration: none;
    width: 100%;
    display: block;
    width: 100%;
    padding: 0.4375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
}
input[type="date"]:invalid,
input[type="email"]:invalid,
input[type="file"]:invalid,
input[type="password"]:invalid,
input[type="tel"]:invalid,
input[type="text"]:invalid,
select:invalid,
textarea:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type="date"]:active,
input[type="date"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="file"]:active,
input[type="file"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="text"]:active,
input[type="text"]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    background-color: #fff;
    border: solid 1px #dedfe2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type="file"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #4e75a0;
    border-radius: 1rem;
    border: none !important;
    color: #fff;
    display: block;
    outline: 0;
    padding: 0;
    text-decoration: none;
    width: inherit;
    font-size: 1rem;
}
input[type="file"]:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type="file"]:active,
input[type="file"]:focus {
    background-color: #4e75a0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.field {
    margin-bottom: 1rem;
}
.error {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0 0.15rem;
}
input[type="email"],
input[type="password"],
input[type="text"],
select {
    height: 2.75rem;
}
textarea {
    padding: 0.75rem 1rem;
}
select {
    background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 1200 1000' fill='rgba(78, 117, 160, 1)'> <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/> </svg>");
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center;
    height: 2.75rem;
    padding-right: 2.75rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 1rem;
    -webkit-appearance: none;
}
select option {
    color: #5a5b75;
    background: #fff;
}
select:focus::-ms-value {
    background-color: transparent;
}
select::-ms-expand {
    display: none;
}
select.search-select {
    color: #666666;
    font-weight: 500;
    text-align-last: right;
    text-align: right;
    -ms-text-align-last: right;
    -moz-text-align-last: right;
}
.tb {
    color: #5a5b75;
}
.red {
    color: red;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    color: #646f79;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
    padding-left: 2.4rem;
    padding-right: 0.75em;
    position: relative;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    background: #fff;
    border-radius: 1rem;
    border: solid 1px #dedfe2;
    content: "";
    display: inline-block;
    height: 1.65em;
    left: 0;
    line-height: 1.58125em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.65em;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background: #fff;
    border-color: #dedfe2;
    color: #4e75a0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
}
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    border-color: #dedfe2;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
}
input[type="checkbox"] + label:before {
    border-radius: 1rem;
}
input[type="radio"] + label:before {
    border-radius: 100%;
}
#MemberLoginForm_LoginForm_Remember_Holder {
    margin-top: 1rem;
}
#ForgotPassword {
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.5;
    font-size: 0.9rem;
}
footer .curve-footer {
    position: relative;
    top: 120px;
    z-index: 0;
}
@media (max-width: 1199.98px) {
    footer .curve-footer {
        top: 50px;
    }
}
@media (max-width: 575.98px) {
    footer .curve-footer {
        top: 25px;
    }
}
footer ul.list-unstyled,
footer ul.nav {
    margin-left: 0px;
}
footer .sub-footer {
    background-color: #f6f9fc;
    color: #5a5b75;
    position: relative;
    z-index: 1;
}
footer .h3,
footer .h5,
footer h3,
footer h5 {
    color: #4a4b65 !important;
}
footer p,
footer span {
    font-family: "Inter", sans-serif;
    color: #5a5b75;
    font-size: 1rem;
}
footer a {
    color: #5a5b75;
}
footer a:focus,
footer a:hover {
    color: #444558;
    font-weight: 500;
}
footer .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
footer li.nav-item {
    padding: 0;
    margin: 0;
    padding: 0 1rem 0.5rem 0 !important;
}
footer li.nav-item a {
    display: block;
    font-size: 1rem;
    text-decoration: none;
}
footer li.nav-item:focus,
footer li.nav-item:hover {
    background-color: #f6f9fc;
    border-radius: 1rem;
}
footer li.nav-item.social {
    padding-right: 0.25rem !important;
}
footer .shield {
    width: 2rem;
    cursor: pointer;
}
.social-icon {
    width: 50px;
    height: 50px;
    margin-left: 0.3rem;
}
.fa-square {
    color: #cc3333;
}
@media print {
    .logo {
        width: 260px;
    }
    img {
        width: 100%;
    }
    .img-banner {
        height: 250px !important;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 1rem;
        margin: 10px 0;
    }
    a[href^="#"]:after {
        content: "";
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
        color: #373f4c;
    }
    p {
        color: #373f4c;
    }
    .maintitle {
        margin-top: 30% !important;
    }
    .mainblock {
        width: 100%;
    }
    .mainblock .h2,
    .mainblock h2 {
        margin-top: 50px;
    }
    .feature-image {
        height: 352px !important;
    }
    img[src=""] {
        display: none;
    }
    .iefloat {
        float: right;
    }
}
/*# sourceMappingURL=wmk.min.css.map */
