@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
@import url(../webfonts/stylesheet.css);
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --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));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

    hr:not([size]) {
        height: 1px;
    }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    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: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

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[title],
abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 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: #0d6efd;
    text-decoration: underline;
}

    a:hover {
        color: #0a58ca;
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    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;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

input,
button,
select,
optgroup,
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;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

    button:not(:disabled),
    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled) {
        cursor: pointer;
    }

::-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-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-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: "— ";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    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-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.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;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .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;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .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;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .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;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .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;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .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;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 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;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }

    .table > tbody {
        vertical-align: inherit;
    }

    .table > thead {
        vertical-align: bottom;
    }

    .table > :not(:first-child) {
        border-top: 2px solid 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-borderless > :not(:first-child) {
    border-top-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: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.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;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}

.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;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type=file] {
    overflow: hidden;
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.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;
    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;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        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;
    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;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        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-sm, .form-control-plaintext.form-control-lg {
        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;
        margin-inline-end: 0.5rem;
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: 0.25rem 0.5rem;
        margin: -0.25rem -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;
        margin-inline-end: 1rem;
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: 0.5rem 1rem;
        margin: -0.5rem -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 {
    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: 0.25rem;
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.5em;
        border-radius: 0.25rem;
    }

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    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: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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;
    border-radius: 0.2rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.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(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
}

    .form-check-input[type=checkbox] {
        border-radius: 0.25em;
    }

    .form-check-input[type=radio] {
        border-radius: 50%;
    }

    .form-check-input:active {
        filter: brightness(90%);
    }

    .form-check-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

        .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: #0d6efd;
        border-color: #0d6efd;
        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;
        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;
        transition: background-position 0.15s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        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='%2386b7fe'/%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 {
        pointer-events: none;
        filter: none;
        opacity: 0.65;
    }

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

    .form-range:focus {
        outline: 0;
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        }

    .form-range::-moz-focus-outer {
        border: 0;
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #0d6efd;
        border: 0;
        border-radius: 1rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        appearance: none;
    }

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}

.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: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}

.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);
        line-height: 1.25;
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem 0.75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control {
    padding: 1rem 0.75rem;
}

    .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;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .form-select {
        position: relative;
        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 {
        position: relative;
        z-index: 2;
    }

        .input-group .btn:focus {
            z-index: 3;
        }

.input-group-text {
    display: flex;
    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: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    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) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
    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: #198754;
}

.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: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #198754;
    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='%23198754' 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);
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 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);
}

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: #198754;
}

    .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-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='%23198754' 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);
    }

    .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #198754;
}

    .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
        background-color: #198754;
    }

    .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    }

    .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
        color: #198754;
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1;
}

    .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
    .was-validated .input-group .form-select:valid:focus,
    .input-group .form-select.is-valid:focus {
        z-index: 3;
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.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(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' 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);
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 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);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-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='%23dc3545'%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='%23dc3545' 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);
    }

    .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
        background-color: #dc3545;
    }

    .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
        color: #dc3545;
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2;
}

    .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
    .was-validated .input-group .form-select:invalid:focus,
    .input-group .form-select.is-invalid:focus {
        z-index: 3;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0a58ca;
        border-color: #0a53be;
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

.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;
        box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
    }

    .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #565e64;
        border-color: #51585e;
    }

        .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            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 {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

    .btn-success:hover {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
        box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
    }

    .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #146c43;
        border-color: #13653f;
    }

        .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
        }

    .btn-success:disabled, .btn-success.disabled {
        color: #fff;
        background-color: #198754;
        border-color: #198754;
    }

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

    .btn-info:hover {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2;
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2;
        box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
    }

    .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        color: #000;
        background-color: #3dd5f3;
        border-color: #25cff2;
    }

        .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
        }

    .btn-info:disabled, .btn-info.disabled {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0;
    }

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720;
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720;
        box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
    }

    .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        color: #000;
        background-color: #ffcd39;
        border-color: #ffc720;
    }

        .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
        }

    .btn-warning:disabled, .btn-warning.disabled {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107;
    }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
        box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
    }

    .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #b02a37;
        border-color: #a52834;
    }

        .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
        }

    .btn-danger:disabled, .btn-danger.disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
        box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
    }

    .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
    }

        .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
        }

    .btn-light:disabled, .btn-light.disabled {
        color: #000;
        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;
        box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
    }

    .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1a1e21;
        border-color: #191c1f;
    }

        .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
            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: #0d6efd;
    border-color: #0d6efd;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
    }

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

        .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
        }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled {
        color: #0d6efd;
        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 {
        box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
    }

    .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
            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: #198754;
    border-color: #198754;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #198754;
        border-color: #198754;
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
    }

    .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
        color: #fff;
        background-color: #198754;
        border-color: #198754;
    }

        .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
        }

    .btn-outline-success:disabled, .btn-outline-success.disabled {
        color: #198754;
        background-color: transparent;
    }

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}

    .btn-outline-info:hover {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0;
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
    }

    .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0;
    }

        .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
            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: #ffc107;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
    }

    .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
        }

    .btn-outline-warning:disabled, .btn-outline-warning.disabled {
        color: #ffc107;
        background-color: transparent;
    }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
    }

    .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
        }

    .btn-outline-danger:disabled, .btn-outline-danger.disabled {
        color: #dc3545;
        background-color: transparent;
    }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
    }

    .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
            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 {
        box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
    }

    .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
        color: #fff;
        background-color: #212529;
        border-color: #212529;
    }

        .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
            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: #0d6efd;
    text-decoration: underline;
}

    .btn-link:hover {
        color: #0a58ca;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    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(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .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(0, 0, 0, 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:hover, .dropdown-item:focus {
        color: #1e2125;
        background-color: #e9ecef;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #0d6efd;
    }

    .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(0, 0, 0, 0.15);
}

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6;
    }

        .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
            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: #0d6efd;
        }

        .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
            color: #adb5bd;
        }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgba(0, 0, 0, 0.15);
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6;
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd;
    }

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        flex: 1 1 auto;
    }

        .btn-group > .btn-check:checked + .btn,
        .btn-group > .btn-check:focus + .btn,
        .btn-group > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn-check:checked + .btn,
        .btn-group-vertical > .btn-check:focus + .btn,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .btn-group-vertical > .btn,
    .btn-group-vertical > .btn-group {
        width: 100%;
    }

        .btn-group-vertical > .btn:not(:first-child),
        .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px;
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
        .btn-group-vertical > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn ~ .btn,
        .btn-group-vertical > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    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 {
        transition: none;
    }
}

.nav-link:hover, .nav-link:focus {
    color: #0a58ca;
}

.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: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #0d6efd;
    }

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    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: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-sm,
    .navbar > .container-md,
    .navbar > .container-lg,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        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: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
    }

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    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 {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }

        .navbar-expand-sm .offcanvas-header {
            display: none;
        }

        .navbar-expand-sm .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-sm .offcanvas-top,
        .navbar-expand-sm .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-sm .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }

        .navbar-expand-md .offcanvas-header {
            display: none;
        }

        .navbar-expand-md .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-md .offcanvas-top,
        .navbar-expand-md .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-md .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }

        .navbar-expand-lg .offcanvas-header {
            display: none;
        }

        .navbar-expand-lg .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-lg .offcanvas-top,
        .navbar-expand-lg .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-lg .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xl .offcanvas-header {
            display: none;
        }

        .navbar-expand-xl .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-xl .offcanvas-top,
        .navbar-expand-xl .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-xl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xxl .offcanvas-header {
            display: none;
        }

        .navbar-expand-xxl .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-xxl .offcanvas-top,
        .navbar-expand-xxl .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-xxl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .navbar-expand .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

    .navbar-expand .offcanvas-header {
        display: none;
    }

    .navbar-expand .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand .offcanvas-top,
    .navbar-expand .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 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%280, 0, 0, 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(0, 0, 0, 0.55);
}

    .navbar-light .navbar-text a,
    .navbar-light .navbar-text a:hover,
    .navbar-light .navbar-text a:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .nav-link.active {
        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:hover,
    .navbar-dark .navbar-text a:focus {
        color: #fff;
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

        .card > .card-header + .list-group,
        .card > .list-group + .card-footer {
            border-top: 0;
        }

.card-body {
    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 + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.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(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top,
                .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom,
                .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top,
                .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom,
                .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

.accordion-button {
    position: relative;
    display: flex;
    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;
    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;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 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='%230c63e4'%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");
        transform: rotate(-180deg);
    }

.accordion-button::after {
    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;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .accordion-item:first-of-type {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0;
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
        }

.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;
    }

.breadcrumb {
    display: flex;
    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: #6c757d;
        content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.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: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.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: 0.25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem;
    }

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

    .alert-primary .alert-link {
        color: #06357a;
    }

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

    .alert-secondary .alert-link {
        color: #34383c;
    }

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

    .alert-success .alert-link {
        color: #0c4128;
    }

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

    .alert-info .alert-link {
        color: #04414d;
    }

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

    .alert-warning .alert-link {
        color: #523e02;
    }

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

    .alert-danger .alert-link {
        color: #6a1a21;
    }

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light .alert-link {
        color: #4f5050;
    }

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

    .alert-dark .alert-link {
        color: #101214;
    }

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

    .list-group-numbered > li::before {
        content: counters(section, ".") ". ";
        counter-increment: section;
    }

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

    .list-group-item + .list-group-item {
        border-top-width: 0;
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px;
        }

.list-group-horizontal {
    flex-direction: row;
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px;
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }

        .list-group-horizontal-xxl > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

.list-group-flush {
    border-radius: 0;
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px;
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0;
        }

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #084298;
        background-color: #bacbe6;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #084298;
        border-color: #084298;
    }

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #41464b;
        background-color: #cbccce;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #41464b;
        border-color: #41464b;
    }

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #0f5132;
        background-color: #bcd0c7;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #0f5132;
        border-color: #0f5132;
    }

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #055160;
        background-color: #badce3;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #055160;
        border-color: #055160;
    }

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #664d03;
        background-color: #e6dbb9;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #664d03;
        border-color: #664d03;
    }

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #842029;
        background-color: #dfc2c4;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #842029;
        border-color: #842029;
    }

.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #636464;
        background-color: #e5e5e5;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #636464;
        border-color: #636464;
    }

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #141619;
        background-color: #bebebf;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #141619;
        border-color: #141619;
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 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: 0.25rem;
    opacity: 0.5;
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.75;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        opacity: 1;
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        user-select: none;
        opacity: 0.25;
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .toast.showing {
        opacity: 0;
    }

    .toast:not(.show) {
        display: none;
    }

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

    .toast-container > :not(:last-child) {
        margin-bottom: 0.75rem;
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

    .toast-header .btn-close {
        margin-right: -0.375rem;
        margin-left: 0.75rem;
    }

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    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 {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    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: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    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;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    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-top, .bs-tooltip-auto[data-popper-placement^=top] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
        bottom: 0;
    }

        .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
            top: -1px;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 0.4rem;
}

    .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
            right: -1px;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
        top: 0;
    }

        .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
            bottom: -1px;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 0.4rem;
}

    .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
            left: -1px;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    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;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
    }

        .popover .popover-arrow::before, .popover .popover-arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
        bottom: 0;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
        bottom: 1px;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: #fff;
    }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
        left: 0;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
        left: 1px;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: #fff;
    }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-0.5rem - 1px);
}

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
        top: 0;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
        top: 1px;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: #fff;
    }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
        right: 0;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
        right: 1px;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: #fff;
    }

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    /* rtl:begin:ignore */
    .carousel-item-next:not(.carousel-item-start),
    .active.carousel-item-end {
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start {
        transform: translateX(-100%);
    }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-start,
    .carousel-fade .carousel-item-prev.carousel-item-end {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.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: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        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;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        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-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .offcanvas-backdrop.fade {
        opacity: 0;
    }

    .offcanvas-backdrop.show {
        opacity: 0.5;
    }

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

    .offcanvas-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin-top: -0.5rem;
        margin-right: -0.5rem;
        margin-bottom: -0.5rem;
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}

.offcanvas.show {
    transform: none;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}

    .placeholder.btn::before {
        display: inline-block;
        content: "";
    }

.placeholder-xs {
    min-height: 0.6em;
}

.placeholder-sm {
    min-height: 0.8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #0d6efd;
}

    .link-primary:hover, .link-primary:focus {
        color: #0a58ca;
    }

.link-secondary {
    color: #6c757d;
}

    .link-secondary:hover, .link-secondary:focus {
        color: #565e64;
    }

.link-success {
    color: #198754;
}

    .link-success:hover, .link-success:focus {
        color: #146c43;
    }

.link-info {
    color: #0dcaf0;
}

    .link-info:hover, .link-info:focus {
        color: #3dd5f3;
    }

.link-warning {
    color: #ffc107;
}

    .link-warning:hover, .link-warning:focus {
        color: #ffcd39;
    }

.link-danger {
    color: #dc3545;
}

    .link-danger:hover, .link-danger:focus {
        color: #b02a37;
    }

.link-light {
    color: #f8f9fa;
}

    .link-light:hover, .link-light:focus {
        color: #f9fafb;
    }

.link-dark {
    color: #212529;
}

    .link-dark:hover, .link-dark:focus {
        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: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}

.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;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}

.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;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !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;
}

.d-block {
    display: block !important;
}

.d-grid {
    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: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    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: 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 {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    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: #0d6efd !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #198754 !important;
}

.border-info {
    border-color: #0dcaf0 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !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-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !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 {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    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;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    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-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-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;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.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;
}

.mt-5 {
    margin-top: 3rem !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-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;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !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-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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: calc(1.3rem + 0.6vw) !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;
}

.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;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !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: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !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: 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: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        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;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        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-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-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-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-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-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-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-auto {
        margin-left: auto !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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        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: 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: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        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;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        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-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-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-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-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;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !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-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;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

    .ms-md-auto {
        margin-left: auto !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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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: 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: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        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;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        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-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-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-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-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-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-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-auto {
        margin-left: auto !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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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: 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: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        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;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        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-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-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-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-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-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-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-auto {
        margin-left: auto !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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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: 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: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        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;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        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-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-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-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-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-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-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-auto {
        margin-left: auto !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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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-3 {
        font-size: 1.75rem !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: 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: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

.PlatformOLX-Regular-Web {
    font-family: "Platform OLX Web";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

.PlatformOLX-RegularItalic-Web {
    font-family: "Platform OLX Web";
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
}

.PlatformOLX-Medium-Web {
    font-family: "Platform OLX Web";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

.PlatformOLX-Bold-Web {
    font-family: "Platform OLX Web";
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "Platform OLX Regular";
    src: url("../fonts/olx/PlatformOLX-Regular-Web.woff2") format("woff2"), url("../fonts/olx/PlatformOLX-Regular-Web.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Platform OLX Regular Italic";
    src: url("../fonts/olx/PlatformOLX-RegularItalic-Web.woff2") format("woff2"), url("../fonts/olx/PlatformOLX-RegularItalic-Web.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Platform OLX Medium";
    src: url("../fonts/olx/PlatformOLX-Medium-Web.woff2") format("woff2"), url("../fonts/olx/PlatformOLX-Medium-Web.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Platform OLX Bold";
    src: url("../fonts/olx/PlatformOLX-Bold-Web.woff2") format("woff2"), url("../fonts/olx/PlatformOLX-Bold-Web.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
/* 

$primary: #f40000;
$secondary: #f72525;
$gold: #99774c;
$white: #ffffff;
$black: #000000;
$dark: #373a3c;
$red: #f40000; */
/* 

$primary: #f40000;
$secondary: #f72525;
$gold: #99774c;
$white: #ffffff;
$black: #000000;
$dark: #373a3c;
$red: #f40000; */
.d__block {
    display: block;
}

.d__inline {
    display: inline;
}

.d__run-in {
    display: run-in;
}

.d__flow {
    display: flow;
}

.d__flow-root {
    display: flow-root;
}

.d__table {
    display: table;
}

.d__flex {
    display: flex;
}

.d__grid {
    display: grid;
}

.d__ruby {
    display: ruby;
}

.d__subgrid {
    display: subgrid;
}

.d__contents {
    display: contents;
}

.d__none {
    display: none;
}

.d__inline-block {
    display: inline-block;
}

.d__inline-table {
    display: inline-table;
}

.d__inline-flex {
    display: inline-flex;
}

.d__inline-grid {
    display: inline-grid;
}

.d__initial {
    display: initial;
}

.d__unset {
    display: unset;
}

.align-items__flex-start {
    align-items: flex-start;
}

.align-items__flex-end {
    align-items: flex-end;
}

.align-items__center {
    align-items: center;
}

.align-items__baseline {
    align-items: baseline;
}

.align-items__stretch {
    align-items: stretch;
}

.justify-content__flex-start {
    justify-content: flex-start;
}

.justify-content__flex-end {
    justify-content: flex-end;
}

.justify-content__center {
    justify-content: center;
}

.justify-content__space-between {
    justify-content: space-between;
}

.justify-content__space-around {
    justify-content: space-around;
}

.justify-content__space-evenly {
    justify-content: space-evenly;
}

.w-0 {
    width: 0;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.w-25px {
    width: 25px;
}

.w-50px {
    width: 50px;
}

.w-75px {
    width: 75px;
}

.w-100px {
    width: 100px;
}

.w-1em {
    width: 1em;
}

.w-2em {
    width: 2em;
}

.w-3em {
    width: 3em;
}

.w-25vh {
    width: 25vh;
}

.w-50vh {
    width: 50vh;
}

.w-75vh {
    width: 75vh;
}

.w-100vh {
    width: 100vh;
}

.w-25vmax {
    width: 25vmax;
}

.w-50vmax {
    width: 50vmax;
}

.w-75vmax {
    width: 75vmax;
}

.w-100vmax {
    width: 100vmax;
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
}

.h-0 {
    height: 0 !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-25px {
    height: 25px !important;
}

.h-50px {
    height: 50px !important;
}

.h-75px {
    height: 75px !important;
}

.h-100px {
    height: 100px !important;
}

.h-125px {
    height: 125px !important;
}

.h-130px {
    height: 130px !important;
}

.h-135px {
    height: 135px !important;
}

.h-145px {
    height: 145px !important;
}

.h-150px {
    height: 150px !important;
}

.h-155px {
    height: 155px !important;
}

.h-160px {
    height: 160px !important;
}

.h-165px {
    height: 165px !important;
}

.h-175px {
    height: 175px !important;
}

.h-200px {
    height: 200px !important;
}

.h-207px {
    height: 207px !important;
}

.h-210px {
    height: 210px !important;
}

.h-250px {
    height: 250px !important;
}

.h-1em {
    height: 1em !important;
}

.h-2em {
    height: 2em !important;
}

.h-3em {
    height: 3em !important;
}

.h-25vh {
    height: 25vh !important;
}

.h-50vh {
    height: 50vh !important;
}

.h-75vh {
    height: 75vh !important;
}

.h-100vh {
    height: 100vh !important;
}

.h-25vmax {
    height: 25vmax !important;
}

.h-50vmax {
    height: 50vmax !important;
}

.h-75vmax {
    height: 75vmax !important;
}

.h-100vmax {
    height: 100vmax !important;
}

.font-0 {
    font-size: 0;
}

.font-25 {
    font-size: 25%;
}

.font-50 {
    font-size: 50%;
}

.font-75 {
    font-size: 75%;
}

.font-100 {
    font-size: 100%;
}

.font-14px {
    font-size: 14px;
}

.font-24px {
    font-size: 24px;
}

.font-25px {
    font-size: 25px;
}

.font-36px {
    font-size: 36px;
}

.font-40px {
    font-size: 40px;
}

.font-50px {
    font-size: 50px;
}

.font-75px {
    font-size: 75px;
}

.font-100px {
    font-size: 100px;
}

.font-125px {
    font-size: 125px;
}

.font-150px {
    font-size: 150px;
}

.font-175px {
    font-size: 175px;
}

.font-200px {
    font-size: 200px;
}

.font-1em {
    font-size: 1em;
}

.font-2em {
    font-size: 2em;
}

.font-3em {
    font-size: 3em;
}

.font-25vh {
    font-size: 25vh;
}

.font-50vh {
    font-size: 50vh;
}

.font-75vh {
    font-size: 75vh;
}

.font-100vh {
    font-size: 100vh;
}

.font-25vmax {
    font-size: 25vmax;
}

.font-50vmax {
    font-size: 50vmax;
}

.font-75vmax {
    font-size: 75vmax;
}

.font-100vmax {
    font-size: 100vmax;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.p-1px {
    padding: 1px;
}

.pl-1px {
    padding-left: 1px;
}

.pr-1px {
    padding-right: 1px;
}

.pt-1px {
    padding-top: 1px;
}

.pb-1px {
    padding-bottom: 1px;
}

.px-1px {
    padding-left: 1px;
    padding-right: 1px;
}

.py-1px {
    padding-top: 1px;
    padding-bottom: 1px;
}

.p-2px {
    padding: 2px;
}

.pl-2px {
    padding-left: 2px;
}

.pr-2px {
    padding-right: 2px;
}

.pt-2px {
    padding-top: 2px;
}

.pb-2px {
    padding-bottom: 2px;
}

.px-2px {
    padding-left: 2px;
    padding-right: 2px;
}

.py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
}

.p-3px {
    padding: 3px;
}

.pl-3px {
    padding-left: 3px;
}

.pr-3px {
    padding-right: 3px;
}

.pt-3px {
    padding-top: 3px;
}

.pb-3px {
    padding-bottom: 3px;
}

.px-3px {
    padding-left: 3px;
    padding-right: 3px;
}

.py-3px {
    padding-top: 3px;
    padding-bottom: 3px;
}

.p-4px {
    padding: 4px;
}

.pl-4px {
    padding-left: 4px;
}

.pr-4px {
    padding-right: 4px;
}

.pt-4px {
    padding-top: 4px;
}

.pb-4px {
    padding-bottom: 4px;
}

.px-4px {
    padding-left: 4px;
    padding-right: 4px;
}

.py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
}

.p-5px {
    padding: 5px;
}

.pl-5px {
    padding-left: 5px;
}

.pr-5px {
    padding-right: 5px;
}

.pt-5px {
    padding-top: 5px;
}

.pb-5px {
    padding-bottom: 5px;
}

.px-5px {
    padding-left: 5px;
    padding-right: 5px;
}

.py-5px {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-6px {
    padding: 6px;
}

.pl-6px {
    padding-left: 6px;
}

.pr-6px {
    padding-right: 6px;
}

.pt-6px {
    padding-top: 6px;
}

.pb-6px {
    padding-bottom: 6px;
}

.px-6px {
    padding-left: 6px;
    padding-right: 6px;
}

.py-6px {
    padding-top: 6px;
    padding-bottom: 6px;
}

.p-7px {
    padding: 7px;
}

.pl-7px {
    padding-left: 7px;
}

.pr-7px {
    padding-right: 7px;
}

.pt-7px {
    padding-top: 7px;
}

.pb-7px {
    padding-bottom: 7px;
}

.px-7px {
    padding-left: 7px;
    padding-right: 7px;
}

.py-7px {
    padding-top: 7px;
    padding-bottom: 7px;
}

.p-8px {
    padding: 8px;
}

.pl-8px {
    padding-left: 8px;
}

.pr-8px {
    padding-right: 8px;
}

.pt-8px {
    padding-top: 8px;
}

.pb-8px {
    padding-bottom: 8px;
}

.px-8px {
    padding-left: 8px;
    padding-right: 8px;
}

.py-8px {
    padding-top: 8px;
    padding-bottom: 8px;
}

.p-9px {
    padding: 9px;
}

.pl-9px {
    padding-left: 9px;
}

.pr-9px {
    padding-right: 9px;
}

.pt-9px {
    padding-top: 9px;
}

.pb-9px {
    padding-bottom: 9px;
}

.px-9px {
    padding-left: 9px;
    padding-right: 9px;
}

.py-9px {
    padding-top: 9px;
    padding-bottom: 9px;
}

.p-10px {
    padding: 10px;
}

.pl-10px {
    padding-left: 10px;
}

.pr-10px {
    padding-right: 10px;
}

.pt-10px {
    padding-top: 10px;
}

.pb-10px {
    padding-bottom: 10px;
}

.px-10px {
    padding-left: 10px;
    padding-right: 10px;
}

.py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-11px {
    padding: 11px;
}

.pl-11px {
    padding-left: 11px;
}

.pr-11px {
    padding-right: 11px;
}

.pt-11px {
    padding-top: 11px;
}

.pb-11px {
    padding-bottom: 11px;
}

.px-11px {
    padding-left: 11px;
    padding-right: 11px;
}

.py-11px {
    padding-top: 11px;
    padding-bottom: 11px;
}

.p-12px {
    padding: 12px;
}

.pl-12px {
    padding-left: 12px;
}

.pr-12px {
    padding-right: 12px;
}

.pt-12px {
    padding-top: 12px;
}

.pb-12px {
    padding-bottom: 12px;
}

.px-12px {
    padding-left: 12px;
    padding-right: 12px;
}

.py-12px {
    padding-top: 12px;
    padding-bottom: 12px;
}

.p-13px {
    padding: 13px;
}

.pl-13px {
    padding-left: 13px;
}

.pr-13px {
    padding-right: 13px;
}

.pt-13px {
    padding-top: 13px;
}

.pb-13px {
    padding-bottom: 13px;
}

.px-13px {
    padding-left: 13px;
    padding-right: 13px;
}

.py-13px {
    padding-top: 13px;
    padding-bottom: 13px;
}

.p-14px {
    padding: 14px;
}

.pl-14px {
    padding-left: 14px;
}

.pr-14px {
    padding-right: 14px;
}

.pt-14px {
    padding-top: 14px;
}

.pb-14px {
    padding-bottom: 14px;
}

.px-14px {
    padding-left: 14px;
    padding-right: 14px;
}

.py-14px {
    padding-top: 14px;
    padding-bottom: 14px;
}

.p-15px {
    padding: 15px;
}

.pl-15px {
    padding-left: 15px;
}

.pr-15px {
    padding-right: 15px;
}

.pt-15px {
    padding-top: 15px;
}

.pb-15px {
    padding-bottom: 15px;
}

.px-15px {
    padding-left: 15px;
    padding-right: 15px;
}

.py-15px {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-16px {
    padding: 16px;
}

.pl-16px {
    padding-left: 16px;
}

.pr-16px {
    padding-right: 16px;
}

.pt-16px {
    padding-top: 16px;
}

.pb-16px {
    padding-bottom: 16px;
}

.px-16px {
    padding-left: 16px;
    padding-right: 16px;
}

.py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
}

.p-17px {
    padding: 17px;
}

.pl-17px {
    padding-left: 17px;
}

.pr-17px {
    padding-right: 17px;
}

.pt-17px {
    padding-top: 17px;
}

.pb-17px {
    padding-bottom: 17px;
}

.px-17px {
    padding-left: 17px;
    padding-right: 17px;
}

.py-17px {
    padding-top: 17px;
    padding-bottom: 17px;
}

.p-18px {
    padding: 18px;
}

.pl-18px {
    padding-left: 18px;
}

.pr-18px {
    padding-right: 18px;
}

.pt-18px {
    padding-top: 18px;
}

.pb-18px {
    padding-bottom: 18px;
}

.px-18px {
    padding-left: 18px;
    padding-right: 18px;
}

.py-18px {
    padding-top: 18px;
    padding-bottom: 18px;
}

.p-19px {
    padding: 19px;
}

.pl-19px {
    padding-left: 19px;
}

.pr-19px {
    padding-right: 19px;
}

.pt-19px {
    padding-top: 19px;
}

.pb-19px {
    padding-bottom: 19px;
}

.px-19px {
    padding-left: 19px;
    padding-right: 19px;
}

.py-19px {
    padding-top: 19px;
    padding-bottom: 19px;
}

.p-20px {
    padding: 20px;
}

.pl-20px {
    padding-left: 20px;
}

.pr-20px {
    padding-right: 20px;
}

.pt-20px {
    padding-top: 20px;
}

.pb-20px {
    padding-bottom: 20px;
}

.px-20px {
    padding-left: 20px;
    padding-right: 20px;
}

.py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-21px {
    padding: 21px;
}

.pl-21px {
    padding-left: 21px;
}

.pr-21px {
    padding-right: 21px;
}

.pt-21px {
    padding-top: 21px;
}

.pb-21px {
    padding-bottom: 21px;
}

.px-21px {
    padding-left: 21px;
    padding-right: 21px;
}

.py-21px {
    padding-top: 21px;
    padding-bottom: 21px;
}

.p-22px {
    padding: 22px;
}

.pl-22px {
    padding-left: 22px;
}

.pr-22px {
    padding-right: 22px;
}

.pt-22px {
    padding-top: 22px;
}

.pb-22px {
    padding-bottom: 22px;
}

.px-22px {
    padding-left: 22px;
    padding-right: 22px;
}

.py-22px {
    padding-top: 22px;
    padding-bottom: 22px;
}

.p-23px {
    padding: 23px;
}

.pl-23px {
    padding-left: 23px;
}

.pr-23px {
    padding-right: 23px;
}

.pt-23px {
    padding-top: 23px;
}

.pb-23px {
    padding-bottom: 23px;
}

.px-23px {
    padding-left: 23px;
    padding-right: 23px;
}

.py-23px {
    padding-top: 23px;
    padding-bottom: 23px;
}

.p-24px {
    padding: 24px;
}

.pl-24px {
    padding-left: 24px;
}

.pr-24px {
    padding-right: 24px;
}

.pt-24px {
    padding-top: 24px;
}

.pb-24px {
    padding-bottom: 24px;
}

.px-24px {
    padding-left: 24px;
    padding-right: 24px;
}

.py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
}

.p-25px {
    padding: 25px;
}

.pl-25px {
    padding-left: 25px;
}

.pr-25px {
    padding-right: 25px;
}

.pt-25px {
    padding-top: 25px;
}

.pb-25px {
    padding-bottom: 25px;
}

.px-25px {
    padding-left: 25px;
    padding-right: 25px;
}

.py-25px {
    padding-top: 25px;
    padding-bottom: 25px;
}

.p-26px {
    padding: 26px;
}

.pl-26px {
    padding-left: 26px;
}

.pr-26px {
    padding-right: 26px;
}

.pt-26px {
    padding-top: 26px;
}

.pb-26px {
    padding-bottom: 26px;
}

.px-26px {
    padding-left: 26px;
    padding-right: 26px;
}

.py-26px {
    padding-top: 26px;
    padding-bottom: 26px;
}

.p-27px {
    padding: 27px;
}

.pl-27px {
    padding-left: 27px;
}

.pr-27px {
    padding-right: 27px;
}

.pt-27px {
    padding-top: 27px;
}

.pb-27px {
    padding-bottom: 27px;
}

.px-27px {
    padding-left: 27px;
    padding-right: 27px;
}

.py-27px {
    padding-top: 27px;
    padding-bottom: 27px;
}

.p-28px {
    padding: 28px;
}

.pl-28px {
    padding-left: 28px;
}

.pr-28px {
    padding-right: 28px;
}

.pt-28px {
    padding-top: 28px;
}

.pb-28px {
    padding-bottom: 28px;
}

.px-28px {
    padding-left: 28px;
    padding-right: 28px;
}

.py-28px {
    padding-top: 28px;
    padding-bottom: 28px;
}

.p-29px {
    padding: 29px;
}

.pl-29px {
    padding-left: 29px;
}

.pr-29px {
    padding-right: 29px;
}

.pt-29px {
    padding-top: 29px;
}

.pb-29px {
    padding-bottom: 29px;
}

.px-29px {
    padding-left: 29px;
    padding-right: 29px;
}

.py-29px {
    padding-top: 29px;
    padding-bottom: 29px;
}

.p-30px {
    padding: 30px;
}

.pl-30px {
    padding-left: 30px;
}

.pr-30px {
    padding-right: 30px;
}

.pt-30px {
    padding-top: 30px;
}

.pb-30px {
    padding-bottom: 30px;
}

.px-30px {
    padding-left: 30px;
    padding-right: 30px;
}

.py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-31px {
    padding: 31px;
}

.pl-31px {
    padding-left: 31px;
}

.pr-31px {
    padding-right: 31px;
}

.pt-31px {
    padding-top: 31px;
}

.pb-31px {
    padding-bottom: 31px;
}

.px-31px {
    padding-left: 31px;
    padding-right: 31px;
}

.py-31px {
    padding-top: 31px;
    padding-bottom: 31px;
}

.p-32px {
    padding: 32px;
}

.pl-32px {
    padding-left: 32px;
}

.pr-32px {
    padding-right: 32px;
}

.pt-32px {
    padding-top: 32px;
}

.pb-32px {
    padding-bottom: 32px;
}

.px-32px {
    padding-left: 32px;
    padding-right: 32px;
}

.py-32px {
    padding-top: 32px;
    padding-bottom: 32px;
}

.p-33px {
    padding: 33px;
}

.pl-33px {
    padding-left: 33px;
}

.pr-33px {
    padding-right: 33px;
}

.pt-33px {
    padding-top: 33px;
}

.pb-33px {
    padding-bottom: 33px;
}

.px-33px {
    padding-left: 33px;
    padding-right: 33px;
}

.py-33px {
    padding-top: 33px;
    padding-bottom: 33px;
}

.p-34px {
    padding: 34px;
}

.pl-34px {
    padding-left: 34px;
}

.pr-34px {
    padding-right: 34px;
}

.pt-34px {
    padding-top: 34px;
}

.pb-34px {
    padding-bottom: 34px;
}

.px-34px {
    padding-left: 34px;
    padding-right: 34px;
}

.py-34px {
    padding-top: 34px;
    padding-bottom: 34px;
}

.p-35px {
    padding: 35px;
}

.pl-35px {
    padding-left: 35px;
}

.pr-35px {
    padding-right: 35px;
}

.pt-35px {
    padding-top: 35px;
}

.pb-35px {
    padding-bottom: 35px;
}

.px-35px {
    padding-left: 35px;
    padding-right: 35px;
}

.py-35px {
    padding-top: 35px;
    padding-bottom: 35px;
}

.p-36px {
    padding: 36px;
}

.pl-36px {
    padding-left: 36px;
}

.pr-36px {
    padding-right: 36px;
}

.pt-36px {
    padding-top: 36px;
}

.pb-36px {
    padding-bottom: 36px;
}

.px-36px {
    padding-left: 36px;
    padding-right: 36px;
}

.py-36px {
    padding-top: 36px;
    padding-bottom: 36px;
}

.p-37px {
    padding: 37px;
}

.pl-37px {
    padding-left: 37px;
}

.pr-37px {
    padding-right: 37px;
}

.pt-37px {
    padding-top: 37px;
}

.pb-37px {
    padding-bottom: 37px;
}

.px-37px {
    padding-left: 37px;
    padding-right: 37px;
}

.py-37px {
    padding-top: 37px;
    padding-bottom: 37px;
}

.p-38px {
    padding: 38px;
}

.pl-38px {
    padding-left: 38px;
}

.pr-38px {
    padding-right: 38px;
}

.pt-38px {
    padding-top: 38px;
}

.pb-38px {
    padding-bottom: 38px;
}

.px-38px {
    padding-left: 38px;
    padding-right: 38px;
}

.py-38px {
    padding-top: 38px;
    padding-bottom: 38px;
}

.p-39px {
    padding: 39px;
}

.pl-39px {
    padding-left: 39px;
}

.pr-39px {
    padding-right: 39px;
}

.pt-39px {
    padding-top: 39px;
}

.pb-39px {
    padding-bottom: 39px;
}

.px-39px {
    padding-left: 39px;
    padding-right: 39px;
}

.py-39px {
    padding-top: 39px;
    padding-bottom: 39px;
}

.p-40px {
    padding: 40px;
}

.pl-40px {
    padding-left: 40px;
}

.pr-40px {
    padding-right: 40px;
}

.pt-40px {
    padding-top: 40px;
}

.pb-40px {
    padding-bottom: 40px;
}

.px-40px {
    padding-left: 40px;
    padding-right: 40px;
}

.py-40px {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-41px {
    padding: 41px;
}

.pl-41px {
    padding-left: 41px;
}

.pr-41px {
    padding-right: 41px;
}

.pt-41px {
    padding-top: 41px;
}

.pb-41px {
    padding-bottom: 41px;
}

.px-41px {
    padding-left: 41px;
    padding-right: 41px;
}

.py-41px {
    padding-top: 41px;
    padding-bottom: 41px;
}

.p-42px {
    padding: 42px;
}

.pl-42px {
    padding-left: 42px;
}

.pr-42px {
    padding-right: 42px;
}

.pt-42px {
    padding-top: 42px;
}

.pb-42px {
    padding-bottom: 42px;
}

.px-42px {
    padding-left: 42px;
    padding-right: 42px;
}

.py-42px {
    padding-top: 42px;
    padding-bottom: 42px;
}

.p-43px {
    padding: 43px;
}

.pl-43px {
    padding-left: 43px;
}

.pr-43px {
    padding-right: 43px;
}

.pt-43px {
    padding-top: 43px;
}

.pb-43px {
    padding-bottom: 43px;
}

.px-43px {
    padding-left: 43px;
    padding-right: 43px;
}

.py-43px {
    padding-top: 43px;
    padding-bottom: 43px;
}

.p-44px {
    padding: 44px;
}

.pl-44px {
    padding-left: 44px;
}

.pr-44px {
    padding-right: 44px;
}

.pt-44px {
    padding-top: 44px;
}

.pb-44px {
    padding-bottom: 44px;
}

.px-44px {
    padding-left: 44px;
    padding-right: 44px;
}

.py-44px {
    padding-top: 44px;
    padding-bottom: 44px;
}

.p-45px {
    padding: 45px;
}

.pl-45px {
    padding-left: 45px;
}

.pr-45px {
    padding-right: 45px;
}

.pt-45px {
    padding-top: 45px;
}

.pb-45px {
    padding-bottom: 45px;
}

.px-45px {
    padding-left: 45px;
    padding-right: 45px;
}

.py-45px {
    padding-top: 45px;
    padding-bottom: 45px;
}

.p-46px {
    padding: 46px;
}

.pl-46px {
    padding-left: 46px;
}

.pr-46px {
    padding-right: 46px;
}

.pt-46px {
    padding-top: 46px;
}

.pb-46px {
    padding-bottom: 46px;
}

.px-46px {
    padding-left: 46px;
    padding-right: 46px;
}

.py-46px {
    padding-top: 46px;
    padding-bottom: 46px;
}

.p-47px {
    padding: 47px;
}

.pl-47px {
    padding-left: 47px;
}

.pr-47px {
    padding-right: 47px;
}

.pt-47px {
    padding-top: 47px;
}

.pb-47px {
    padding-bottom: 47px;
}

.px-47px {
    padding-left: 47px;
    padding-right: 47px;
}

.py-47px {
    padding-top: 47px;
    padding-bottom: 47px;
}

.p-48px {
    padding: 48px;
}

.pl-48px {
    padding-left: 48px;
}

.pr-48px {
    padding-right: 48px;
}

.pt-48px {
    padding-top: 48px;
}

.pb-48px {
    padding-bottom: 48px;
}

.px-48px {
    padding-left: 48px;
    padding-right: 48px;
}

.py-48px {
    padding-top: 48px;
    padding-bottom: 48px;
}

.p-49px {
    padding: 49px;
}

.pl-49px {
    padding-left: 49px;
}

.pr-49px {
    padding-right: 49px;
}

.pt-49px {
    padding-top: 49px;
}

.pb-49px {
    padding-bottom: 49px;
}

.px-49px {
    padding-left: 49px;
    padding-right: 49px;
}

.py-49px {
    padding-top: 49px;
    padding-bottom: 49px;
}

.p-50px {
    padding: 50px;
}

.pl-50px {
    padding-left: 50px;
}

.pr-50px {
    padding-right: 50px;
}

.pt-50px {
    padding-top: 50px;
}

.pb-50px {
    padding-bottom: 50px;
}

.px-50px {
    padding-left: 50px;
    padding-right: 50px;
}

.py-50px {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-51px {
    padding: 51px;
}

.pl-51px {
    padding-left: 51px;
}

.pr-51px {
    padding-right: 51px;
}

.pt-51px {
    padding-top: 51px;
}

.pb-51px {
    padding-bottom: 51px;
}

.px-51px {
    padding-left: 51px;
    padding-right: 51px;
}

.py-51px {
    padding-top: 51px;
    padding-bottom: 51px;
}

.p-52px {
    padding: 52px;
}

.pl-52px {
    padding-left: 52px;
}

.pr-52px {
    padding-right: 52px;
}

.pt-52px {
    padding-top: 52px;
}

.pb-52px {
    padding-bottom: 52px;
}

.px-52px {
    padding-left: 52px;
    padding-right: 52px;
}

.py-52px {
    padding-top: 52px;
    padding-bottom: 52px;
}

.p-53px {
    padding: 53px;
}

.pl-53px {
    padding-left: 53px;
}

.pr-53px {
    padding-right: 53px;
}

.pt-53px {
    padding-top: 53px;
}

.pb-53px {
    padding-bottom: 53px;
}

.px-53px {
    padding-left: 53px;
    padding-right: 53px;
}

.py-53px {
    padding-top: 53px;
    padding-bottom: 53px;
}

.p-54px {
    padding: 54px;
}

.pl-54px {
    padding-left: 54px;
}

.pr-54px {
    padding-right: 54px;
}

.pt-54px {
    padding-top: 54px;
}

.pb-54px {
    padding-bottom: 54px;
}

.px-54px {
    padding-left: 54px;
    padding-right: 54px;
}

.py-54px {
    padding-top: 54px;
    padding-bottom: 54px;
}

.p-55px {
    padding: 55px;
}

.pl-55px {
    padding-left: 55px;
}

.pr-55px {
    padding-right: 55px;
}

.pt-55px {
    padding-top: 55px;
}

.pb-55px {
    padding-bottom: 55px;
}

.px-55px {
    padding-left: 55px;
    padding-right: 55px;
}

.py-55px {
    padding-top: 55px;
    padding-bottom: 55px;
}

.p-56px {
    padding: 56px;
}

.pl-56px {
    padding-left: 56px;
}

.pr-56px {
    padding-right: 56px;
}

.pt-56px {
    padding-top: 56px;
}

.pb-56px {
    padding-bottom: 56px;
}

.px-56px {
    padding-left: 56px;
    padding-right: 56px;
}

.py-56px {
    padding-top: 56px;
    padding-bottom: 56px;
}

.p-57px {
    padding: 57px;
}

.pl-57px {
    padding-left: 57px;
}

.pr-57px {
    padding-right: 57px;
}

.pt-57px {
    padding-top: 57px;
}

.pb-57px {
    padding-bottom: 57px;
}

.px-57px {
    padding-left: 57px;
    padding-right: 57px;
}

.py-57px {
    padding-top: 57px;
    padding-bottom: 57px;
}

.p-58px {
    padding: 58px;
}

.pl-58px {
    padding-left: 58px;
}

.pr-58px {
    padding-right: 58px;
}

.pt-58px {
    padding-top: 58px;
}

.pb-58px {
    padding-bottom: 58px;
}

.px-58px {
    padding-left: 58px;
    padding-right: 58px;
}

.py-58px {
    padding-top: 58px;
    padding-bottom: 58px;
}

.p-59px {
    padding: 59px;
}

.pl-59px {
    padding-left: 59px;
}

.pr-59px {
    padding-right: 59px;
}

.pt-59px {
    padding-top: 59px;
}

.pb-59px {
    padding-bottom: 59px;
}

.px-59px {
    padding-left: 59px;
    padding-right: 59px;
}

.py-59px {
    padding-top: 59px;
    padding-bottom: 59px;
}

.p-60px {
    padding: 60px;
}

.pl-60px {
    padding-left: 60px;
}

.pr-60px {
    padding-right: 60px;
}

.pt-60px {
    padding-top: 60px;
}

.pb-60px {
    padding-bottom: 60px;
}

.px-60px {
    padding-left: 60px;
    padding-right: 60px;
}

.py-60px {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-61px {
    padding: 61px;
}

.pl-61px {
    padding-left: 61px;
}

.pr-61px {
    padding-right: 61px;
}

.pt-61px {
    padding-top: 61px;
}

.pb-61px {
    padding-bottom: 61px;
}

.px-61px {
    padding-left: 61px;
    padding-right: 61px;
}

.py-61px {
    padding-top: 61px;
    padding-bottom: 61px;
}

.p-62px {
    padding: 62px;
}

.pl-62px {
    padding-left: 62px;
}

.pr-62px {
    padding-right: 62px;
}

.pt-62px {
    padding-top: 62px;
}

.pb-62px {
    padding-bottom: 62px;
}

.px-62px {
    padding-left: 62px;
    padding-right: 62px;
}

.py-62px {
    padding-top: 62px;
    padding-bottom: 62px;
}

.p-63px {
    padding: 63px;
}

.pl-63px {
    padding-left: 63px;
}

.pr-63px {
    padding-right: 63px;
}

.pt-63px {
    padding-top: 63px;
}

.pb-63px {
    padding-bottom: 63px;
}

.px-63px {
    padding-left: 63px;
    padding-right: 63px;
}

.py-63px {
    padding-top: 63px;
    padding-bottom: 63px;
}

.p-64px {
    padding: 64px;
}

.pl-64px {
    padding-left: 64px;
}

.pr-64px {
    padding-right: 64px;
}

.pt-64px {
    padding-top: 64px;
}

.pb-64px {
    padding-bottom: 64px;
}

.px-64px {
    padding-left: 64px;
    padding-right: 64px;
}

.py-64px {
    padding-top: 64px;
    padding-bottom: 64px;
}

.p-65px {
    padding: 65px;
}

.pl-65px {
    padding-left: 65px;
}

.pr-65px {
    padding-right: 65px;
}

.pt-65px {
    padding-top: 65px;
}

.pb-65px {
    padding-bottom: 65px;
}

.px-65px {
    padding-left: 65px;
    padding-right: 65px;
}

.py-65px {
    padding-top: 65px;
    padding-bottom: 65px;
}

.p-66px {
    padding: 66px;
}

.pl-66px {
    padding-left: 66px;
}

.pr-66px {
    padding-right: 66px;
}

.pt-66px {
    padding-top: 66px;
}

.pb-66px {
    padding-bottom: 66px;
}

.px-66px {
    padding-left: 66px;
    padding-right: 66px;
}

.py-66px {
    padding-top: 66px;
    padding-bottom: 66px;
}

.p-67px {
    padding: 67px;
}

.pl-67px {
    padding-left: 67px;
}

.pr-67px {
    padding-right: 67px;
}

.pt-67px {
    padding-top: 67px;
}

.pb-67px {
    padding-bottom: 67px;
}

.px-67px {
    padding-left: 67px;
    padding-right: 67px;
}

.py-67px {
    padding-top: 67px;
    padding-bottom: 67px;
}

.p-68px {
    padding: 68px;
}

.pl-68px {
    padding-left: 68px;
}

.pr-68px {
    padding-right: 68px;
}

.pt-68px {
    padding-top: 68px;
}

.pb-68px {
    padding-bottom: 68px;
}

.px-68px {
    padding-left: 68px;
    padding-right: 68px;
}

.py-68px {
    padding-top: 68px;
    padding-bottom: 68px;
}

.p-69px {
    padding: 69px;
}

.pl-69px {
    padding-left: 69px;
}

.pr-69px {
    padding-right: 69px;
}

.pt-69px {
    padding-top: 69px;
}

.pb-69px {
    padding-bottom: 69px;
}

.px-69px {
    padding-left: 69px;
    padding-right: 69px;
}

.py-69px {
    padding-top: 69px;
    padding-bottom: 69px;
}

.p-70px {
    padding: 70px;
}

.pl-70px {
    padding-left: 70px;
}

.pr-70px {
    padding-right: 70px;
}

.pt-70px {
    padding-top: 70px;
}

.pb-70px {
    padding-bottom: 70px;
}

.px-70px {
    padding-left: 70px;
    padding-right: 70px;
}

.py-70px {
    padding-top: 70px;
    padding-bottom: 70px;
}

.p-71px {
    padding: 71px;
}

.pl-71px {
    padding-left: 71px;
}

.pr-71px {
    padding-right: 71px;
}

.pt-71px {
    padding-top: 71px;
}

.pb-71px {
    padding-bottom: 71px;
}

.px-71px {
    padding-left: 71px;
    padding-right: 71px;
}

.py-71px {
    padding-top: 71px;
    padding-bottom: 71px;
}

.p-72px {
    padding: 72px;
}

.pl-72px {
    padding-left: 72px;
}

.pr-72px {
    padding-right: 72px;
}

.pt-72px {
    padding-top: 72px;
}

.pb-72px {
    padding-bottom: 72px;
}

.px-72px {
    padding-left: 72px;
    padding-right: 72px;
}

.py-72px {
    padding-top: 72px;
    padding-bottom: 72px;
}

.p-73px {
    padding: 73px;
}

.pl-73px {
    padding-left: 73px;
}

.pr-73px {
    padding-right: 73px;
}

.pt-73px {
    padding-top: 73px;
}

.pb-73px {
    padding-bottom: 73px;
}

.px-73px {
    padding-left: 73px;
    padding-right: 73px;
}

.py-73px {
    padding-top: 73px;
    padding-bottom: 73px;
}

.p-74px {
    padding: 74px;
}

.pl-74px {
    padding-left: 74px;
}

.pr-74px {
    padding-right: 74px;
}

.pt-74px {
    padding-top: 74px;
}

.pb-74px {
    padding-bottom: 74px;
}

.px-74px {
    padding-left: 74px;
    padding-right: 74px;
}

.py-74px {
    padding-top: 74px;
    padding-bottom: 74px;
}

.p-75px {
    padding: 75px;
}

.pl-75px {
    padding-left: 75px;
}

.pr-75px {
    padding-right: 75px;
}

.pt-75px {
    padding-top: 75px;
}

.pb-75px {
    padding-bottom: 75px;
}

.px-75px {
    padding-left: 75px;
    padding-right: 75px;
}

.py-75px {
    padding-top: 75px;
    padding-bottom: 75px;
}

.p-76px {
    padding: 76px;
}

.pl-76px {
    padding-left: 76px;
}

.pr-76px {
    padding-right: 76px;
}

.pt-76px {
    padding-top: 76px;
}

.pb-76px {
    padding-bottom: 76px;
}

.px-76px {
    padding-left: 76px;
    padding-right: 76px;
}

.py-76px {
    padding-top: 76px;
    padding-bottom: 76px;
}

.p-77px {
    padding: 77px;
}

.pl-77px {
    padding-left: 77px;
}

.pr-77px {
    padding-right: 77px;
}

.pt-77px {
    padding-top: 77px;
}

.pb-77px {
    padding-bottom: 77px;
}

.px-77px {
    padding-left: 77px;
    padding-right: 77px;
}

.py-77px {
    padding-top: 77px;
    padding-bottom: 77px;
}

.p-78px {
    padding: 78px;
}

.pl-78px {
    padding-left: 78px;
}

.pr-78px {
    padding-right: 78px;
}

.pt-78px {
    padding-top: 78px;
}

.pb-78px {
    padding-bottom: 78px;
}

.px-78px {
    padding-left: 78px;
    padding-right: 78px;
}

.py-78px {
    padding-top: 78px;
    padding-bottom: 78px;
}

.p-79px {
    padding: 79px;
}

.pl-79px {
    padding-left: 79px;
}

.pr-79px {
    padding-right: 79px;
}

.pt-79px {
    padding-top: 79px;
}

.pb-79px {
    padding-bottom: 79px;
}

.px-79px {
    padding-left: 79px;
    padding-right: 79px;
}

.py-79px {
    padding-top: 79px;
    padding-bottom: 79px;
}

.p-80px {
    padding: 80px;
}

.pl-80px {
    padding-left: 80px;
}

.pr-80px {
    padding-right: 80px;
}

.pt-80px {
    padding-top: 80px;
}

.pb-80px {
    padding-bottom: 80px;
}

.px-80px {
    padding-left: 80px;
    padding-right: 80px;
}

.py-80px {
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-81px {
    padding: 81px;
}

.pl-81px {
    padding-left: 81px;
}

.pr-81px {
    padding-right: 81px;
}

.pt-81px {
    padding-top: 81px;
}

.pb-81px {
    padding-bottom: 81px;
}

.px-81px {
    padding-left: 81px;
    padding-right: 81px;
}

.py-81px {
    padding-top: 81px;
    padding-bottom: 81px;
}

.p-82px {
    padding: 82px;
}

.pl-82px {
    padding-left: 82px;
}

.pr-82px {
    padding-right: 82px;
}

.pt-82px {
    padding-top: 82px;
}

.pb-82px {
    padding-bottom: 82px;
}

.px-82px {
    padding-left: 82px;
    padding-right: 82px;
}

.py-82px {
    padding-top: 82px;
    padding-bottom: 82px;
}

.p-83px {
    padding: 83px;
}

.pl-83px {
    padding-left: 83px;
}

.pr-83px {
    padding-right: 83px;
}

.pt-83px {
    padding-top: 83px;
}

.pb-83px {
    padding-bottom: 83px;
}

.px-83px {
    padding-left: 83px;
    padding-right: 83px;
}

.py-83px {
    padding-top: 83px;
    padding-bottom: 83px;
}

.p-84px {
    padding: 84px;
}

.pl-84px {
    padding-left: 84px;
}

.pr-84px {
    padding-right: 84px;
}

.pt-84px {
    padding-top: 84px;
}

.pb-84px {
    padding-bottom: 84px;
}

.px-84px {
    padding-left: 84px;
    padding-right: 84px;
}

.py-84px {
    padding-top: 84px;
    padding-bottom: 84px;
}

.p-85px {
    padding: 85px;
}

.pl-85px {
    padding-left: 85px;
}

.pr-85px {
    padding-right: 85px;
}

.pt-85px {
    padding-top: 85px;
}

.pb-85px {
    padding-bottom: 85px;
}

.px-85px {
    padding-left: 85px;
    padding-right: 85px;
}

.py-85px {
    padding-top: 85px;
    padding-bottom: 85px;
}

.p-86px {
    padding: 86px;
}

.pl-86px {
    padding-left: 86px;
}

.pr-86px {
    padding-right: 86px;
}

.pt-86px {
    padding-top: 86px;
}

.pb-86px {
    padding-bottom: 86px;
}

.px-86px {
    padding-left: 86px;
    padding-right: 86px;
}

.py-86px {
    padding-top: 86px;
    padding-bottom: 86px;
}

.p-87px {
    padding: 87px;
}

.pl-87px {
    padding-left: 87px;
}

.pr-87px {
    padding-right: 87px;
}

.pt-87px {
    padding-top: 87px;
}

.pb-87px {
    padding-bottom: 87px;
}

.px-87px {
    padding-left: 87px;
    padding-right: 87px;
}

.py-87px {
    padding-top: 87px;
    padding-bottom: 87px;
}

.p-88px {
    padding: 88px;
}

.pl-88px {
    padding-left: 88px;
}

.pr-88px {
    padding-right: 88px;
}

.pt-88px {
    padding-top: 88px;
}

.pb-88px {
    padding-bottom: 88px;
}

.px-88px {
    padding-left: 88px;
    padding-right: 88px;
}

.py-88px {
    padding-top: 88px;
    padding-bottom: 88px;
}

.p-89px {
    padding: 89px;
}

.pl-89px {
    padding-left: 89px;
}

.pr-89px {
    padding-right: 89px;
}

.pt-89px {
    padding-top: 89px;
}

.pb-89px {
    padding-bottom: 89px;
}

.px-89px {
    padding-left: 89px;
    padding-right: 89px;
}

.py-89px {
    padding-top: 89px;
    padding-bottom: 89px;
}

.p-90px {
    padding: 90px;
}

.pl-90px {
    padding-left: 90px;
}

.pr-90px {
    padding-right: 90px;
}

.pt-90px {
    padding-top: 90px;
}

.pb-90px {
    padding-bottom: 90px;
}

.px-90px {
    padding-left: 90px;
    padding-right: 90px;
}

.py-90px {
    padding-top: 90px;
    padding-bottom: 90px;
}

.p-91px {
    padding: 91px;
}

.pl-91px {
    padding-left: 91px;
}

.pr-91px {
    padding-right: 91px;
}

.pt-91px {
    padding-top: 91px;
}

.pb-91px {
    padding-bottom: 91px;
}

.px-91px {
    padding-left: 91px;
    padding-right: 91px;
}

.py-91px {
    padding-top: 91px;
    padding-bottom: 91px;
}

.p-92px {
    padding: 92px;
}

.pl-92px {
    padding-left: 92px;
}

.pr-92px {
    padding-right: 92px;
}

.pt-92px {
    padding-top: 92px;
}

.pb-92px {
    padding-bottom: 92px;
}

.px-92px {
    padding-left: 92px;
    padding-right: 92px;
}

.py-92px {
    padding-top: 92px;
    padding-bottom: 92px;
}

.p-93px {
    padding: 93px;
}

.pl-93px {
    padding-left: 93px;
}

.pr-93px {
    padding-right: 93px;
}

.pt-93px {
    padding-top: 93px;
}

.pb-93px {
    padding-bottom: 93px;
}

.px-93px {
    padding-left: 93px;
    padding-right: 93px;
}

.py-93px {
    padding-top: 93px;
    padding-bottom: 93px;
}

.p-94px {
    padding: 94px;
}

.pl-94px {
    padding-left: 94px;
}

.pr-94px {
    padding-right: 94px;
}

.pt-94px {
    padding-top: 94px;
}

.pb-94px {
    padding-bottom: 94px;
}

.px-94px {
    padding-left: 94px;
    padding-right: 94px;
}

.py-94px {
    padding-top: 94px;
    padding-bottom: 94px;
}

.p-95px {
    padding: 95px;
}

.pl-95px {
    padding-left: 95px;
}

.pr-95px {
    padding-right: 95px;
}

.pt-95px {
    padding-top: 95px;
}

.pb-95px {
    padding-bottom: 95px;
}

.px-95px {
    padding-left: 95px;
    padding-right: 95px;
}

.py-95px {
    padding-top: 95px;
    padding-bottom: 95px;
}

.p-96px {
    padding: 96px;
}

.pl-96px {
    padding-left: 96px;
}

.pr-96px {
    padding-right: 96px;
}

.pt-96px {
    padding-top: 96px;
}

.pb-96px {
    padding-bottom: 96px;
}

.px-96px {
    padding-left: 96px;
    padding-right: 96px;
}

.py-96px {
    padding-top: 96px;
    padding-bottom: 96px;
}

.p-97px {
    padding: 97px;
}

.pl-97px {
    padding-left: 97px;
}

.pr-97px {
    padding-right: 97px;
}

.pt-97px {
    padding-top: 97px;
}

.pb-97px {
    padding-bottom: 97px;
}

.px-97px {
    padding-left: 97px;
    padding-right: 97px;
}

.py-97px {
    padding-top: 97px;
    padding-bottom: 97px;
}

.p-98px {
    padding: 98px;
}

.pl-98px {
    padding-left: 98px;
}

.pr-98px {
    padding-right: 98px;
}

.pt-98px {
    padding-top: 98px;
}

.pb-98px {
    padding-bottom: 98px;
}

.px-98px {
    padding-left: 98px;
    padding-right: 98px;
}

.py-98px {
    padding-top: 98px;
    padding-bottom: 98px;
}

.p-99px {
    padding: 99px;
}

.pl-99px {
    padding-left: 99px;
}

.pr-99px {
    padding-right: 99px;
}

.pt-99px {
    padding-top: 99px;
}

.pb-99px {
    padding-bottom: 99px;
}

.px-99px {
    padding-left: 99px;
    padding-right: 99px;
}

.py-99px {
    padding-top: 99px;
    padding-bottom: 99px;
}

.p-100px {
    padding: 100px;
}

.pl-100px {
    padding-left: 100px;
}

.pr-100px {
    padding-right: 100px;
}

.pt-100px {
    padding-top: 100px;
}

.pb-100px {
    padding-bottom: 100px;
}

.px-100px {
    padding-left: 100px;
    padding-right: 100px;
}

.py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
}

.m-1px {
    margin: 1px;
}

.ml-1px {
    margin-left: 1px;
}

.mr-1px {
    margin-right: 1px;
}

.mt-1px {
    margin-top: 1px;
}

.mb-1px {
    margin-bottom: 1px;
}

.mx-1px {
    margin-left: 1px;
    margin-right: 1px;
}

.my-1px {
    margin-top: 1px;
    margin-bottom: 1px;
}

.m-2px {
    margin: 2px;
}

.ml-2px {
    margin-left: 2px;
}

.mr-2px {
    margin-right: 2px;
}

.mt-2px {
    margin-top: 2px;
}

.mb-2px {
    margin-bottom: 2px;
}

.mx-2px {
    margin-left: 2px;
    margin-right: 2px;
}

.my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
}

.m-3px {
    margin: 3px;
}

.ml-3px {
    margin-left: 3px;
}

.mr-3px {
    margin-right: 3px;
}

.mt-3px {
    margin-top: 3px;
}

.mb-3px {
    margin-bottom: 3px;
}

.mx-3px {
    margin-left: 3px;
    margin-right: 3px;
}

.my-3px {
    margin-top: 3px;
    margin-bottom: 3px;
}

.m-4px {
    margin: 4px;
}

.ml-4px {
    margin-left: 4px;
}

.mr-4px {
    margin-right: 4px;
}

.mt-4px {
    margin-top: 4px;
}

.mb-4px {
    margin-bottom: 4px;
}

.mx-4px {
    margin-left: 4px;
    margin-right: 4px;
}

.my-4px {
    margin-top: 4px;
    margin-bottom: 4px;
}

.m-5px {
    margin: 5px;
}

.ml-5px {
    margin-left: 5px;
}

.mr-5px {
    margin-right: 5px;
}

.mt-5px {
    margin-top: 5px;
}

.mb-5px {
    margin-bottom: 5px;
}

.mx-5px {
    margin-left: 5px;
    margin-right: 5px;
}

.my-5px {
    margin-top: 5px;
    margin-bottom: 5px;
}

.m-6px {
    margin: 6px;
}

.ml-6px {
    margin-left: 6px;
}

.mr-6px {
    margin-right: 6px;
}

.mt-6px {
    margin-top: 6px;
}

.mb-6px {
    margin-bottom: 6px;
}

.mx-6px {
    margin-left: 6px;
    margin-right: 6px;
}

.my-6px {
    margin-top: 6px;
    margin-bottom: 6px;
}

.m-7px {
    margin: 7px;
}

.ml-7px {
    margin-left: 7px;
}

.mr-7px {
    margin-right: 7px;
}

.mt-7px {
    margin-top: 7px;
}

.mb-7px {
    margin-bottom: 7px;
}

.mx-7px {
    margin-left: 7px;
    margin-right: 7px;
}

.my-7px {
    margin-top: 7px;
    margin-bottom: 7px;
}

.m-8px {
    margin: 8px;
}

.ml-8px {
    margin-left: 8px;
}

.mr-8px {
    margin-right: 8px;
}

.mt-8px {
    margin-top: 8px;
}

.mb-8px {
    margin-bottom: 8px;
}

.mx-8px {
    margin-left: 8px;
    margin-right: 8px;
}

.my-8px {
    margin-top: 8px;
    margin-bottom: 8px;
}

.m-9px {
    margin: 9px;
}

.ml-9px {
    margin-left: 9px;
}

.mr-9px {
    margin-right: 9px;
}

.mt-9px {
    margin-top: 9px;
}

.mb-9px {
    margin-bottom: 9px;
}

.mx-9px {
    margin-left: 9px;
    margin-right: 9px;
}

.my-9px {
    margin-top: 9px;
    margin-bottom: 9px;
}

.m-10px {
    margin: 10px;
}

.ml-10px {
    margin-left: 10px;
}

.mr-10px {
    margin-right: 10px;
}

.mt-10px {
    margin-top: 10px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mx-10px {
    margin-left: 10px;
    margin-right: 10px;
}

.my-10px {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-11px {
    margin: 11px;
}

.ml-11px {
    margin-left: 11px;
}

.mr-11px {
    margin-right: 11px;
}

.mt-11px {
    margin-top: 11px;
}

.mb-11px {
    margin-bottom: 11px;
}

.mx-11px {
    margin-left: 11px;
    margin-right: 11px;
}

.my-11px {
    margin-top: 11px;
    margin-bottom: 11px;
}

.m-12px {
    margin: 12px;
}

.ml-12px {
    margin-left: 12px;
}

.mr-12px {
    margin-right: 12px;
}

.mt-12px {
    margin-top: 12px;
}

.mb-12px {
    margin-bottom: 12px;
}

.mx-12px {
    margin-left: 12px;
    margin-right: 12px;
}

.my-12px {
    margin-top: 12px;
    margin-bottom: 12px;
}

.m-13px {
    margin: 13px;
}

.ml-13px {
    margin-left: 13px;
}

.mr-13px {
    margin-right: 13px;
}

.mt-13px {
    margin-top: 13px;
}

.mb-13px {
    margin-bottom: 13px;
}

.mx-13px {
    margin-left: 13px;
    margin-right: 13px;
}

.my-13px {
    margin-top: 13px;
    margin-bottom: 13px;
}

.m-14px {
    margin: 14px;
}

.ml-14px {
    margin-left: 14px;
}

.mr-14px {
    margin-right: 14px;
}

.mt-14px {
    margin-top: 14px;
}

.mb-14px {
    margin-bottom: 14px;
}

.mx-14px {
    margin-left: 14px;
    margin-right: 14px;
}

.my-14px {
    margin-top: 14px;
    margin-bottom: 14px;
}

.m-15px {
    margin: 15px;
}

.ml-15px {
    margin-left: 15px;
}

.mr-15px {
    margin-right: 15px;
}

.mt-15px {
    margin-top: 15px;
}

.mb-15px {
    margin-bottom: 15px;
}

.mx-15px {
    margin-left: 15px;
    margin-right: 15px;
}

.my-15px {
    margin-top: 15px;
    margin-bottom: 15px;
}

.m-16px {
    margin: 16px;
}

.ml-16px {
    margin-left: 16px;
}

.mr-16px {
    margin-right: 16px;
}

.mt-16px {
    margin-top: 16px;
}

.mb-16px {
    margin-bottom: 16px;
}

.mx-16px {
    margin-left: 16px;
    margin-right: 16px;
}

.my-16px {
    margin-top: 16px;
    margin-bottom: 16px;
}

.m-17px {
    margin: 17px;
}

.ml-17px {
    margin-left: 17px;
}

.mr-17px {
    margin-right: 17px;
}

.mt-17px {
    margin-top: 17px;
}

.mb-17px {
    margin-bottom: 17px;
}

.mx-17px {
    margin-left: 17px;
    margin-right: 17px;
}

.my-17px {
    margin-top: 17px;
    margin-bottom: 17px;
}

.m-18px {
    margin: 18px;
}

.ml-18px {
    margin-left: 18px;
}

.mr-18px {
    margin-right: 18px;
}

.mt-18px {
    margin-top: 18px;
}

.mb-18px {
    margin-bottom: 18px;
}

.mx-18px {
    margin-left: 18px;
    margin-right: 18px;
}

.my-18px {
    margin-top: 18px;
    margin-bottom: 18px;
}

.m-19px {
    margin: 19px;
}

.ml-19px {
    margin-left: 19px;
}

.mr-19px {
    margin-right: 19px;
}

.mt-19px {
    margin-top: 19px;
}

.mb-19px {
    margin-bottom: 19px;
}

.mx-19px {
    margin-left: 19px;
    margin-right: 19px;
}

.my-19px {
    margin-top: 19px;
    margin-bottom: 19px;
}

.m-20px {
    margin: 20px;
}

.ml-20px {
    margin-left: 20px;
}

.mr-20px {
    margin-right: 20px;
}

.mt-20px {
    margin-top: 20px;
}

.mb-20px {
    margin-bottom: 20px;
}

.mx-20px {
    margin-left: 20px;
    margin-right: 20px;
}

.my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-21px {
    margin: 21px;
}

.ml-21px {
    margin-left: 21px;
}

.mr-21px {
    margin-right: 21px;
}

.mt-21px {
    margin-top: 21px;
}

.mb-21px {
    margin-bottom: 21px;
}

.mx-21px {
    margin-left: 21px;
    margin-right: 21px;
}

.my-21px {
    margin-top: 21px;
    margin-bottom: 21px;
}

.m-22px {
    margin: 22px;
}

.ml-22px {
    margin-left: 22px;
}

.mr-22px {
    margin-right: 22px;
}

.mt-22px {
    margin-top: 22px;
}

.mb-22px {
    margin-bottom: 22px;
}

.mx-22px {
    margin-left: 22px;
    margin-right: 22px;
}

.my-22px {
    margin-top: 22px;
    margin-bottom: 22px;
}

.m-23px {
    margin: 23px;
}

.ml-23px {
    margin-left: 23px;
}

.mr-23px {
    margin-right: 23px;
}

.mt-23px {
    margin-top: 23px;
}

.mb-23px {
    margin-bottom: 23px;
}

.mx-23px {
    margin-left: 23px;
    margin-right: 23px;
}

.my-23px {
    margin-top: 23px;
    margin-bottom: 23px;
}

.m-24px {
    margin: 24px;
}

.ml-24px {
    margin-left: 24px;
}

.mr-24px {
    margin-right: 24px;
}

.mt-24px {
    margin-top: 24px;
}

.mb-24px {
    margin-bottom: 24px;
}

.mx-24px {
    margin-left: 24px;
    margin-right: 24px;
}

.my-24px {
    margin-top: 24px;
    margin-bottom: 24px;
}

.m-25px {
    margin: 25px;
}

.ml-25px {
    margin-left: 25px;
}

.mr-25px {
    margin-right: 25px;
}

.mt-25px {
    margin-top: 25px;
}

.mb-25px {
    margin-bottom: 25px;
}

.mx-25px {
    margin-left: 25px;
    margin-right: 25px;
}

.my-25px {
    margin-top: 25px;
    margin-bottom: 25px;
}

.m-26px {
    margin: 26px;
}

.ml-26px {
    margin-left: 26px;
}

.mr-26px {
    margin-right: 26px;
}

.mt-26px {
    margin-top: 26px;
}

.mb-26px {
    margin-bottom: 26px;
}

.mx-26px {
    margin-left: 26px;
    margin-right: 26px;
}

.my-26px {
    margin-top: 26px;
    margin-bottom: 26px;
}

.m-27px {
    margin: 27px;
}

.ml-27px {
    margin-left: 27px;
}

.mr-27px {
    margin-right: 27px;
}

.mt-27px {
    margin-top: 27px;
}

.mb-27px {
    margin-bottom: 27px;
}

.mx-27px {
    margin-left: 27px;
    margin-right: 27px;
}

.my-27px {
    margin-top: 27px;
    margin-bottom: 27px;
}

.m-28px {
    margin: 28px;
}

.ml-28px {
    margin-left: 28px;
}

.mr-28px {
    margin-right: 28px;
}

.mt-28px {
    margin-top: 28px;
}

.mb-28px {
    margin-bottom: 28px;
}

.mx-28px {
    margin-left: 28px;
    margin-right: 28px;
}

.my-28px {
    margin-top: 28px;
    margin-bottom: 28px;
}

.m-29px {
    margin: 29px;
}

.ml-29px {
    margin-left: 29px;
}

.mr-29px {
    margin-right: 29px;
}

.mt-29px {
    margin-top: 29px;
}

.mb-29px {
    margin-bottom: 29px;
}

.mx-29px {
    margin-left: 29px;
    margin-right: 29px;
}

.my-29px {
    margin-top: 29px;
    margin-bottom: 29px;
}

.m-30px {
    margin: 30px;
}

.ml-30px {
    margin-left: 30px;
}

.mr-30px {
    margin-right: 30px;
}

.mt-30px {
    margin-top: 30px;
}

.mb-30px {
    margin-bottom: 30px;
}

.mx-30px {
    margin-left: 30px;
    margin-right: 30px;
}

.my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
}

.m-31px {
    margin: 31px;
}

.ml-31px {
    margin-left: 31px;
}

.mr-31px {
    margin-right: 31px;
}

.mt-31px {
    margin-top: 31px;
}

.mb-31px {
    margin-bottom: 31px;
}

.mx-31px {
    margin-left: 31px;
    margin-right: 31px;
}

.my-31px {
    margin-top: 31px;
    margin-bottom: 31px;
}

.m-32px {
    margin: 32px;
}

.ml-32px {
    margin-left: 32px;
}

.mr-32px {
    margin-right: 32px;
}

.mt-32px {
    margin-top: 32px;
}

.mb-32px {
    margin-bottom: 32px;
}

.mx-32px {
    margin-left: 32px;
    margin-right: 32px;
}

.my-32px {
    margin-top: 32px;
    margin-bottom: 32px;
}

.m-33px {
    margin: 33px;
}

.ml-33px {
    margin-left: 33px;
}

.mr-33px {
    margin-right: 33px;
}

.mt-33px {
    margin-top: 33px;
}

.mb-33px {
    margin-bottom: 33px;
}

.mx-33px {
    margin-left: 33px;
    margin-right: 33px;
}

.my-33px {
    margin-top: 33px;
    margin-bottom: 33px;
}

.m-34px {
    margin: 34px;
}

.ml-34px {
    margin-left: 34px;
}

.mr-34px {
    margin-right: 34px;
}

.mt-34px {
    margin-top: 34px;
}

.mb-34px {
    margin-bottom: 34px;
}

.mx-34px {
    margin-left: 34px;
    margin-right: 34px;
}

.my-34px {
    margin-top: 34px;
    margin-bottom: 34px;
}

.m-35px {
    margin: 35px;
}

.ml-35px {
    margin-left: 35px;
}

.mr-35px {
    margin-right: 35px;
}

.mt-35px {
    margin-top: 35px;
}

.mb-35px {
    margin-bottom: 35px;
}

.mx-35px {
    margin-left: 35px;
    margin-right: 35px;
}

.my-35px {
    margin-top: 35px;
    margin-bottom: 35px;
}

.m-36px {
    margin: 36px;
}

.ml-36px {
    margin-left: 36px;
}

.mr-36px {
    margin-right: 36px;
}

.mt-36px {
    margin-top: 36px;
}

.mb-36px {
    margin-bottom: 36px;
}

.mx-36px {
    margin-left: 36px;
    margin-right: 36px;
}

.my-36px {
    margin-top: 36px;
    margin-bottom: 36px;
}

.m-37px {
    margin: 37px;
}

.ml-37px {
    margin-left: 37px;
}

.mr-37px {
    margin-right: 37px;
}

.mt-37px {
    margin-top: 37px;
}

.mb-37px {
    margin-bottom: 37px;
}

.mx-37px {
    margin-left: 37px;
    margin-right: 37px;
}

.my-37px {
    margin-top: 37px;
    margin-bottom: 37px;
}

.m-38px {
    margin: 38px;
}

.ml-38px {
    margin-left: 38px;
}

.mr-38px {
    margin-right: 38px;
}

.mt-38px {
    margin-top: 38px;
}

.mb-38px {
    margin-bottom: 38px;
}

.mx-38px {
    margin-left: 38px;
    margin-right: 38px;
}

.my-38px {
    margin-top: 38px;
    margin-bottom: 38px;
}

.m-39px {
    margin: 39px;
}

.ml-39px {
    margin-left: 39px;
}

.mr-39px {
    margin-right: 39px;
}

.mt-39px {
    margin-top: 39px;
}

.mb-39px {
    margin-bottom: 39px;
}

.mx-39px {
    margin-left: 39px;
    margin-right: 39px;
}

.my-39px {
    margin-top: 39px;
    margin-bottom: 39px;
}

.m-40px {
    margin: 40px;
}

.ml-40px {
    margin-left: 40px;
}

.mr-40px {
    margin-right: 40px;
}

.mt-40px {
    margin-top: 40px;
}

.mb-40px {
    margin-bottom: 40px;
}

.mx-40px {
    margin-left: 40px;
    margin-right: 40px;
}

.my-40px {
    margin-top: 40px;
    margin-bottom: 40px;
}

.m-41px {
    margin: 41px;
}

.ml-41px {
    margin-left: 41px;
}

.mr-41px {
    margin-right: 41px;
}

.mt-41px {
    margin-top: 41px;
}

.mb-41px {
    margin-bottom: 41px;
}

.mx-41px {
    margin-left: 41px;
    margin-right: 41px;
}

.my-41px {
    margin-top: 41px;
    margin-bottom: 41px;
}

.m-42px {
    margin: 42px;
}

.ml-42px {
    margin-left: 42px;
}

.mr-42px {
    margin-right: 42px;
}

.mt-42px {
    margin-top: 42px;
}

.mb-42px {
    margin-bottom: 42px;
}

.mx-42px {
    margin-left: 42px;
    margin-right: 42px;
}

.my-42px {
    margin-top: 42px;
    margin-bottom: 42px;
}

.m-43px {
    margin: 43px;
}

.ml-43px {
    margin-left: 43px;
}

.mr-43px {
    margin-right: 43px;
}

.mt-43px {
    margin-top: 43px;
}

.mb-43px {
    margin-bottom: 43px;
}

.mx-43px {
    margin-left: 43px;
    margin-right: 43px;
}

.my-43px {
    margin-top: 43px;
    margin-bottom: 43px;
}

.m-44px {
    margin: 44px;
}

.ml-44px {
    margin-left: 44px;
}

.mr-44px {
    margin-right: 44px;
}

.mt-44px {
    margin-top: 44px;
}

.mb-44px {
    margin-bottom: 44px;
}

.mx-44px {
    margin-left: 44px;
    margin-right: 44px;
}

.my-44px {
    margin-top: 44px;
    margin-bottom: 44px;
}

.m-45px {
    margin: 45px;
}

.ml-45px {
    margin-left: 45px;
}

.mr-45px {
    margin-right: 45px;
}

.mt-45px {
    margin-top: 45px;
}

.mb-45px {
    margin-bottom: 45px;
}

.mx-45px {
    margin-left: 45px;
    margin-right: 45px;
}

.my-45px {
    margin-top: 45px;
    margin-bottom: 45px;
}

.m-46px {
    margin: 46px;
}

.ml-46px {
    margin-left: 46px;
}

.mr-46px {
    margin-right: 46px;
}

.mt-46px {
    margin-top: 46px;
}

.mb-46px {
    margin-bottom: 46px;
}

.mx-46px {
    margin-left: 46px;
    margin-right: 46px;
}

.my-46px {
    margin-top: 46px;
    margin-bottom: 46px;
}

.m-47px {
    margin: 47px;
}

.ml-47px {
    margin-left: 47px;
}

.mr-47px {
    margin-right: 47px;
}

.mt-47px {
    margin-top: 47px;
}

.mb-47px {
    margin-bottom: 47px;
}

.mx-47px {
    margin-left: 47px;
    margin-right: 47px;
}

.my-47px {
    margin-top: 47px;
    margin-bottom: 47px;
}

.m-48px {
    margin: 48px;
}

.ml-48px {
    margin-left: 48px;
}

.mr-48px {
    margin-right: 48px;
}

.mt-48px {
    margin-top: 48px;
}

.mb-48px {
    margin-bottom: 48px;
}

.mx-48px {
    margin-left: 48px;
    margin-right: 48px;
}

.my-48px {
    margin-top: 48px;
    margin-bottom: 48px;
}

.m-49px {
    margin: 49px;
}

.ml-49px {
    margin-left: 49px;
}

.mr-49px {
    margin-right: 49px;
}

.mt-49px {
    margin-top: 49px;
}

.mb-49px {
    margin-bottom: 49px;
}

.mx-49px {
    margin-left: 49px;
    margin-right: 49px;
}

.my-49px {
    margin-top: 49px;
    margin-bottom: 49px;
}

.m-50px {
    margin: 50px;
}

.ml-50px {
    margin-left: 50px;
}

.mr-50px {
    margin-right: 50px;
}

.mt-50px {
    margin-top: 50px;
}

.mb-50px {
    margin-bottom: 50px;
}

.mx-50px {
    margin-left: 50px;
    margin-right: 50px;
}

.my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
}

.m-51px {
    margin: 51px;
}

.ml-51px {
    margin-left: 51px;
}

.mr-51px {
    margin-right: 51px;
}

.mt-51px {
    margin-top: 51px;
}

.mb-51px {
    margin-bottom: 51px;
}

.mx-51px {
    margin-left: 51px;
    margin-right: 51px;
}

.my-51px {
    margin-top: 51px;
    margin-bottom: 51px;
}

.m-52px {
    margin: 52px;
}

.ml-52px {
    margin-left: 52px;
}

.mr-52px {
    margin-right: 52px;
}

.mt-52px {
    margin-top: 52px;
}

.mb-52px {
    margin-bottom: 52px;
}

.mx-52px {
    margin-left: 52px;
    margin-right: 52px;
}

.my-52px {
    margin-top: 52px;
    margin-bottom: 52px;
}

.m-53px {
    margin: 53px;
}

.ml-53px {
    margin-left: 53px;
}

.mr-53px {
    margin-right: 53px;
}

.mt-53px {
    margin-top: 53px;
}

.mb-53px {
    margin-bottom: 53px;
}

.mx-53px {
    margin-left: 53px;
    margin-right: 53px;
}

.my-53px {
    margin-top: 53px;
    margin-bottom: 53px;
}

.m-54px {
    margin: 54px;
}

.ml-54px {
    margin-left: 54px;
}

.mr-54px {
    margin-right: 54px;
}

.mt-54px {
    margin-top: 54px;
}

.mb-54px {
    margin-bottom: 54px;
}

.mx-54px {
    margin-left: 54px;
    margin-right: 54px;
}

.my-54px {
    margin-top: 54px;
    margin-bottom: 54px;
}

.m-55px {
    margin: 55px;
}

.ml-55px {
    margin-left: 55px;
}

.mr-55px {
    margin-right: 55px;
}

.mt-55px {
    margin-top: 55px;
}

.mb-55px {
    margin-bottom: 55px;
}

.mx-55px {
    margin-left: 55px;
    margin-right: 55px;
}

.my-55px {
    margin-top: 55px;
    margin-bottom: 55px;
}

.m-56px {
    margin: 56px;
}

.ml-56px {
    margin-left: 56px;
}

.mr-56px {
    margin-right: 56px;
}

.mt-56px {
    margin-top: 56px;
}

.mb-56px {
    margin-bottom: 56px;
}

.mx-56px {
    margin-left: 56px;
    margin-right: 56px;
}

.my-56px {
    margin-top: 56px;
    margin-bottom: 56px;
}

.m-57px {
    margin: 57px;
}

.ml-57px {
    margin-left: 57px;
}

.mr-57px {
    margin-right: 57px;
}

.mt-57px {
    margin-top: 57px;
}

.mb-57px {
    margin-bottom: 57px;
}

.mx-57px {
    margin-left: 57px;
    margin-right: 57px;
}

.my-57px {
    margin-top: 57px;
    margin-bottom: 57px;
}

.m-58px {
    margin: 58px;
}

.ml-58px {
    margin-left: 58px;
}

.mr-58px {
    margin-right: 58px;
}

.mt-58px {
    margin-top: 58px;
}

.mb-58px {
    margin-bottom: 58px;
}

.mx-58px {
    margin-left: 58px;
    margin-right: 58px;
}

.my-58px {
    margin-top: 58px;
    margin-bottom: 58px;
}

.m-59px {
    margin: 59px;
}

.ml-59px {
    margin-left: 59px;
}

.mr-59px {
    margin-right: 59px;
}

.mt-59px {
    margin-top: 59px;
}

.mb-59px {
    margin-bottom: 59px;
}

.mx-59px {
    margin-left: 59px;
    margin-right: 59px;
}

.my-59px {
    margin-top: 59px;
    margin-bottom: 59px;
}

.m-60px {
    margin: 60px;
}

.ml-60px {
    margin-left: 60px;
}

.mr-60px {
    margin-right: 60px;
}

.mt-60px {
    margin-top: 60px;
}

.mb-60px {
    margin-bottom: 60px;
}

.mx-60px {
    margin-left: 60px;
    margin-right: 60px;
}

.my-60px {
    margin-top: 60px;
    margin-bottom: 60px;
}

.m-61px {
    margin: 61px;
}

.ml-61px {
    margin-left: 61px;
}

.mr-61px {
    margin-right: 61px;
}

.mt-61px {
    margin-top: 61px;
}

.mb-61px {
    margin-bottom: 61px;
}

.mx-61px {
    margin-left: 61px;
    margin-right: 61px;
}

.my-61px {
    margin-top: 61px;
    margin-bottom: 61px;
}

.m-62px {
    margin: 62px;
}

.ml-62px {
    margin-left: 62px;
}

.mr-62px {
    margin-right: 62px;
}

.mt-62px {
    margin-top: 62px;
}

.mb-62px {
    margin-bottom: 62px;
}

.mx-62px {
    margin-left: 62px;
    margin-right: 62px;
}

.my-62px {
    margin-top: 62px;
    margin-bottom: 62px;
}

.m-63px {
    margin: 63px;
}

.ml-63px {
    margin-left: 63px;
}

.mr-63px {
    margin-right: 63px;
}

.mt-63px {
    margin-top: 63px;
}

.mb-63px {
    margin-bottom: 63px;
}

.mx-63px {
    margin-left: 63px;
    margin-right: 63px;
}

.my-63px {
    margin-top: 63px;
    margin-bottom: 63px;
}

.m-64px {
    margin: 64px;
}

.ml-64px {
    margin-left: 64px;
}

.mr-64px {
    margin-right: 64px;
}

.mt-64px {
    margin-top: 64px;
}

.mb-64px {
    margin-bottom: 64px;
}

.mx-64px {
    margin-left: 64px;
    margin-right: 64px;
}

.my-64px {
    margin-top: 64px;
    margin-bottom: 64px;
}

.m-65px {
    margin: 65px;
}

.ml-65px {
    margin-left: 65px;
}

.mr-65px {
    margin-right: 65px;
}

.mt-65px {
    margin-top: 65px;
}

.mb-65px {
    margin-bottom: 65px;
}

.mx-65px {
    margin-left: 65px;
    margin-right: 65px;
}

.my-65px {
    margin-top: 65px;
    margin-bottom: 65px;
}

.m-66px {
    margin: 66px;
}

.ml-66px {
    margin-left: 66px;
}

.mr-66px {
    margin-right: 66px;
}

.mt-66px {
    margin-top: 66px;
}

.mb-66px {
    margin-bottom: 66px;
}

.mx-66px {
    margin-left: 66px;
    margin-right: 66px;
}

.my-66px {
    margin-top: 66px;
    margin-bottom: 66px;
}

.m-67px {
    margin: 67px;
}

.ml-67px {
    margin-left: 67px;
}

.mr-67px {
    margin-right: 67px;
}

.mt-67px {
    margin-top: 67px;
}

.mb-67px {
    margin-bottom: 67px;
}

.mx-67px {
    margin-left: 67px;
    margin-right: 67px;
}

.my-67px {
    margin-top: 67px;
    margin-bottom: 67px;
}

.m-68px {
    margin: 68px;
}

.ml-68px {
    margin-left: 68px;
}

.mr-68px {
    margin-right: 68px;
}

.mt-68px {
    margin-top: 68px;
}

.mb-68px {
    margin-bottom: 68px;
}

.mx-68px {
    margin-left: 68px;
    margin-right: 68px;
}

.my-68px {
    margin-top: 68px;
    margin-bottom: 68px;
}

.m-69px {
    margin: 69px;
}

.ml-69px {
    margin-left: 69px;
}

.mr-69px {
    margin-right: 69px;
}

.mt-69px {
    margin-top: 69px;
}

.mb-69px {
    margin-bottom: 69px;
}

.mx-69px {
    margin-left: 69px;
    margin-right: 69px;
}

.my-69px {
    margin-top: 69px;
    margin-bottom: 69px;
}

.m-70px {
    margin: 70px;
}

.ml-70px {
    margin-left: 70px;
}

.mr-70px {
    margin-right: 70px;
}

.mt-70px {
    margin-top: 70px;
}

.mb-70px {
    margin-bottom: 70px;
}

.mx-70px {
    margin-left: 70px;
    margin-right: 70px;
}

.my-70px {
    margin-top: 70px;
    margin-bottom: 70px;
}

.m-71px {
    margin: 71px;
}

.ml-71px {
    margin-left: 71px;
}

.mr-71px {
    margin-right: 71px;
}

.mt-71px {
    margin-top: 71px;
}

.mb-71px {
    margin-bottom: 71px;
}

.mx-71px {
    margin-left: 71px;
    margin-right: 71px;
}

.my-71px {
    margin-top: 71px;
    margin-bottom: 71px;
}

.m-72px {
    margin: 72px;
}

.ml-72px {
    margin-left: 72px;
}

.mr-72px {
    margin-right: 72px;
}

.mt-72px {
    margin-top: 72px;
}

.mb-72px {
    margin-bottom: 72px;
}

.mx-72px {
    margin-left: 72px;
    margin-right: 72px;
}

.my-72px {
    margin-top: 72px;
    margin-bottom: 72px;
}

.m-73px {
    margin: 73px;
}

.ml-73px {
    margin-left: 73px;
}

.mr-73px {
    margin-right: 73px;
}

.mt-73px {
    margin-top: 73px;
}

.mb-73px {
    margin-bottom: 73px;
}

.mx-73px {
    margin-left: 73px;
    margin-right: 73px;
}

.my-73px {
    margin-top: 73px;
    margin-bottom: 73px;
}

.m-74px {
    margin: 74px;
}

.ml-74px {
    margin-left: 74px;
}

.mr-74px {
    margin-right: 74px;
}

.mt-74px {
    margin-top: 74px;
}

.mb-74px {
    margin-bottom: 74px;
}

.mx-74px {
    margin-left: 74px;
    margin-right: 74px;
}

.my-74px {
    margin-top: 74px;
    margin-bottom: 74px;
}

.m-75px {
    margin: 75px;
}

.ml-75px {
    margin-left: 75px;
}

.mr-75px {
    margin-right: 75px;
}

.mt-75px {
    margin-top: 75px;
}

.mb-75px {
    margin-bottom: 75px;
}

.mx-75px {
    margin-left: 75px;
    margin-right: 75px;
}

.my-75px {
    margin-top: 75px;
    margin-bottom: 75px;
}

.m-76px {
    margin: 76px;
}

.ml-76px {
    margin-left: 76px;
}

.mr-76px {
    margin-right: 76px;
}

.mt-76px {
    margin-top: 76px;
}

.mb-76px {
    margin-bottom: 76px;
}

.mx-76px {
    margin-left: 76px;
    margin-right: 76px;
}

.my-76px {
    margin-top: 76px;
    margin-bottom: 76px;
}

.m-77px {
    margin: 77px;
}

.ml-77px {
    margin-left: 77px;
}

.mr-77px {
    margin-right: 77px;
}

.mt-77px {
    margin-top: 77px;
}

.mb-77px {
    margin-bottom: 77px;
}

.mx-77px {
    margin-left: 77px;
    margin-right: 77px;
}

.my-77px {
    margin-top: 77px;
    margin-bottom: 77px;
}

.m-78px {
    margin: 78px;
}

.ml-78px {
    margin-left: 78px;
}

.mr-78px {
    margin-right: 78px;
}

.mt-78px {
    margin-top: 78px;
}

.mb-78px {
    margin-bottom: 78px;
}

.mx-78px {
    margin-left: 78px;
    margin-right: 78px;
}

.my-78px {
    margin-top: 78px;
    margin-bottom: 78px;
}

.m-79px {
    margin: 79px;
}

.ml-79px {
    margin-left: 79px;
}

.mr-79px {
    margin-right: 79px;
}

.mt-79px {
    margin-top: 79px;
}

.mb-79px {
    margin-bottom: 79px;
}

.mx-79px {
    margin-left: 79px;
    margin-right: 79px;
}

.my-79px {
    margin-top: 79px;
    margin-bottom: 79px;
}

.m-80px {
    margin: 80px;
}

.ml-80px {
    margin-left: 80px;
}

.mr-80px {
    margin-right: 80px;
}

.mt-80px {
    margin-top: 80px;
}

.mb-80px {
    margin-bottom: 80px;
}

.mx-80px {
    margin-left: 80px;
    margin-right: 80px;
}

.my-80px {
    margin-top: 80px;
    margin-bottom: 80px;
}

.m-81px {
    margin: 81px;
}

.ml-81px {
    margin-left: 81px;
}

.mr-81px {
    margin-right: 81px;
}

.mt-81px {
    margin-top: 81px;
}

.mb-81px {
    margin-bottom: 81px;
}

.mx-81px {
    margin-left: 81px;
    margin-right: 81px;
}

.my-81px {
    margin-top: 81px;
    margin-bottom: 81px;
}

.m-82px {
    margin: 82px;
}

.ml-82px {
    margin-left: 82px;
}

.mr-82px {
    margin-right: 82px;
}

.mt-82px {
    margin-top: 82px;
}

.mb-82px {
    margin-bottom: 82px;
}

.mx-82px {
    margin-left: 82px;
    margin-right: 82px;
}

.my-82px {
    margin-top: 82px;
    margin-bottom: 82px;
}

.m-83px {
    margin: 83px;
}

.ml-83px {
    margin-left: 83px;
}

.mr-83px {
    margin-right: 83px;
}

.mt-83px {
    margin-top: 83px;
}

.mb-83px {
    margin-bottom: 83px;
}

.mx-83px {
    margin-left: 83px;
    margin-right: 83px;
}

.my-83px {
    margin-top: 83px;
    margin-bottom: 83px;
}

.m-84px {
    margin: 84px;
}

.ml-84px {
    margin-left: 84px;
}

.mr-84px {
    margin-right: 84px;
}

.mt-84px {
    margin-top: 84px;
}

.mb-84px {
    margin-bottom: 84px;
}

.mx-84px {
    margin-left: 84px;
    margin-right: 84px;
}

.my-84px {
    margin-top: 84px;
    margin-bottom: 84px;
}

.m-85px {
    margin: 85px;
}

.ml-85px {
    margin-left: 85px;
}

.mr-85px {
    margin-right: 85px;
}

.mt-85px {
    margin-top: 85px;
}

.mb-85px {
    margin-bottom: 85px;
}

.mx-85px {
    margin-left: 85px;
    margin-right: 85px;
}

.my-85px {
    margin-top: 85px;
    margin-bottom: 85px;
}

.m-86px {
    margin: 86px;
}

.ml-86px {
    margin-left: 86px;
}

.mr-86px {
    margin-right: 86px;
}

.mt-86px {
    margin-top: 86px;
}

.mb-86px {
    margin-bottom: 86px;
}

.mx-86px {
    margin-left: 86px;
    margin-right: 86px;
}

.my-86px {
    margin-top: 86px;
    margin-bottom: 86px;
}

.m-87px {
    margin: 87px;
}

.ml-87px {
    margin-left: 87px;
}

.mr-87px {
    margin-right: 87px;
}

.mt-87px {
    margin-top: 87px;
}

.mb-87px {
    margin-bottom: 87px;
}

.mx-87px {
    margin-left: 87px;
    margin-right: 87px;
}

.my-87px {
    margin-top: 87px;
    margin-bottom: 87px;
}

.m-88px {
    margin: 88px;
}

.ml-88px {
    margin-left: 88px;
}

.mr-88px {
    margin-right: 88px;
}

.mt-88px {
    margin-top: 88px;
}

.mb-88px {
    margin-bottom: 88px;
}

.mx-88px {
    margin-left: 88px;
    margin-right: 88px;
}

.my-88px {
    margin-top: 88px;
    margin-bottom: 88px;
}

.m-89px {
    margin: 89px;
}

.ml-89px {
    margin-left: 89px;
}

.mr-89px {
    margin-right: 89px;
}

.mt-89px {
    margin-top: 89px;
}

.mb-89px {
    margin-bottom: 89px;
}

.mx-89px {
    margin-left: 89px;
    margin-right: 89px;
}

.my-89px {
    margin-top: 89px;
    margin-bottom: 89px;
}

.m-90px {
    margin: 90px;
}

.ml-90px {
    margin-left: 90px;
}

.mr-90px {
    margin-right: 90px;
}

.mt-90px {
    margin-top: 90px;
}

.mb-90px {
    margin-bottom: 90px;
}

.mx-90px {
    margin-left: 90px;
    margin-right: 90px;
}

.my-90px {
    margin-top: 90px;
    margin-bottom: 90px;
}

.m-91px {
    margin: 91px;
}

.ml-91px {
    margin-left: 91px;
}

.mr-91px {
    margin-right: 91px;
}

.mt-91px {
    margin-top: 91px;
}

.mb-91px {
    margin-bottom: 91px;
}

.mx-91px {
    margin-left: 91px;
    margin-right: 91px;
}

.my-91px {
    margin-top: 91px;
    margin-bottom: 91px;
}

.m-92px {
    margin: 92px;
}

.ml-92px {
    margin-left: 92px;
}

.mr-92px {
    margin-right: 92px;
}

.mt-92px {
    margin-top: 92px;
}

.mb-92px {
    margin-bottom: 92px;
}

.mx-92px {
    margin-left: 92px;
    margin-right: 92px;
}

.my-92px {
    margin-top: 92px;
    margin-bottom: 92px;
}

.m-93px {
    margin: 93px;
}

.ml-93px {
    margin-left: 93px;
}

.mr-93px {
    margin-right: 93px;
}

.mt-93px {
    margin-top: 93px;
}

.mb-93px {
    margin-bottom: 93px;
}

.mx-93px {
    margin-left: 93px;
    margin-right: 93px;
}

.my-93px {
    margin-top: 93px;
    margin-bottom: 93px;
}

.m-94px {
    margin: 94px;
}

.ml-94px {
    margin-left: 94px;
}

.mr-94px {
    margin-right: 94px;
}

.mt-94px {
    margin-top: 94px;
}

.mb-94px {
    margin-bottom: 94px;
}

.mx-94px {
    margin-left: 94px;
    margin-right: 94px;
}

.my-94px {
    margin-top: 94px;
    margin-bottom: 94px;
}

.m-95px {
    margin: 95px;
}

.ml-95px {
    margin-left: 95px;
}

.mr-95px {
    margin-right: 95px;
}

.mt-95px {
    margin-top: 95px;
}

.mb-95px {
    margin-bottom: 95px;
}

.mx-95px {
    margin-left: 95px;
    margin-right: 95px;
}

.my-95px {
    margin-top: 95px;
    margin-bottom: 95px;
}

.m-96px {
    margin: 96px;
}

.ml-96px {
    margin-left: 96px;
}

.mr-96px {
    margin-right: 96px;
}

.mt-96px {
    margin-top: 96px;
}

.mb-96px {
    margin-bottom: 96px;
}

.mx-96px {
    margin-left: 96px;
    margin-right: 96px;
}

.my-96px {
    margin-top: 96px;
    margin-bottom: 96px;
}

.m-97px {
    margin: 97px;
}

.ml-97px {
    margin-left: 97px;
}

.mr-97px {
    margin-right: 97px;
}

.mt-97px {
    margin-top: 97px;
}

.mb-97px {
    margin-bottom: 97px;
}

.mx-97px {
    margin-left: 97px;
    margin-right: 97px;
}

.my-97px {
    margin-top: 97px;
    margin-bottom: 97px;
}

.m-98px {
    margin: 98px;
}

.ml-98px {
    margin-left: 98px;
}

.mr-98px {
    margin-right: 98px;
}

.mt-98px {
    margin-top: 98px;
}

.mb-98px {
    margin-bottom: 98px;
}

.mx-98px {
    margin-left: 98px;
    margin-right: 98px;
}

.my-98px {
    margin-top: 98px;
    margin-bottom: 98px;
}

.m-99px {
    margin: 99px;
}

.ml-99px {
    margin-left: 99px;
}

.mr-99px {
    margin-right: 99px;
}

.mt-99px {
    margin-top: 99px;
}

.mb-99px {
    margin-bottom: 99px;
}

.mx-99px {
    margin-left: 99px;
    margin-right: 99px;
}

.my-99px {
    margin-top: 99px;
    margin-bottom: 99px;
}

.m-100px {
    margin: 100px;
}

.ml-100px {
    margin-left: 100px;
}

.mr-100px {
    margin-right: 100px;
}

.mt-100px {
    margin-top: 100px;
}

.mb-100px {
    margin-bottom: 100px;
}

.mx-100px {
    margin-left: 100px;
    margin-right: 100px;
}

.my-100px {
    margin-top: 100px;
    margin-bottom: 100px;
}

.w-1px {
    width: 1px;
}

.w-1rem {
    width: 1rem;
}

.w-1em {
    width: 1em;
}

.w-1 {
    width: 1%;
}

.w-2px {
    width: 2px;
}

.w-2rem {
    width: 2rem;
}

.w-2em {
    width: 2em;
}

.w-2 {
    width: 2%;
}

.w-3px {
    width: 3px;
}

.w-3rem {
    width: 3rem;
}

.w-3em {
    width: 3em;
}

.w-3 {
    width: 3%;
}

.w-4px {
    width: 4px;
}

.w-4rem {
    width: 4rem;
}

.w-4em {
    width: 4em;
}

.w-4 {
    width: 4%;
}

.w-5px {
    width: 5px;
}

.w-5rem {
    width: 5rem;
}

.w-5em {
    width: 5em;
}

.w-5 {
    width: 5%;
}

.w-6px {
    width: 6px;
}

.w-6rem {
    width: 6rem;
}

.w-6em {
    width: 6em;
}

.w-6 {
    width: 6%;
}

.w-7px {
    width: 7px;
}

.w-7rem {
    width: 7rem;
}

.w-7em {
    width: 7em;
}

.w-7 {
    width: 7%;
}

.w-8px {
    width: 8px;
}

.w-8rem {
    width: 8rem;
}

.w-8em {
    width: 8em;
}

.w-8 {
    width: 8%;
}

.w-9px {
    width: 9px;
}

.w-9rem {
    width: 9rem;
}

.w-9em {
    width: 9em;
}

.w-9 {
    width: 9%;
}

.w-10px {
    width: 10px;
}

.w-10rem {
    width: 10rem;
}

.w-10em {
    width: 10em;
}

.w-10 {
    width: 10%;
}

.w-11px {
    width: 11px;
}

.w-11rem {
    width: 11rem;
}

.w-11em {
    width: 11em;
}

.w-11 {
    width: 11%;
}

.w-12px {
    width: 12px;
}

.w-12rem {
    width: 12rem;
}

.w-12em {
    width: 12em;
}

.w-12 {
    width: 12%;
}

.w-13px {
    width: 13px;
}

.w-13rem {
    width: 13rem;
}

.w-13em {
    width: 13em;
}

.w-13 {
    width: 13%;
}

.w-14px {
    width: 14px;
}

.w-14rem {
    width: 14rem;
}

.w-14em {
    width: 14em;
}

.w-14 {
    width: 14%;
}

.w-15px {
    width: 15px;
}

.w-15rem {
    width: 15rem;
}

.w-15em {
    width: 15em;
}

.w-15 {
    width: 15%;
}

.w-16px {
    width: 16px;
}

.w-16rem {
    width: 16rem;
}

.w-16em {
    width: 16em;
}

.w-16 {
    width: 16%;
}

.w-17px {
    width: 17px;
}

.w-17rem {
    width: 17rem;
}

.w-17em {
    width: 17em;
}

.w-17 {
    width: 17%;
}

.w-18px {
    width: 18px;
}

.w-18rem {
    width: 18rem;
}

.w-18em {
    width: 18em;
}

.w-18 {
    width: 18%;
}

.w-19px {
    width: 19px;
}

.w-19rem {
    width: 19rem;
}

.w-19em {
    width: 19em;
}

.w-19 {
    width: 19%;
}

.w-20px {
    width: 20px;
}

.w-20rem {
    width: 20rem;
}

.w-20em {
    width: 20em;
}

.w-20 {
    width: 20%;
}

.w-21px {
    width: 21px;
}

.w-21rem {
    width: 21rem;
}

.w-21em {
    width: 21em;
}

.w-21 {
    width: 21%;
}

.w-22px {
    width: 22px;
}

.w-22rem {
    width: 22rem;
}

.w-22em {
    width: 22em;
}

.w-22 {
    width: 22%;
}

.w-23px {
    width: 23px;
}

.w-23rem {
    width: 23rem;
}

.w-23em {
    width: 23em;
}

.w-23 {
    width: 23%;
}

.w-24px {
    width: 24px;
}

.w-24rem {
    width: 24rem;
}

.w-24em {
    width: 24em;
}

.w-24 {
    width: 24%;
}

.w-25px {
    width: 25px;
}

.w-25rem {
    width: 25rem;
}

.w-25em {
    width: 25em;
}

.w-25 {
    width: 25%;
}

.w-26px {
    width: 26px;
}

.w-26rem {
    width: 26rem;
}

.w-26em {
    width: 26em;
}

.w-26 {
    width: 26%;
}

.w-27px {
    width: 27px;
}

.w-27rem {
    width: 27rem;
}

.w-27em {
    width: 27em;
}

.w-27 {
    width: 27%;
}

.w-28px {
    width: 28px;
}

.w-28rem {
    width: 28rem;
}

.w-28em {
    width: 28em;
}

.w-28 {
    width: 28%;
}

.w-29px {
    width: 29px;
}

.w-29rem {
    width: 29rem;
}

.w-29em {
    width: 29em;
}

.w-29 {
    width: 29%;
}

.w-30px {
    width: 30px;
}

.w-30rem {
    width: 30rem;
}

.w-30em {
    width: 30em;
}

.w-30 {
    width: 30%;
}

.w-31px {
    width: 31px;
}

.w-31rem {
    width: 31rem;
}

.w-31em {
    width: 31em;
}

.w-31 {
    width: 31%;
}

.w-32px {
    width: 32px;
}

.w-32rem {
    width: 32rem;
}

.w-32em {
    width: 32em;
}

.w-32 {
    width: 32%;
}

.w-33px {
    width: 33px;
}

.w-33rem {
    width: 33rem;
}

.w-33em {
    width: 33em;
}

.w-33 {
    width: 33%;
}

.w-34px {
    width: 34px;
}

.w-34rem {
    width: 34rem;
}

.w-34em {
    width: 34em;
}

.w-34 {
    width: 34%;
}

.w-35px {
    width: 35px;
}

.w-35rem {
    width: 35rem;
}

.w-35em {
    width: 35em;
}

.w-35 {
    width: 35%;
}

.w-36px {
    width: 36px;
}

.w-36rem {
    width: 36rem;
}

.w-36em {
    width: 36em;
}

.w-36 {
    width: 36%;
}

.w-37px {
    width: 37px;
}

.w-37rem {
    width: 37rem;
}

.w-37em {
    width: 37em;
}

.w-37 {
    width: 37%;
}

.w-38px {
    width: 38px;
}

.w-38rem {
    width: 38rem;
}

.w-38em {
    width: 38em;
}

.w-38 {
    width: 38%;
}

.w-39px {
    width: 39px;
}

.w-39rem {
    width: 39rem;
}

.w-39em {
    width: 39em;
}

.w-39 {
    width: 39%;
}

.w-40px {
    width: 40px;
}

.w-40rem {
    width: 40rem;
}

.w-40em {
    width: 40em;
}

.w-40 {
    width: 40%;
}

.w-41px {
    width: 41px;
}

.w-41rem {
    width: 41rem;
}

.w-41em {
    width: 41em;
}

.w-41 {
    width: 41%;
}

.w-42px {
    width: 42px;
}

.w-42rem {
    width: 42rem;
}

.w-42em {
    width: 42em;
}

.w-42 {
    width: 42%;
}

.w-43px {
    width: 43px;
}

.w-43rem {
    width: 43rem;
}

.w-43em {
    width: 43em;
}

.w-43 {
    width: 43%;
}

.w-44px {
    width: 44px;
}

.w-44rem {
    width: 44rem;
}

.w-44em {
    width: 44em;
}

.w-44 {
    width: 44%;
}

.w-45px {
    width: 45px;
}

.w-45rem {
    width: 45rem;
}

.w-45em {
    width: 45em;
}

.w-45 {
    width: 45%;
}

.w-46px {
    width: 46px;
}

.w-46rem {
    width: 46rem;
}

.w-46em {
    width: 46em;
}

.w-46 {
    width: 46%;
}

.w-47px {
    width: 47px;
}

.w-47rem {
    width: 47rem;
}

.w-47em {
    width: 47em;
}

.w-47 {
    width: 47%;
}

.w-48px {
    width: 48px;
}

.w-48rem {
    width: 48rem;
}

.w-48em {
    width: 48em;
}

.w-48 {
    width: 48%;
}

.w-49px {
    width: 49px;
}

.w-49rem {
    width: 49rem;
}

.w-49em {
    width: 49em;
}

.w-49 {
    width: 49%;
}

.w-50px {
    width: 50px;
}

.w-50rem {
    width: 50rem;
}

.w-50em {
    width: 50em;
}

.w-50 {
    width: 50%;
}

.w-51px {
    width: 51px;
}

.w-51rem {
    width: 51rem;
}

.w-51em {
    width: 51em;
}

.w-51 {
    width: 51%;
}

.w-52px {
    width: 52px;
}

.w-52rem {
    width: 52rem;
}

.w-52em {
    width: 52em;
}

.w-52 {
    width: 52%;
}

.w-53px {
    width: 53px;
}

.w-53rem {
    width: 53rem;
}

.w-53em {
    width: 53em;
}

.w-53 {
    width: 53%;
}

.w-54px {
    width: 54px;
}

.w-54rem {
    width: 54rem;
}

.w-54em {
    width: 54em;
}

.w-54 {
    width: 54%;
}

.w-55px {
    width: 55px;
}

.w-55rem {
    width: 55rem;
}

.w-55em {
    width: 55em;
}

.w-55 {
    width: 55%;
}

.w-56px {
    width: 56px;
}

.w-56rem {
    width: 56rem;
}

.w-56em {
    width: 56em;
}

.w-56 {
    width: 56%;
}

.w-57px {
    width: 57px;
}

.w-57rem {
    width: 57rem;
}

.w-57em {
    width: 57em;
}

.w-57 {
    width: 57%;
}

.w-58px {
    width: 58px;
}

.w-58rem {
    width: 58rem;
}

.w-58em {
    width: 58em;
}

.w-58 {
    width: 58%;
}

.w-59px {
    width: 59px;
}

.w-59rem {
    width: 59rem;
}

.w-59em {
    width: 59em;
}

.w-59 {
    width: 59%;
}

.w-60px {
    width: 60px;
}

.w-60rem {
    width: 60rem;
}

.w-60em {
    width: 60em;
}

.w-60 {
    width: 60%;
}

.w-61px {
    width: 61px;
}

.w-61rem {
    width: 61rem;
}

.w-61em {
    width: 61em;
}

.w-61 {
    width: 61%;
}

.w-62px {
    width: 62px;
}

.w-62rem {
    width: 62rem;
}

.w-62em {
    width: 62em;
}

.w-62 {
    width: 62%;
}

.w-63px {
    width: 63px;
}

.w-63rem {
    width: 63rem;
}

.w-63em {
    width: 63em;
}

.w-63 {
    width: 63%;
}

.w-64px {
    width: 64px;
}

.w-64rem {
    width: 64rem;
}

.w-64em {
    width: 64em;
}

.w-64 {
    width: 64%;
}

.w-65px {
    width: 65px;
}

.w-65rem {
    width: 65rem;
}

.w-65em {
    width: 65em;
}

.w-65 {
    width: 65%;
}

.w-66px {
    width: 66px;
}

.w-66rem {
    width: 66rem;
}

.w-66em {
    width: 66em;
}

.w-66 {
    width: 66%;
}

.w-67px {
    width: 67px;
}

.w-67rem {
    width: 67rem;
}

.w-67em {
    width: 67em;
}

.w-67 {
    width: 67%;
}

.w-68px {
    width: 68px;
}

.w-68rem {
    width: 68rem;
}

.w-68em {
    width: 68em;
}

.w-68 {
    width: 68%;
}

.w-69px {
    width: 69px;
}

.w-69rem {
    width: 69rem;
}

.w-69em {
    width: 69em;
}

.w-69 {
    width: 69%;
}

.w-70px {
    width: 70px;
}

.w-70rem {
    width: 70rem;
}

.w-70em {
    width: 70em;
}

.w-70 {
    width: 70%;
}

.w-71px {
    width: 71px;
}

.w-71rem {
    width: 71rem;
}

.w-71em {
    width: 71em;
}

.w-71 {
    width: 71%;
}

.w-72px {
    width: 72px;
}

.w-72rem {
    width: 72rem;
}

.w-72em {
    width: 72em;
}

.w-72 {
    width: 72%;
}

.w-73px {
    width: 73px;
}

.w-73rem {
    width: 73rem;
}

.w-73em {
    width: 73em;
}

.w-73 {
    width: 73%;
}

.w-74px {
    width: 74px;
}

.w-74rem {
    width: 74rem;
}

.w-74em {
    width: 74em;
}

.w-74 {
    width: 74%;
}

.w-75px {
    width: 75px;
}

.w-75rem {
    width: 75rem;
}

.w-75em {
    width: 75em;
}

.w-75 {
    width: 75%;
}

.w-76px {
    width: 76px;
}

.w-76rem {
    width: 76rem;
}

.w-76em {
    width: 76em;
}

.w-76 {
    width: 76%;
}

.w-77px {
    width: 77px;
}

.w-77rem {
    width: 77rem;
}

.w-77em {
    width: 77em;
}

.w-77 {
    width: 77%;
}

.w-78px {
    width: 78px;
}

.w-78rem {
    width: 78rem;
}

.w-78em {
    width: 78em;
}

.w-78 {
    width: 78%;
}

.w-79px {
    width: 79px;
}

.w-79rem {
    width: 79rem;
}

.w-79em {
    width: 79em;
}

.w-79 {
    width: 79%;
}

.w-80px {
    width: 80px;
}

.w-80rem {
    width: 80rem;
}

.w-80em {
    width: 80em;
}

.w-80 {
    width: 80%;
}

.w-81px {
    width: 81px;
}

.w-81rem {
    width: 81rem;
}

.w-81em {
    width: 81em;
}

.w-81 {
    width: 81%;
}

.w-82px {
    width: 82px;
}

.w-82rem {
    width: 82rem;
}

.w-82em {
    width: 82em;
}

.w-82 {
    width: 82%;
}

.w-83px {
    width: 83px;
}

.w-83rem {
    width: 83rem;
}

.w-83em {
    width: 83em;
}

.w-83 {
    width: 83%;
}

.w-84px {
    width: 84px;
}

.w-84rem {
    width: 84rem;
}

.w-84em {
    width: 84em;
}

.w-84 {
    width: 84%;
}

.w-85px {
    width: 85px;
}

.w-85rem {
    width: 85rem;
}

.w-85em {
    width: 85em;
}

.w-85 {
    width: 85%;
}

.w-86px {
    width: 86px;
}

.w-86rem {
    width: 86rem;
}

.w-86em {
    width: 86em;
}

.w-86 {
    width: 86%;
}

.w-87px {
    width: 87px;
}

.w-87rem {
    width: 87rem;
}

.w-87em {
    width: 87em;
}

.w-87 {
    width: 87%;
}

.w-88px {
    width: 88px;
}

.w-88rem {
    width: 88rem;
}

.w-88em {
    width: 88em;
}

.w-88 {
    width: 88%;
}

.w-89px {
    width: 89px;
}

.w-89rem {
    width: 89rem;
}

.w-89em {
    width: 89em;
}

.w-89 {
    width: 89%;
}

.w-90px {
    width: 90px;
}

.w-90rem {
    width: 90rem;
}

.w-90em {
    width: 90em;
}

.w-90 {
    width: 90%;
}

.w-91px {
    width: 91px;
}

.w-91rem {
    width: 91rem;
}

.w-91em {
    width: 91em;
}

.w-91 {
    width: 91%;
}

.w-92px {
    width: 92px;
}

.w-92rem {
    width: 92rem;
}

.w-92em {
    width: 92em;
}

.w-92 {
    width: 92%;
}

.w-93px {
    width: 93px;
}

.w-93rem {
    width: 93rem;
}

.w-93em {
    width: 93em;
}

.w-93 {
    width: 93%;
}

.w-94px {
    width: 94px;
}

.w-94rem {
    width: 94rem;
}

.w-94em {
    width: 94em;
}

.w-94 {
    width: 94%;
}

.w-95px {
    width: 95px;
}

.w-95rem {
    width: 95rem;
}

.w-95em {
    width: 95em;
}

.w-95 {
    width: 95%;
}

.w-96px {
    width: 96px;
}

.w-96rem {
    width: 96rem;
}

.w-96em {
    width: 96em;
}

.w-96 {
    width: 96%;
}

.w-97px {
    width: 97px;
}

.w-97rem {
    width: 97rem;
}

.w-97em {
    width: 97em;
}

.w-97 {
    width: 97%;
}

.w-98px {
    width: 98px;
}

.w-98rem {
    width: 98rem;
}

.w-98em {
    width: 98em;
}

.w-98 {
    width: 98%;
}

.w-99px {
    width: 99px;
}

.w-99rem {
    width: 99rem;
}

.w-99em {
    width: 99em;
}

.w-99 {
    width: 99%;
}

.w-100px {
    width: 100px;
}

.w-100rem {
    width: 100rem;
}

.w-100em {
    width: 100em;
}

.w-100 {
    width: 100%;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.none {
    float: none !important;
}

.w-auto {
    width: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.wrap {
    flex-wrap: wrap;
}

.m-0 {
    margin: 0em !important;
}

.mt-0 {
    margin-top: 0em !important;
}

.mb-0 {
    margin-bottom: 0em !important;
}

.ml-0 {
    margin-left: 0em !important;
}

.mr-0 {
    margin-right: 0em !important;
}

.mx-0 {
    margin-right: 0em !important;
    margin-left: 0em !important;
}

.my-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
}

.mn-t0 {
    margin-top: 0em !important;
}

.p-0 {
    padding: 0em !important;
}

.pt-0 {
    padding-top: 0em !important;
}

.pb-0 {
    padding-bottom: 0em !important;
}

.pl-0 {
    padding-left: 0em !important;
}

.pr-0 {
    padding-right: 0em !important;
}

.px-0 {
    padding-right: 0em !important;
    padding-left: 0em !important;
}

.py-0 {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
}

.m-1 {
    margin: 1em !important;
}

.mt-1 {
    margin-top: 1em !important;
}

.mb-1 {
    margin-bottom: 1em !important;
}

.ml-1 {
    margin-left: 1em !important;
}

.mr-1 {
    margin-right: 1em !important;
}

.mx-1 {
    margin-right: 1em !important;
    margin-left: 1em !important;
}

.my-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.mn-t1 {
    margin-top: -1em !important;
}

.p-1 {
    padding: 1em !important;
}

.pt-1 {
    padding-top: 1em !important;
}

.pb-1 {
    padding-bottom: 1em !important;
}

.pl-1 {
    padding-left: 1em !important;
}

.pr-1 {
    padding-right: 1em !important;
}

.px-1 {
    padding-right: 1em !important;
    padding-left: 1em !important;
}

.py-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.m-2 {
    margin: 2em !important;
}

.mt-2 {
    margin-top: 2em !important;
}

.mb-2 {
    margin-bottom: 2em !important;
}

.ml-2 {
    margin-left: 2em !important;
}

.mr-2 {
    margin-right: 2em !important;
}

.mx-2 {
    margin-right: 2em !important;
    margin-left: 2em !important;
}

.my-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}

.mn-t2 {
    margin-top: -2em !important;
}

.p-2 {
    padding: 2em !important;
}

.pt-2 {
    padding-top: 2em !important;
}

.pb-2 {
    padding-bottom: 2em !important;
}

.pl-2 {
    padding-left: 2em !important;
}

.pr-2 {
    padding-right: 2em !important;
}

.px-2 {
    padding-right: 2em !important;
    padding-left: 2em !important;
}

.py-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}

.m-3 {
    margin: 3em !important;
}

.mt-3 {
    margin-top: 3em !important;
}

.mb-3 {
    margin-bottom: 3em !important;
}

.ml-3 {
    margin-left: 3em !important;
}

.mr-3 {
    margin-right: 3em !important;
}

.mx-3 {
    margin-right: 3em !important;
    margin-left: 3em !important;
}

.my-3 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
}

.mn-t3 {
    margin-top: -3em !important;
}

.p-3 {
    padding: 3em !important;
}

.pt-3 {
    padding-top: 3em !important;
}

.pb-3 {
    padding-bottom: 3em !important;
}

.pl-3 {
    padding-left: 3em !important;
}

.pr-3 {
    padding-right: 3em !important;
}

.px-3 {
    padding-right: 3em !important;
    padding-left: 3em !important;
}

.py-3 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}

.m-4 {
    margin: 4em !important;
}

.mt-4 {
    margin-top: 4em !important;
}

.mb-4 {
    margin-bottom: 4em !important;
}

.ml-4 {
    margin-left: 4em !important;
}

.mr-4 {
    margin-right: 4em !important;
}

.mx-4 {
    margin-right: 4em !important;
    margin-left: 4em !important;
}

.my-4 {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
}

.mn-t4 {
    margin-top: -4em !important;
}

.p-4 {
    padding: 4em !important;
}

.pt-4 {
    padding-top: 4em !important;
}

.pb-4 {
    padding-bottom: 4em !important;
}

.pl-4 {
    padding-left: 4em !important;
}

.pr-4 {
    padding-right: 4em !important;
}

.px-4 {
    padding-right: 4em !important;
    padding-left: 4em !important;
}

.py-4 {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}

.m-5 {
    margin: 5em !important;
}

.mt-5 {
    margin-top: 5em !important;
}

.mb-5 {
    margin-bottom: 5em !important;
}

.ml-5 {
    margin-left: 5em !important;
}

.mr-5 {
    margin-right: 5em !important;
}

.mx-5 {
    margin-right: 5em !important;
    margin-left: 5em !important;
}

.my-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
}

.mn-t5 {
    margin-top: -5em !important;
}

.p-5 {
    padding: 5em !important;
}

.pt-5 {
    padding-top: 5em !important;
}

.pb-5 {
    padding-bottom: 5em !important;
}

.pl-5 {
    padding-left: 5em !important;
}

.pr-5 {
    padding-right: 5em !important;
}

.px-5 {
    padding-right: 5em !important;
    padding-left: 5em !important;
}

.py-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
}

.m-6 {
    margin: 6em !important;
}

.mt-6 {
    margin-top: 6em !important;
}

.mb-6 {
    margin-bottom: 6em !important;
}

.ml-6 {
    margin-left: 6em !important;
}

.mr-6 {
    margin-right: 6em !important;
}

.mx-6 {
    margin-right: 6em !important;
    margin-left: 6em !important;
}

.my-6 {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
}

.mn-t6 {
    margin-top: -6em !important;
}

.p-6 {
    padding: 6em !important;
}

.pt-6 {
    padding-top: 6em !important;
}

.pb-6 {
    padding-bottom: 6em !important;
}

.pl-6 {
    padding-left: 6em !important;
}

.pr-6 {
    padding-right: 6em !important;
}

.px-6 {
    padding-right: 6em !important;
    padding-left: 6em !important;
}

.py-6 {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
}

.m-7 {
    margin: 7em !important;
}

.mt-7 {
    margin-top: 7em !important;
}

.mb-7 {
    margin-bottom: 7em !important;
}

.ml-7 {
    margin-left: 7em !important;
}

.mr-7 {
    margin-right: 7em !important;
}

.mx-7 {
    margin-right: 7em !important;
    margin-left: 7em !important;
}

.my-7 {
    margin-top: 7em !important;
    margin-bottom: 7em !important;
}

.mn-t7 {
    margin-top: -7em !important;
}

.p-7 {
    padding: 7em !important;
}

.pt-7 {
    padding-top: 7em !important;
}

.pb-7 {
    padding-bottom: 7em !important;
}

.pl-7 {
    padding-left: 7em !important;
}

.pr-7 {
    padding-right: 7em !important;
}

.px-7 {
    padding-right: 7em !important;
    padding-left: 7em !important;
}

.py-7 {
    padding-top: 7em !important;
    padding-bottom: 7em !important;
}

.m-8 {
    margin: 8em !important;
}

.mt-8 {
    margin-top: 8em !important;
}

.mb-8 {
    margin-bottom: 8em !important;
}

.ml-8 {
    margin-left: 8em !important;
}

.mr-8 {
    margin-right: 8em !important;
}

.mx-8 {
    margin-right: 8em !important;
    margin-left: 8em !important;
}

.my-8 {
    margin-top: 8em !important;
    margin-bottom: 8em !important;
}

.mn-t8 {
    margin-top: -8em !important;
}

.p-8 {
    padding: 8em !important;
}

.pt-8 {
    padding-top: 8em !important;
}

.pb-8 {
    padding-bottom: 8em !important;
}

.pl-8 {
    padding-left: 8em !important;
}

.pr-8 {
    padding-right: 8em !important;
}

.px-8 {
    padding-right: 8em !important;
    padding-left: 8em !important;
}

.py-8 {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
}

.m-9 {
    margin: 9em !important;
}

.mt-9 {
    margin-top: 9em !important;
}

.mb-9 {
    margin-bottom: 9em !important;
}

.ml-9 {
    margin-left: 9em !important;
}

.mr-9 {
    margin-right: 9em !important;
}

.mx-9 {
    margin-right: 9em !important;
    margin-left: 9em !important;
}

.my-9 {
    margin-top: 9em !important;
    margin-bottom: 9em !important;
}

.mn-t9 {
    margin-top: -9em !important;
}

.p-9 {
    padding: 9em !important;
}

.pt-9 {
    padding-top: 9em !important;
}

.pb-9 {
    padding-bottom: 9em !important;
}

.pl-9 {
    padding-left: 9em !important;
}

.pr-9 {
    padding-right: 9em !important;
}

.px-9 {
    padding-right: 9em !important;
    padding-left: 9em !important;
}

.py-9 {
    padding-top: 9em !important;
    padding-bottom: 9em !important;
}

.m-10 {
    margin: 10em !important;
}

.mt-10 {
    margin-top: 10em !important;
}

.mb-10 {
    margin-bottom: 10em !important;
}

.ml-10 {
    margin-left: 10em !important;
}

.mr-10 {
    margin-right: 10em !important;
}

.mx-10 {
    margin-right: 10em !important;
    margin-left: 10em !important;
}

.my-10 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
}

.mn-t10 {
    margin-top: -10em !important;
}

.p-10 {
    padding: 10em !important;
}

.pt-10 {
    padding-top: 10em !important;
}

.pb-10 {
    padding-bottom: 10em !important;
}

.pl-10 {
    padding-left: 10em !important;
}

.pr-10 {
    padding-right: 10em !important;
}

.px-10 {
    padding-right: 10em !important;
    padding-left: 10em !important;
}

.py-10 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
}

.m-11 {
    margin: 11em !important;
}

.mt-11 {
    margin-top: 11em !important;
}

.mb-11 {
    margin-bottom: 11em !important;
}

.ml-11 {
    margin-left: 11em !important;
}

.mr-11 {
    margin-right: 11em !important;
}

.mx-11 {
    margin-right: 11em !important;
    margin-left: 11em !important;
}

.my-11 {
    margin-top: 11em !important;
    margin-bottom: 11em !important;
}

.mn-t11 {
    margin-top: -11em !important;
}

.p-11 {
    padding: 11em !important;
}

.pt-11 {
    padding-top: 11em !important;
}

.pb-11 {
    padding-bottom: 11em !important;
}

.pl-11 {
    padding-left: 11em !important;
}

.pr-11 {
    padding-right: 11em !important;
}

.px-11 {
    padding-right: 11em !important;
    padding-left: 11em !important;
}

.py-11 {
    padding-top: 11em !important;
    padding-bottom: 11em !important;
}

.m-12 {
    margin: 12em !important;
}

.mt-12 {
    margin-top: 12em !important;
}

.mb-12 {
    margin-bottom: 12em !important;
}

.ml-12 {
    margin-left: 12em !important;
}

.mr-12 {
    margin-right: 12em !important;
}

.mx-12 {
    margin-right: 12em !important;
    margin-left: 12em !important;
}

.my-12 {
    margin-top: 12em !important;
    margin-bottom: 12em !important;
}

.mn-t12 {
    margin-top: -12em !important;
}

.p-12 {
    padding: 12em !important;
}

.pt-12 {
    padding-top: 12em !important;
}

.pb-12 {
    padding-bottom: 12em !important;
}

.pl-12 {
    padding-left: 12em !important;
}

.pr-12 {
    padding-right: 12em !important;
}

.px-12 {
    padding-right: 12em !important;
    padding-left: 12em !important;
}

.py-12 {
    padding-top: 12em !important;
    padding-bottom: 12em !important;
}

.m-13 {
    margin: 13em !important;
}

.mt-13 {
    margin-top: 13em !important;
}

.mb-13 {
    margin-bottom: 13em !important;
}

.ml-13 {
    margin-left: 13em !important;
}

.mr-13 {
    margin-right: 13em !important;
}

.mx-13 {
    margin-right: 13em !important;
    margin-left: 13em !important;
}

.my-13 {
    margin-top: 13em !important;
    margin-bottom: 13em !important;
}

.mn-t13 {
    margin-top: -13em !important;
}

.p-13 {
    padding: 13em !important;
}

.pt-13 {
    padding-top: 13em !important;
}

.pb-13 {
    padding-bottom: 13em !important;
}

.pl-13 {
    padding-left: 13em !important;
}

.pr-13 {
    padding-right: 13em !important;
}

.px-13 {
    padding-right: 13em !important;
    padding-left: 13em !important;
}

.py-13 {
    padding-top: 13em !important;
    padding-bottom: 13em !important;
}

.m-14 {
    margin: 14em !important;
}

.mt-14 {
    margin-top: 14em !important;
}

.mb-14 {
    margin-bottom: 14em !important;
}

.ml-14 {
    margin-left: 14em !important;
}

.mr-14 {
    margin-right: 14em !important;
}

.mx-14 {
    margin-right: 14em !important;
    margin-left: 14em !important;
}

.my-14 {
    margin-top: 14em !important;
    margin-bottom: 14em !important;
}

.mn-t14 {
    margin-top: -14em !important;
}

.p-14 {
    padding: 14em !important;
}

.pt-14 {
    padding-top: 14em !important;
}

.pb-14 {
    padding-bottom: 14em !important;
}

.pl-14 {
    padding-left: 14em !important;
}

.pr-14 {
    padding-right: 14em !important;
}

.px-14 {
    padding-right: 14em !important;
    padding-left: 14em !important;
}

.py-14 {
    padding-top: 14em !important;
    padding-bottom: 14em !important;
}

.m-15 {
    margin: 15em !important;
}

.mt-15 {
    margin-top: 15em !important;
}

.mb-15 {
    margin-bottom: 15em !important;
}

.ml-15 {
    margin-left: 15em !important;
}

.mr-15 {
    margin-right: 15em !important;
}

.mx-15 {
    margin-right: 15em !important;
    margin-left: 15em !important;
}

.my-15 {
    margin-top: 15em !important;
    margin-bottom: 15em !important;
}

.mn-t15 {
    margin-top: -15em !important;
}

.p-15 {
    padding: 15em !important;
}

.pt-15 {
    padding-top: 15em !important;
}

.pb-15 {
    padding-bottom: 15em !important;
}

.pl-15 {
    padding-left: 15em !important;
}

.pr-15 {
    padding-right: 15em !important;
}

.px-15 {
    padding-right: 15em !important;
    padding-left: 15em !important;
}

.py-15 {
    padding-top: 15em !important;
    padding-bottom: 15em !important;
}

.m-16 {
    margin: 16em !important;
}

.mt-16 {
    margin-top: 16em !important;
}

.mb-16 {
    margin-bottom: 16em !important;
}

.ml-16 {
    margin-left: 16em !important;
}

.mr-16 {
    margin-right: 16em !important;
}

.mx-16 {
    margin-right: 16em !important;
    margin-left: 16em !important;
}

.my-16 {
    margin-top: 16em !important;
    margin-bottom: 16em !important;
}

.mn-t16 {
    margin-top: -16em !important;
}

.p-16 {
    padding: 16em !important;
}

.pt-16 {
    padding-top: 16em !important;
}

.pb-16 {
    padding-bottom: 16em !important;
}

.pl-16 {
    padding-left: 16em !important;
}

.pr-16 {
    padding-right: 16em !important;
}

.px-16 {
    padding-right: 16em !important;
    padding-left: 16em !important;
}

.py-16 {
    padding-top: 16em !important;
    padding-bottom: 16em !important;
}

.m-17 {
    margin: 17em !important;
}

.mt-17 {
    margin-top: 17em !important;
}

.mb-17 {
    margin-bottom: 17em !important;
}

.ml-17 {
    margin-left: 17em !important;
}

.mr-17 {
    margin-right: 17em !important;
}

.mx-17 {
    margin-right: 17em !important;
    margin-left: 17em !important;
}

.my-17 {
    margin-top: 17em !important;
    margin-bottom: 17em !important;
}

.mn-t17 {
    margin-top: -17em !important;
}

.p-17 {
    padding: 17em !important;
}

.pt-17 {
    padding-top: 17em !important;
}

.pb-17 {
    padding-bottom: 17em !important;
}

.pl-17 {
    padding-left: 17em !important;
}

.pr-17 {
    padding-right: 17em !important;
}

.px-17 {
    padding-right: 17em !important;
    padding-left: 17em !important;
}

.py-17 {
    padding-top: 17em !important;
    padding-bottom: 17em !important;
}

.m-18 {
    margin: 18em !important;
}

.mt-18 {
    margin-top: 18em !important;
}

.mb-18 {
    margin-bottom: 18em !important;
}

.ml-18 {
    margin-left: 18em !important;
}

.mr-18 {
    margin-right: 18em !important;
}

.mx-18 {
    margin-right: 18em !important;
    margin-left: 18em !important;
}

.my-18 {
    margin-top: 18em !important;
    margin-bottom: 18em !important;
}

.mn-t18 {
    margin-top: -18em !important;
}

.p-18 {
    padding: 18em !important;
}

.pt-18 {
    padding-top: 18em !important;
}

.pb-18 {
    padding-bottom: 18em !important;
}

.pl-18 {
    padding-left: 18em !important;
}

.pr-18 {
    padding-right: 18em !important;
}

.px-18 {
    padding-right: 18em !important;
    padding-left: 18em !important;
}

.py-18 {
    padding-top: 18em !important;
    padding-bottom: 18em !important;
}

.m-19 {
    margin: 19em !important;
}

.mt-19 {
    margin-top: 19em !important;
}

.mb-19 {
    margin-bottom: 19em !important;
}

.ml-19 {
    margin-left: 19em !important;
}

.mr-19 {
    margin-right: 19em !important;
}

.mx-19 {
    margin-right: 19em !important;
    margin-left: 19em !important;
}

.my-19 {
    margin-top: 19em !important;
    margin-bottom: 19em !important;
}

.mn-t19 {
    margin-top: -19em !important;
}

.p-19 {
    padding: 19em !important;
}

.pt-19 {
    padding-top: 19em !important;
}

.pb-19 {
    padding-bottom: 19em !important;
}

.pl-19 {
    padding-left: 19em !important;
}

.pr-19 {
    padding-right: 19em !important;
}

.px-19 {
    padding-right: 19em !important;
    padding-left: 19em !important;
}

.py-19 {
    padding-top: 19em !important;
    padding-bottom: 19em !important;
}

.m-20 {
    margin: 20em !important;
}

.mt-20 {
    margin-top: 20em !important;
}

.mb-20 {
    margin-bottom: 20em !important;
}

.ml-20 {
    margin-left: 20em !important;
}

.mr-20 {
    margin-right: 20em !important;
}

.mx-20 {
    margin-right: 20em !important;
    margin-left: 20em !important;
}

.my-20 {
    margin-top: 20em !important;
    margin-bottom: 20em !important;
}

.mn-t20 {
    margin-top: -20em !important;
}

.p-20 {
    padding: 20em !important;
}

.pt-20 {
    padding-top: 20em !important;
}

.pb-20 {
    padding-bottom: 20em !important;
}

.pl-20 {
    padding-left: 20em !important;
}

.pr-20 {
    padding-right: 20em !important;
}

.px-20 {
    padding-right: 20em !important;
    padding-left: 20em !important;
}

.py-20 {
    padding-top: 20em !important;
    padding-bottom: 20em !important;
}

.m-21 {
    margin: 21em !important;
}

.mt-21 {
    margin-top: 21em !important;
}

.mb-21 {
    margin-bottom: 21em !important;
}

.ml-21 {
    margin-left: 21em !important;
}

.mr-21 {
    margin-right: 21em !important;
}

.mx-21 {
    margin-right: 21em !important;
    margin-left: 21em !important;
}

.my-21 {
    margin-top: 21em !important;
    margin-bottom: 21em !important;
}

.mn-t21 {
    margin-top: -21em !important;
}

.p-21 {
    padding: 21em !important;
}

.pt-21 {
    padding-top: 21em !important;
}

.pb-21 {
    padding-bottom: 21em !important;
}

.pl-21 {
    padding-left: 21em !important;
}

.pr-21 {
    padding-right: 21em !important;
}

.px-21 {
    padding-right: 21em !important;
    padding-left: 21em !important;
}

.py-21 {
    padding-top: 21em !important;
    padding-bottom: 21em !important;
}

.m-22 {
    margin: 22em !important;
}

.mt-22 {
    margin-top: 22em !important;
}

.mb-22 {
    margin-bottom: 22em !important;
}

.ml-22 {
    margin-left: 22em !important;
}

.mr-22 {
    margin-right: 22em !important;
}

.mx-22 {
    margin-right: 22em !important;
    margin-left: 22em !important;
}

.my-22 {
    margin-top: 22em !important;
    margin-bottom: 22em !important;
}

.mn-t22 {
    margin-top: -22em !important;
}

.p-22 {
    padding: 22em !important;
}

.pt-22 {
    padding-top: 22em !important;
}

.pb-22 {
    padding-bottom: 22em !important;
}

.pl-22 {
    padding-left: 22em !important;
}

.pr-22 {
    padding-right: 22em !important;
}

.px-22 {
    padding-right: 22em !important;
    padding-left: 22em !important;
}

.py-22 {
    padding-top: 22em !important;
    padding-bottom: 22em !important;
}

.m-23 {
    margin: 23em !important;
}

.mt-23 {
    margin-top: 23em !important;
}

.mb-23 {
    margin-bottom: 23em !important;
}

.ml-23 {
    margin-left: 23em !important;
}

.mr-23 {
    margin-right: 23em !important;
}

.mx-23 {
    margin-right: 23em !important;
    margin-left: 23em !important;
}

.my-23 {
    margin-top: 23em !important;
    margin-bottom: 23em !important;
}

.mn-t23 {
    margin-top: -23em !important;
}

.p-23 {
    padding: 23em !important;
}

.pt-23 {
    padding-top: 23em !important;
}

.pb-23 {
    padding-bottom: 23em !important;
}

.pl-23 {
    padding-left: 23em !important;
}

.pr-23 {
    padding-right: 23em !important;
}

.px-23 {
    padding-right: 23em !important;
    padding-left: 23em !important;
}

.py-23 {
    padding-top: 23em !important;
    padding-bottom: 23em !important;
}

.m-24 {
    margin: 24em !important;
}

.mt-24 {
    margin-top: 24em !important;
}

.mb-24 {
    margin-bottom: 24em !important;
}

.ml-24 {
    margin-left: 24em !important;
}

.mr-24 {
    margin-right: 24em !important;
}

.mx-24 {
    margin-right: 24em !important;
    margin-left: 24em !important;
}

.my-24 {
    margin-top: 24em !important;
    margin-bottom: 24em !important;
}

.mn-t24 {
    margin-top: -24em !important;
}

.p-24 {
    padding: 24em !important;
}

.pt-24 {
    padding-top: 24em !important;
}

.pb-24 {
    padding-bottom: 24em !important;
}

.pl-24 {
    padding-left: 24em !important;
}

.pr-24 {
    padding-right: 24em !important;
}

.px-24 {
    padding-right: 24em !important;
    padding-left: 24em !important;
}

.py-24 {
    padding-top: 24em !important;
    padding-bottom: 24em !important;
}

.m-25 {
    margin: 25em !important;
}

.mt-25 {
    margin-top: 25em !important;
}

.mb-25 {
    margin-bottom: 25em !important;
}

.ml-25 {
    margin-left: 25em !important;
}

.mr-25 {
    margin-right: 25em !important;
}

.mx-25 {
    margin-right: 25em !important;
    margin-left: 25em !important;
}

.my-25 {
    margin-top: 25em !important;
    margin-bottom: 25em !important;
}

.mn-t25 {
    margin-top: -25em !important;
}

.p-25 {
    padding: 25em !important;
}

.pt-25 {
    padding-top: 25em !important;
}

.pb-25 {
    padding-bottom: 25em !important;
}

.pl-25 {
    padding-left: 25em !important;
}

.pr-25 {
    padding-right: 25em !important;
}

.px-25 {
    padding-right: 25em !important;
    padding-left: 25em !important;
}

.py-25 {
    padding-top: 25em !important;
    padding-bottom: 25em !important;
}

.m-26 {
    margin: 26em !important;
}

.mt-26 {
    margin-top: 26em !important;
}

.mb-26 {
    margin-bottom: 26em !important;
}

.ml-26 {
    margin-left: 26em !important;
}

.mr-26 {
    margin-right: 26em !important;
}

.mx-26 {
    margin-right: 26em !important;
    margin-left: 26em !important;
}

.my-26 {
    margin-top: 26em !important;
    margin-bottom: 26em !important;
}

.mn-t26 {
    margin-top: -26em !important;
}

.p-26 {
    padding: 26em !important;
}

.pt-26 {
    padding-top: 26em !important;
}

.pb-26 {
    padding-bottom: 26em !important;
}

.pl-26 {
    padding-left: 26em !important;
}

.pr-26 {
    padding-right: 26em !important;
}

.px-26 {
    padding-right: 26em !important;
    padding-left: 26em !important;
}

.py-26 {
    padding-top: 26em !important;
    padding-bottom: 26em !important;
}

.m-27 {
    margin: 27em !important;
}

.mt-27 {
    margin-top: 27em !important;
}

.mb-27 {
    margin-bottom: 27em !important;
}

.ml-27 {
    margin-left: 27em !important;
}

.mr-27 {
    margin-right: 27em !important;
}

.mx-27 {
    margin-right: 27em !important;
    margin-left: 27em !important;
}

.my-27 {
    margin-top: 27em !important;
    margin-bottom: 27em !important;
}

.mn-t27 {
    margin-top: -27em !important;
}

.p-27 {
    padding: 27em !important;
}

.pt-27 {
    padding-top: 27em !important;
}

.pb-27 {
    padding-bottom: 27em !important;
}

.pl-27 {
    padding-left: 27em !important;
}

.pr-27 {
    padding-right: 27em !important;
}

.px-27 {
    padding-right: 27em !important;
    padding-left: 27em !important;
}

.py-27 {
    padding-top: 27em !important;
    padding-bottom: 27em !important;
}

.m-28 {
    margin: 28em !important;
}

.mt-28 {
    margin-top: 28em !important;
}

.mb-28 {
    margin-bottom: 28em !important;
}

.ml-28 {
    margin-left: 28em !important;
}

.mr-28 {
    margin-right: 28em !important;
}

.mx-28 {
    margin-right: 28em !important;
    margin-left: 28em !important;
}

.my-28 {
    margin-top: 28em !important;
    margin-bottom: 28em !important;
}

.mn-t28 {
    margin-top: -28em !important;
}

.p-28 {
    padding: 28em !important;
}

.pt-28 {
    padding-top: 28em !important;
}

.pb-28 {
    padding-bottom: 28em !important;
}

.pl-28 {
    padding-left: 28em !important;
}

.pr-28 {
    padding-right: 28em !important;
}

.px-28 {
    padding-right: 28em !important;
    padding-left: 28em !important;
}

.py-28 {
    padding-top: 28em !important;
    padding-bottom: 28em !important;
}

.m-29 {
    margin: 29em !important;
}

.mt-29 {
    margin-top: 29em !important;
}

.mb-29 {
    margin-bottom: 29em !important;
}

.ml-29 {
    margin-left: 29em !important;
}

.mr-29 {
    margin-right: 29em !important;
}

.mx-29 {
    margin-right: 29em !important;
    margin-left: 29em !important;
}

.my-29 {
    margin-top: 29em !important;
    margin-bottom: 29em !important;
}

.mn-t29 {
    margin-top: -29em !important;
}

.p-29 {
    padding: 29em !important;
}

.pt-29 {
    padding-top: 29em !important;
}

.pb-29 {
    padding-bottom: 29em !important;
}

.pl-29 {
    padding-left: 29em !important;
}

.pr-29 {
    padding-right: 29em !important;
}

.px-29 {
    padding-right: 29em !important;
    padding-left: 29em !important;
}

.py-29 {
    padding-top: 29em !important;
    padding-bottom: 29em !important;
}

.m-30 {
    margin: 30em !important;
}

.mt-30 {
    margin-top: 30em !important;
}

.mb-30 {
    margin-bottom: 30em !important;
}

.ml-30 {
    margin-left: 30em !important;
}

.mr-30 {
    margin-right: 30em !important;
}

.mx-30 {
    margin-right: 30em !important;
    margin-left: 30em !important;
}

.my-30 {
    margin-top: 30em !important;
    margin-bottom: 30em !important;
}

.mn-t30 {
    margin-top: -30em !important;
}

.p-30 {
    padding: 30em !important;
}

.pt-30 {
    padding-top: 30em !important;
}

.pb-30 {
    padding-bottom: 30em !important;
}

.pl-30 {
    padding-left: 30em !important;
}

.pr-30 {
    padding-right: 30em !important;
}

.px-30 {
    padding-right: 30em !important;
    padding-left: 30em !important;
}

.py-30 {
    padding-top: 30em !important;
    padding-bottom: 30em !important;
}

.m-31 {
    margin: 31em !important;
}

.mt-31 {
    margin-top: 31em !important;
}

.mb-31 {
    margin-bottom: 31em !important;
}

.ml-31 {
    margin-left: 31em !important;
}

.mr-31 {
    margin-right: 31em !important;
}

.mx-31 {
    margin-right: 31em !important;
    margin-left: 31em !important;
}

.my-31 {
    margin-top: 31em !important;
    margin-bottom: 31em !important;
}

.mn-t31 {
    margin-top: -31em !important;
}

.p-31 {
    padding: 31em !important;
}

.pt-31 {
    padding-top: 31em !important;
}

.pb-31 {
    padding-bottom: 31em !important;
}

.pl-31 {
    padding-left: 31em !important;
}

.pr-31 {
    padding-right: 31em !important;
}

.px-31 {
    padding-right: 31em !important;
    padding-left: 31em !important;
}

.py-31 {
    padding-top: 31em !important;
    padding-bottom: 31em !important;
}

.m-32 {
    margin: 32em !important;
}

.mt-32 {
    margin-top: 32em !important;
}

.mb-32 {
    margin-bottom: 32em !important;
}

.ml-32 {
    margin-left: 32em !important;
}

.mr-32 {
    margin-right: 32em !important;
}

.mx-32 {
    margin-right: 32em !important;
    margin-left: 32em !important;
}

.my-32 {
    margin-top: 32em !important;
    margin-bottom: 32em !important;
}

.mn-t32 {
    margin-top: -32em !important;
}

.p-32 {
    padding: 32em !important;
}

.pt-32 {
    padding-top: 32em !important;
}

.pb-32 {
    padding-bottom: 32em !important;
}

.pl-32 {
    padding-left: 32em !important;
}

.pr-32 {
    padding-right: 32em !important;
}

.px-32 {
    padding-right: 32em !important;
    padding-left: 32em !important;
}

.py-32 {
    padding-top: 32em !important;
    padding-bottom: 32em !important;
}

.m-33 {
    margin: 33em !important;
}

.mt-33 {
    margin-top: 33em !important;
}

.mb-33 {
    margin-bottom: 33em !important;
}

.ml-33 {
    margin-left: 33em !important;
}

.mr-33 {
    margin-right: 33em !important;
}

.mx-33 {
    margin-right: 33em !important;
    margin-left: 33em !important;
}

.my-33 {
    margin-top: 33em !important;
    margin-bottom: 33em !important;
}

.mn-t33 {
    margin-top: -33em !important;
}

.p-33 {
    padding: 33em !important;
}

.pt-33 {
    padding-top: 33em !important;
}

.pb-33 {
    padding-bottom: 33em !important;
}

.pl-33 {
    padding-left: 33em !important;
}

.pr-33 {
    padding-right: 33em !important;
}

.px-33 {
    padding-right: 33em !important;
    padding-left: 33em !important;
}

.py-33 {
    padding-top: 33em !important;
    padding-bottom: 33em !important;
}

.m-34 {
    margin: 34em !important;
}

.mt-34 {
    margin-top: 34em !important;
}

.mb-34 {
    margin-bottom: 34em !important;
}

.ml-34 {
    margin-left: 34em !important;
}

.mr-34 {
    margin-right: 34em !important;
}

.mx-34 {
    margin-right: 34em !important;
    margin-left: 34em !important;
}

.my-34 {
    margin-top: 34em !important;
    margin-bottom: 34em !important;
}

.mn-t34 {
    margin-top: -34em !important;
}

.p-34 {
    padding: 34em !important;
}

.pt-34 {
    padding-top: 34em !important;
}

.pb-34 {
    padding-bottom: 34em !important;
}

.pl-34 {
    padding-left: 34em !important;
}

.pr-34 {
    padding-right: 34em !important;
}

.px-34 {
    padding-right: 34em !important;
    padding-left: 34em !important;
}

.py-34 {
    padding-top: 34em !important;
    padding-bottom: 34em !important;
}

.m-35 {
    margin: 35em !important;
}

.mt-35 {
    margin-top: 35em !important;
}

.mb-35 {
    margin-bottom: 35em !important;
}

.ml-35 {
    margin-left: 35em !important;
}

.mr-35 {
    margin-right: 35em !important;
}

.mx-35 {
    margin-right: 35em !important;
    margin-left: 35em !important;
}

.my-35 {
    margin-top: 35em !important;
    margin-bottom: 35em !important;
}

.mn-t35 {
    margin-top: -35em !important;
}

.p-35 {
    padding: 35em !important;
}

.pt-35 {
    padding-top: 35em !important;
}

.pb-35 {
    padding-bottom: 35em !important;
}

.pl-35 {
    padding-left: 35em !important;
}

.pr-35 {
    padding-right: 35em !important;
}

.px-35 {
    padding-right: 35em !important;
    padding-left: 35em !important;
}

.py-35 {
    padding-top: 35em !important;
    padding-bottom: 35em !important;
}

.m-36 {
    margin: 36em !important;
}

.mt-36 {
    margin-top: 36em !important;
}

.mb-36 {
    margin-bottom: 36em !important;
}

.ml-36 {
    margin-left: 36em !important;
}

.mr-36 {
    margin-right: 36em !important;
}

.mx-36 {
    margin-right: 36em !important;
    margin-left: 36em !important;
}

.my-36 {
    margin-top: 36em !important;
    margin-bottom: 36em !important;
}

.mn-t36 {
    margin-top: -36em !important;
}

.p-36 {
    padding: 36em !important;
}

.pt-36 {
    padding-top: 36em !important;
}

.pb-36 {
    padding-bottom: 36em !important;
}

.pl-36 {
    padding-left: 36em !important;
}

.pr-36 {
    padding-right: 36em !important;
}

.px-36 {
    padding-right: 36em !important;
    padding-left: 36em !important;
}

.py-36 {
    padding-top: 36em !important;
    padding-bottom: 36em !important;
}

.m-37 {
    margin: 37em !important;
}

.mt-37 {
    margin-top: 37em !important;
}

.mb-37 {
    margin-bottom: 37em !important;
}

.ml-37 {
    margin-left: 37em !important;
}

.mr-37 {
    margin-right: 37em !important;
}

.mx-37 {
    margin-right: 37em !important;
    margin-left: 37em !important;
}

.my-37 {
    margin-top: 37em !important;
    margin-bottom: 37em !important;
}

.mn-t37 {
    margin-top: -37em !important;
}

.p-37 {
    padding: 37em !important;
}

.pt-37 {
    padding-top: 37em !important;
}

.pb-37 {
    padding-bottom: 37em !important;
}

.pl-37 {
    padding-left: 37em !important;
}

.pr-37 {
    padding-right: 37em !important;
}

.px-37 {
    padding-right: 37em !important;
    padding-left: 37em !important;
}

.py-37 {
    padding-top: 37em !important;
    padding-bottom: 37em !important;
}

.m-38 {
    margin: 38em !important;
}

.mt-38 {
    margin-top: 38em !important;
}

.mb-38 {
    margin-bottom: 38em !important;
}

.ml-38 {
    margin-left: 38em !important;
}

.mr-38 {
    margin-right: 38em !important;
}

.mx-38 {
    margin-right: 38em !important;
    margin-left: 38em !important;
}

.my-38 {
    margin-top: 38em !important;
    margin-bottom: 38em !important;
}

.mn-t38 {
    margin-top: -38em !important;
}

.p-38 {
    padding: 38em !important;
}

.pt-38 {
    padding-top: 38em !important;
}

.pb-38 {
    padding-bottom: 38em !important;
}

.pl-38 {
    padding-left: 38em !important;
}

.pr-38 {
    padding-right: 38em !important;
}

.px-38 {
    padding-right: 38em !important;
    padding-left: 38em !important;
}

.py-38 {
    padding-top: 38em !important;
    padding-bottom: 38em !important;
}

.m-39 {
    margin: 39em !important;
}

.mt-39 {
    margin-top: 39em !important;
}

.mb-39 {
    margin-bottom: 39em !important;
}

.ml-39 {
    margin-left: 39em !important;
}

.mr-39 {
    margin-right: 39em !important;
}

.mx-39 {
    margin-right: 39em !important;
    margin-left: 39em !important;
}

.my-39 {
    margin-top: 39em !important;
    margin-bottom: 39em !important;
}

.mn-t39 {
    margin-top: -39em !important;
}

.p-39 {
    padding: 39em !important;
}

.pt-39 {
    padding-top: 39em !important;
}

.pb-39 {
    padding-bottom: 39em !important;
}

.pl-39 {
    padding-left: 39em !important;
}

.pr-39 {
    padding-right: 39em !important;
}

.px-39 {
    padding-right: 39em !important;
    padding-left: 39em !important;
}

.py-39 {
    padding-top: 39em !important;
    padding-bottom: 39em !important;
}

.m-40 {
    margin: 40em !important;
}

.mt-40 {
    margin-top: 40em !important;
}

.mb-40 {
    margin-bottom: 40em !important;
}

.ml-40 {
    margin-left: 40em !important;
}

.mr-40 {
    margin-right: 40em !important;
}

.mx-40 {
    margin-right: 40em !important;
    margin-left: 40em !important;
}

.my-40 {
    margin-top: 40em !important;
    margin-bottom: 40em !important;
}

.mn-t40 {
    margin-top: -40em !important;
}

.p-40 {
    padding: 40em !important;
}

.pt-40 {
    padding-top: 40em !important;
}

.pb-40 {
    padding-bottom: 40em !important;
}

.pl-40 {
    padding-left: 40em !important;
}

.pr-40 {
    padding-right: 40em !important;
}

.px-40 {
    padding-right: 40em !important;
    padding-left: 40em !important;
}

.py-40 {
    padding-top: 40em !important;
    padding-bottom: 40em !important;
}

.m-41 {
    margin: 41em !important;
}

.mt-41 {
    margin-top: 41em !important;
}

.mb-41 {
    margin-bottom: 41em !important;
}

.ml-41 {
    margin-left: 41em !important;
}

.mr-41 {
    margin-right: 41em !important;
}

.mx-41 {
    margin-right: 41em !important;
    margin-left: 41em !important;
}

.my-41 {
    margin-top: 41em !important;
    margin-bottom: 41em !important;
}

.mn-t41 {
    margin-top: -41em !important;
}

.p-41 {
    padding: 41em !important;
}

.pt-41 {
    padding-top: 41em !important;
}

.pb-41 {
    padding-bottom: 41em !important;
}

.pl-41 {
    padding-left: 41em !important;
}

.pr-41 {
    padding-right: 41em !important;
}

.px-41 {
    padding-right: 41em !important;
    padding-left: 41em !important;
}

.py-41 {
    padding-top: 41em !important;
    padding-bottom: 41em !important;
}

.m-42 {
    margin: 42em !important;
}

.mt-42 {
    margin-top: 42em !important;
}

.mb-42 {
    margin-bottom: 42em !important;
}

.ml-42 {
    margin-left: 42em !important;
}

.mr-42 {
    margin-right: 42em !important;
}

.mx-42 {
    margin-right: 42em !important;
    margin-left: 42em !important;
}

.my-42 {
    margin-top: 42em !important;
    margin-bottom: 42em !important;
}

.mn-t42 {
    margin-top: -42em !important;
}

.p-42 {
    padding: 42em !important;
}

.pt-42 {
    padding-top: 42em !important;
}

.pb-42 {
    padding-bottom: 42em !important;
}

.pl-42 {
    padding-left: 42em !important;
}

.pr-42 {
    padding-right: 42em !important;
}

.px-42 {
    padding-right: 42em !important;
    padding-left: 42em !important;
}

.py-42 {
    padding-top: 42em !important;
    padding-bottom: 42em !important;
}

.m-43 {
    margin: 43em !important;
}

.mt-43 {
    margin-top: 43em !important;
}

.mb-43 {
    margin-bottom: 43em !important;
}

.ml-43 {
    margin-left: 43em !important;
}

.mr-43 {
    margin-right: 43em !important;
}

.mx-43 {
    margin-right: 43em !important;
    margin-left: 43em !important;
}

.my-43 {
    margin-top: 43em !important;
    margin-bottom: 43em !important;
}

.mn-t43 {
    margin-top: -43em !important;
}

.p-43 {
    padding: 43em !important;
}

.pt-43 {
    padding-top: 43em !important;
}

.pb-43 {
    padding-bottom: 43em !important;
}

.pl-43 {
    padding-left: 43em !important;
}

.pr-43 {
    padding-right: 43em !important;
}

.px-43 {
    padding-right: 43em !important;
    padding-left: 43em !important;
}

.py-43 {
    padding-top: 43em !important;
    padding-bottom: 43em !important;
}

.m-44 {
    margin: 44em !important;
}

.mt-44 {
    margin-top: 44em !important;
}

.mb-44 {
    margin-bottom: 44em !important;
}

.ml-44 {
    margin-left: 44em !important;
}

.mr-44 {
    margin-right: 44em !important;
}

.mx-44 {
    margin-right: 44em !important;
    margin-left: 44em !important;
}

.my-44 {
    margin-top: 44em !important;
    margin-bottom: 44em !important;
}

.mn-t44 {
    margin-top: -44em !important;
}

.p-44 {
    padding: 44em !important;
}

.pt-44 {
    padding-top: 44em !important;
}

.pb-44 {
    padding-bottom: 44em !important;
}

.pl-44 {
    padding-left: 44em !important;
}

.pr-44 {
    padding-right: 44em !important;
}

.px-44 {
    padding-right: 44em !important;
    padding-left: 44em !important;
}

.py-44 {
    padding-top: 44em !important;
    padding-bottom: 44em !important;
}

.m-45 {
    margin: 45em !important;
}

.mt-45 {
    margin-top: 45em !important;
}

.mb-45 {
    margin-bottom: 45em !important;
}

.ml-45 {
    margin-left: 45em !important;
}

.mr-45 {
    margin-right: 45em !important;
}

.mx-45 {
    margin-right: 45em !important;
    margin-left: 45em !important;
}

.my-45 {
    margin-top: 45em !important;
    margin-bottom: 45em !important;
}

.mn-t45 {
    margin-top: -45em !important;
}

.p-45 {
    padding: 45em !important;
}

.pt-45 {
    padding-top: 45em !important;
}

.pb-45 {
    padding-bottom: 45em !important;
}

.pl-45 {
    padding-left: 45em !important;
}

.pr-45 {
    padding-right: 45em !important;
}

.px-45 {
    padding-right: 45em !important;
    padding-left: 45em !important;
}

.py-45 {
    padding-top: 45em !important;
    padding-bottom: 45em !important;
}

.m-46 {
    margin: 46em !important;
}

.mt-46 {
    margin-top: 46em !important;
}

.mb-46 {
    margin-bottom: 46em !important;
}

.ml-46 {
    margin-left: 46em !important;
}

.mr-46 {
    margin-right: 46em !important;
}

.mx-46 {
    margin-right: 46em !important;
    margin-left: 46em !important;
}

.my-46 {
    margin-top: 46em !important;
    margin-bottom: 46em !important;
}

.mn-t46 {
    margin-top: -46em !important;
}

.p-46 {
    padding: 46em !important;
}

.pt-46 {
    padding-top: 46em !important;
}

.pb-46 {
    padding-bottom: 46em !important;
}

.pl-46 {
    padding-left: 46em !important;
}

.pr-46 {
    padding-right: 46em !important;
}

.px-46 {
    padding-right: 46em !important;
    padding-left: 46em !important;
}

.py-46 {
    padding-top: 46em !important;
    padding-bottom: 46em !important;
}

.m-47 {
    margin: 47em !important;
}

.mt-47 {
    margin-top: 47em !important;
}

.mb-47 {
    margin-bottom: 47em !important;
}

.ml-47 {
    margin-left: 47em !important;
}

.mr-47 {
    margin-right: 47em !important;
}

.mx-47 {
    margin-right: 47em !important;
    margin-left: 47em !important;
}

.my-47 {
    margin-top: 47em !important;
    margin-bottom: 47em !important;
}

.mn-t47 {
    margin-top: -47em !important;
}

.p-47 {
    padding: 47em !important;
}

.pt-47 {
    padding-top: 47em !important;
}

.pb-47 {
    padding-bottom: 47em !important;
}

.pl-47 {
    padding-left: 47em !important;
}

.pr-47 {
    padding-right: 47em !important;
}

.px-47 {
    padding-right: 47em !important;
    padding-left: 47em !important;
}

.py-47 {
    padding-top: 47em !important;
    padding-bottom: 47em !important;
}

.m-48 {
    margin: 48em !important;
}

.mt-48 {
    margin-top: 48em !important;
}

.mb-48 {
    margin-bottom: 48em !important;
}

.ml-48 {
    margin-left: 48em !important;
}

.mr-48 {
    margin-right: 48em !important;
}

.mx-48 {
    margin-right: 48em !important;
    margin-left: 48em !important;
}

.my-48 {
    margin-top: 48em !important;
    margin-bottom: 48em !important;
}

.mn-t48 {
    margin-top: -48em !important;
}

.p-48 {
    padding: 48em !important;
}

.pt-48 {
    padding-top: 48em !important;
}

.pb-48 {
    padding-bottom: 48em !important;
}

.pl-48 {
    padding-left: 48em !important;
}

.pr-48 {
    padding-right: 48em !important;
}

.px-48 {
    padding-right: 48em !important;
    padding-left: 48em !important;
}

.py-48 {
    padding-top: 48em !important;
    padding-bottom: 48em !important;
}

.m-49 {
    margin: 49em !important;
}

.mt-49 {
    margin-top: 49em !important;
}

.mb-49 {
    margin-bottom: 49em !important;
}

.ml-49 {
    margin-left: 49em !important;
}

.mr-49 {
    margin-right: 49em !important;
}

.mx-49 {
    margin-right: 49em !important;
    margin-left: 49em !important;
}

.my-49 {
    margin-top: 49em !important;
    margin-bottom: 49em !important;
}

.mn-t49 {
    margin-top: -49em !important;
}

.p-49 {
    padding: 49em !important;
}

.pt-49 {
    padding-top: 49em !important;
}

.pb-49 {
    padding-bottom: 49em !important;
}

.pl-49 {
    padding-left: 49em !important;
}

.pr-49 {
    padding-right: 49em !important;
}

.px-49 {
    padding-right: 49em !important;
    padding-left: 49em !important;
}

.py-49 {
    padding-top: 49em !important;
    padding-bottom: 49em !important;
}

.m-50 {
    margin: 50em !important;
}

.mt-50 {
    margin-top: 50em !important;
}

.mb-50 {
    margin-bottom: 50em !important;
}

.ml-50 {
    margin-left: 50em !important;
}

.mr-50 {
    margin-right: 50em !important;
}

.mx-50 {
    margin-right: 50em !important;
    margin-left: 50em !important;
}

.my-50 {
    margin-top: 50em !important;
    margin-bottom: 50em !important;
}

.mn-t50 {
    margin-top: -50em !important;
}

.p-50 {
    padding: 50em !important;
}

.pt-50 {
    padding-top: 50em !important;
}

.pb-50 {
    padding-bottom: 50em !important;
}

.pl-50 {
    padding-left: 50em !important;
}

.pr-50 {
    padding-right: 50em !important;
}

.px-50 {
    padding-right: 50em !important;
    padding-left: 50em !important;
}

.py-50 {
    padding-top: 50em !important;
    padding-bottom: 50em !important;
}

.mt-05 {
    margin-top: 0.5rem;
}

.mt-15 {
    margin-top: 1.5rem;
}

.px-03px {
    padding-left: 3px;
    padding-right: 3px;
}

.px-05px {
    padding-left: 5px;
    padding-right: 5px;
}

.center-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

body {
    scrollbar-base-color: #0d6efd;
    scrollbar-face-color: #0d6efd;
    scrollbar-3dlight-color: #0d6efd;
    scrollbar-highlight-color: #0d6efd;
    scrollbar-track-color: #0d6efd;
    scrollbar-arrow-color: #0d6efd;
    scrollbar-shadow-color: #0d6efd;
    scrollbar-dark-shadow-color: #0d6efd;
}

::-webkit-scrollbar {
    width: 7px;
    padding: 0 !important;
    margin-left: -1rem !important;
    margin-right: -0.75rem !important;
    background: #0d6efd;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0d6efd;
    -webkit-border-radius: 1.5rem 1.5rem;
    -moz-border-radius: 1.5rem 1.5rem;
    -ms-border-radius: 1.5rem 1.5rem;
    -o-border-radius: 1.5rem 1.5rem;
    border-radius: 1.5rem 1.5rem;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #0d6efd;
    }

.flip-boxes {
    justify-content: center;
}

.flip-box {
    padding: 0;
    display: flex;
    align-content: stretch;
    min-height: 200px;
    flex-wrap: wrap;
    position: relative;
    border: 10px solid transparent;
    border-top: 0;
    -webkit-perspective: 1000;
    perspective: 1000;
}

    .flip-box img {
        width: auto;
        height: 100px;
    }

    .flip-box:hover .back {
        transform: rotateY(0deg);
        z-index: 10;
    }

    .flip-box:hover .front {
        transform: rotateY(180deg);
        z-index: -1;
    }

    .flip-box .back, .flip-box .front {
        position: relative;
        background-color: white;
        color: white;
        display: flex;
        justify-content: center;
        align-content: center;
        flex: 0 0 100%;
        -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
        transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
        transform-style: preserve-3d;
        background-size: cover;
        background-position: center;
    }

    .flip-box .back {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        transform: rotateY(-180deg);
        border: 1px solid #00A888;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        border-radius: 12px;
        color: #1A1A1A;
        text-align: center;
    }

        .flip-box .back p {
            color: #1A1A1A;
            text-align: center;
        }

        .flip-box .back img {
            height: 75px;
        }

        .flip-box .back:after {
            content: none;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 30px;
            height: 30px;
            border: 15px solid transparent;
            border-bottom-color: white;
            border-left-color: white;
        }

    .flip-box .front {
        z-index: 10;
        border: 1px solid #00A888;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        border-radius: 12px;
    }

        .flip-box .front .content {
            font-size: 16px;
        }

            .flip-box .front .content img {
                margin-bottom: 5px;
                margin-top: 5px;
            }

        .flip-box .front:after {
            content: none;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 30px;
            height: 30px;
            border: 15px solid #cecece;
            border-bottom-color: white;
            border-right-color: white;
        }

    .flip-box .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        -webkit-transform: translateZ(50px);
        transform: translateZ(50px);
        color: #666666;
    }

@media (max-width: 768px) {
    .flip-boxes .flip-box img {
        height: 75px;
    }
}

@media (max-width: 450px) {
    .flip-boxes .flip-box img {
        height: 50px;
    }
}

.puntos {
    /* opacity: 0; */
    /* position: absolute; */
    padding-top: 10px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    transform: translateY(0px);
    bottom: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    position: absolute;
}

    .puntos .btn {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 14px;
        background-color: transparent;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        height: 30px;
        box-shadow: 0px 5px 10px #00000040;
    }

    .puntos:hover {
        cursor: pointer;
    }

.mostrar .puntos {
    height: auto;
    transition: transform 0.2s ease-in-out;
    bottom: -20px;
    transform: translateY(-20px);
    z-index: 1;
    background: #FAFAFA;
}

/*
   * Implementation of themes
   */
/*
 * Actual styles for the app
 */
.theme-arsen .cart i, .theme-arsen .logout i, .theme-arsen .bars i, .theme-arsen .perfil i {
    color: #00A888;
}

.theme-sigma .cart i, .theme-sigma .logout i, .theme-sigma .bars i, .theme-sigma .perfil i {
    color: #BB2631;
}

.theme-wepark .cart i, .theme-wepark .logout i, .theme-wepark .bars i, .theme-wepark .perfil i {
    color: #F28E21;
}

.theme-arsen .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='%2300A888'%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");
}

.theme-sigma .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='%23BB2631'%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");
}

.theme-wepark .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='%23F28E21'%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");
}

.theme-arsen .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='%2300A888'%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");
}

.theme-sigma .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 3 16 16' fill='%23BB2631'%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");
}

.theme-wepark .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 3 16 16' fill='%23F28E21'%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");
}

.theme-arsen .form-control, .theme-arsen .form-select {
    border-color: #00A888;
}

.theme-sigma .form-control, .theme-sigma .form-select {
    border-color: #BB2631;
}

.theme-wepark .form-control, .theme-wepark .form-select {
    border-color: #F28E21;
}

.theme-arsen .page-link:focus, .theme-arsen .page-link:hover {
    background-color: #00A888;
    color: white;
}

.theme-sigma .page-link:focus, .theme-sigma .page-link:hover {
    background-color: #BB2631;
    color: white;
}

.theme-wepark .page-link:focus, .theme-wepark .page-link:hover {
    background-color: #F28E21;
    color: white;
}

.theme-arsen .navbar-light .navbar-nav .nav-item .nav-link:hover::after, .theme-arsen .navbar-light .navbar-nav .nav-item .nav-link.hover::after, .theme-arsen .navbar-light .navbar-nav .nav-item .nav-link:active::after, .theme-arsen .navbar-light .navbar-nav .nav-item .nav-link.active::after {
    background-color: #00A888 !important;
}

.theme-sigma .navbar-light .navbar-nav .nav-item .nav-link:hover::after, .theme-sigma .navbar-light .navbar-nav .nav-item .nav-link.hover::after, .theme-sigma .navbar-light .navbar-nav .nav-item .nav-link:active::after, .theme-sigma .navbar-light .navbar-nav .nav-item .nav-link.active::after {
    background-color: #BB2631 !important;
}

.theme-wepark .navbar-light .navbar-nav .nav-item .nav-link:hover::after, .theme-wepark .navbar-light .navbar-nav .nav-item .nav-link.hover::after, .theme-wepark .navbar-light .navbar-nav .nav-item .nav-link:active::after, .theme-wepark .navbar-light .navbar-nav .nav-item .nav-link.active::after {
    background-color: #F28E21 !important;
}

.theme-arsen .navbar-light .navbar-toggler-icon {
    background-image: url(../img/nologueado/images/bars.png);
}

.theme-sigma .navbar-light .navbar-toggler-icon {
    background-image: url(../img/sigma/bars.png);
}

.theme-wepark .navbar-light .navbar-toggler-icon {
    background-image: url(../img/nologueado/images/icon_arrowLeftSigma.png);
}

.theme-arsen .slick-next:before {
    background-image: url(../img/nologueado/images/icon_arrowRightArsen.png);
}

.theme-sigma .slick-next:before {
    background-image: url(../img/sigma/icon_arrowRightSigma.png);
}

.theme-wepark .slick-next:before {
    background-image: url(../img/wepark/icon_arrowRightWepark.png);
}

.theme-arsen .slick-prev:before {
    background-image: url(../img/nologueado/images/icon_arrowLeftSigma.png);
}

.theme-sigma .slick-prev:before {
    background-image: url(../img/sigma/icon_arrowLeftSigma.png);
}

.theme-wepark .slick-prev:before {
    background-image: url(../img/wepark/icon_arrowLeftWepark.png);
}

.theme-arsen .carousel-inner, .theme-arsen .mismovimientos {
    background: transparent linear-gradient(110deg, rgba(90, 255, 213, 0.2) 0%, rgba(86, 162, 255, 0.2) 100%) 0% 0% no-repeat padding-box !important;
}

.theme-sigma .carousel-inner, .theme-sigma .mismovimientos {
    background: transparent linear-gradient(290deg, rgba(242, 141, 33, 0.2) 0%, rgba(187, 38, 49, 0.2) 100%) 0% 0% no-repeat padding-box !important;
}

.theme-wepark .carousel-inner, .theme-wepark .mismovimientos {
    background: transparent linear-gradient(290deg, rgba(242, 141, 33, 0.2) 0%, rgba(187, 38, 49, 0.2) 100%) 0% 0% no-repeat padding-box !important;
}

.theme-arsen .puntos .btn, .theme-arsen .capacitaciones .btn {
    border-color: #00A888;
    border: 1px solid #00A888;
    color: #00A888;
}

.theme-sigma .puntos .btn, .theme-sigma .capacitaciones .btn {
    border-color: #BB2631;
    border: 1px solid #BB2631;
    color: #BB2631;
}

.theme-wepark .puntos .btn, .theme-wepark .capacitaciones .btn {
    border-color: #F28E21;
    border: 1px solid #F28E21;
    color: #F28E21;
}

section {
    background: white;
}

.theme-arsen section:nth-of-type(even) {
    background: transparent linear-gradient(110deg, rgba(90, 255, 213, 0.2) 0%, rgba(86, 162, 255, 0.2) 100%) 0% 0% no-repeat padding-box;
}

.theme-sigma section:nth-of-type(even) {
    background: transparent linear-gradient(290deg, rgba(242, 141, 33, 0.2) 0%, rgba(187, 38, 49, 0.2) 100%) 0% 0% no-repeat padding-box;
}

.theme-wepark section:nth-of-type(even) {
    background: transparent linear-gradient(290deg, rgba(242, 141, 33, 0.2) 0%, rgba(187, 38, 49, 0.2) 100%) 0% 0% no-repeat padding-box;
}

.theme-arsen section:nth-of-type(odd) {
    background: white;
}

.theme-sigma section:nth-of-type(odd) {
    background: white;
}

.theme-wepark section:nth-of-type(odd) {
    background: white;
}

.theme-arsen .flip-box .back {
    background-color: #f0faf8;
    border: 1px solid #00A888;
}

.theme-sigma .flip-box .back {
    background-color: #fff;
    border: 1px solid #BB2631;
}

.theme-wepark .flip-box .back {
    background-color: #f0faf8;
    border: 1px solid #F28E21;
}

.theme-arsen .flip-box .front {
    border: 1px solid #00A888;
}

.theme-sigma .flip-box .front {
    border: 1px solid #BB2631;
}

.theme-wepark .flip-box .front {
    border: 1px solid #F28E21;
}

.theme-arsen .text-primary {
    color: #00A888 !important;
}

.theme-sigma .text-primary {
    color: #BB2631 !important;
}

.theme-wepark .text-primary {
    color: #F28E21 !important;
}

.theme-arsen .barra-control {
    background-color: #00A888;
}

.theme-sigma .barra-control {
    background-color: #BB2631;
}

.theme-wepark .barra-control {
    background-color: #C46600;
}

.theme-arsen .btn-primary {
    background-color: #00A888;
    border-color: #00A888;
    color: white;
}

.theme-sigma .btn-primary {
    background-color: #BB2631;
    border-color: #BB2631;
    color: white;
}

.theme-wepark .btn-primary {
    background-color: #F28E21;
    border-color: #F28E21;
    color: white;
}

.theme-arsen .btn-outline-primary {
    background-color: transparent;
    border-color: #00A888;
    color: #00A888;
}

.theme-sigma .btn-outline-primary {
    background-color: transparent;
    border-color: #BB2631;
    color: #BB2631;
}

.theme-wepark .btn-outline-primary {
    background-color: transparent;
    border-color: #F28E21;
    color: #F28E21;
}

.theme-arsen span {
    color: #00A888;
}

.theme-sigma span {
    color: #BB2631;
}

.theme-wepark span {
    color: #F28E21;
}

.theme-arsen .comofunciona h3, .theme-arsen .comofunciona .h3 {
    color: #00A888;
}

.theme-sigma .comofunciona h3, .theme-sigma .comofunciona .h3 {
    color: #BB2631;
}

.theme-wepark .comofunciona h3, .theme-wepark .comofunciona .h3 {
    color: #F28E21;
}

.theme-arsen .carousel-indicators .active {
    background-color: #00A888 !important;
}

.theme-sigma .carousel-indicators .active {
    background-color: #BB2631 !important;
}

.theme-wepark .carousel-indicators .active {
    background-color: #F28E21 !important;
}

.theme-arsen footer {
    background-color: #025C54;
}

.theme-sigma footer {
    background-color: #90000B;
}

.theme-wepark footer {
    background-color: #C46600;
}

.theme-arsen .dropdown-item:hover, .theme-arsen .dropdown-item:focus, .theme-arsen .dropdown-item.active, .theme-arsen .dropdown-item:active {
    color: white;
}

.theme-sigma .dropdown-item:hover, .theme-sigma .dropdown-item:focus, .theme-sigma .dropdown-item.active, .theme-sigma .dropdown-item:active {
    color: white;
}

.theme-wepark .dropdown-item:hover, .theme-wepark .dropdown-item:focus, .theme-wepark .dropdown-item.active, .theme-wepark .dropdown-item:active {
    color: white;
}

.theme-arsen .nav-link:hover, .theme-arsen .nav-link.active {
    color: white;
}

.theme-sigma .nav-link:hover, .theme-sigma .nav-link.active {
    color: white;
}

.theme-wepark .nav-link:hover, .theme-wepark .nav-link.active {
    color: white;
}

.theme-arsen .table-primary {
    --bs-table-bg: rgba(themed("bgColorPrimary"), 0.3) !important;
    --bs-table-striped-bg: rgba(themed("bgColorPrimary"), 0.3) !important;
    --bs-table-striped-color: rgba(themed("bgColorPrimary"), 0.3) !important;
    --bs-table-active-bg: rgba(themed("bgColorPrimary"), 0.3) !important;
    --bs-table-active-color: rgba(themed("bgColorPrimary"), 036) !important;
    --bs-table-hover-bg: rgba(themed("bgColorPrimary"), 0.3) !important;
    --bs-table-hover-color: rgba(themed("bgColorPrimary"), 0.3) !important;
    border-color: rgba(0, 168, 136, 0.3) !important;
    background-color: rgba(0, 168, 136, 0.3) !important;
}

.theme-sigma .table-primary {
    --bs-table-bg: rgba(themed("bgColorPrimary"), 0.3) !important;
    --bs-table-striped-bg: rgba(themed("bgColorPrimary"), 0.3) !important;
    --bs-table-striped-color: rgba(themed("bgColorPrimary"), 0.3) !important;
    --bs-table-active-bg: rgba(themed("bgColorPrimary"), 0.3) !important;
    --bs-table-active-color: rgba(themed("bgColorPrimary"), 036) !important;
    --bs-table-hover-bg: rgba(themed("bgColorPrimary"), 0.3) !important;
    --bs-table-hover-color: rgba(themed("bgColorPrimary"), 0.3) !important;
    border-color: rgba(187, 38, 49, 0.3) !important;
    background-color: rgba(187, 38, 49, 0.3) !important;
}

.theme-wepark .table-primary {
    --bs-table-bg: rgba(themed("bgColorPrimary"), 0.3) !important;
    --bs-table-striped-bg: rgba(themed("bgColorPrimary"), 0.3) !important;
    --bs-table-striped-color: rgba(themed("bgColorPrimary"), 0.3) !important;
    --bs-table-active-bg: rgba(themed("bgColorPrimary"), 0.3) !important;
    --bs-table-active-color: rgba(themed("bgColorPrimary"), 036) !important;
    --bs-table-hover-bg: rgba(themed("bgColorPrimary"), 0.3) !important;
    --bs-table-hover-color: rgba(themed("bgColorPrimary"), 0.3) !important;
    border-color: rgba(242, 142, 33, 0.3) !important;
    background-color: rgba(242, 142, 33, 0.3) !important;
}

.theme-arsen .border-primary {
    border-color: #00A888 !important;
}

.theme-sigma .border-primary {
    border-color: #BB2631 !important;
}

.theme-wepark .border-primary {
    border-color: #F28E21 !important;
}

.theme-arsen .modal-content {
    border-color: #00A888 !important;
}

.theme-sigma .modal-content {
    border-color: #BB2631 !important;
}

.theme-wepark .modal-content {
    border-color: #F28E21 !important;
}

@media (max-width: 768px) {
    .theme-arsen .barra-control {
        background: white;
    }

        .theme-arsen .barra-control * {
            color: #00A888;
        }

        .theme-arsen .barra-control img {
            background-color: #00A888;
        }

    .theme-sigma .barra-control {
        background: white;
    }

        .theme-sigma .barra-control * {
            color: #BB2631;
        }

        .theme-sigma .barra-control img {
            background-color: #BB2631;
        }

    .theme-wepark .barra-control {
        background: white;
    }

        .theme-wepark .barra-control * {
            color: #F28E21;
        }

        .theme-wepark .barra-control img {
            background-color: #F28E21;
        }
}

@font-face {
    font-family: "Helvetica Neue Bold";
    font-style: normal;
    font-weight: normal;
    src: local("../fonts/Helvetica Neue Bold"), url("../fonts/HelveticaNeuBold.ttf") format("woff");
}

@font-face {
    font-family: "Helvetica Neue Roman";
    font-style: normal;
    font-weight: normal;
    src: local("../fonts/Helvetica Neue Roman"), url("../fonts/helveticaneue-roman.otf") format("woff");
}

@font-face {
    font-family: "Helvetica Neue Med";
    font-style: normal;
    font-weight: normal;
    src: local("../fonts/Helvetica Neue Med"), url("../fonts/HelveticaNeueMed.ttf") format("woff");
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1A1A1A;
    font-family: "Helvetica Neue Roman";
}

html, body {
    overflow-x: hidden;
    min-width: 100%;
    width: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, b {
    font-family: "Helvetica Neue Bold";
}

p {
    font-size: 14px;
}

/** Generated by FG **/
@font-face {
    font-family: "Gotham-Book";
    src: url("../fonts/Gotham-Book.eot");
    src: local("☺"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/Gotham-Medium.eot");
    src: local("☺"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: "Gotham-Black";
    src: url("../fonts/Gotham-Black.eot");
    src: local("☺"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold.eot");
    src: local("☺"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: "Gotham-Bolditalic";
    src: url("../fonts/Gotham-Bolditalic.eot");
    src: local("☺"), url("../fonts/Gotham-Bolditalic.woff") format("woff"), url("../fonts/Gotham-Bolditalic.ttf") format("truetype"), url("../fonts/Gotham-Bolditalic.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.bg-gris {
    background-color: #FAFAFA !important;
}

.bg-gris2 {
    background-color: #BABABA !important;
}

.bg-white {
    background: #fff !important;
}

.barra-control {
    height: 30px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    font-size: 12px;
}

    .barra-control * {
        color: white;
    }

    .barra-control span {
        color: white;
        font-weight: 700;
    }

    .barra-control div {
        border-right: 1px solid white;
        padding: 0 20px;
    }

    .barra-control img {
        margin: 0 5px;
    }

    .barra-control .shop {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

        .barra-control .shop .shop-counter {
            background-color: white;
            width: 15px;
            height: 15px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            margin: 0;
            padding: 0;
            text-align: center;
            line-height: 1.3;
        }

.logout, .cart {
    display: none;
}

.responsive img {
    aspect-ratio: 1/1;
}

.caja {
    margin: 0;
    border: 1px solid #808995;
    height: 38px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

select {
    background: white;
    border: none;
    font-size: 14px;
    height: 38px;
    padding: 5px;
    width: 100%;
}

    select:focus {
        outline: none;
    }

.caja::after {
    content: "▾";
    display: table-cell;
    padding-top: 7px;
    text-align: center;
    width: 38px;
    height: 38px;
    background-color: #0d6efd;
    position: absolute;
    top: 0;
    right: 0px;
    pointer-events: none;
    color: white;
}

.table .thead-dark th {
    background-color: #808995;
}

.swal2-popup {
    min-height: 440px;
    justify-content: space-around !important;
}

.form-check-input {
    accent-color: #0d6efd;
}

.no-class {
    border: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    outline: none;
}

button.swal2-close {
    background: #0d6efd;
    color: white;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 33px;
    height: 33px;
    font-size: 25px;
    box-shadow: 0px 0px 9px #002F6C6A;
}

.text-azul-oscuro {
    color: #002F6C;
}

.text-primary {
    color: #0d6efd;
}

.w-50px {
    width: 50px;
}

.desc-text {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card {
    overflow: hidden;
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    -ms-border-radius: 16px !important;
    -o-border-radius: 16px !important;
    border-radius: 16px !important;
}

.responsive .card-body, .catalogo .card-body {
    height: 250px;
    position: relative;
}

.registro- {
    padding-top: 100px;
}

.registro {
    background-color: #F7F8FA;
    padding: 20px 70px;
}

.vinibot, .usuario {
    margin-bottom: 30px;
}

    .vinibot .chat, .usuario .chat {
        box-shadow: 0px 0px 10px #C7D6D6A2;
        border-radius: 10px;
        max-width: 50%;
        width: fit-content;
        padding: 20px;
        margin-top: 20px;
        text-align: start;
        text-align: left;
        background-color: white;
    }

    .usuario .d-flex {
        justify-content: flex-end;
    }

    .usuario .chat {
        text-align: end;
        margin-left: auto;
    }

        .usuario .chat input {
            text-align: end;
        }

.slick-next, .slick-prev {
    width: 40px;
    height: 40px;
}

    .slick-next:before, .slick-prev:before {
        content: "";
        width: 40px;
        height: 40px;
        display: block;
    }

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.form-label {
    color: #808995;
    font-size: 12px;
    margin-bottom: 5px;
}

.swal2-container .form-control {
    border: 0 !important;
    border-bottom: 1px solid gray !important;
}

.swal2-container .registro-input {
    border: 1px solid gray !important;
    height: 75px;
    width: calc(100% / 5);
    margin: 20px 10px;
}

.center-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.referidos .bg-degradado {
    border-radius: 10px 10px 0px 0px;
}

.btn-degradado, .bg-degradado {
    background: transparent linear-gradient(284deg, #2586CE 0%, #18E3DE 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
}

.btn-azul-oscuro {
    background-color: #002F6C;
    border-color: #002F6C;
    color: white !important;
}

.btn-primary {
    height: 50px;
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white !important;
}

.app {
    overflow: hidden;
    padding-bottom: 0;
    background-color: #84BD00;
    color: #ffffff;
    background-image: url(../img/login/fondo-app.svg);
    background-size: cover;
    background-position: center;
}

/* .premiosdestacados, .productosparticipantes, .catalogo, .carrito, .mismovimientos, .miperfil, .referidos{
  background-color: #F7F8FA;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  h3{
    color: #002F6C;

  padding-bottom: 50px;
  }
} */
.miperfil, .referidos {
    padding-top: 50px;
}

    .miperfil h3, .miperfil .h3, .referidos h3, .referidos .h3 {
        padding-bottom: 0px;
    }

    .miperfil form, .referidos form {
        text-align: left;
    }

.mismovimientos {
    padding-top: 50px;
    padding-bottom: 100px;
}

    .mismovimientos .nav-pills .nav-item {
        width: 50%;
    }

        .mismovimientos .nav-pills .nav-item:first-child .nav-link {
            border-radius: 1.75rem 0 0 1.75rem;
        }

        .mismovimientos .nav-pills .nav-item:last-child .nav-link {
            border-radius: 0 1.75rem 1.75rem 0;
        }

        .mismovimientos .nav-pills .nav-item .nav-link {
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #002F6C;
            color: #002F6C;
            padding: 15px;
            border-radius: 0;
        }

            .mismovimientos .nav-pills .nav-item .nav-link.active, .mismovimientos .nav-pills .nav-item .nav-link .nav-pills .show > .nav-link {
                color: #fff;
                background-color: #0d6efd;
                border: 1px solid #0d6efd;
            }

.direccion, .resumen {
    background-color: #fff;
    text-align: left;
    padding: 20px;
}

.clasificaciona, .clasificacionb {
    display: flex;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

    .clasificaciona p, .clasificacionb p {
        font-weight: bold;
        font-size: 20px;
    }

.clasificaciona {
    color: #84BD00;
}

.clasificacionb {
    color: #009CDE;
}

.noticiasypromos {
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .noticiasypromos h3, .noticiasypromos .h3 {
        color: #0057B8;
    }

.mispuntos {
    background-image: url(../img/img-fondo-mispuntos.png);
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: white;
}

* {
    font-family: "Lato", sans-serif;
    box-sizing: border-box;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
b {
    font-family: "Gotham-Bold";
}

p {
    font-size: 0.95rem;
}

.btn {
    cursor: pointer;
}

.btn-danger span {
    color: #FEC42D;
    font-family: "Gotham-Bold";
}

.btn-success {
    color: white;
    background-color: #09E085;
    border-color: #09E085;
}

.btn-dark {
    background-color: #333D47;
}

.btn-orange {
    background-color: #EE7321;
    color: white;
}

    .btn-orange:hover {
        color: white;
    }

.btn-blue {
    background-color: #009FE3;
    color: white;
}

    .btn-blue:hover {
        color: white;
    }

.btn-green {
    background-color: #87B13D;
    color: white;
}

    .btn-green:hover {
        color: white;
    }

.circle {
    background-color: #002F6C;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: absolute;
    transform: translateX(-75px);
}

    .circle p {
        margin: 0;
    }

    .circle span {
        color: #FEC42D;
    }

.navbar {
    padding: 0 0;
}

    .navbar img {
        height: 37px;
        margin-left: 10px;
    }

.navbar-light .navbar-nav {
    height: 70px;
}

    .navbar-light .navbar-nav .nav-item {
        height: 100%;
        align-items: center;
        display: flex;
    }

        .navbar-light .navbar-nav .nav-item .nav-link {
            height: 100%;
            align-items: center;
            display: flex;
            color: #BABABA;
            position: relative;
            text-align: center;
            font-size: 15px;
        }

            .navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.hover, .navbar-light .navbar-nav .nav-item .nav-link:active, .navbar-light .navbar-nav .nav-item .nav-link.active {
                color: #1A1A1A;
            }

                .navbar-light .navbar-nav .nav-item .nav-link:hover::after, .navbar-light .navbar-nav .nav-item .nav-link.hover::after, .navbar-light .navbar-nav .nav-item .nav-link:active::after, .navbar-light .navbar-nav .nav-item .nav-link.active::after {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 2px;
                    bottom: 0;
                    left: 0;
                }

.banner-registro {
    background-image: url(../img/fondo-banner-inicio.svg);
    border-radius: 20px 20px 0 0;
    background-size: cover;
    background-position: center;
    padding: 50px;
}

.menu {
    box-shadow: 0px 3px 6px #002F6C2C;
}

    .menu .blue {
        background: transparent linear-gradient(272deg, #2586CE 0%, #18E3DE 100%) 0% 0% no-repeat padding-box;
        height: 50px;
        font-size: 0.75rem;
        color: #ffffff;
    }

    .menu .gray {
        background-color: #d1d2d4;
        height: 25px;
        display: none;
    }

    .menu .white {
        background-color: white;
        height: 70px;
        font-size: 0.75rem;
        -webkit-box-shadow: 0px 3px 6px #00000029;
        -moz-box-shadow: 0px 3px 6px #00000029;
        box-shadow: 0px 3px 6px #00000029;
        z-index: 1;
        position: absolute;
        width: 100%;
    }

    .menu .red {
        background-color: #009CDE;
        color: white;
        height: 38px;
        box-shadow: 0px 5px 10px gray;
        z-index: 2;
    }

        .menu .red .navbar {
            padding: 0 0;
            height: 38px;
        }

        .menu .red .navbar-nav {
            height: 38px;
        }

        .menu .red .nav-item {
            margin: auto;
            padding: 10px 1.5rem 0 1.5rem;
            text-align: center;
            border-bottom: 8px solid #009CDE;
        }

            .menu .red .nav-item:hover, .menu .red .nav-item.active {
                background-color: black;
                margin: 0;
                border-bottom: 4px solid white;
                cursor: pointer;
            }

        .menu .red .nav-link {
            color: white;
            padding: 0 0 0 0;
            margin: 0;
            font-size: 0.8rem;
        }

.catalogo-seccion {
    margin-top: 70px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}

.catalogo-detalle {
    margin-top: 70px;
}

    .catalogo-detalle .form-control {
        border-color: #707070;
    }

.catalogo-productos {
    background: white !important;
    margin-top: 10px;
}

    .catalogo-productos .card {
        border: none;
        -webkit-box-shadow: 0px 3px 6px #00000029;
        -moz-box-shadow: 0px 3px 6px #00000029;
        box-shadow: 0px 3px 6px #00000029;
        -webkit-border-radius: 8px !important;
        -moz-border-radius: 8px !important;
        -ms-border-radius: 8px !important;
        -o-border-radius: 8px !important;
        border-radius: 8px !important;
    }

.carrito {
    margin-top: 70px;
}

    .carrito .form-control {
        border-color: #BABABA;
    }

    .carrito .title-producto {
        font-size: 24px;
        color: #666666;
    }

    .carrito .price-producto {
        font-size: 33px;
        color: #666666;
        margin-bottom: 0;
    }

.perfil {
    margin-top: 70px;
}

.title-producto {
    color: #666666;
    font-size: 34px;
    font-weight: 300;
}

.price-producto {
    color: #1A1A1A;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.description-producto {
    color: #BABABA;
    font-size: 20px;
    font-weight: 400;
}

.page-link {
    color: gray;
}

.slider {
    margin-top: 70px;
}

    .slider .carousel-item {
        height: 55vh !important;
    }

        .slider .carousel-item .carousel-caption {
            height: 55vh !important;
        }

    .slider .carousel-indicators li {
        margin-left: 2px;
        margin-right: 2px;
        width: 25px;
        height: 5px;
        background-color: transparent;
        border-radius: 0%;
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        -ms-border-radius: 0%;
        -o-border-radius: 0%;
        border: 1px solid white;
    }

    .slider .carousel-indicators [data-target] {
        background-color: #b1b1b1;
    }

.beneficios {
    background-image: url(../img/login/fondo-beneficios.svg);
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.avances {
    background-color: #fafafa;
    text-align: center;
    overflow: hidden;
}

    .avances .sugerido [class^=col] {
        text-align: center;
        margin: auto;
    }

        .avances .sugerido [class^=col] p {
            margin-top: 1rem;
        }

        .avances .sugerido [class^=col] h5, .avances .sugerido [class^=col] .h5 {
            color: #009CDE;
            font-weight: bold;
            font-size: 1.4rem;
            margin-top: 1.1rem;
        }

    .avances .porcentaje {
        justify-content: space-between;
        margin-top: 1.5rem;
        font-size: 0.65rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .avances .card {
        border: none;
        box-shadow: 1px 5px 7px #d3d3d3;
        border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -ms-border-radius: 0 0 0 0;
        -o-border-radius: 0 0 0 0;
    }

    .avances .card-header {
        background-color: #009CDE;
        color: white;
        padding: 0.2rem 0;
        border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -ms-border-radius: 0 0 0 0;
        -o-border-radius: 0 0 0 0;
    }

    .avances .card-body {
        text-align: left;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .avances table h5, .avances table .h5 {
        margin-bottom: 0;
        font-weight: bold;
    }

    .avances table li {
        list-style: none;
    }

        .avances table li::before {
            content: "•";
            /* Add content: \2022 is the CSS Code/unicode for a bullet */
            color: #009CDE;
            /* Change the color */
            font-weight: bold;
            /* If you want it to be bold */
            display: inline-block;
            /* Needed to add space between the bullet and the text */
            width: 1em;
            /* Also needed for space (tweak if needed) */
            margin-left: 0.5em;
            /* Also needed for space (tweak if needed) */
        }

    .avances th {
        border: none;
        border-bottom: 1px solid red !important;
    }

        .avances th:last-child {
            text-align: right;
        }

    .avances thead th {
        font-weight: normal;
        font-size: 0.85rem;
        padding-bottom: 0.75rem;
    }

    .avances tbody tr:last-child {
        color: red;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }

    .avances td {
        font-size: 0.85rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

        .avances td:last-child {
            text-align: right;
        }

.interna {
    background-color: #F7F7F7;
}

    .interna img {
        display: block;
        margin: auto;
    }

    .interna .header-interna h4, .interna .header-interna .h4, .interna .header-interna p {
        text-align: center;
    }

.table td, .table th {
    vertical-align: middle;
}

.modal-content {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    padding-bottom: 2rem;
}

.movimientos-tablas .table, .canje-tablas .table {
    margin-bottom: 2rem;
}

    .movimientos-tablas .table .tfoot-light td, .canje-tablas .table .tfoot-light td {
        color: #495057;
        background-color: #e9ecef;
        border-color: #dee2e6;
        font-family: "Gotham-Bold";
    }

.movimientos-tablas .head, .canje-tablas .head {
    margin-top: 2rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    background-color: #333D47;
}

.movimientos-tablas .red, .canje-tablas .red {
    background-color: #009CDE;
}

.movimientos-head {
    min-height: 8rem;
    background-image: url("../img/fondo_movimientos.jpg");
    background-size: cover;
    color: white;
    padding: 1rem;
}

    .movimientos-head [class^=col-md] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 8rem;
        border-right: 1px solid gray;
    }

        .movimientos-head [class^=col-md]:last-child {
            border-right: none;
        }

        .movimientos-head [class^=col-md] img {
            margin: 1rem 0;
        }

        .movimientos-head [class^=col-md] small, .movimientos-head [class^=col-md] .small {
            color: #FEC42D;
        }

.misdatos {
    background-color: #F7F7F7;
}

    .misdatos form {
        text-align: left;
    }

    .misdatos input, .misdatos textarea {
        background-color: #F7F7F7;
    }

    .misdatos label {
        font-family: "Gotham-Bold";
    }

.mecanica {
    background: transparent linear-gradient(109deg, #D5E8E9 0%, #F4F6F8 24%, #FFFFFF 50%, #F2EDE0 78%, #CBDFF1 100%) 0% 0% no-repeat padding-box;
    /*  .card-header{
     padding: 0;
   } */
}

    .mecanica h3, .mecanica .h3 {
        color: #84BD00;
    }

    .mecanica * {
        color: #808995;
    }

    .mecanica p {
        color: #808995;
        font-size: 18px;
    }

    .mecanica .accordion ul li::before {
        margin-left: -3em;
    }

    .mecanica .card {
        border: none;
    }

    .mecanica .card-header {
        border-bottom: none;
        background-color: white;
    }

    .mecanica img {
        display: block;
        margin: 20px auto 10px;
    }

    .mecanica ul li {
        list-style: none;
        text-align: left;
        font-size: 0.9rem;
    }

        .mecanica ul li::before {
            content: "•";
            /* Add content: \2022 is the CSS Code/unicode for a bullet */
            color: #009CDE;
            /* Change the color */
            font-weight: bold;
            /* If you want it to be bold */
            display: inline-block;
            /* Needed to add space between the bullet and the text */
            width: 1em;
            /* Also needed for space (tweak if needed) */
            margin-left: 0em;
            /* Also needed for space (tweak if needed) */
        }

    .mecanica ol {
        list-style: none;
        counter-reset: li;
    }

        .mecanica ol li {
            counter-increment: li;
        }

            .mecanica ol li::before {
                content: counter(li);
                color: red;
                display: inline-block;
                width: 1em;
                margin-left: -1em;
                font-family: "Gotham-Bold";
            }

section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    section h4, section .h4 {
        font-weight: bold;
    }

.mecanica-card {
    text-align: center;
}

.premiosganar, .capacitaciones {
    background: transparent linear-gradient(110deg, rgba(90, 255, 213, 0.2) 0%, rgba(86, 162, 255, 0.2) 100%) 0% 0% no-repeat padding-box;
}

    .capacitaciones .flip-box img {
        height: auto;
    }

.headline {
    color: #009CDE;
    font-size: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-family: "Gotham-Bold";
}

.contacto {
    background-image: url("../img/fondo_contacto.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

    .contacto * {
        text-align: center;
        margin: auto;
        justify-content: center;
    }

    .contacto h4, .contacto .h4 {
        color: white;
        margin-bottom: 2rem;
    }

    .contacto .form-control {
        background-color: transparent;
        color: white;
        text-align: left;
        margin: 0;
    }

        .contacto .form-control::placeholder {
            color: white;
        }

    .contacto .form-group {
        text-align: left;
    }

input,
textarea {
    background-color: transparent;
}

    input:focus,
    textarea:focus {
        outline-color: #009CDE !important;
        border-color: rgba(0, 156, 222, 0.25) !important;
        box-shadow: 0 0 0 0.2rem rgba(0, 156, 222, 0.25) !important;
    }

.btn:focus {
    outline-color: #009CDE !important;
    border-color: rgba(0, 156, 222, 0.25) !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 156, 222, 0.25) !important;
}

.btn-light {
    color: #009CDE;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 2rem;
    font-weight: bold;
    border-radius: 1.25rem;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    -ms-border-radius: 1.25rem;
    -o-border-radius: 1.25rem;
}

    .btn-light:hover {
        color: #005478;
    }

.btn-outline-red {
    color: #009CDE;
    border-color: #009CDE;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border-radius: 1.25rem 1.25rem;
    -webkit-border-radius: 1.25rem 1.25rem;
    -moz-border-radius: 1.25rem 1.25rem;
    -ms-border-radius: 1.25rem 1.25rem;
    -o-border-radius: 1.25rem 1.25rem;
}

    .btn-outline-red:hover {
        background-color: #009CDE;
        color: white;
    }

.btn-outline-azul-oscuro {
    color: #002F6C;
    border-color: #002F6C;
    border-radius: 1.25rem 1.25rem;
    -webkit-border-radius: 1.25rem 1.25rem;
    -moz-border-radius: 1.25rem 1.25rem;
    -ms-border-radius: 1.25rem 1.25rem;
    -o-border-radius: 1.25rem 1.25rem;
}

    .btn-outline-azul-oscuro:hover {
        background-color: #002F6C;
        color: white;
    }

span {
    font-weight: bold;
}

.controls [class^=col] {
    border-right: 1px solid white;
}

    .controls [class^=col]:last-child {
        border-right: none;
    }

.negro {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    transition: all 0.5s;
    background-image: url(../img/search-plus.png);
    background-position: center center;
    background-origin: padding-box;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: white;
    /* display: block;
  float: left;
  width: 100%;
  *{
    float: left;
  } */
}

    footer a {
        font-size: 0.9rem;
        color: white;
        text-decoration: none;
    }

        footer a:hover {
            color: white;
        }

    footer nav ul li {
        list-style-type: none;
    }

@counter-style thumbs {
    system: cyclic;
    symbols: url(../img/contacto/icn-facebook.svg) url(../img/login/fondo-app.svg) url(../img/login/fondo-app.svg);
    suffix: " ";
}

.carousel-caption {
    /* transform: translate(50%, 50%);
    right: 0;
    left: 0;
    bottom: 20px; */
}

    .carousel-caption h3, .carousel-caption .h3 {
        color: #002F6C;
    }

    .carousel-caption p {
        margin-top: 1rem;
    }

.gotham-book p {
    font-family: "Gotham-Book" !important;
    text-transform: uppercase !important;
}

.lh-1 * {
    line-height: 1.5 !important;
    margin: 0 !important;
}

.banner1 {
    align-items: center;
}

    .banner1 * {
        line-height: 1.5 !important;
        font-family: Calibri, sans-serif;
    }

    .banner1 h1, .banner1 .h1, .banner1 h2, .banner1 .h2 {
        font-family: "Gotham-Black" !important;
        line-height: 0.75 !important;
    }

    .banner1 .adicionales {
        font-family: "Gotham-Medium" !important;
        font-size: 27px;
    }

    .banner1 .uno {
        color: #009CDE;
        text-align: start;
    }

        .banner1 .uno img {
            width: 150px;
        }

        .banner1 .uno p {
            font-size: 23px;
        }

        .banner1 .uno h1, .banner1 .uno .h1 {
            font-size: 70px;
        }

        .banner1 .uno h2, .banner1 .uno .h2 {
            font-size: 60px;
        }

        .banner1 .uno h3, .banner1 .uno .h3 {
            font-size: 45px;
        }

    .banner1 .dos {
        text-align: left;
    }

.f90px {
    font-size: 90px;
}

.f80px {
    font-size: 80px;
}

.f28px {
    font-size: 28px;
}

.f26px {
    font-size: 26px;
}

.f16px {
    font-size: 16px;
}

.f14px {
    font-size: 14px;
}

.btn.btn-danger.rounded-pill.text-white {
    text-decoration: none !important;
}

.swal2-file,
.swal2-input,
.swal2-textarea {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.swal2-input {
    height: 2em !important;
    font-family: "Gotham-Book";
    font-size: 1rem;
}

.swal2-popup {
    padding: 25px 40px;
    font-family: "Gotham-Book";
    border-radius: 0 !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

    .swal2-popup .btn {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .swal2-popup a {
        cursor: pointer;
        color: black;
        font-size: 0.9rem;
        text-decoration: none !important;
    }

.opacity0 {
    opacity: 0;
}

.delay1s {
    animation-delay: 1s !important;
}

.delay2s {
    animation-delay: 2s !important;
}

.delay3s {
    animation-delay: 3s !important;
}

.entra-arriba {
    animation: arriba 0.5s linear;
    -webkit-animation: arriba 0.5s linear;
}

.entra-derecha {
    opacity: 0;
    animation: opacidad2 1s, derecha 0.6s;
    -webkit-animation: opacidad2 1s, derecha 0.6s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.derecha {
    animation: derecha 3s linear;
    -webkit-animation: derecha 3s linear;
}

.izquierda {
    animation: izquierda 3s linear;
    -webkit-animation: izquierda 3s linear;
}

.opacidad {
    animation: opacidad 3s infinite linear;
    -webkit-animation: opacidad 3s infinite linear;
}

.rotar {
    animation: circular 5s infinite linear;
    -webkit-animation: circular 5s infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes opacidad {
    0% {
        opacity: 0.5;
    }

    25% {
        opacity: 0.75;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes opacidad2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes circular {
    from {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
    }
}

@keyframes derecha {
    from {
        opacity: 0;
        transform: translate(350px, 0);
        -webkit-transform: translate(350px, 0);
        -o-transform: translate(350px, 0);
        -moz-transform: translate(350px, 0);
        -ms-transform: translate(350px, 0);
        -o-transform: translate(350px, 0);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

@keyframes izquierda {
    from {
        transform: translate(-350px, 0);
        -webkit-transform: translate(-350px, 0);
        -o-transform: translate(-350px, 0);
        -moz-transform: translate(-350px, 0);
        -ms-transform: translate(-350px, 0);
        -o-transform: translate(-350px, 0);
    }

    to {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

@keyframes arriba {
    from {
        transform: translate(0, 350px);
        -webkit-transform: translate(0, 350px);
        -o-transform: translate(0, 350px);
        -moz-transform: translate(0, 350px);
        -ms-transform: translate(0, 350px);
        -o-transform: translate(0, 350px);
    }

    to {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

a:hover {
    cursor: pointer;
}

.card {
    transition: all 0.5s;
}

    .card .position-relative.d-flex {
        height: 200px;
    }

        .card .position-relative.d-flex img {
            width: 100% !important;
            height: auto !important;
        }

    .card:hover {
        box-shadow: 0 0 13px 0px #c7c7c7;
        border: none;
    }

    .card:hover {
        transition: all 0.2s;
    }

        .card:hover .card-footer {
            transition: all 0.2s;
        }

.container-card {
    position: relative;
    width: 100%;
    height: 200px;
}

.overlay {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.container-card:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, 0.3);
}

.container-card img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
}

.container-card:hover .title {
    top: 90px;
}

.button {
    height: 200px;
    position: absolute;
    line-height: 100%;
    color: white;
    /* left:0; */
    /* top: 180px; */
    /* text-align: center; */
    opacity: 0;
    transition: opacity 0.35s ease;
}

    .button a {
        text-align: center;
        color: white;
        border: solid 2px white;
        z-index: 1;
        line-height: 100%;
        height: 200px;
    }

.container-card:hover .button {
    opacity: 1;
}

/*Hover Fall Effect*/
.ver, .carrito {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.fall-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .fall-item .mask, .fall-item .content {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .fall-item img {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }

.fall-effect .mask {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    top: -200px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
}

    .fall-effect .mask a {
        text-decoration: none;
    }

.fall-effect .carrito {
    color: #333;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

.fall-effect .ver {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.3s;
    -moz-transition: all 0.2s ease-in-out 0.3s;
    -o-transition: all 0.2s ease-in-out 0.3s;
    -ms-transition: all 0.2s ease-in-out 0.3s;
    transition: all 0.2s ease-in-out 0.3s;
}

.fall-effect:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 9;
}

.fall-effect:hover .carrito {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.fall-effect:hover .ver {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.card-footer {
    background-color: white;
}

/* header*/
.btn-step {
    border-radius: 100%;
    border: none;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    outline: none;
    background: #F2F4F8 0% 0% no-repeat padding-box;
    background: #C7D6D6;
    color: white;
    border: 1px solid #C7D6D6;
}

    .btn-step.active {
        background: #0d6efd;
        color: white;
        text-indent: -999px;
        font: 0/0;
        text-shadow: transparent;
        color: transparent;
        text-decoration: none;
        position: relative;
    }

        .btn-step.active:before {
            color: white;
            content: "✔";
            text-indent: 0px;
            position: absolute;
            left: 0;
            transform: translate(15px, 10px);
            z-index: 999;
            font-size: 26px;
            line-height: 0;
        }

.btn-one {
    margin-left: -30px;
    background-color: #5eb522;
    border: #5eb522 3px solid;
}

.btn-four {
    margin-right: -25px;
}

.step-title {
    color: #606060;
    font-size: 14px;
    width: 100px;
    margin: 10px auto;
    font-weight: bold;
}

.toolbar {
    margin: 5% 0;
    width: 100%;
    text-align: center;
}

.step {
    display: inline-block;
    width: 23%;
    text-align: center;
}

    .step.active .step-title {
        color: #0d6efd;
    }

.process-bar,
.step-information {
    width: 100%;
    position: absolute;
}

.meter {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #0d6efd;
    padding: 0;
    top: 0px;
    position: absolute;
    width: 72%;
    transform: translate(87px, 20px);
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
    align-items: baseline;
}

.step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: var(--prm-gray);
    transition: 0.4s;
}

    .step-button[aria-expanded=true] {
        width: 60px;
        height: 60px;
        background-color: var(--prm-color);
        color: #fff;
    }

.done {
    background-color: var(--prm-color);
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#progress {
    -webkit-appearance: none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 10px;
    margin-left: 18px;
    margin-bottom: 18px;
}

    /* to customize progress bar */
    #progress::-webkit-progress-value {
        background-color: var(--prm-color);
        transition: 0.5s ease;
    }

    #progress::-webkit-progress-bar {
        background-color: var(--prm-gray);
    }

.visible {
    /* background-size: 200%!important; */
    /* overflow:hidden; */
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.dashed {
    border-style: dashed !important;
}

@media (max-width: 991px) {
    .title-producto {
        font-size: 20px;
    }

    .price-producto {
        font-size: 26px;
    }

    .description-producto {
        font-size: 16px;
    }

    .logout, .cart {
        display: flex;
    }

    .barra-control {
        position: fixed;
        bottom: 0;
        width: auto;
        z-index: 9;
        padding: 25px 0;
        -webkit-border-radius: 30px 30px 0 0;
        -moz-border-radius: 30px 30px 0 0;
        -ms-border-radius: 30px 30px 0 0;
        -o-border-radius: 30px 30px 0 0;
        border-radius: 30px 30px 0 0;
        text-align: center;
        -webkit-box-shadow: 1px -8px 17px 3px #00000033;
        -moz-box-shadow: 1px -8px 17px 3px #00000033;
        box-shadow: 1px -8px 17px 3px #00000033;
        backdrop-filter: blur(10px);
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        transform: translateX(-50%);
        left: 50%;
        white-space: nowrap;
    }

        .barra-control .nombre text, .barra-control .nombre img, .barra-control .objetivos text, .barra-control .objetivos img, .barra-control .pts text, .barra-control .pts img {
            display: none;
        }

        .barra-control .nombre span, .barra-control .objetivos span, .barra-control .pts span {
            display: block;
        }

        .barra-control .objetivos img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            display: block;
        }

        .barra-control .shop, .barra-control .salir {
            display: none;
        }

    .navbar img {
        margin-left: 10px;
        margin-top: 10px;
    }

    .navbar-toggler {
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: none;
    }

        .navbar-toggler img {
            margin-left: 0;
            margin-top: 0;
            height: auto;
        }

    .capacitaciones .card-footer {
        font-size: 10px;
    }

    .slider {
        margin-top: 70px;
    }

        .slider .carousel-caption {
            left: 0;
            right: 0;
        }

    .step-title {
        width: auto;
        font-size: 10px;
    }

    .clasificaciona p, .clasificacionb p {
        font-size: 15px;
    }

    .catalogo, .mismovimientos, .miperfil, .referidos {
        padding-top: 85px;
    }

        .catalogo h3, .catalogo .h3, .mismovimientos h3, .mismovimientos .h3, .miperfil h3, .miperfil .h3, .referidos h3, .referidos .h3 {
            background: #84BD00;
            color: white;
            height: 35px;
            font-size: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: -39px;
            margin-right: -39px;
        }

    .vinibot .chat, .usuario .chat {
        max-width: 75%;
    }

    .banner-registro {
        padding: 20px;
    }

        .banner-registro h1, .banner-registro .h1 {
            font-size: 27px;
        }

    .banner1 {
        align-items: center;
    }

        .banner1 img {
            display: block;
            height: auto !important;
            width: 15%;
        }

        .banner1 * {
            line-height: 1.5 !important;
        }

        .banner1 p {
            font-family: "Gotham-Book" !important;
            text-transform: uppercase !important;
        }

        .banner1 h1, .banner1 .h1, .banner1 h2, .banner1 .h2 {
            font-family: "Gotham-Black" !important;
            line-height: 0.75 !important;
        }

        .banner1 .adicionales {
            font-family: "Gotham-Medium" !important;
            font-size: 17px;
        }

        .banner1 .uno img {
            width: 50px !important;
            margin: auto;
            display: block;
        }

        .banner1 .uno p {
            font-size: 11px;
        }

        .banner1 .uno h1, .banner1 .uno .h1 {
            font-size: 40px;
        }

        .banner1 .uno h2, .banner1 .uno .h2 {
            font-size: 30px;
        }

        .banner1 .dos {
            text-align: center;
        }

            .banner1 .dos p {
                font-size: 11px;
            }

            .banner1 .dos img {
                width: 50% !important;
                margin: auto;
                display: block;
            }

    .menu .red {
        height: auto;
    }

        .menu .red .navbar {
            height: auto;
        }

        .menu .red .navbar-nav {
            height: auto;
        }

    .menu .gray {
        display: none;
    }

    .menu .white {
        height: auto;
        position: absolute;
        z-index: 999;
        width: 100%;
    }

        .menu .white .nav-item {
            border-bottom: 1px solid #E1E8EF;
            padding: 20px 0;
        }

    .menu .blue {
        bottom: 0;
        z-index: 9;
        top: auto;
        height: auto;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        width: 100%;
        z-index: 99;
    }

    /*   .carousel-item{
      img{
      width: auto!important;
      margin: auto;
      right: -55%;
      position: absolute;
      height: 280px;
      }
    } 

    .carousel-inner{
      position: relative;
      width: 100%;
      overflow: hidden;
      height: 280px;
    }*/
    .navbar-light .navbar-nav {
        height: auto;
    }

        .navbar-light .navbar-nav .nav-item {
            height: 100%;
            justify-content: center;
            width: 100%;
            padding: 0;
        }

            .navbar-light .navbar-nav .nav-item .nav-link {
                justify-content: center;
                width: 100%;
                padding: 0;
                height: 70px;
            }

                .navbar-light .navbar-nav .nav-item .nav-link:hover {
                    background-color: #84BD00;
                    color: white !important;
                }

            .navbar-light .navbar-nav .nav-item:last-child .nav-link {
                color: #002F6C;
                font-weight: bolder;
            }

    .slider {
        z-index: 99999;
    }

    .carousel-caption {
        height: 100%;
        /* padding: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    }

    .carousel-inner img {
        width: auto !important;
    }

    .movimientos-head [class^=col-md] {
        border-right: none;
    }
}

@media (max-width: 450px) {
    .bg-gris .title-producto {
        font-size: 15px;
        text-align: left;
    }

    .bg-gris .price-producto {
        font-size: 24px;
        text-align: left;
    }

    .title-producto, .price-producto {
        text-align: center;
    }

    .catalogo-seccion, .catalogo-detalle, .slider, .perfil {
        margin-top: 49px;
    }

    .catalogo, .mismovimientos, .miperfil, .referidos {
        padding-top: 75px;
    }

        .catalogo h3, .catalogo .h3, .mismovimientos h3, .mismovimientos .h3, .miperfil h3, .miperfil .h3, .referidos h3, .referidos .h3 {
            height: 50px;
            font-size: 15px;
            margin-left: -15px;
            margin-right: -15px;
        }

    .meter {
        width: 72%;
        transform: translate(27px, 20px);
    }

    .mismovimientos h3, .mismovimientos .h3 {
        background-color: transparent;
        color: #002F6C;
        font-size: 20px;
    }

    .mispuntos {
        padding-top: 150px;
    }

    .registro {
        padding: 20px;
    }

    .banner-registro h1, .banner-registro .h1 {
        font-size: 21px;
    }

    .vinibot .chat, .usuario .chat {
        max-width: 100%;
    }

    .menu .white {
        z-index: 99999;
    }

    .home .carousel-caption {
        width: 100%;
        left: 0;
    }

        .home .carousel-caption h4, .home .carousel-caption .h4 {
            font-size: 20px;
        }

        .home .carousel-caption h1, .home .carousel-caption .h1 {
            font-size: 45px;
        }

    .home .banner1 .uno h1, .home .banner1 .uno .h1 {
        font-size: 45px;
    }

    .home .banner1 .uno h3, .home .banner1 .uno .h3 {
        font-size: 32px;
        font-weight: bold;
    }

    .home .banner1 .uno h4, .home .banner1 .uno .h4 {
        font-size: 20px;
    }

    .home .carousel-inner img {
        right: -140%;
        position: absolute;
    }

    .home .carousel-control-next, .home .carousel-control-prev {
        z-index: 9999;
    }

    footer {
        text-align: center;
    }

        footer * {
            text-align: center;
            font-size: 13px;
        }

        footer a {
            font-size: 11px;
        }

        footer ul {
            padding-left: 0;
        }

            footer ul li {
                border-bottom: 1px solid #546770;
                padding-top: 20px;
                padding-bottom: 20px;
            }

                footer ul li .d-flex {
                    display: block !important;
                }

                    footer ul li .d-flex br {
                        display: none;
                    }

        footer .d-flex {
            width: 100%;
        }
}

.whats {
    cursor: pointer;
    bottom: 18pt;
    display: inline;
    height: 45pt;
    padding: 0px;
    position: fixed;
    right: 18pt;
    top: auto;
    width: 45pt;
    z-index: 2147483646;
}

    .whats img {
        width: 100%;
        height: auto;
    }

/*# sourceMappingURL=viniclub.css.map */
