@charset "UTF-8";

: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-black: #000;
    --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", "Noto Sans", "Liberation Sans", Arial, 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, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 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;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd --cr-green: #0A6021;
    --cr-green-text: #169839;
    --cr-light-green: #DEF4E4;
    --cr-festive-yellow: #FAC300;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    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);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

hr {
    border: 0;
    border-top: 1px solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-bottom: 1rem;
    margin-top: 0;

}

abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}

ol,
ul {
    padding-left: 2rem;
    text-align: justify;
}


dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    background-color: var(--bs-highlight-bg);
    padding: .1875em
}

sub,
sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

a:hover {
    color: var(--bs-link-hover-color)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: var(--bs-code-color);
    font-size: .875em
}

a>code {
    color: inherit
}

kbd {
    background-color: var(--bs-body-color);
    border-radius: .25rem;
    color: var(--bs-body-bg);
    font-size: .875em;
    padding: .1875rem .375rem
}

kbd kbd {
    font-size: 1em;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: #6c757d;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::file-selector-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 5rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 4.5rem
}

.display-3 {
    font-size: 4rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

.display-5 {
    font-size: 3rem
}

.display-5,
.display-6 {
    font-weight: 300;
    line-height: 1.2
}

.display-6 {
    font-size: 2.5rem
}

.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    color: #6c757d;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: -1rem
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%;

}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    padding: .25rem;
    height: 50%;
    width: 50%;
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: #6c757d;
    font-size: .875em
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    width: auto
}

.col-1,
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-1 {
    width: 8.33333333%
}

.col-2 {
    width: 16.66666667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-5 {
    width: 41.66666667%
}

.col-6 {
    width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-7 {
    width: 58.33333333%
}

.col-8 {
    width: 66.66666667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-11 {
    width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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: 0rem
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0rem
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.625rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.625rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.125rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.125rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 0.25rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 0.25rem
}

.g-6,
.gx-6 {
    --bs-gutter-x: 0.375rem
}

.g-6,
.gy-6 {
    --bs-gutter-y: 0.375rem
}

.g-8,
.gx-8 {
    --bs-gutter-x: 0.5rem
}

.g-8,
.gy-8 {
    --bs-gutter-y: 0.5rem
}

.g-10,
.gx-10 {
    --bs-gutter-x: 0.625rem
}

.g-10,
.gy-10 {
    --bs-gutter-y: 0.625rem
}

.g-12,
.gx-12 {
    --bs-gutter-x: 0.75rem
}

.g-12,
.gy-12 {
    --bs-gutter-y: 0.75rem
}

.g-14,
.gx-14 {
    --bs-gutter-x: 0.875rem
}

.g-14,
.gy-14 {
    --bs-gutter-y: 0.875rem
}

.g-16,
.gx-16 {
    --bs-gutter-x: 1rem
}

.g-16,
.gy-16 {
    --bs-gutter-y: 1rem
}

.g-18,
.gx-18 {
    --bs-gutter-x: 1.125rem
}

.g-18,
.gy-18 {
    --bs-gutter-y: 1.125rem
}

.g-20,
.gx-20 {
    --bs-gutter-x: 1.25rem
}

.g-20,
.gy-20 {
    --bs-gutter-y: 1.25rem
}

.g-22,
.gx-22 {
    --bs-gutter-x: 1.375rem
}

.g-22,
.gy-22 {
    --bs-gutter-y: 1.375rem
}

.g-24,
.gx-24 {
    --bs-gutter-x: 1.5rem
}

.g-24,
.gy-24 {
    --bs-gutter-y: 1.5rem
}

.g-28,
.gx-28 {
    --bs-gutter-x: 1.75rem
}

.g-28,
.gy-28 {
    --bs-gutter-y: 1.75rem
}

.g-30,
.gx-30 {
    --bs-gutter-x: 1.875rem
}

.g-30,
.gy-30 {
    --bs-gutter-y: 1.875rem
}

.g-32,
.gx-32 {
    --bs-gutter-x: 2rem
}

.g-32,
.gy-32 {
    --bs-gutter-y: 2rem
}

.g-36,
.gx-36 {
    --bs-gutter-x: 2.25rem
}

.g-36,
.gy-36 {
    --bs-gutter-y: 2.25rem
}

.g-38,
.gx-38 {
    --bs-gutter-x: 2.375rem
}

.g-38,
.gy-38 {
    --bs-gutter-y: 2.375rem
}

.g-40,
.gx-40 {
    --bs-gutter-x: 2.5rem
}

.g-40,
.gy-40 {
    --bs-gutter-y: 2.5rem
}

.g-44,
.gx-44 {
    --bs-gutter-x: 2.75rem
}

.g-44,
.gy-44 {
    --bs-gutter-y: 2.75rem
}

.g-46,
.gx-46 {
    --bs-gutter-x: 2.875rem
}

.g-46,
.gy-46 {
    --bs-gutter-y: 2.875rem
}

.g-48,
.gx-48 {
    --bs-gutter-x: 3rem
}

.g-48,
.gy-48 {
    --bs-gutter-y: 3rem
}

.g-50,
.gx-50 {
    --bs-gutter-x: 3.125rem
}

.g-50,
.gy-50 {
    --bs-gutter-y: 3.125rem
}

.g-52,
.gx-52 {
    --bs-gutter-x: 3.25rem
}

.g-52,
.gy-52 {
    --bs-gutter-y: 3.25rem
}

.g-56,
.gx-56 {
    --bs-gutter-x: 3.5rem
}

.g-56,
.gy-56 {
    --bs-gutter-y: 3.5rem
}

.g-58,
.gx-58 {
    --bs-gutter-x: 3.625rem
}

.g-58,
.gy-58 {
    --bs-gutter-y: 3.625rem
}

.g-60,
.gx-60 {
    --bs-gutter-x: 3.75rem
}

.g-60,
.gy-60 {
    --bs-gutter-y: 3.75rem
}

.g-62,
.gx-62 {
    --bs-gutter-x: 3.875rem
}

.g-62,
.gy-62 {
    --bs-gutter-y: 3.875rem
}

.g-64,
.gx-64 {
    --bs-gutter-x: 4rem
}

.g-64,
.gy-64 {
    --bs-gutter-y: 4rem
}

.g-68,
.gx-68 {
    --bs-gutter-x: 4.25rem
}

.g-68,
.gy-68 {
    --bs-gutter-y: 4.25rem
}

.g-70,
.gx-70 {
    --bs-gutter-x: 4.375rem
}

.g-70,
.gy-70 {
    --bs-gutter-y: 4.375rem
}

.g-72,
.gx-72 {
    --bs-gutter-x: 4.5rem
}

.g-72,
.gy-72 {
    --bs-gutter-y: 4.5rem
}

.g-74,
.gx-74 {
    --bs-gutter-x: 4.625rem
}

.g-74,
.gy-74 {
    --bs-gutter-y: 4.625rem
}

.g-76,
.gx-76 {
    --bs-gutter-x: 4.75rem
}

.g-76,
.gy-76 {
    --bs-gutter-y: 4.75rem
}

.g-78,
.gx-78 {
    --bs-gutter-x: 4.875rem
}

.g-78,
.gy-78 {
    --bs-gutter-y: 4.875rem
}

.g-80,
.gx-80 {
    --bs-gutter-x: 5rem
}

.g-80,
.gy-80 {
    --bs-gutter-y: 5rem
}

.g-82,
.gx-82 {
    --bs-gutter-x: 5.125rem
}

.g-82,
.gy-82 {
    --bs-gutter-y: 5.125rem
}

.g-84,
.gx-84 {
    --bs-gutter-x: 5.25rem
}

.g-84,
.gy-84 {
    --bs-gutter-y: 5.25rem
}

.g-92,
.gx-92 {
    --bs-gutter-x: 5.75rem
}

.g-92,
.gy-92 {
    --bs-gutter-y: 5.75rem
}

.g-96,
.gx-96 {
    --bs-gutter-x: 6rem
}

.g-96,
.gy-96 {
    --bs-gutter-y: 6rem
}

.g-102,
.gx-102 {
    --bs-gutter-x: 6.375rem
}

.g-102,
.gy-102 {
    --bs-gutter-y: 6.375rem
}

.g-112,
.gx-112 {
    --bs-gutter-x: 7rem
}

.g-112,
.gy-112 {
    --bs-gutter-y: 7rem
}

.g-124,
.gx-124 {
    --bs-gutter-x: 7.75rem
}

.g-124,
.gy-124 {
    --bs-gutter-y: 7.75rem
}

@media (min-width:576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        width: auto
    }

    .col-sm-1,
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-2,
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-4,
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-6,
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-8,
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-10,
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.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: 0rem
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0rem
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.625rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.625rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.125rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.125rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 0.375rem
    }

    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 0.375rem
    }

    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-10,
    .gx-sm-10 {
        --bs-gutter-x: 0.625rem
    }

    .g-sm-10,
    .gy-sm-10 {
        --bs-gutter-y: 0.625rem
    }

    .g-sm-12,
    .gx-sm-12 {
        --bs-gutter-x: 0.75rem
    }

    .g-sm-12,
    .gy-sm-12 {
        --bs-gutter-y: 0.75rem
    }

    .g-sm-14,
    .gx-sm-14 {
        --bs-gutter-x: 0.875rem
    }

    .g-sm-14,
    .gy-sm-14 {
        --bs-gutter-y: 0.875rem
    }

    .g-sm-16,
    .gx-sm-16 {
        --bs-gutter-x: 1rem
    }

    .g-sm-16,
    .gy-sm-16 {
        --bs-gutter-y: 1rem
    }

    .g-sm-18,
    .gx-sm-18 {
        --bs-gutter-x: 1.125rem
    }

    .g-sm-18,
    .gy-sm-18 {
        --bs-gutter-y: 1.125rem
    }

    .g-sm-20,
    .gx-sm-20 {
        --bs-gutter-x: 1.25rem
    }

    .g-sm-20,
    .gy-sm-20 {
        --bs-gutter-y: 1.25rem
    }

    .g-sm-22,
    .gx-sm-22 {
        --bs-gutter-x: 1.375rem
    }

    .g-sm-22,
    .gy-sm-22 {
        --bs-gutter-y: 1.375rem
    }

    .g-sm-24,
    .gx-sm-24 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-24,
    .gy-sm-24 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-28,
    .gx-sm-28 {
        --bs-gutter-x: 1.75rem
    }

    .g-sm-28,
    .gy-sm-28 {
        --bs-gutter-y: 1.75rem
    }

    .g-sm-30,
    .gx-sm-30 {
        --bs-gutter-x: 1.875rem
    }

    .g-sm-30,
    .gy-sm-30 {
        --bs-gutter-y: 1.875rem
    }

    .g-sm-32,
    .gx-sm-32 {
        --bs-gutter-x: 2rem
    }

    .g-sm-32,
    .gy-sm-32 {
        --bs-gutter-y: 2rem
    }

    .g-sm-36,
    .gx-sm-36 {
        --bs-gutter-x: 2.25rem
    }

    .g-sm-36,
    .gy-sm-36 {
        --bs-gutter-y: 2.25rem
    }

    .g-sm-38,
    .gx-sm-38 {
        --bs-gutter-x: 2.375rem
    }

    .g-sm-38,
    .gy-sm-38 {
        --bs-gutter-y: 2.375rem
    }

    .g-sm-40,
    .gx-sm-40 {
        --bs-gutter-x: 2.5rem
    }

    .g-sm-40,
    .gy-sm-40 {
        --bs-gutter-y: 2.5rem
    }

    .g-sm-44,
    .gx-sm-44 {
        --bs-gutter-x: 2.75rem
    }

    .g-sm-44,
    .gy-sm-44 {
        --bs-gutter-y: 2.75rem
    }

    .g-sm-46,
    .gx-sm-46 {
        --bs-gutter-x: 2.875rem
    }

    .g-sm-46,
    .gy-sm-46 {
        --bs-gutter-y: 2.875rem
    }

    .g-sm-48,
    .gx-sm-48 {
        --bs-gutter-x: 3rem
    }

    .g-sm-48,
    .gy-sm-48 {
        --bs-gutter-y: 3rem
    }

    .g-sm-50,
    .gx-sm-50 {
        --bs-gutter-x: 3.125rem
    }

    .g-sm-50,
    .gy-sm-50 {
        --bs-gutter-y: 3.125rem
    }

    .g-sm-52,
    .gx-sm-52 {
        --bs-gutter-x: 3.25rem
    }

    .g-sm-52,
    .gy-sm-52 {
        --bs-gutter-y: 3.25rem
    }

    .g-sm-56,
    .gx-sm-56 {
        --bs-gutter-x: 3.5rem
    }

    .g-sm-56,
    .gy-sm-56 {
        --bs-gutter-y: 3.5rem
    }

    .g-sm-58,
    .gx-sm-58 {
        --bs-gutter-x: 3.625rem
    }

    .g-sm-58,
    .gy-sm-58 {
        --bs-gutter-y: 3.625rem
    }

    .g-sm-60,
    .gx-sm-60 {
        --bs-gutter-x: 3.75rem
    }

    .g-sm-60,
    .gy-sm-60 {
        --bs-gutter-y: 3.75rem
    }

    .g-sm-62,
    .gx-sm-62 {
        --bs-gutter-x: 3.875rem
    }

    .g-sm-62,
    .gy-sm-62 {
        --bs-gutter-y: 3.875rem
    }

    .g-sm-64,
    .gx-sm-64 {
        --bs-gutter-x: 4rem
    }

    .g-sm-64,
    .gy-sm-64 {
        --bs-gutter-y: 4rem
    }

    .g-sm-68,
    .gx-sm-68 {
        --bs-gutter-x: 4.25rem
    }

    .g-sm-68,
    .gy-sm-68 {
        --bs-gutter-y: 4.25rem
    }

    .g-sm-70,
    .gx-sm-70 {
        --bs-gutter-x: 4.375rem
    }

    .g-sm-70,
    .gy-sm-70 {
        --bs-gutter-y: 4.375rem
    }

    .g-sm-72,
    .gx-sm-72 {
        --bs-gutter-x: 4.5rem
    }

    .g-sm-72,
    .gy-sm-72 {
        --bs-gutter-y: 4.5rem
    }

    .g-sm-74,
    .gx-sm-74 {
        --bs-gutter-x: 4.625rem
    }

    .g-sm-74,
    .gy-sm-74 {
        --bs-gutter-y: 4.625rem
    }

    .g-sm-76,
    .gx-sm-76 {
        --bs-gutter-x: 4.75rem
    }

    .g-sm-76,
    .gy-sm-76 {
        --bs-gutter-y: 4.75rem
    }

    .g-sm-78,
    .gx-sm-78 {
        --bs-gutter-x: 4.875rem
    }

    .g-sm-78,
    .gy-sm-78 {
        --bs-gutter-y: 4.875rem
    }

    .g-sm-80,
    .gx-sm-80 {
        --bs-gutter-x: 5rem
    }

    .g-sm-80,
    .gy-sm-80 {
        --bs-gutter-y: 5rem
    }

    .g-sm-82,
    .gx-sm-82 {
        --bs-gutter-x: 5.125rem
    }

    .g-sm-82,
    .gy-sm-82 {
        --bs-gutter-y: 5.125rem
    }

    .g-sm-84,
    .gx-sm-84 {
        --bs-gutter-x: 5.25rem
    }

    .g-sm-84,
    .gy-sm-84 {
        --bs-gutter-y: 5.25rem
    }

    .g-sm-92,
    .gx-sm-92 {
        --bs-gutter-x: 5.75rem
    }

    .g-sm-92,
    .gy-sm-92 {
        --bs-gutter-y: 5.75rem
    }

    .g-sm-96,
    .gx-sm-96 {
        --bs-gutter-x: 6rem
    }

    .g-sm-96,
    .gy-sm-96 {
        --bs-gutter-y: 6rem
    }

    .g-sm-102,
    .gx-sm-102 {
        --bs-gutter-x: 6.375rem
    }

    .g-sm-102,
    .gy-sm-102 {
        --bs-gutter-y: 6.375rem
    }

    .g-sm-112,
    .gx-sm-112 {
        --bs-gutter-x: 7rem
    }

    .g-sm-112,
    .gy-sm-112 {
        --bs-gutter-y: 7rem
    }

    .g-sm-124,
    .gx-sm-124 {
        --bs-gutter-x: 7.75rem
    }

    .g-sm-124,
    .gy-sm-124 {
        --bs-gutter-y: 7.75rem
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        width: auto
    }

    .col-md-1,
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-2,
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-4,
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-6,
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-8,
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-10,
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.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: 0rem
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0rem
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.625rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.625rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.125rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.125rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 0.375rem
    }

    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 0.375rem
    }

    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-10,
    .gx-md-10 {
        --bs-gutter-x: 0.625rem
    }

    .g-md-10,
    .gy-md-10 {
        --bs-gutter-y: 0.625rem
    }

    .g-md-12,
    .gx-md-12 {
        --bs-gutter-x: 0.75rem
    }

    .g-md-12,
    .gy-md-12 {
        --bs-gutter-y: 0.75rem
    }

    .g-md-14,
    .gx-md-14 {
        --bs-gutter-x: 0.875rem
    }

    .g-md-14,
    .gy-md-14 {
        --bs-gutter-y: 0.875rem
    }

    .g-md-16,
    .gx-md-16 {
        --bs-gutter-x: 1rem
    }

    .g-md-16,
    .gy-md-16 {
        --bs-gutter-y: 1rem
    }

    .g-md-18,
    .gx-md-18 {
        --bs-gutter-x: 1.125rem
    }

    .g-md-18,
    .gy-md-18 {
        --bs-gutter-y: 1.125rem
    }

    .g-md-20,
    .gx-md-20 {
        --bs-gutter-x: 1.25rem
    }

    .g-md-20,
    .gy-md-20 {
        --bs-gutter-y: 1.25rem
    }

    .g-md-22,
    .gx-md-22 {
        --bs-gutter-x: 1.375rem
    }

    .g-md-22,
    .gy-md-22 {
        --bs-gutter-y: 1.375rem
    }

    .g-md-24,
    .gx-md-24 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-24,
    .gy-md-24 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-28,
    .gx-md-28 {
        --bs-gutter-x: 1.75rem
    }

    .g-md-28,
    .gy-md-28 {
        --bs-gutter-y: 1.75rem
    }

    .g-md-30,
    .gx-md-30 {
        --bs-gutter-x: 1.875rem
    }

    .g-md-30,
    .gy-md-30 {
        --bs-gutter-y: 1.875rem
    }

    .g-md-32,
    .gx-md-32 {
        --bs-gutter-x: 2rem
    }

    .g-md-32,
    .gy-md-32 {
        --bs-gutter-y: 2rem
    }

    .g-md-36,
    .gx-md-36 {
        --bs-gutter-x: 2.25rem
    }

    .g-md-36,
    .gy-md-36 {
        --bs-gutter-y: 2.25rem
    }

    .g-md-38,
    .gx-md-38 {
        --bs-gutter-x: 2.375rem
    }

    .g-md-38,
    .gy-md-38 {
        --bs-gutter-y: 2.375rem
    }

    .g-md-40,
    .gx-md-40 {
        --bs-gutter-x: 2.5rem
    }

    .g-md-40,
    .gy-md-40 {
        --bs-gutter-y: 2.5rem
    }

    .g-md-44,
    .gx-md-44 {
        --bs-gutter-x: 2.75rem
    }

    .g-md-44,
    .gy-md-44 {
        --bs-gutter-y: 2.75rem
    }

    .g-md-46,
    .gx-md-46 {
        --bs-gutter-x: 2.875rem
    }

    .g-md-46,
    .gy-md-46 {
        --bs-gutter-y: 2.875rem
    }

    .g-md-48,
    .gx-md-48 {
        --bs-gutter-x: 3rem
    }

    .g-md-48,
    .gy-md-48 {
        --bs-gutter-y: 3rem
    }

    .g-md-50,
    .gx-md-50 {
        --bs-gutter-x: 3.125rem
    }

    .g-md-50,
    .gy-md-50 {
        --bs-gutter-y: 3.125rem
    }

    .g-md-52,
    .gx-md-52 {
        --bs-gutter-x: 3.25rem
    }

    .g-md-52,
    .gy-md-52 {
        --bs-gutter-y: 3.25rem
    }

    .g-md-56,
    .gx-md-56 {
        --bs-gutter-x: 3.5rem
    }

    .g-md-56,
    .gy-md-56 {
        --bs-gutter-y: 3.5rem
    }

    .g-md-58,
    .gx-md-58 {
        --bs-gutter-x: 3.625rem
    }

    .g-md-58,
    .gy-md-58 {
        --bs-gutter-y: 3.625rem
    }

    .g-md-60,
    .gx-md-60 {
        --bs-gutter-x: 3.75rem
    }

    .g-md-60,
    .gy-md-60 {
        --bs-gutter-y: 3.75rem
    }

    .g-md-62,
    .gx-md-62 {
        --bs-gutter-x: 3.875rem
    }

    .g-md-62,
    .gy-md-62 {
        --bs-gutter-y: 3.875rem
    }

    .g-md-64,
    .gx-md-64 {
        --bs-gutter-x: 4rem
    }

    .g-md-64,
    .gy-md-64 {
        --bs-gutter-y: 4rem
    }

    .g-md-68,
    .gx-md-68 {
        --bs-gutter-x: 4.25rem
    }

    .g-md-68,
    .gy-md-68 {
        --bs-gutter-y: 4.25rem
    }

    .g-md-70,
    .gx-md-70 {
        --bs-gutter-x: 4.375rem
    }

    .g-md-70,
    .gy-md-70 {
        --bs-gutter-y: 4.375rem
    }

    .g-md-72,
    .gx-md-72 {
        --bs-gutter-x: 4.5rem
    }

    .g-md-72,
    .gy-md-72 {
        --bs-gutter-y: 4.5rem
    }

    .g-md-74,
    .gx-md-74 {
        --bs-gutter-x: 4.625rem
    }

    .g-md-74,
    .gy-md-74 {
        --bs-gutter-y: 4.625rem
    }

    .g-md-76,
    .gx-md-76 {
        --bs-gutter-x: 4.75rem
    }

    .g-md-76,
    .gy-md-76 {
        --bs-gutter-y: 4.75rem
    }

    .g-md-78,
    .gx-md-78 {
        --bs-gutter-x: 4.875rem
    }

    .g-md-78,
    .gy-md-78 {
        --bs-gutter-y: 4.875rem
    }

    .g-md-80,
    .gx-md-80 {
        --bs-gutter-x: 5rem
    }

    .g-md-80,
    .gy-md-80 {
        --bs-gutter-y: 5rem
    }

    .g-md-82,
    .gx-md-82 {
        --bs-gutter-x: 5.125rem
    }

    .g-md-82,
    .gy-md-82 {
        --bs-gutter-y: 5.125rem
    }

    .g-md-84,
    .gx-md-84 {
        --bs-gutter-x: 5.25rem
    }

    .g-md-84,
    .gy-md-84 {
        --bs-gutter-y: 5.25rem
    }

    .g-md-92,
    .gx-md-92 {
        --bs-gutter-x: 5.75rem
    }

    .g-md-92,
    .gy-md-92 {
        --bs-gutter-y: 5.75rem
    }

    .g-md-96,
    .gx-md-96 {
        --bs-gutter-x: 6rem
    }

    .g-md-96,
    .gy-md-96 {
        --bs-gutter-y: 6rem
    }

    .g-md-102,
    .gx-md-102 {
        --bs-gutter-x: 6.375rem
    }

    .g-md-102,
    .gy-md-102 {
        --bs-gutter-y: 6.375rem
    }

    .g-md-112,
    .gx-md-112 {
        --bs-gutter-x: 7rem
    }

    .g-md-112,
    .gy-md-112 {
        --bs-gutter-y: 7rem
    }

    .g-md-124,
    .gx-md-124 {
        --bs-gutter-x: 7.75rem
    }

    .g-md-124,
    .gy-md-124 {
        --bs-gutter-y: 7.75rem
    }
}

@media (min-width:992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        width: auto
    }

    .col-lg-1,
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-2,
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-4,
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-5 {
        width: 41.66666667%;
        /* padding-top: 6rem !important; */
    }

    .cr-section--download-mobile-app .col-lg-5 {
        width: 43.66666667%;
        padding-top: 6rem !important;
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-6,
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-8,
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-10,
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.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: 0rem
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0rem
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.625rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.625rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.125rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.125rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 0.375rem
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 0.375rem
    }

    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 0.625rem
    }

    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 0.625rem
    }

    .g-lg-12,
    .gx-lg-12 {
        --bs-gutter-x: 0.75rem
    }

    .g-lg-12,
    .gy-lg-12 {
        --bs-gutter-y: 0.75rem
    }

    .g-lg-14,
    .gx-lg-14 {
        --bs-gutter-x: 0.875rem
    }

    .g-lg-14,
    .gy-lg-14 {
        --bs-gutter-y: 0.875rem
    }

    .g-lg-16,
    .gx-lg-16 {
        --bs-gutter-x: 1rem
    }

    .g-lg-16,
    .gy-lg-16 {
        --bs-gutter-y: 1rem
    }

    .g-lg-18,
    .gx-lg-18 {
        --bs-gutter-x: 1.125rem
    }

    .g-lg-18,
    .gy-lg-18 {
        --bs-gutter-y: 1.125rem
    }

    .g-lg-20,
    .gx-lg-20 {
        --bs-gutter-x: 1.25rem
    }

    .g-lg-20,
    .gy-lg-20 {
        --bs-gutter-y: 1.25rem
    }

    .g-lg-22,
    .gx-lg-22 {
        --bs-gutter-x: 1.375rem
    }

    .g-lg-22,
    .gy-lg-22 {
        --bs-gutter-y: 1.375rem
    }

    .g-lg-24,
    .gx-lg-24 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-24,
    .gy-lg-24 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-28,
    .gx-lg-28 {
        --bs-gutter-x: 1.75rem
    }

    .g-lg-28,
    .gy-lg-28 {
        --bs-gutter-y: 1.75rem
    }

    .g-lg-30,
    .gx-lg-30 {
        --bs-gutter-x: 1.875rem
    }

    .g-lg-30,
    .gy-lg-30 {
        --bs-gutter-y: 1.875rem
    }

    .g-lg-32,
    .gx-lg-32 {
        --bs-gutter-x: 2rem
    }

    .g-lg-32,
    .gy-lg-32 {
        --bs-gutter-y: 2rem
    }

    .g-lg-36,
    .gx-lg-36 {
        --bs-gutter-x: 2.25rem
    }

    .g-lg-36,
    .gy-lg-36 {
        --bs-gutter-y: 2.25rem
    }

    .g-lg-38,
    .gx-lg-38 {
        --bs-gutter-x: 2.375rem
    }

    .g-lg-38,
    .gy-lg-38 {
        --bs-gutter-y: 2.375rem
    }

    .g-lg-40,
    .gx-lg-40 {
        --bs-gutter-x: 2.5rem
    }

    .g-lg-40,
    .gy-lg-40 {
        --bs-gutter-y: 2.5rem
    }

    .g-lg-44,
    .gx-lg-44 {
        --bs-gutter-x: 2.75rem
    }

    .g-lg-44,
    .gy-lg-44 {
        --bs-gutter-y: 2.75rem
    }

    .g-lg-46,
    .gx-lg-46 {
        --bs-gutter-x: 2.875rem
    }

    .g-lg-46,
    .gy-lg-46 {
        --bs-gutter-y: 2.875rem
    }

    .g-lg-48,
    .gx-lg-48 {
        --bs-gutter-x: 3rem
    }

    .g-lg-48,
    .gy-lg-48 {
        --bs-gutter-y: 3rem
    }

    .g-lg-50,
    .gx-lg-50 {
        --bs-gutter-x: 3.125rem
    }

    .g-lg-50,
    .gy-lg-50 {
        --bs-gutter-y: 3.125rem
    }

    .g-lg-52,
    .gx-lg-52 {
        --bs-gutter-x: 3.25rem
    }

    .g-lg-52,
    .gy-lg-52 {
        --bs-gutter-y: 3.25rem
    }

    .g-lg-56,
    .gx-lg-56 {
        --bs-gutter-x: 3.5rem
    }

    .g-lg-56,
    .gy-lg-56 {
        --bs-gutter-y: 3.5rem
    }

    .g-lg-58,
    .gx-lg-58 {
        --bs-gutter-x: 3.625rem
    }

    .g-lg-58,
    .gy-lg-58 {
        --bs-gutter-y: 3.625rem
    }

    .g-lg-60,
    .gx-lg-60 {
        --bs-gutter-x: 3.75rem
    }

    .g-lg-60,
    .gy-lg-60 {
        --bs-gutter-y: 3.75rem
    }

    .g-lg-62,
    .gx-lg-62 {
        --bs-gutter-x: 3.875rem
    }

    .g-lg-62,
    .gy-lg-62 {
        --bs-gutter-y: 3.875rem
    }

    .g-lg-64,
    .gx-lg-64 {
        --bs-gutter-x: 4rem
    }

    .g-lg-64,
    .gy-lg-64 {
        --bs-gutter-y: 4rem
    }

    .g-lg-68,
    .gx-lg-68 {
        --bs-gutter-x: 4.25rem
    }

    .g-lg-68,
    .gy-lg-68 {
        --bs-gutter-y: 4.25rem
    }

    .g-lg-70,
    .gx-lg-70 {
        --bs-gutter-x: 4.375rem
    }

    .g-lg-70,
    .gy-lg-70 {
        --bs-gutter-y: 4.375rem
    }

    .g-lg-72,
    .gx-lg-72 {
        --bs-gutter-x: 4.5rem
    }

    .g-lg-72,
    .gy-lg-72 {
        --bs-gutter-y: 4.5rem
    }

    .g-lg-74,
    .gx-lg-74 {
        --bs-gutter-x: 4.625rem
    }

    .g-lg-74,
    .gy-lg-74 {
        --bs-gutter-y: 4.625rem
    }

    .g-lg-76,
    .gx-lg-76 {
        --bs-gutter-x: 4.75rem
    }

    .g-lg-76,
    .gy-lg-76 {
        --bs-gutter-y: 4.75rem
    }

    .g-lg-78,
    .gx-lg-78 {
        --bs-gutter-x: 4.875rem
    }

    .g-lg-78,
    .gy-lg-78 {
        --bs-gutter-y: 4.875rem
    }

    .g-lg-80,
    .gx-lg-80 {
        --bs-gutter-x: 5rem
    }

    .g-lg-80,
    .gy-lg-80 {
        --bs-gutter-y: 5rem
    }

    .g-lg-82,
    .gx-lg-82 {
        --bs-gutter-x: 5.125rem
    }

    .g-lg-82,
    .gy-lg-82 {
        --bs-gutter-y: 5.125rem
    }

    .g-lg-84,
    .gx-lg-84 {
        --bs-gutter-x: 5.25rem
    }

    .g-lg-84,
    .gy-lg-84 {
        --bs-gutter-y: 5.25rem
    }

    .g-lg-92,
    .gx-lg-92 {
        --bs-gutter-x: 5.75rem
    }

    .g-lg-92,
    .gy-lg-92 {
        --bs-gutter-y: 5.75rem
    }

    .g-lg-96,
    .gx-lg-96 {
        --bs-gutter-x: 6rem
    }

    .g-lg-96,
    .gy-lg-96 {
        --bs-gutter-y: 6rem
    }

    .g-lg-102,
    .gx-lg-102 {
        --bs-gutter-x: 6.375rem
    }

    .g-lg-102,
    .gy-lg-102 {
        --bs-gutter-y: 6.375rem
    }

    .g-lg-112,
    .gx-lg-112 {
        --bs-gutter-x: 7rem
    }

    .g-lg-112,
    .gy-lg-112 {
        --bs-gutter-y: 7rem
    }

    .g-lg-124,
    .gx-lg-124 {
        --bs-gutter-x: 7.75rem
    }

    .g-lg-124,
    .gy-lg-124 {
        --bs-gutter-y: 7.75rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        width: auto
    }

    .col-xl-1,
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-2,
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-4,
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-6,
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-8,
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-10,
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.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: 0rem
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0rem
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.625rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.625rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.125rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.125rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 0.375rem
    }

    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 0.375rem
    }

    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-10,
    .gx-xl-10 {
        --bs-gutter-x: 0.625rem
    }

    .g-xl-10,
    .gy-xl-10 {
        --bs-gutter-y: 0.625rem
    }

    .g-xl-12,
    .gx-xl-12 {
        --bs-gutter-x: 0.75rem
    }

    .g-xl-12,
    .gy-xl-12 {
        --bs-gutter-y: 0.75rem
    }

    .g-xl-14,
    .gx-xl-14 {
        --bs-gutter-x: 0.875rem
    }

    .g-xl-14,
    .gy-xl-14 {
        --bs-gutter-y: 0.875rem
    }

    .g-xl-16,
    .gx-xl-16 {
        --bs-gutter-x: 1rem
    }

    .g-xl-16,
    .gy-xl-16 {
        --bs-gutter-y: 1rem
    }

    .g-xl-18,
    .gx-xl-18 {
        --bs-gutter-x: 1.125rem
    }

    .g-xl-18,
    .gy-xl-18 {
        --bs-gutter-y: 1.125rem
    }

    .g-xl-20,
    .gx-xl-20 {
        --bs-gutter-x: 1.25rem
    }

    .g-xl-20,
    .gy-xl-20 {
        --bs-gutter-y: 1.25rem
    }

    .g-xl-22,
    .gx-xl-22 {
        --bs-gutter-x: 1.375rem
    }

    .g-xl-22,
    .gy-xl-22 {
        --bs-gutter-y: 1.375rem
    }

    .g-xl-24,
    .gx-xl-24 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-24,
    .gy-xl-24 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-28,
    .gx-xl-28 {
        --bs-gutter-x: 1.75rem
    }

    .g-xl-28,
    .gy-xl-28 {
        --bs-gutter-y: 1.75rem
    }

    .g-xl-30,
    .gx-xl-30 {
        --bs-gutter-x: 1.875rem
    }

    .g-xl-30,
    .gy-xl-30 {
        --bs-gutter-y: 1.875rem
    }

    .g-xl-32,
    .gx-xl-32 {
        --bs-gutter-x: 2rem
    }

    .g-xl-32,
    .gy-xl-32 {
        --bs-gutter-y: 2rem
    }

    .g-xl-36,
    .gx-xl-36 {
        --bs-gutter-x: 2.25rem
    }

    .g-xl-36,
    .gy-xl-36 {
        --bs-gutter-y: 2.25rem
    }

    .g-xl-38,
    .gx-xl-38 {
        --bs-gutter-x: 2.375rem
    }

    .g-xl-38,
    .gy-xl-38 {
        --bs-gutter-y: 2.375rem
    }

    .g-xl-40,
    .gx-xl-40 {
        --bs-gutter-x: 2.5rem
    }

    .g-xl-40,
    .gy-xl-40 {
        --bs-gutter-y: 2.5rem
    }

    .g-xl-44,
    .gx-xl-44 {
        --bs-gutter-x: 2.75rem
    }

    .g-xl-44,
    .gy-xl-44 {
        --bs-gutter-y: 2.75rem
    }

    .g-xl-46,
    .gx-xl-46 {
        --bs-gutter-x: 2.875rem
    }

    .g-xl-46,
    .gy-xl-46 {
        --bs-gutter-y: 2.875rem
    }

    .g-xl-48,
    .gx-xl-48 {
        --bs-gutter-x: 3rem
    }

    .g-xl-48,
    .gy-xl-48 {
        --bs-gutter-y: 3rem
    }

    .g-xl-50,
    .gx-xl-50 {
        --bs-gutter-x: 3.125rem
    }

    .g-xl-50,
    .gy-xl-50 {
        --bs-gutter-y: 3.125rem
    }

    .g-xl-52,
    .gx-xl-52 {
        --bs-gutter-x: 3.25rem
    }

    .g-xl-52,
    .gy-xl-52 {
        --bs-gutter-y: 3.25rem
    }

    .g-xl-56,
    .gx-xl-56 {
        --bs-gutter-x: 3.5rem
    }

    .g-xl-56,
    .gy-xl-56 {
        --bs-gutter-y: 3.5rem
    }

    .g-xl-58,
    .gx-xl-58 {
        --bs-gutter-x: 3.625rem
    }

    .g-xl-58,
    .gy-xl-58 {
        --bs-gutter-y: 3.625rem
    }

    .g-xl-60,
    .gx-xl-60 {
        --bs-gutter-x: 3.75rem
    }

    .g-xl-60,
    .gy-xl-60 {
        --bs-gutter-y: 3.75rem
    }

    .g-xl-62,
    .gx-xl-62 {
        --bs-gutter-x: 3.875rem
    }

    .g-xl-62,
    .gy-xl-62 {
        --bs-gutter-y: 3.875rem
    }

    .g-xl-64,
    .gx-xl-64 {
        --bs-gutter-x: 4rem
    }

    .g-xl-64,
    .gy-xl-64 {
        --bs-gutter-y: 4rem
    }

    .g-xl-68,
    .gx-xl-68 {
        --bs-gutter-x: 4.25rem
    }

    .g-xl-68,
    .gy-xl-68 {
        --bs-gutter-y: 4.25rem
    }

    .g-xl-70,
    .gx-xl-70 {
        --bs-gutter-x: 4.375rem
    }

    .g-xl-70,
    .gy-xl-70 {
        --bs-gutter-y: 4.375rem
    }

    .g-xl-72,
    .gx-xl-72 {
        --bs-gutter-x: 4.5rem
    }

    .g-xl-72,
    .gy-xl-72 {
        --bs-gutter-y: 4.5rem
    }

    .g-xl-74,
    .gx-xl-74 {
        --bs-gutter-x: 4.625rem
    }

    .g-xl-74,
    .gy-xl-74 {
        --bs-gutter-y: 4.625rem
    }

    .g-xl-76,
    .gx-xl-76 {
        --bs-gutter-x: 4.75rem
    }

    .g-xl-76,
    .gy-xl-76 {
        --bs-gutter-y: 4.75rem
    }

    .g-xl-78,
    .gx-xl-78 {
        --bs-gutter-x: 4.875rem
    }

    .g-xl-78,
    .gy-xl-78 {
        --bs-gutter-y: 4.875rem
    }

    .g-xl-80,
    .gx-xl-80 {
        --bs-gutter-x: 5rem
    }

    .g-xl-80,
    .gy-xl-80 {
        --bs-gutter-y: 5rem
    }

    .g-xl-82,
    .gx-xl-82 {
        --bs-gutter-x: 5.125rem
    }

    .g-xl-82,
    .gy-xl-82 {
        --bs-gutter-y: 5.125rem
    }

    .g-xl-84,
    .gx-xl-84 {
        --bs-gutter-x: 5.25rem
    }

    .g-xl-84,
    .gy-xl-84 {
        --bs-gutter-y: 5.25rem
    }

    .g-xl-92,
    .gx-xl-92 {
        --bs-gutter-x: 5.75rem
    }

    .g-xl-92,
    .gy-xl-92 {
        --bs-gutter-y: 5.75rem
    }

    .g-xl-96,
    .gx-xl-96 {
        --bs-gutter-x: 6rem
    }

    .g-xl-96,
    .gy-xl-96 {
        --bs-gutter-y: 6rem
    }

    .g-xl-102,
    .gx-xl-102 {
        --bs-gutter-x: 6.375rem
    }

    .g-xl-102,
    .gy-xl-102 {
        --bs-gutter-y: 6.375rem
    }

    .g-xl-112,
    .gx-xl-112 {
        --bs-gutter-x: 7rem
    }

    .g-xl-112,
    .gy-xl-112 {
        --bs-gutter-y: 7rem
    }

    .g-xl-124,
    .gx-xl-124 {
        --bs-gutter-x: 7.75rem
    }

    .g-xl-124,
    .gy-xl-124 {
        --bs-gutter-y: 7.75rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        width: auto
    }

    .col-xxl-1,
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-1 {
        width: 8.33333333%
    }

    .col-xxl-2 {
        width: 16.66666667%
    }

    .col-xxl-2,
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-4 {
        width: 33.33333333%
    }

    .col-xxl-4,
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-5 {
        width: 41.66666667%
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-6,
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-7 {
        width: 58.33333333%
    }

    .col-xxl-8 {
        width: 66.66666667%
    }

    .col-xxl-8,
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-10 {
        width: 83.33333333%
    }

    .col-xxl-10,
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-11 {
        width: 91.66666667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.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: 0rem
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0rem
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.625rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.625rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.125rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.125rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 0.375rem
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 0.375rem
    }

    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-10,
    .gx-xxl-10 {
        --bs-gutter-x: 0.625rem
    }

    .g-xxl-10,
    .gy-xxl-10 {
        --bs-gutter-y: 0.625rem
    }

    .g-xxl-12,
    .gx-xxl-12 {
        --bs-gutter-x: 0.75rem
    }

    .g-xxl-12,
    .gy-xxl-12 {
        --bs-gutter-y: 0.75rem
    }

    .g-xxl-14,
    .gx-xxl-14 {
        --bs-gutter-x: 0.875rem
    }

    .g-xxl-14,
    .gy-xxl-14 {
        --bs-gutter-y: 0.875rem
    }

    .g-xxl-16,
    .gx-xxl-16 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-16,
    .gy-xxl-16 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-18,
    .gx-xxl-18 {
        --bs-gutter-x: 1.125rem
    }

    .g-xxl-18,
    .gy-xxl-18 {
        --bs-gutter-y: 1.125rem
    }

    .g-xxl-20,
    .gx-xxl-20 {
        --bs-gutter-x: 1.25rem
    }

    .g-xxl-20,
    .gy-xxl-20 {
        --bs-gutter-y: 1.25rem
    }

    .g-xxl-22,
    .gx-xxl-22 {
        --bs-gutter-x: 1.375rem
    }

    .g-xxl-22,
    .gy-xxl-22 {
        --bs-gutter-y: 1.375rem
    }

    .g-xxl-24,
    .gx-xxl-24 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-24,
    .gy-xxl-24 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-28,
    .gx-xxl-28 {
        --bs-gutter-x: 1.75rem
    }

    .g-xxl-28,
    .gy-xxl-28 {
        --bs-gutter-y: 1.75rem
    }

    .g-xxl-30,
    .gx-xxl-30 {
        --bs-gutter-x: 1.875rem
    }

    .g-xxl-30,
    .gy-xxl-30 {
        --bs-gutter-y: 1.875rem
    }

    .g-xxl-32,
    .gx-xxl-32 {
        --bs-gutter-x: 2rem
    }

    .g-xxl-32,
    .gy-xxl-32 {
        --bs-gutter-y: 2rem
    }

    .g-xxl-36,
    .gx-xxl-36 {
        --bs-gutter-x: 2.25rem
    }

    .g-xxl-36,
    .gy-xxl-36 {
        --bs-gutter-y: 2.25rem
    }

    .g-xxl-38,
    .gx-xxl-38 {
        --bs-gutter-x: 2.375rem
    }

    .g-xxl-38,
    .gy-xxl-38 {
        --bs-gutter-y: 2.375rem
    }

    .g-xxl-40,
    .gx-xxl-40 {
        --bs-gutter-x: 2.5rem
    }

    .g-xxl-40,
    .gy-xxl-40 {
        --bs-gutter-y: 2.5rem
    }

    .g-xxl-44,
    .gx-xxl-44 {
        --bs-gutter-x: 2.75rem
    }

    .g-xxl-44,
    .gy-xxl-44 {
        --bs-gutter-y: 2.75rem
    }

    .g-xxl-46,
    .gx-xxl-46 {
        --bs-gutter-x: 2.875rem
    }

    .g-xxl-46,
    .gy-xxl-46 {
        --bs-gutter-y: 2.875rem
    }

    .g-xxl-48,
    .gx-xxl-48 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-48,
    .gy-xxl-48 {
        --bs-gutter-y: 3rem
    }

    .g-xxl-50,
    .gx-xxl-50 {
        --bs-gutter-x: 3.125rem
    }

    .g-xxl-50,
    .gy-xxl-50 {
        --bs-gutter-y: 3.125rem
    }

    .g-xxl-52,
    .gx-xxl-52 {
        --bs-gutter-x: 3.25rem
    }

    .g-xxl-52,
    .gy-xxl-52 {
        --bs-gutter-y: 3.25rem
    }

    .g-xxl-56,
    .gx-xxl-56 {
        --bs-gutter-x: 3.5rem
    }

    .g-xxl-56,
    .gy-xxl-56 {
        --bs-gutter-y: 3.5rem
    }

    .g-xxl-58,
    .gx-xxl-58 {
        --bs-gutter-x: 3.625rem
    }

    .g-xxl-58,
    .gy-xxl-58 {
        --bs-gutter-y: 3.625rem
    }

    .g-xxl-60,
    .gx-xxl-60 {
        --bs-gutter-x: 3.75rem
    }

    .g-xxl-60,
    .gy-xxl-60 {
        --bs-gutter-y: 3.75rem
    }

    .g-xxl-62,
    .gx-xxl-62 {
        --bs-gutter-x: 3.875rem
    }

    .g-xxl-62,
    .gy-xxl-62 {
        --bs-gutter-y: 3.875rem
    }

    .g-xxl-64,
    .gx-xxl-64 {
        --bs-gutter-x: 4rem
    }

    .g-xxl-64,
    .gy-xxl-64 {
        --bs-gutter-y: 4rem
    }

    .g-xxl-68,
    .gx-xxl-68 {
        --bs-gutter-x: 4.25rem
    }

    .g-xxl-68,
    .gy-xxl-68 {
        --bs-gutter-y: 4.25rem
    }

    .g-xxl-70,
    .gx-xxl-70 {
        --bs-gutter-x: 4.375rem
    }

    .g-xxl-70,
    .gy-xxl-70 {
        --bs-gutter-y: 4.375rem
    }

    .g-xxl-72,
    .gx-xxl-72 {
        --bs-gutter-x: 4.5rem
    }

    .g-xxl-72,
    .gy-xxl-72 {
        --bs-gutter-y: 4.5rem
    }

    .g-xxl-74,
    .gx-xxl-74 {
        --bs-gutter-x: 4.625rem
    }

    .g-xxl-74,
    .gy-xxl-74 {
        --bs-gutter-y: 4.625rem
    }

    .g-xxl-76,
    .gx-xxl-76 {
        --bs-gutter-x: 4.75rem
    }

    .g-xxl-76,
    .gy-xxl-76 {
        --bs-gutter-y: 4.75rem
    }

    .g-xxl-78,
    .gx-xxl-78 {
        --bs-gutter-x: 4.875rem
    }

    .g-xxl-78,
    .gy-xxl-78 {
        --bs-gutter-y: 4.875rem
    }

    .g-xxl-80,
    .gx-xxl-80 {
        --bs-gutter-x: 5rem
    }

    .g-xxl-80,
    .gy-xxl-80 {
        --bs-gutter-y: 5rem
    }

    .g-xxl-82,
    .gx-xxl-82 {
        --bs-gutter-x: 5.125rem
    }

    .g-xxl-82,
    .gy-xxl-82 {
        --bs-gutter-y: 5.125rem
    }

    .g-xxl-84,
    .gx-xxl-84 {
        --bs-gutter-x: 5.25rem
    }

    .g-xxl-84,
    .gy-xxl-84 {
        --bs-gutter-y: 5.25rem
    }

    .g-xxl-92,
    .gx-xxl-92 {
        --bs-gutter-x: 5.75rem
    }

    .g-xxl-92,
    .gy-xxl-92 {
        --bs-gutter-y: 5.75rem
    }

    .g-xxl-96,
    .gx-xxl-96 {
        --bs-gutter-x: 6rem
    }

    .g-xxl-96,
    .gy-xxl-96 {
        --bs-gutter-y: 6rem
    }

    .g-xxl-102,
    .gx-xxl-102 {
        --bs-gutter-x: 6.375rem
    }

    .g-xxl-102,
    .gy-xxl-102 {
        --bs-gutter-y: 6.375rem
    }

    .g-xxl-112,
    .gx-xxl-112 {
        --bs-gutter-x: 7rem
    }

    .g-xxl-112,
    .gy-xxl-112 {
        --bs-gutter-y: 7rem
    }

    .g-xxl-124,
    .gx-xxl-124 {
        --bs-gutter-x: 7.75rem
    }

    .g-xxl-124,
    .gy-xxl-124 {
        --bs-gutter-y: 7.75rem
    }
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.text-bg-primary {
    background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-secondary {
    background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-success {
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-info {
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-warning {
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-danger {
    background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-light {
    background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-dark {
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.link-primary {
    color: #0d6efd !important
}

.link-primary:focus,
.link-primary:hover {
    color: #0a58ca !important
}

.link-secondary {
    color: #6c757d !important
}

.link-secondary:focus,
.link-secondary:hover {
    color: #565e64 !important
}

.link-success {
    color: #198754 !important
}

.link-success:focus,
.link-success:hover {
    color: #146c43 !important
}

.link-info {
    color: #0dcaf0 !important
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3 !important
}

.link-warning {
    color: #ffc107 !important
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39 !important
}

.link-danger {
    color: #dc3545 !important
}

.link-danger:focus,
.link-danger:hover {
    color: #b02a37 !important
}

.link-light {
    color: #f8f9fa !important
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb !important
}

.link-dark {
    color: #212529 !important
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21 !important
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    top: 0
}

.sticky-bottom,
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020
}

.sticky-bottom {
    bottom: 0
}

@media (min-width:576px) {
    .sticky-sm-top {
        top: 0
    }

    .sticky-sm-bottom,
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-sm-bottom {
        bottom: 0
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        top: 0
    }

    .sticky-md-bottom,
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-md-bottom {
        bottom: 0
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        top: 0
    }

    .sticky-lg-bottom,
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-lg-bottom {
        bottom: 0
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        top: 0
    }

    .sticky-xl-bottom,
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-xl-bottom {
        bottom: 0
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        top: 0
    }

    .sticky-xxl-bottom,
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        bottom: 0
    }
}

.hstack {
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-item-align: stretch;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row
}

.hstack,
.vstack {
    -webkit-box-direction: normal;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vstack {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -ms-flex-item-align: stretch;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: currentcolor;
    display: inline-block;
    min-height: 1em;
    opacity: .25;
    width: 1px
}

.form-label {
    margin-bottom: .5rem
}

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

.col-form-label-lg {
    font-size: 1.25rem;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

.form-text {
    color: #6c757d;
    font-size: .875em;
    margin-top: .25rem
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    background-color: #fff;
    border-color: #86b7fe;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    color: #212529;
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-webkit-input-placeholder {
    color: #929292;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #929292;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #929292;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #929292;
    opacity: 1
}

.form-control::-ms-placeholder {
    color: #929292;
    opacity: 1
}

.form-control::placeholder {
    color: #929292;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    -webkit-margin-end: .75rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    -webkit-margin-end: .75rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

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

.form-control-plaintext:focus {
    outline: 0
}

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

.form-control-sm {
    border-radius: .25rem;
    font-size: .875rem;
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem
}

.form-control-sm::-webkit-file-upload-button {
    -webkit-margin-end: .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem;
    padding: .25rem .5rem
}

.form-control-sm::file-selector-button {
    -webkit-margin-end: .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .5rem;
    font-size: 1.25rem;
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem
}

.form-control-lg::-webkit-file-upload-button {
    -webkit-margin-end: 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem;
    padding: .5rem 1rem
}

.form-control-lg::file-selector-button {
    -webkit-margin-end: 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem;
    padding: .5rem 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem;
    width: 3rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: .375rem
}

.form-control-color::-webkit-color-swatch {
    border-radius: .375rem
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + 2px)
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px)
}

.form-select {
    -moz-padding-start: calc(.75rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%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 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: .75rem
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    border-radius: .25rem;
    font-size: .875rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.form-select-lg {
    border-radius: .5rem;
    font-size: 1.25rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

.form-check {
    display: block;
    margin-bottom: .125rem;
    min-height: 1.5rem;
    padding-left: 1.5em
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-left: 0;
    padding-right: 1.5em;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em
}

.form-check-input {
    color-adjust: exact;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    height: 1em;
    margin-top: .25em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: top;
    width: 1em
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%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 10 3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%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;
    background-image: url("data:image/svg+xml;charset=utf-8,%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");
    border-color: #0d6efd
}

.form-check-input:disabled {
    -webkit-filter: none;
    filter: none;
    opacity: .5;
    pointer-events: none
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    -webkit-transition: background-position .15s ease-in-out;
    -o-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out;
    width: 2em
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%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-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%
}

.form-switch.form-check-reverse {
    padding-left: 0;
    padding-right: 2.5em
}

.form-switch.form-check-reverse .form-check-input {
    margin-left: 0;
    margin-right: -2.5em
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    -webkit-filter: none;
    filter: none;
    opacity: .65;
    pointer-events: none
}

.form-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.5rem;
    padding: 0;
    width: 100%
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

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

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

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

.form-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

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

.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-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    border: 1px solid transparent;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 1rem .75rem;
    pointer-events: none;
    position: absolute;
    text-align: start;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
    white-space: nowrap;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.form-control-plaintext::-webkit-input-placeholder,
.form-floating>.form-control::-webkit-input-placeholder {
    color: #929292
}

.form-floating>.form-control-plaintext::-moz-placeholder,
.form-floating>.form-control::-moz-placeholder {
    color: #929292
}

.form-floating>.form-control-plaintext:-ms-input-placeholder,
.form-floating>.form-control:-ms-input-placeholder {
    color: #929292
}

.form-floating>.form-control-plaintext::-ms-input-placeholder,
.form-floating>.form-control::-ms-input-placeholder {
    color: #929292
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
    color: #929292
}

.form-floating>.form-control-plaintext::-ms-placeholder,
.form-floating>.form-control::-ms-placeholder {
    color: #929292
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control-plaintext:not(:-ms-input-placeholder),
.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-select {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: .65;
    -ms-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    -ms-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: 1px 0
}

.input-group {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    color: #212529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    border-radius: .5rem;
    font-size: 1.25rem;
    padding: .5rem 1rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    border-radius: .25rem;
    font-size: .875rem;
    padding: .25rem .5rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px
}

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

.valid-feedback {
    color: #198754;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: rgba(25, 135, 84, .9);
    border-radius: .375rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.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 calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #198754;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

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

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%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 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.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 .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
    width: calc(3.75rem + 1.5em)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
    z-index: 3
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

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

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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 calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)
}

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

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

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%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 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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 .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
    width: calc(3.75rem + 1.5em)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

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

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
    z-index: 4
}

.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-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;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%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");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%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");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff
}

.accordion-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    color: var(--bs-accordion-btn-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    position: relative;
    text-align: left;
    -webkit-transition: var(--bs-accordion-transition);
    -o-transition: var(--bs-accordion-transition);
    transition: var(--bs-accordion-transition);
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-active-bg);
    -webkit-box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);
    color: var(--bs-accordion-active-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    -ms-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    -ms-flex-negative: 0;
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    content: "";
    flex-shrink: 0;
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    -o-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition);
    width: var(--bs-accordion-btn-icon-width)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    border-color: var(--bs-accordion-btn-focus-border-color);
    -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    outline: 0;
    z-index: 3
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    color: var(--bs-accordion-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 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,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--bs-modal-zindex)
}

.modal-dialog {
    margin: var(--bs-modal-margin);
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content,
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    color: var(--bs-modal-color);
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    background-color: var(--bs-backdrop-bg);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: var(--bs-backdrop-zindex)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding)
}

.modal-header .btn-close {
    margin: calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;
    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)
}

.modal-title {
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 0
}

.modal-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    position: relative
}

.modal-footer {
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    background-color: var(--bs-modal-footer-bg);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media (min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15)
    }

    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--bs-modal-width)
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    color: var(--bs-nav-link-color);
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    margin-bottom: calc(var(--bs-nav-tabs-border-width)*-1)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    isolation: isolate
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    background-color: transparent;
    border-color: transparent;
    color: var(--bs-nav-link-disabled-color)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    color: var(--bs-nav-tabs-link-active-color)
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: calc(var(--bs-nav-tabs-border-width)*-1)
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link:disabled {
    background-color: transparent;
    border-color: transparent;
    color: var(--bs-nav-link-disabled-color)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--bs-nav-pills-link-active-bg);
    color: var(--bs-nav-pills-link-active-color)
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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 {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, .55);
    --bs-navbar-hover-color: rgba(0, 0, 0, .7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, .3);
    --bs-navbar-active-color: rgba(0, 0, 0, .9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, .9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, .9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, .1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    position: relative
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: space-between
}

.navbar-brand {
    color: var(--bs-navbar-brand-color);
    font-size: var(--bs-navbar-brand-font-size);
    margin-right: var(--bs-navbar-brand-margin-end);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    padding-top: var(--bs-navbar-brand-padding-y);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    /* color: var(--bs-navbar-active-color) */
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    color: var(--bs-navbar-color);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    color: var(--bs-navbar-color);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    -webkit-transition: var(--bs-navbar-toggler-transition);
    -o-transition: var(--bs-navbar-toggler-transition);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    /* .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    } */

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    /* .navbar-expand-lg .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto
    } */

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.navbar-expand {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    -ms-flex-preferred-size: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
}

.navbar-dark {
    --bs-navbar-color: hsla(0, 0%, 100%, .55);
    --bs-navbar-hover-color: hsla(0, 0%, 100%, .75);
    --bs-navbar-disabled-color: hsla(0, 0%, 100%, .25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, .1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    border-radius: var(--bs-badge-border-radius);
    color: var(--bs-badge-color);
    display: inline-block;
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, .125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: var(--bs-list-group-border-radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-numbered {
    counter-reset: section;
    list-style-type: none
}

.list-group-numbered>.list-group-item:before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    color: var(--bs-list-group-action-color);
    text-align: inherit;
    width: 100%
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: var(--bs-list-group-action-hover-bg);
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    z-index: 1
}

.list-group-item-action:active {
    background-color: var(--bs-list-group-action-active-bg);
    color: var(--bs-list-group-action-active-color)
}

.list-group-item {
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
    color: var(--bs-list-group-color);
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    position: relative;
    text-decoration: none
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    background-color: var(--bs-list-group-disabled-bg);
    color: var(--bs-list-group-disabled-color);
    pointer-events: none
}

.list-group-item.active {
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
    color: var(--bs-list-group-active-color);
    z-index: 2
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    border-top-width: var(--bs-list-group-border-width);
    margin-top: calc(var(--bs-list-group-border-width)*-1)
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-list-group-border-radius)
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width)*-1)
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    background-color: #cfe2ff;
    color: #084298
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #bacbe6;
    color: #084298
}

.list-group-item-primary.list-group-item-action.active {
    background-color: #084298;
    border-color: #084298;
    color: #fff
}

.list-group-item-secondary {
    background-color: #e2e3e5;
    color: #41464b
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #cbccce;
    color: #41464b
}

.list-group-item-secondary.list-group-item-action.active {
    background-color: #41464b;
    border-color: #41464b;
    color: #fff
}

.list-group-item-success {
    background-color: #d1e7dd;
    color: #0f5132
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #bcd0c7;
    color: #0f5132
}

.list-group-item-success.list-group-item-action.active {
    background-color: #0f5132;
    border-color: #0f5132;
    color: #fff
}

.list-group-item-info {
    background-color: #cff4fc;
    color: #055160
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #badce3;
    color: #055160
}

.list-group-item-info.list-group-item-action.active {
    background-color: #055160;
    border-color: #055160;
    color: #fff
}

.list-group-item-warning {
    background-color: #fff3cd;
    color: #664d03
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #e6dbb9;
    color: #664d03
}

.list-group-item-warning.list-group-item-action.active {
    background-color: #664d03;
    border-color: #664d03;
    color: #fff
}

.list-group-item-danger {
    background-color: #f8d7da;
    color: #842029
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #dfc2c4;
    color: #842029
}

.list-group-item-danger.list-group-item-action.active {
    background-color: #842029;
    border-color: #842029;
    color: #fff
}

.list-group-item-light {
    background-color: #fefefe;
    color: #636464
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #e5e5e5;
    color: #636464
}

.list-group-item-light.list-group-item-action.active {
    background-color: #636464;
    border-color: #636464;
    color: #fff
}

.list-group-item-dark {
    background-color: #d3d3d4;
    color: #141619
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #bebebf;
    color: #141619
}

.list-group-item-dark.list-group-item-action.active {
    background-color: #141619;
    border-color: #141619;
    color: #fff
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}



.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.collapsing.collapse-horizontal {
    height: auto;
    -webkit-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease;
    width: 0
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.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-10 {
    opacity: .1 !important
}

.opacity-20 {
    opacity: .2 !important
}

.opacity-30 {
    opacity: .3 !important
}

.opacity-40 {
    opacity: .4 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-60 {
    opacity: .6 !important
}

.opacity-70 {
    opacity: .7 !important
}

.opacity-80 {
    opacity: .8 !important
}

.opacity-90 {
    opacity: .9 !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-1 {
    --bs-border-width: 1px
}

.border-2 {
    --bs-border-width: 2px
}

.border-3 {
    --bs-border-width: 3px
}

.border-4 {
    --bs-border-width: 4px
}

.border-5 {
    --bs-border-width: 5px
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-90 {
    width: 90% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.w-custom {
    width: var(--custom-size) !important
}

.w-1 {
    width: .25rem !important
}

.w-2 {
    width: .5rem !important
}

.w--3 {
    width: .625rem !important
}

.w-3 {
    width: .75rem !important
}

.w-4 {
    width: 1rem !important
}

.w-5 {
    width: 1.25rem !important
}

.w-6 {
    width: 1.5rem !important
}

.w-7 {
    width: 1.75rem !important
}

.w-8 {
    width: 2rem !important
}

.w-9 {
    width: 2.25rem !important
}

.w-10 {
    width: 2.5rem !important
}

.w-11 {
    width: 2.75rem !important
}

.w-12 {
    width: 3rem !important
}

.w-13 {
    width: 3.15rem !important
}

.w-14 {
    width: 3.5rem !important
}

.w-16 {
    width: 4rem !important
}

.w-18 {
    width: 4.5rem !important
}

.w-20 {
    width: 5rem !important
}

.w-24 {
    width: 6rem !important
}

.w-28 {
    width: 7rem !important
}

.w-32 {
    width: 8rem !important
}

.w-36 {
    width: 9rem !important
}

.w-40 {
    width: 10rem !important
}

.w-44 {
    width: 11rem !important
}

.w-48 {
    width: 12rem !important
}

.w-52 {
    width: 13rem !important
}

.w-56 {
    width: 14rem !important
}

.w-60 {
    width: 15rem !important
}

.w-64 {
    width: 16rem !important
}

.w-72 {
    width: 18rem !important
}

.w-80 {
    width: 20rem !important
}

.w-96 {
    width: 24rem !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-90 {
    height: 90% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.h-custom {
    height: var(--custom-size) !important
}

.h-1 {
    height: .25rem !important
}

.h-2 {
    height: .5rem !important
}

.h--3 {
    height: .625rem !important
}

.h-3 {
    height: .75rem !important
}

.h-4 {
    height: 1rem !important
}

.h-5 {
    height: 1.25rem !important
}

.h-6 {
    height: 1.5rem !important
}

.h-7 {
    height: 1.75rem !important
}

.h-8 {
    height: 2rem !important
}

.h-9 {
    height: 2.25rem !important
}

.h-10 {
    height: 2.5rem !important
}

.h-11 {
    height: 2.75rem !important
}

.h-12 {
    height: 3rem !important
}

.h-13 {
    height: 3.15rem !important
}

.h-14 {
    height: 3.5rem !important
}

.h-16 {
    height: 4rem !important
}

.h-18 {
    height: 4.5rem !important
}

.h-20 {
    height: 5rem !important
}

.h-24 {
    height: 6rem !important
}

.h-28 {
    height: 7rem !important
}

.h-32 {
    height: 8rem !important
}

.h-36 {
    height: 9rem !important
}

.h-40 {
    height: 10rem !important
}

.h-44 {
    height: 11rem !important
}

.h-48 {
    height: 12rem !important
}

.h-52 {
    height: 13rem !important
}

.h-56 {
    height: 14rem !important
}

.h-60 {
    height: 15rem !important
}

.h-64 {
    height: 16rem !important
}

.h-72 {
    height: 18rem !important
}

.h-80 {
    height: 20rem !important
}

.h-96 {
    height: 24rem !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .625rem !important
}

.m-2 {
    margin: .125rem !important
}

.m-4 {
    margin: .25rem !important
}

.m-6 {
    margin: .375rem !important
}

.m-8 {
    margin: .5rem !important
}

.m-10 {
    margin: .625rem !important
}

.m-12 {
    margin: .75rem !important
}

.m-14 {
    margin: .875rem !important
}

.m-16 {
    margin: 1rem !important
}

.m-18 {
    margin: 1.125rem !important
}

.m-20 {
    margin: 1.25rem !important
}

.m-22 {
    margin: 1.375rem !important
}

.m-24 {
    margin: 1.5rem !important
}

.m-28 {
    margin: 1.75rem !important
}

.m-30 {
    margin: 1.875rem !important
}

.m-32 {
    margin: 2rem !important
}

.m-36 {
    margin: 2.25rem !important
}

.m-38 {
    margin: 2.375rem !important
}

.m-40 {
    margin: 2.5rem !important
}

.m-44 {
    margin: 2.75rem !important
}

.m-46 {
    margin: 2.875rem !important
}

.m-48 {
    margin: 3rem !important
}

.m-50 {
    margin: 3.125rem !important
}

.m-52 {
    margin: 3.25rem !important
}

.m-56 {
    margin: 3.5rem !important
}

.m-58 {
    margin: 3.625rem !important
}

.m-60 {
    margin: 3.75rem !important
}

.m-62 {
    margin: 3.875rem !important
}

.m-64 {
    margin: 4rem !important
}

.m-68 {
    margin: 4.25rem !important
}

.m-70 {
    margin: 4.375rem !important
}

.m-72 {
    margin: 4.5rem !important
}

.m-74 {
    margin: 4.625rem !important
}

.m-76 {
    margin: 4.75rem !important
}

.m-78 {
    margin: 4.875rem !important
}

.m-80 {
    margin: 5rem !important
}

.m-82 {
    margin: 5.125rem !important
}

.m-84 {
    margin: 5.25rem !important
}

.m-92 {
    margin: 5.75rem !important
}

.m-96 {
    margin: 6rem !important
}

.m-102 {
    margin: 6.375rem !important
}

.m-112 {
    margin: 7rem !important
}

.m-124 {
    margin: 7.75rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .625rem !important;
    margin-right: .625rem !important
}

.mx-2 {
    margin-left: .125rem !important;
    margin-right: .125rem !important
}

.mx-4 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-6 {
    margin-left: .375rem !important;
    margin-right: .375rem !important
}

.mx-8 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-10 {
    margin-left: .625rem !important;
    margin-right: .625rem !important
}

.mx-12 {
    margin-left: .75rem !important;
    margin-right: .75rem !important
}

.mx-14 {
    margin-left: .875rem !important;
    margin-right: .875rem !important
}

.mx-16 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-18 {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important
}

.mx-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
}

.mx-22 {
    margin-left: 1.375rem !important;
    margin-right: 1.375rem !important
}

.mx-24 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-28 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important
}

.mx-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important
}

.mx-32 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
}

.mx-36 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important
}

.mx-38 {
    margin-left: 2.375rem !important;
    margin-right: 2.375rem !important
}

.mx-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
}

.mx-44 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important
}

.mx-46 {
    margin-left: 2.875rem !important;
    margin-right: 2.875rem !important
}

.mx-48 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important
}

.mx-52 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important
}

.mx-56 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important
}

.mx-58 {
    margin-left: 3.625rem !important;
    margin-right: 3.625rem !important
}

.mx-60 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important
}

.mx-62 {
    margin-left: 3.875rem !important;
    margin-right: 3.875rem !important
}

.mx-64 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
}

.mx-68 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important
}

.mx-70 {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important
}

.mx-72 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
}

.mx-74 {
    margin-left: 4.625rem !important;
    margin-right: 4.625rem !important
}

.mx-76 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important
}

.mx-78 {
    margin-left: 4.875rem !important;
    margin-right: 4.875rem !important
}

.mx-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
}

.mx-82 {
    margin-left: 5.125rem !important;
    margin-right: 5.125rem !important
}

.mx-84 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important
}

.mx-92 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important
}

.mx-96 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
}

.mx-102 {
    margin-left: 6.375rem !important;
    margin-right: 6.375rem !important
}

.mx-112 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
}

.mx-124 {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .625rem !important;
    margin-top: .625rem !important
}

.my-2 {
    margin-bottom: .125rem !important;
    margin-top: .125rem !important
}

.my-4 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-6 {
    margin-bottom: .375rem !important;
    margin-top: .375rem !important
}

.my-8 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-10 {
    margin-bottom: .625rem !important;
    margin-top: .625rem !important
}

.my-12 {
    margin-bottom: .75rem !important;
    margin-top: .75rem !important
}

.my-14 {
    margin-bottom: .875rem !important;
    margin-top: .875rem !important
}

.my-16 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-18 {
    margin-bottom: 1.125rem !important;
    margin-top: 1.125rem !important
}

.my-20 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important
}

.my-22 {
    margin-bottom: 1.375rem !important;
    margin-top: 1.375rem !important
}

.my-24 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-28 {
    margin-bottom: 1.75rem !important;
    margin-top: 1.75rem !important
}

.my-30 {
    margin-bottom: 1.875rem !important;
    margin-top: 1.875rem !important
}

.my-32 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important
}

.my-36 {
    margin-bottom: 2.25rem !important;
    margin-top: 2.25rem !important
}

.my-38 {
    margin-bottom: 2.375rem !important;
    margin-top: 2.375rem !important
}

.my-40 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important
}

.my-44 {
    margin-bottom: 2.75rem !important;
    margin-top: 2.75rem !important
}

.my-46 {
    margin-bottom: 2.875rem !important;
    margin-top: 2.875rem !important
}

.my-48 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.my-50 {
    margin-bottom: 3.125rem !important;
    margin-top: 3.125rem !important
}

.my-52 {
    margin-bottom: 3.25rem !important;
    margin-top: 3.25rem !important
}

.my-56 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important
}

.my-58 {
    margin-bottom: 3.625rem !important;
    margin-top: 3.625rem !important
}

.my-60 {
    margin-bottom: 3.75rem !important;
    margin-top: 3.75rem !important
}

.my-62 {
    margin-bottom: 3.875rem !important;
    margin-top: 3.875rem !important
}

.my-64 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
}

.my-68 {
    margin-bottom: 4.25rem !important;
    margin-top: 4.25rem !important
}

.my-70 {
    margin-bottom: 4.375rem !important;
    margin-top: 4.375rem !important
}

.my-72 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important
}

.my-74 {
    margin-bottom: 4.625rem !important;
    margin-top: 4.625rem !important
}

.my-76 {
    margin-bottom: 4.75rem !important;
    margin-top: 4.75rem !important
}

.my-78 {
    margin-bottom: 4.875rem !important;
    margin-top: 4.875rem !important
}

.my-80 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
}

.my-82 {
    margin-bottom: 5.125rem !important;
    margin-top: 5.125rem !important
}

.my-84 {
    margin-bottom: 5.25rem !important;
    margin-top: 5.25rem !important
}

.my-92 {
    margin-bottom: 5.75rem !important;
    margin-top: 5.75rem !important
}

.my-96 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
}

.my-102 {
    margin-bottom: 6.375rem !important;
    margin-top: 6.375rem !important
}

.my-112 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important
}

.my-124 {
    margin-bottom: 7.75rem !important;
    margin-top: 7.75rem !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .625rem !important
}

.mt-2 {
    margin-top: .125rem !important
}

.mt-4 {
    margin-top: .25rem !important
}

.mt-6 {
    margin-top: .375rem !important
}

.mt-8 {
    margin-top: .5rem !important
}

.mt-10 {
    margin-top: .625rem !important
}

.mt-12 {
    margin-top: .75rem !important
}

.mt-14 {
    margin-top: .875rem !important
}

.mt-16 {
    margin-top: 1rem !important
}

.mt-18 {
    margin-top: 1.125rem !important
}

.mt-20 {
    margin-top: 1.25rem !important
}

.mt-22 {
    margin-top: 1.375rem !important
}

.mt-24 {
    margin-top: 1.5rem !important
}

.mt-28 {
    margin-top: 1.75rem !important
}

.mt-30 {
    margin-top: 1.875rem !important
}

.mt-32 {
    margin-top: 2rem !important
}

.mt-36 {
    margin-top: 2.25rem !important
}

.mt-38 {
    margin-top: 2.375rem !important
}

.mt-40 {
    margin-top: 2.5rem !important
}

.mt-44 {
    margin-top: 2.75rem !important
}

.mt-46 {
    margin-top: 2.875rem !important
}

.mt-48 {
    margin-top: 3rem !important
}

.mt-50 {
    margin-top: 3.125rem !important
}

.mt-52 {
    margin-top: 3.25rem !important
}

.mt-56 {
    margin-top: 3.5rem !important
}

.mt-58 {
    margin-top: 3.625rem !important
}

.mt-60 {
    margin-top: 3.75rem !important
}

.mt-62 {
    margin-top: 3.875rem !important
}

.mt-64 {
    margin-top: 4rem !important
}

.mt-68 {
    margin-top: 4.25rem !important
}

.mt-70 {
    margin-top: 4.375rem !important
}

.mt-72 {
    margin-top: 4.5rem !important
}

.mt-74 {
    margin-top: 4.625rem !important
}

.mt-76 {
    margin-top: 4.75rem !important
}

.mt-78 {
    margin-top: 4.875rem !important
}

.mt-80 {
    margin-top: 5rem !important
}

.mt-82 {
    margin-top: 5.125rem !important
}

.mt-84 {
    margin-top: 5.25rem !important
}

.mt-92 {
    margin-top: 5.75rem !important
}

.mt-96 {
    margin-top: 6rem !important
}

.mt-102 {
    margin-top: 6.375rem !important
}

.mt-112 {
    margin-top: 7rem !important
}

.mt-124 {
    margin-top: 7.75rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .625rem !important
}

.me-2 {
    margin-right: .125rem !important
}

.me-4 {
    margin-right: .25rem !important
}

.me-6 {
    margin-right: .375rem !important
}

.me-8 {
    margin-right: .5rem !important
}

.me-10 {
    margin-right: .625rem !important
}

.me-12 {
    margin-right: .75rem !important
}

.me-14 {
    margin-right: .875rem !important
}

.me-16 {
    margin-right: 1rem !important
}

.me-18 {
    margin-right: 1.125rem !important
}

.me-20 {
    margin-right: 1.25rem !important
}

.me-22 {
    margin-right: 1.375rem !important
}

.me-24 {
    margin-right: 1.5rem !important
}

.me-28 {
    margin-right: 1.75rem !important
}

.me-30 {
    margin-right: 1.875rem !important
}

.me-32 {
    margin-right: 2rem !important
}

.me-36 {
    margin-right: 2.25rem !important
}

.me-38 {
    margin-right: 2.375rem !important
}

.me-40 {
    margin-right: 2.5rem !important
}

.me-44 {
    margin-right: 2.75rem !important
}

.me-46 {
    margin-right: 2.875rem !important
}

.me-48 {
    margin-right: 3rem !important
}

.me-50 {
    margin-right: 3.125rem !important
}

.me-52 {
    margin-right: 3.25rem !important
}

.me-56 {
    margin-right: 3.5rem !important
}

.me-58 {
    margin-right: 3.625rem !important
}

.me-60 {
    margin-right: 3.75rem !important
}

.me-62 {
    margin-right: 3.875rem !important
}

.me-64 {
    margin-right: 4rem !important
}

.me-68 {
    margin-right: 4.25rem !important
}

.me-70 {
    margin-right: 4.375rem !important
}

.me-72 {
    margin-right: 4.5rem !important
}

.me-74 {
    margin-right: 4.625rem !important
}

.me-76 {
    margin-right: 4.75rem !important
}

.me-78 {
    margin-right: 4.875rem !important
}

.me-80 {
    margin-right: 5rem !important
}

.me-82 {
    margin-right: 5.125rem !important
}

.me-84 {
    margin-right: 5.25rem !important
}

.me-92 {
    margin-right: 5.75rem !important
}

.me-96 {
    margin-right: 6rem !important
}

.me-102 {
    margin-right: 6.375rem !important
}

.me-112 {
    margin-right: 7rem !important
}

.me-124 {
    margin-right: 7.75rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .625rem !important
}

.mb-2 {
    margin-bottom: .125rem !important
}

.mb-4 {
    margin-bottom: .25rem !important
}

.mb-6 {
    margin-bottom: .375rem !important
}

.mb-8 {
    margin-bottom: .5rem !important
}

.mb-10 {
    margin-bottom: .625rem !important
}

.mb-12 {
    margin-bottom: .75rem !important
}

.mb-14 {
    margin-bottom: .875rem !important
}

.mb-16 {
    margin-bottom: 1rem !important
}

.mb-18 {
    margin-bottom: 1.125rem !important
}

.mb-20 {
    margin-bottom: 1.25rem !important
}

.mb-22 {
    margin-bottom: 1.375rem !important
}

.mb-24 {
    margin-bottom: 1% !important;
}

.mb-28 {
    margin-bottom: 1.75rem !important
}

.mb-30 {
    margin-bottom: 1.875rem !important
}

.mb-32 {
    margin-bottom: 2rem !important
}

.mb-36 {
    margin-bottom: 2.25rem !important
}

.mb-38 {
    margin-bottom: 2.375rem !important
}

.mb-40 {
    margin-bottom: 2.5rem !important
}

.mb-44 {
    margin-bottom: 2.75rem !important
}

.mb-46 {
    margin-bottom: 2.875rem !important
}

.mb-48 {
    margin-bottom: 3rem !important
}

.mb-50 {
    margin-bottom: 3.125rem !important
}

.mb-52 {
    margin-bottom: 3.25rem !important
}

.mb-56 {
    margin-bottom: 3.5rem !important
}

.mb-58 {
    margin-bottom: 3.625rem !important
}

.mb-60 {
    margin-bottom: 3.75rem !important
}

.mb-62 {
    margin-bottom: 3.875rem !important
}

.mb-64 {
    margin-bottom: 4rem !important
}

.mb-68 {
    margin-bottom: 4.25rem !important
}

.mb-70 {
    margin-bottom: 4.375rem !important
}

.mb-72 {
    margin-bottom: 4.5rem !important
}

.mb-74 {
    margin-bottom: 4.625rem !important
}

.mb-76 {
    margin-bottom: 4.75rem !important
}

.mb-78 {
    margin-bottom: 4.875rem !important
}

.mb-80 {
    margin-bottom: 5rem !important
}

.mb-82 {
    margin-bottom: 5.125rem !important
}

.mb-84 {
    margin-bottom: 5.25rem !important
}

.mb-92 {
    margin-bottom: 5.75rem !important
}

.mb-96 {
    margin-bottom: 6rem !important
}

.mb-102 {
    margin-bottom: 6.375rem !important
}

.mb-112 {
    margin-bottom: 7rem !important
}

.mb-124 {
    margin-bottom: 7.75rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .625rem !important
}

.ms-2 {
    margin-left: .125rem !important
}

.ms-4 {
    margin-left: .25rem !important
}

.ms-6 {
    margin-left: .375rem !important
}

.ms-8 {
    margin-left: .5rem !important
}

.ms-10 {
    margin-left: .625rem !important
}

.ms-12 {
    margin-left: .75rem !important
}

.ms-14 {
    margin-left: .875rem !important
}

.ms-16 {
    margin-left: 1rem !important
}

.ms-18 {
    margin-left: 1.125rem !important
}

.ms-20 {
    margin-left: 1.25rem !important
}

.ms-22 {
    margin-left: 1.375rem !important
}

.ms-24 {
    margin-left: 1.5rem !important
}

.ms-28 {
    margin-left: 1.75rem !important
}

.ms-30 {
    margin-left: 1.875rem !important
}

.ms-32 {
    margin-left: 2rem !important
}

.ms-36 {
    margin-left: 2.25rem !important
}

.ms-38 {
    margin-left: 2.375rem !important
}

.ms-40 {
    margin-left: 2.5rem !important
}

.ms-44 {
    margin-left: 2.75rem !important
}

.ms-46 {
    margin-left: 2.875rem !important
}

.ms-48 {
    margin-left: 3rem !important
}

.ms-50 {
    margin-left: 3.125rem !important
}

.ms-52 {
    margin-left: 3.25rem !important
}

.ms-56 {
    margin-left: 3.5rem !important
}

.ms-58 {
    margin-left: 3.625rem !important
}

.ms-60 {
    margin-left: 3.75rem !important
}

.ms-62 {
    margin-left: 3.875rem !important
}

.ms-64 {
    margin-left: 4rem !important
}

.ms-68 {
    margin-left: 4.25rem !important
}

.ms-70 {
    margin-left: 4.375rem !important
}

.ms-72 {
    margin-left: 4.5rem !important
}

.ms-74 {
    margin-left: 4.625rem !important
}

.ms-76 {
    margin-left: 4.75rem !important
}

.ms-78 {
    margin-left: 4.875rem !important
}

.ms-80 {
    margin-left: 5rem !important
}

.ms-82 {
    margin-left: 5.125rem !important
}

.ms-84 {
    margin-left: 5.25rem !important
}

.ms-92 {
    margin-left: 5.75rem !important
}

.ms-96 {
    margin-left: 6rem !important
}

.ms-102 {
    margin-left: 6.375rem !important
}

.ms-112 {
    margin-left: 7rem !important
}

.ms-124 {
    margin-left: 7.75rem !important
}

.ms-auto {
    margin-left: auto !important
}

.m-n1 {
    margin: -.625rem !important
}

.m-n2 {
    margin: -.125rem !important
}

.m-n4 {
    margin: -.25rem !important
}

.m-n6 {
    margin: -.375rem !important
}

.m-n8 {
    margin: -.5rem !important
}

.m-n10 {
    margin: -.625rem !important
}

.m-n12 {
    margin: -.75rem !important
}

.m-n14 {
    margin: -.875rem !important
}

.m-n16 {
    margin: -1rem !important
}

.m-n18 {
    margin: -1.125rem !important
}

.m-n20 {
    margin: -1.25rem !important
}

.m-n22 {
    margin: -1.375rem !important
}

.m-n24 {
    margin: -1.5rem !important
}

.m-n28 {
    margin: -1.75rem !important
}

.m-n30 {
    margin: -1.875rem !important
}

.m-n32 {
    margin: -2rem !important
}

.m-n36 {
    margin: -2.25rem !important
}

.m-n38 {
    margin: -2.375rem !important
}

.m-n40 {
    margin: -2.5rem !important
}

.m-n44 {
    margin: -2.75rem !important
}

.m-n46 {
    margin: -2.875rem !important
}

.m-n48 {
    margin: -3rem !important
}

.m-n50 {
    margin: -3.125rem !important
}

.m-n52 {
    margin: -3.25rem !important
}

.m-n56 {
    margin: -3.5rem !important
}

.m-n58 {
    margin: -3.625rem !important
}

.m-n60 {
    margin: -3.75rem !important
}

.m-n62 {
    margin: -3.875rem !important
}

.m-n64 {
    margin: -4rem !important
}

.m-n68 {
    margin: -4.25rem !important
}

.m-n70 {
    margin: -4.375rem !important
}

.m-n72 {
    margin: -4.5rem !important
}

.m-n74 {
    margin: -4.625rem !important
}

.m-n76 {
    margin: -4.75rem !important
}

.m-n78 {
    margin: -4.875rem !important
}

.m-n80 {
    margin: -5rem !important
}

.m-n82 {
    margin: -5.125rem !important
}

.m-n84 {
    margin: -5.25rem !important
}

.m-n92 {
    margin: -5.75rem !important
}

.m-n96 {
    margin: -6rem !important
}

.m-n102 {
    margin: -6.375rem !important
}

.m-n112 {
    margin: -7rem !important
}

.m-n124 {
    margin: -7.75rem !important
}

.mx-n1 {
    margin-left: -.625rem !important;
    margin-right: -.625rem !important
}

.mx-n2 {
    margin-left: -.125rem !important;
    margin-right: -.125rem !important
}

.mx-n4 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
}

.mx-n6 {
    margin-left: -.375rem !important;
    margin-right: -.375rem !important
}

.mx-n8 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
}

.mx-n10 {
    margin-left: -.625rem !important;
    margin-right: -.625rem !important
}

.mx-n12 {
    margin-left: -.75rem !important;
    margin-right: -.75rem !important
}

.mx-n14 {
    margin-left: -.875rem !important;
    margin-right: -.875rem !important
}

.mx-n16 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
}

.mx-n18 {
    margin-left: -1.125rem !important;
    margin-right: -1.125rem !important
}

.mx-n20 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important
}

.mx-n22 {
    margin-left: -1.375rem !important;
    margin-right: -1.375rem !important
}

.mx-n24 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
}

.mx-n28 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important
}

.mx-n30 {
    margin-left: -1.875rem !important;
    margin-right: -1.875rem !important
}

.mx-n32 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
}

.mx-n36 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important
}

.mx-n38 {
    margin-left: -2.375rem !important;
    margin-right: -2.375rem !important
}

.mx-n40 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important
}

.mx-n44 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important
}

.mx-n46 {
    margin-left: -2.875rem !important;
    margin-right: -2.875rem !important
}

.mx-n48 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
}

.mx-n50 {
    margin-left: -3.125rem !important;
    margin-right: -3.125rem !important
}

.mx-n52 {
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !important
}

.mx-n56 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important
}

.mx-n58 {
    margin-left: -3.625rem !important;
    margin-right: -3.625rem !important
}

.mx-n60 {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !important
}

.mx-n62 {
    margin-left: -3.875rem !important;
    margin-right: -3.875rem !important
}

.mx-n64 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
}

.mx-n68 {
    margin-left: -4.25rem !important;
    margin-right: -4.25rem !important
}

.mx-n70 {
    margin-left: -4.375rem !important;
    margin-right: -4.375rem !important
}

.mx-n72 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
}

.mx-n74 {
    margin-left: -4.625rem !important;
    margin-right: -4.625rem !important
}

.mx-n76 {
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !important
}

.mx-n78 {
    margin-left: -4.875rem !important;
    margin-right: -4.875rem !important
}

.mx-n80 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
}

.mx-n82 {
    margin-left: -5.125rem !important;
    margin-right: -5.125rem !important
}

.mx-n84 {
    margin-left: -5.25rem !important;
    margin-right: -5.25rem !important
}

.mx-n92 {
    margin-left: -5.75rem !important;
    margin-right: -5.75rem !important
}

.mx-n96 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
}

.mx-n102 {
    margin-left: -6.375rem !important;
    margin-right: -6.375rem !important
}

.mx-n112 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
}

.mx-n124 {
    margin-left: -7.75rem !important;
    margin-right: -7.75rem !important
}

.my-n1 {
    margin-bottom: -.625rem !important;
    margin-top: -.625rem !important
}

.my-n2 {
    margin-bottom: -.125rem !important;
    margin-top: -.125rem !important
}

.my-n4 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
}

.my-n6 {
    margin-bottom: -.375rem !important;
    margin-top: -.375rem !important
}

.my-n8 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
}

.my-n10 {
    margin-bottom: -.625rem !important;
    margin-top: -.625rem !important
}

.my-n12 {
    margin-bottom: -.75rem !important;
    margin-top: -.75rem !important
}

.my-n14 {
    margin-bottom: -.875rem !important;
    margin-top: -.875rem !important
}

.my-n16 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
}

.my-n18 {
    margin-bottom: -1.125rem !important;
    margin-top: -1.125rem !important
}

.my-n20 {
    margin-bottom: -1.25rem !important;
    margin-top: -1.25rem !important
}

.my-n22 {
    margin-bottom: -1.375rem !important;
    margin-top: -1.375rem !important
}

.my-n24 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
}

.my-n28 {
    margin-bottom: -1.75rem !important;
    margin-top: -1.75rem !important
}

.my-n30 {
    margin-bottom: -1.875rem !important;
    margin-top: -1.875rem !important
}

.my-n32 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important
}

.my-n36 {
    margin-bottom: -2.25rem !important;
    margin-top: -2.25rem !important
}

.my-n38 {
    margin-bottom: -2.375rem !important;
    margin-top: -2.375rem !important
}

.my-n40 {
    margin-bottom: -2.5rem !important;
    margin-top: -2.5rem !important
}

.my-n44 {
    margin-bottom: -2.75rem !important;
    margin-top: -2.75rem !important
}

.my-n46 {
    margin-bottom: -2.875rem !important;
    margin-top: -2.875rem !important
}

.my-n48 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
}

.my-n50 {
    margin-bottom: -3.125rem !important;
    margin-top: -3.125rem !important
}

.my-n52 {
    margin-bottom: -3.25rem !important;
    margin-top: -3.25rem !important
}

.my-n56 {
    margin-bottom: -3.5rem !important;
    margin-top: -3.5rem !important
}

.my-n58 {
    margin-bottom: -3.625rem !important;
    margin-top: -3.625rem !important
}

.my-n60 {
    margin-bottom: -3.75rem !important;
    margin-top: -3.75rem !important
}

.my-n62 {
    margin-bottom: -3.875rem !important;
    margin-top: -3.875rem !important
}

.my-n64 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important
}

.my-n68 {
    margin-bottom: -4.25rem !important;
    margin-top: -4.25rem !important
}

.my-n70 {
    margin-bottom: -4.375rem !important;
    margin-top: -4.375rem !important
}

.my-n72 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important
}

.my-n74 {
    margin-bottom: -4.625rem !important;
    margin-top: -4.625rem !important
}

.my-n76 {
    margin-bottom: -4.75rem !important;
    margin-top: -4.75rem !important
}

.my-n78 {
    margin-bottom: -4.875rem !important;
    margin-top: -4.875rem !important
}

.my-n80 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important
}

.my-n82 {
    margin-bottom: -5.125rem !important;
    margin-top: -5.125rem !important
}

.my-n84 {
    margin-bottom: -5.25rem !important;
    margin-top: -5.25rem !important
}

.my-n92 {
    margin-bottom: -5.75rem !important;
    margin-top: -5.75rem !important
}

.my-n96 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
}

.my-n102 {
    margin-bottom: -6.375rem !important;
    margin-top: -6.375rem !important
}

.my-n112 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important
}

.my-n124 {
    margin-bottom: -7.75rem !important;
    margin-top: -7.75rem !important
}

.mt-n1 {
    margin-top: -.625rem !important
}

.mt-n2 {
    margin-top: -.125rem !important
}

.mt-n4 {
    margin-top: -.25rem !important
}

.mt-n6 {
    margin-top: -.375rem !important
}

.mt-n8 {
    margin-top: -.5rem !important
}

.mt-n10 {
    margin-top: -.625rem !important
}

.mt-n12 {
    margin-top: -.75rem !important
}

.mt-n14 {
    margin-top: -.875rem !important
}

.mt-n16 {
    margin-top: -1rem !important
}

.mt-n18 {
    margin-top: -1.125rem !important
}

.mt-n20 {
    margin-top: -1.25rem !important
}

.mt-n22 {
    margin-top: -1.375rem !important
}

.mt-n24 {
    margin-top: -1.5rem !important
}

.mt-n28 {
    margin-top: -1.75rem !important
}

.mt-n30 {
    margin-top: -1.875rem !important
}

.mt-n32 {
    margin-top: -2rem !important
}

.mt-n36 {
    margin-top: -2.25rem !important
}

.mt-n38 {
    margin-top: -2.375rem !important
}

.mt-n40 {
    margin-top: -2.5rem !important
}

.mt-n44 {
    margin-top: -2.75rem !important
}

.mt-n46 {
    margin-top: -2.875rem !important
}

.mt-n48 {
    margin-top: -3rem !important
}

.mt-n50 {
    margin-top: -3.125rem !important
}

.mt-n52 {
    margin-top: -3.25rem !important
}

.mt-n56 {
    margin-top: -3.5rem !important
}

.mt-n58 {
    margin-top: -3.625rem !important
}

.mt-n60 {
    margin-top: -3.75rem !important
}

.mt-n62 {
    margin-top: -3.875rem !important
}

.mt-n64 {
    margin-top: -4rem !important
}

.mt-n68 {
    margin-top: -4.25rem !important
}

.mt-n70 {
    margin-top: -4.375rem !important
}

.mt-n72 {
    margin-top: -4.5rem !important
}

.mt-n74 {
    margin-top: -4.625rem !important
}

.mt-n76 {
    margin-top: -4.75rem !important
}

.mt-n78 {
    margin-top: -4.875rem !important
}

.mt-n80 {
    margin-top: -5rem !important
}

.mt-n82 {
    margin-top: -5.125rem !important
}

.mt-n84 {
    margin-top: -5.25rem !important
}

.mt-n92 {
    margin-top: -5.75rem !important
}

.mt-n96 {
    margin-top: -6rem !important
}

.mt-n102 {
    margin-top: -6.375rem !important
}

.mt-n112 {
    margin-top: -7rem !important
}

.mt-n124 {
    margin-top: -7.75rem !important
}

.me-n1 {
    margin-right: -.625rem !important
}

.me-n2 {
    margin-right: -.125rem !important
}

.me-n4 {
    margin-right: -.25rem !important
}

.me-n6 {
    margin-right: -.375rem !important
}

.me-n8 {
    margin-right: -.5rem !important
}

.me-n10 {
    margin-right: -.625rem !important
}

.me-n12 {
    margin-right: -.75rem !important
}

.me-n14 {
    margin-right: -.875rem !important
}

.me-n16 {
    margin-right: -1rem !important
}

.me-n18 {
    margin-right: -1.125rem !important
}

.me-n20 {
    margin-right: -1.25rem !important
}

.me-n22 {
    margin-right: -1.375rem !important
}

.me-n24 {
    margin-right: -1.5rem !important
}

.me-n28 {
    margin-right: -1.75rem !important
}

.me-n30 {
    margin-right: -1.875rem !important
}

.me-n32 {
    margin-right: -2rem !important
}

.me-n36 {
    margin-right: -2.25rem !important
}

.me-n38 {
    margin-right: -2.375rem !important
}

.me-n40 {
    margin-right: -2.5rem !important
}

.me-n44 {
    margin-right: -2.75rem !important
}

.me-n46 {
    margin-right: -2.875rem !important
}

.me-n48 {
    margin-right: -3rem !important
}

.me-n50 {
    margin-right: -3.125rem !important
}

.me-n52 {
    margin-right: -3.25rem !important
}

.me-n56 {
    margin-right: -3.5rem !important
}

.me-n58 {
    margin-right: -3.625rem !important
}

.me-n60 {
    margin-right: -3.75rem !important
}

.me-n62 {
    margin-right: -3.875rem !important
}

.me-n64 {
    margin-right: -4rem !important
}

.me-n68 {
    margin-right: -4.25rem !important
}

.me-n70 {
    margin-right: -4.375rem !important
}

.me-n72 {
    margin-right: -4.5rem !important
}

.me-n74 {
    margin-right: -4.625rem !important
}

.me-n76 {
    margin-right: -4.75rem !important
}

.me-n78 {
    margin-right: -4.875rem !important
}

.me-n80 {
    margin-right: -5rem !important
}

.me-n82 {
    margin-right: -5.125rem !important
}

.me-n84 {
    margin-right: -5.25rem !important
}

.me-n92 {
    margin-right: -5.75rem !important
}

.me-n96 {
    margin-right: -6rem !important
}

.me-n102 {
    margin-right: -6.375rem !important
}

.me-n112 {
    margin-right: -7rem !important
}

.me-n124 {
    margin-right: -7.75rem !important
}

.mb-n1 {
    margin-bottom: -.625rem !important
}

.mb-n2 {
    margin-bottom: -.125rem !important
}

.mb-n4 {
    margin-bottom: -.25rem !important
}

.mb-n6 {
    margin-bottom: -.375rem !important
}

.mb-n8 {
    margin-bottom: -.5rem !important
}

.mb-n10 {
    margin-bottom: -.625rem !important
}

.mb-n12 {
    margin-bottom: -.75rem !important
}

.mb-n14 {
    margin-bottom: -.875rem !important
}

.mb-n16 {
    margin-bottom: -1rem !important
}

.mb-n18 {
    margin-bottom: -1.125rem !important
}

.mb-n20 {
    margin-bottom: -1.25rem !important
}

.mb-n22 {
    margin-bottom: -1.375rem !important
}

.mb-n24 {
    margin-bottom: -1.5rem !important
}

.mb-n28 {
    margin-bottom: -1.75rem !important
}

.mb-n30 {
    margin-bottom: -1.875rem !important
}

.mb-n32 {
    margin-bottom: -2rem !important
}

.mb-n36 {
    margin-bottom: -2.25rem !important
}

.mb-n38 {
    margin-bottom: -2.375rem !important
}

.mb-n40 {
    margin-bottom: -2.5rem !important
}

.mb-n44 {
    margin-bottom: -2.75rem !important
}

.mb-n46 {
    margin-bottom: -2.875rem !important
}

.mb-n48 {
    margin-bottom: -3rem !important
}

.mb-n50 {
    margin-bottom: -3.125rem !important
}

.mb-n52 {
    margin-bottom: -3.25rem !important
}

.mb-n56 {
    margin-bottom: -3.5rem !important
}

.mb-n58 {
    margin-bottom: -3.625rem !important
}

.mb-n60 {
    margin-bottom: -3.75rem !important
}

.mb-n62 {
    margin-bottom: -3.875rem !important
}

.mb-n64 {
    margin-bottom: -4rem !important
}

.mb-n68 {
    margin-bottom: -4.25rem !important
}

.mb-n70 {
    margin-bottom: -4.375rem !important
}

.mb-n72 {
    margin-bottom: -4.5rem !important
}

.mb-n74 {
    margin-bottom: -4.625rem !important
}

.mb-n76 {
    margin-bottom: -4.75rem !important
}

.mb-n78 {
    margin-bottom: -4.875rem !important
}

.mb-n80 {
    margin-bottom: -5rem !important
}

.mb-n82 {
    margin-bottom: -5.125rem !important
}

.mb-n84 {
    margin-bottom: -5.25rem !important
}

.mb-n92 {
    margin-bottom: -5.75rem !important
}

.mb-n96 {
    margin-bottom: -6rem !important
}

.mb-n102 {
    margin-bottom: -6.375rem !important
}

.mb-n112 {
    margin-bottom: -7rem !important
}

.mb-n124 {
    margin-bottom: -7.75rem !important
}

.ms-n1 {
    margin-left: -.625rem !important
}

.ms-n2 {
    margin-left: -.125rem !important
}

.ms-n4 {
    margin-left: -.25rem !important
}

.ms-n6 {
    margin-left: -.375rem !important
}

.ms-n8 {
    margin-left: -.5rem !important
}

.ms-n10 {
    margin-left: -.625rem !important
}

.ms-n12 {
    margin-left: -.75rem !important
}

.ms-n14 {
    margin-left: -.875rem !important
}

.ms-n16 {
    margin-left: -1rem !important
}

.ms-n18 {
    margin-left: -1.125rem !important
}

.ms-n20 {
    margin-left: -1.25rem !important
}

.ms-n22 {
    margin-left: -1.375rem !important
}

.ms-n24 {
    margin-left: -1.5rem !important
}

.ms-n28 {
    margin-left: -1.75rem !important
}

.ms-n30 {
    margin-left: -1.875rem !important
}

.ms-n32 {
    margin-left: -2rem !important
}

.ms-n36 {
    margin-left: -2.25rem !important
}

.ms-n38 {
    margin-left: -2.375rem !important
}

.ms-n40 {
    margin-left: -2.5rem !important
}

.ms-n44 {
    margin-left: -2.75rem !important
}

.ms-n46 {
    margin-left: -2.875rem !important
}

.ms-n48 {
    margin-left: -3rem !important
}

.ms-n50 {
    margin-left: -3.125rem !important
}

.ms-n52 {
    margin-left: -3.25rem !important
}

.ms-n56 {
    margin-left: -3.5rem !important
}

.ms-n58 {
    margin-left: -3.625rem !important
}

.ms-n60 {
    margin-left: -3.75rem !important
}

.ms-n62 {
    margin-left: -3.875rem !important
}

.ms-n64 {
    margin-left: -4rem !important
}

.ms-n68 {
    margin-left: -4.25rem !important
}

.ms-n70 {
    margin-left: -4.375rem !important
}

.ms-n72 {
    margin-left: -4.5rem !important
}

.ms-n74 {
    margin-left: -4.625rem !important
}

.ms-n76 {
    margin-left: -4.75rem !important
}

.ms-n78 {
    margin-left: -4.875rem !important
}

.ms-n80 {
    margin-left: -5rem !important
}

.ms-n82 {
    margin-left: -5.125rem !important
}

.ms-n84 {
    margin-left: -5.25rem !important
}

.ms-n92 {
    margin-left: -5.75rem !important
}

.ms-n96 {
    margin-left: -6rem !important
}

.ms-n102 {
    margin-left: -6.375rem !important
}

.ms-n112 {
    margin-left: -7rem !important
}

.ms-n124 {
    margin-left: -7.75rem !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .625rem !important
}

.p-2 {
    padding: .125rem !important
}

.p-4 {
    padding: .25rem !important
}

.p-6 {
    padding: .375rem !important
}

.p-8 {
    padding: .5rem !important
}

.p-10 {
    padding: .625rem !important
}

.p-12 {
    padding: .75rem !important
}

.p-14 {
    padding: .875rem !important
}

.p-16 {
    padding: 1rem !important
}

.p-18 {
    padding: 1.125rem !important
}

.p-20 {
    padding: 1.25rem !important
}

.p-22 {
    padding: 1.375rem !important
}

.p-24 {
    padding: 1.5rem !important
}

.p-28 {
    padding: 1.75rem !important
}

.p-30 {
    padding: 1.875rem !important
}

.p-32 {
    padding: 2rem !important
}

.p-36 {
    padding: 2.25rem !important
}

.p-38 {
    padding: 2.375rem !important
}

.p-40 {
    padding: 2.5rem !important
}

.p-44 {
    padding: 2.75rem !important
}

.p-46 {
    padding: 2.875rem !important
}

.p-48 {
    padding: 3rem !important
}

.p-50 {
    padding: 3.125rem !important
}

.p-52 {
    padding: 3.25rem !important
}

.p-56 {
    padding: 3.5rem !important
}

.p-58 {
    padding: 3.625rem !important
}

.p-60 {
    padding: 3.75rem !important
}

.p-62 {
    padding: 3.875rem !important
}

.p-64 {
    padding: 4rem !important
}

.p-68 {
    padding: 4.25rem !important
}

.p-70 {
    padding: 4.375rem !important
}

.p-72 {
    padding: 4.5rem !important
}

.p-74 {
    padding: 4.625rem !important
}

.p-76 {
    padding: 4.75rem !important
}

.p-78 {
    padding: 4.875rem !important
}

.p-80 {
    padding: 5rem !important
}

.p-82 {
    padding: 5.125rem !important
}

.p-84 {
    padding: 5.25rem !important
}

.p-92 {
    padding: 5.75rem !important
}

.p-96 {
    padding: 6rem !important
}

.p-102 {
    padding: 6.375rem !important
}

.p-112 {
    padding: 7rem !important
}

.p-124 {
    padding: 7.75rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .625rem !important;
    padding-right: .625rem !important
}

.px-2 {
    padding-left: .125rem !important;
    padding-right: .125rem !important
}

.px-4 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-6 {
    padding-left: .375rem !important;
    padding-right: .375rem !important
}

.px-8 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-10 {
    padding-left: .625rem !important;
    padding-right: .625rem !important
}

.px-12 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}

.px-14 {
    padding-left: .875rem !important;
    padding-right: .875rem !important
}

.px-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-18 {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important
}

.px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
}

.px-22 {
    padding-left: 1.375rem !important;
    padding-right: 1.375rem !important
}

.px-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-28 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important
}

.px-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important
}

.px-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.px-36 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important
}

.px-38 {
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important
}

.px-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}

.px-44 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important
}

.px-46 {
    padding-left: 2.875rem !important;
    padding-right: 2.875rem !important
}

.px-48 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.px-50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important
}

.px-52 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important
}

.px-56 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important
}

.px-58 {
    padding-left: 3.625rem !important;
    padding-right: 3.625rem !important
}

.px-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important
}

.px-62 {
    padding-left: 3.875rem !important;
    padding-right: 3.875rem !important
}

.px-64 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
}

.px-68 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important
}

.px-70 {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important
}

.px-72 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
}

.px-74 {
    padding-left: 4.625rem !important;
    padding-right: 4.625rem !important
}

.px-76 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important
}

.px-78 {
    padding-left: 4.875rem !important;
    padding-right: 4.875rem !important
}

.px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
}

.px-82 {
    padding-left: 5.125rem !important;
    padding-right: 5.125rem !important
}

.px-84 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important
}

.px-92 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important
}

.px-96 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
}

.px-102 {
    padding-left: 6.375rem !important;
    padding-right: 6.375rem !important
}

.px-112 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
}

.px-124 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .625rem !important;
    padding-top: .625rem !important
}

.py-2 {
    padding-bottom: .125rem !important;
    padding-top: .125rem !important
}

.py-4 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-6 {
    padding-bottom: .375rem !important;
    padding-top: .375rem !important
}

.py-8 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-10 {
    padding-bottom: .625rem !important;
    padding-top: .625rem !important
}

.py-12 {
    padding-bottom: .75rem !important;
    padding-top: .75rem !important
}

.py-14 {
    padding-bottom: .875rem !important;
    padding-top: .875rem !important
}

.py-16 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-18 {
    padding-bottom: 1.125rem !important;
    padding-top: 1.125rem !important
}

.py-20 {
    padding-bottom: 1.25rem !important;
    padding-top: 1.25rem !important
}

.py-22 {
    padding-bottom: 1.375rem !important;
    padding-top: 1.375rem !important
}

.py-24 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-28 {
    padding-bottom: 1.75rem !important;
    padding-top: 1.75rem !important
}

.py-30 {
    padding-bottom: 1.875rem !important;
    padding-top: 1.875rem !important
}

.py-32 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
}

.py-36 {
    padding-bottom: 2.25rem !important;
    padding-top: 2.25rem !important
}

.py-38 {
    padding-bottom: 2.375rem !important;
    padding-top: 2.375rem !important
}

.py-40 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important
}

.py-44 {
    padding-bottom: 2.75rem !important;
    padding-top: 2.75rem !important
}

.py-46 {
    padding-bottom: 2.875rem !important;
    padding-top: 2.875rem !important
}

.py-48 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.py-50 {
    padding-bottom: 3.125rem !important;
    padding-top: 3.125rem !important
}

.py-52 {
    padding-bottom: 3.25rem !important;
    padding-top: 3.25rem !important
}

.py-56 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important
}

.py-58 {
    padding-bottom: 3.625rem !important;
    padding-top: 3.625rem !important
}

.py-60 {
    padding-bottom: 3.75rem !important;
    padding-top: 3.75rem !important
}

.py-62 {
    padding-bottom: 3.875rem !important;
    padding-top: 3.875rem !important
}

.py-64 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
}

.py-68 {
    padding-bottom: 4.25rem !important;
    padding-top: 4.25rem !important
}

.py-70 {
    padding-bottom: 4.375rem !important;
    padding-top: 4.375rem !important
}

.py-72 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
}

.py-74 {
    padding-bottom: 4.625rem !important;
    padding-top: 4.625rem !important
}

.py-76 {
    padding-bottom: 4.75rem !important;
    padding-top: 4.75rem !important
}

.py-78 {
    padding-bottom: 4.875rem !important;
    padding-top: 4.875rem !important
}

.py-80 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
}

.py-82 {
    padding-bottom: 5.125rem !important;
    padding-top: 5.125rem !important
}

.py-84 {
    padding-bottom: 5.25rem !important;
    padding-top: 5.25rem !important
}

.py-92 {
    padding-bottom: 5.75rem !important;
    padding-top: 5.75rem !important
}

.py-96 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
}

.py-102 {
    padding-bottom: 6.375rem !important;
    padding-top: 6.375rem !important
}

.py-112 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important
}

.py-124 {
    padding-bottom: 7.75rem !important;
    padding-top: 7.75rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .625rem !important
}

.pt-2 {
    padding-top: .125rem !important
}

.pt-4 {
    padding-top: .25rem !important
}

.pt-6 {
    padding-top: .375rem !important
}

.pt-8 {
    padding-top: .5rem !important
}

.pt-10 {
    padding-top: .625rem !important
}

.pt-12 {
    padding-top: .75rem !important
}

.pt-14 {
    padding-top: .875rem !important
}

.pt-16 {
    padding-top: 1rem !important
}

.pt-18 {
    padding-top: 1.125rem !important
}

.pt-20 {
    padding-top: 1.25rem !important
}

.pt-22 {
    padding-top: 1.375rem !important
}

.pt-24 {
    padding-top: 1.5rem !important
}

.pt-28 {
    padding-top: 1.75rem !important
}

.pt-30 {
    padding-top: 1.875rem !important
}

.pt-32 {
    padding-top: 2rem !important
}

.pt-36 {
    padding-top: 2.25rem !important
}

.pt-38 {
    padding-top: 2.375rem !important
}

.pt-40 {
    padding-top: 2.5rem !important
}

.pt-44 {
    padding-top: 2.75rem !important
}

.pt-46 {
    padding-top: 2.875rem !important
}

.pt-48 {
    padding-top: 3rem !important
}

.pt-50 {
    padding-top: 3.125rem !important
}

.pt-52 {
    padding-top: 3.25rem !important
}

.pt-56 {
    padding-top: 3.5rem !important
}

.pt-58 {
    padding-top: 3.625rem !important
}

.pt-60 {
    padding-top: 3.75rem !important
}

.pt-62 {
    padding-top: 3.875rem !important
}

.pt-64 {
    padding-top: 4rem !important
}

.pt-68 {
    padding-top: 4.25rem !important
}

.pt-70 {
    padding-top: 4.375rem !important
}

.pt-72 {
    padding-top: 4.5rem !important
}

.pt-74 {
    padding-top: 4.625rem !important
}

.pt-76 {
    padding-top: 4.75rem !important
}

.pt-78 {
    padding-top: 4.875rem !important
}

.pt-80 {
    padding-top: 5rem !important
}

.pt-82 {
    padding-top: 5.125rem !important
}

.pt-84 {
    padding-top: 5.25rem !important
}

.pt-92 {
    padding-top: 5.75rem !important
}

.pt-96 {
    padding-top: 6rem !important
}

.pt-102 {
    padding-top: 6.375rem !important
}

.pt-112 {
    padding-top: 7rem !important
}

.pt-124 {
    padding-top: 7.75rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .625rem !important
}

.pe-2 {
    padding-right: .125rem !important
}

.pe-4 {
    padding-right: .25rem !important
}

.pe-6 {
    padding-right: .375rem !important
}

.pe-8 {
    padding-right: .5rem !important
}

.pe-10 {
    padding-right: .625rem !important
}

.pe-12 {
    padding-right: .75rem !important
}

.pe-14 {
    padding-right: .875rem !important
}

.pe-16 {
    padding-right: 1rem !important
}

.pe-18 {
    padding-right: 1.125rem !important
}

.pe-20 {
    padding-right: 1.25rem !important
}

.pe-22 {
    padding-right: 1.375rem !important
}

.pe-24 {
    padding-right: 1.5rem !important
}

.pe-28 {
    padding-right: 1.75rem !important
}

.pe-30 {
    padding-right: 1.875rem !important
}

.pe-32 {
    padding-right: 2rem !important
}

.pe-36 {
    padding-right: 2.25rem !important
}

.pe-38 {
    padding-right: 2.375rem !important
}

.pe-40 {
    padding-right: 2.5rem !important
}

.pe-44 {
    padding-right: 2.75rem !important
}

.pe-46 {
    padding-right: 2.875rem !important
}

.pe-48 {
    padding-right: 3rem !important
}

.pe-50 {
    padding-right: 3.125rem !important
}

.pe-52 {
    padding-right: 3.25rem !important
}

.pe-56 {
    padding-right: 3.5rem !important
}

.pe-58 {
    padding-right: 3.625rem !important
}

.pe-60 {
    padding-right: 3.75rem !important
}

.pe-62 {
    padding-right: 3.875rem !important
}

.pe-64 {
    padding-right: 4rem !important
}

.pe-68 {
    padding-right: 4.25rem !important
}

.pe-70 {
    padding-right: 4.375rem !important
}

.pe-72 {
    padding-right: 4.5rem !important
}

.pe-74 {
    padding-right: 4.625rem !important
}

.pe-76 {
    padding-right: 4.75rem !important
}

.pe-78 {
    padding-right: 4.875rem !important
}

.pe-80 {
    padding-right: 5rem !important
}

.pe-82 {
    padding-right: 5.125rem !important
}

.pe-84 {
    padding-right: 5.25rem !important
}

.pe-92 {
    padding-right: 5.75rem !important
}

.pe-96 {
    padding-right: 6rem !important
}

.pe-102 {
    padding-right: 6.375rem !important
}

.pe-112 {
    padding-right: 7rem !important
}

.pe-124 {
    padding-right: 7.75rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .625rem !important
}

.pb-2 {
    padding-bottom: .125rem !important
}

.pb-4 {
    padding-bottom: .25rem !important
}

.pb-6 {
    padding-bottom: .375rem !important
}

.pb-8 {
    padding-bottom: .5rem !important
}

.pb-10 {
    padding-bottom: .625rem !important
}

.pb-12 {
    padding-bottom: .75rem !important
}

.pb-14 {
    padding-bottom: .875rem !important
}

.pb-16 {
    padding-bottom: 1rem !important
}

.pb-18 {
    padding-bottom: 1.125rem !important
}

.pb-20 {
    padding-bottom: 1.25rem !important
}

.pb-22 {
    padding-bottom: 1.375rem !important
}

.pb-24 {
    padding-bottom: 1.5rem !important
}

.pb-28 {
    padding-bottom: 1.75rem !important
}

.pb-30 {
    padding-bottom: 1.875rem !important
}

.pb-32 {
    padding-bottom: 2rem !important
}

.pb-36 {
    padding-bottom: 2.25rem !important
}

.pb-38 {
    padding-bottom: 2.375rem !important
}

.pb-40 {
    padding-bottom: 2.5rem !important
}

.pb-44 {
    padding-bottom: 2.75rem !important
}

.pb-46 {
    padding-bottom: 2.875rem !important
}

.pb-48 {
    padding-bottom: 3rem !important
}

.pb-50 {
    padding-bottom: 3.125rem !important
}

.pb-52 {
    padding-bottom: 3.25rem !important
}

.pb-56 {
    padding-bottom: 3.5rem !important
}

.pb-58 {
    padding-bottom: 3.625rem !important
}

.pb-60 {
    padding-bottom: 3.75rem !important
}

.pb-62 {
    padding-bottom: 3.875rem !important
}

.pb-64 {
    padding-bottom: 4rem !important
}

.pb-68 {
    padding-bottom: 4.25rem !important
}

.pb-70 {
    padding-bottom: 4.375rem !important
}

.pb-72 {
    padding-bottom: 4.5rem !important
}

.pb-74 {
    padding-bottom: 4.625rem !important
}

.pb-76 {
    padding-bottom: 4.75rem !important
}

.pb-78 {
    padding-bottom: 4.875rem !important
}

.pb-80 {
    padding-bottom: 5rem !important
}

.pb-82 {
    padding-bottom: 5.125rem !important
}

.pb-84 {
    padding-bottom: 5.25rem !important
}

.pb-92 {
    padding-bottom: 5.75rem !important
}

.pb-96 {
    padding-bottom: 6rem !important
}

.pb-102 {
    padding-bottom: 6.375rem !important
}

.pb-112 {
    padding-bottom: 7rem !important
}

.pb-124 {
    padding-bottom: 7.75rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .625rem !important
}

.ps-2 {
    padding-left: .125rem !important
}

.ps-4 {
    padding-left: .25rem !important
}

.ps-6 {
    padding-left: .375rem !important
}

.ps-8 {
    padding-left: .5rem !important
}

.ps-10 {
    padding-left: .625rem !important
}

.ps-12 {
    padding-left: .75rem !important
}

.ps-14 {
    padding-left: .875rem !important
}

.ps-16 {
    padding-left: 1rem !important
}

.ps-18 {
    padding-left: 1.125rem !important
}

.ps-20 {
    padding-left: 1.25rem !important
}

.ps-22 {
    padding-left: 1.375rem !important
}

.ps-24 {
    padding-left: 1.5rem !important
}

.ps-28 {
    padding-left: 1.75rem !important
}

.ps-30 {
    padding-left: 1.875rem !important
}

.ps-32 {
    padding-left: 2rem !important
}

.ps-36 {
    padding-left: 2.25rem !important
}

.ps-38 {
    padding-left: 2.375rem !important
}

.ps-40 {
    padding-left: 2.5rem !important
}

.ps-44 {
    padding-left: 2.75rem !important
}

.ps-46 {
    padding-left: 2.875rem !important
}

.ps-48 {
    padding-left: 3rem !important
}

.ps-50 {
    padding-left: 3.125rem !important
}

.ps-52 {
    padding-left: 3.25rem !important
}

.ps-56 {
    padding-left: 3.5rem !important
}

.ps-58 {
    padding-left: 3.625rem !important
}

.ps-60 {
    padding-left: 3.75rem !important
}

.ps-62 {
    padding-left: 3.875rem !important
}

.ps-64 {
    padding-left: 4rem !important
}

.ps-68 {
    padding-left: 4.25rem !important
}

.ps-70 {
    padding-left: 4.375rem !important
}

.ps-72 {
    padding-left: 4.5rem !important
}

.ps-74 {
    padding-left: 4.625rem !important
}

.ps-76 {
    padding-left: 4.75rem !important
}

.ps-78 {
    padding-left: 4.875rem !important
}

.ps-80 {
    padding-left: 5rem !important
}

.ps-82 {
    padding-left: 5.125rem !important
}

.ps-84 {
    padding-left: 5.25rem !important
}

.ps-92 {
    padding-left: 5.75rem !important
}

.ps-96 {
    padding-left: 6rem !important
}

.ps-102 {
    padding-left: 6.375rem !important
}

.ps-112 {
    padding-left: 7rem !important
}

.ps-124 {
    padding-left: 7.75rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .625rem !important
}

.gap-2 {
    gap: .125rem !important
}

.gap-4 {
    gap: .25rem !important
}

.gap-6 {
    gap: .375rem !important
}

.gap-8 {
    gap: .5rem !important
}

.gap-10 {
    gap: .625rem !important
}

.gap-12 {
    gap: .6rem !important
}

.gap-14 {
    gap: .875rem !important
}

.gap-16 {
    gap: 1rem !important
}

.gap-18 {
    gap: 1.125rem !important
}

.gap-20 {
    gap: 1.25rem !important
}

.gap-22 {
    gap: 1.375rem !important
}

.gap-24 {
    gap: 1.5rem !important
}

.gap-28 {
    gap: 1.75rem !important
}

.gap-30 {
    gap: 1.875rem !important
}

.gap-32 {
    gap: 2rem !important
}

.gap-36 {
    gap: 2.25rem !important
}

.gap-38 {
    gap: 2.375rem !important
}

.gap-40 {
    gap: 2.5rem !important
}

.gap-44 {
    gap: 2.75rem !important
}

.gap-46 {
    gap: 2.875rem !important
}

.gap-48 {
    gap: 3rem !important
}

.gap-50 {
    gap: 3.125rem !important
}

.gap-52 {
    gap: 3.25rem !important
}

.gap-56 {
    gap: 3.5rem !important
}

.gap-58 {
    gap: 3.625rem !important
}

.gap-60 {
    gap: 3.75rem !important
}

.gap-62 {
    gap: 3.875rem !important
}

.gap-64 {
    gap: 4rem !important
}

.gap-68 {
    gap: 4.25rem !important
}

.gap-70 {
    gap: 4.375rem !important
}

.gap-72 {
    gap: 4.5rem !important
}

.gap-74 {
    gap: 4.625rem !important
}

.gap-76 {
    gap: 4.75rem !important
}

.gap-78 {
    gap: 4.875rem !important
}

.gap-80 {
    gap: 5rem !important
}

.gap-82 {
    gap: 5.125rem !important
}

.gap-84 {
    gap: 5.25rem !important
}

.gap-92 {
    gap: 5.75rem !important
}

.gap-96 {
    gap: 6rem !important
}

.gap-102 {
    gap: 6.375rem !important
}

.gap-112 {
    gap: 7rem !important
}

.gap-124 {
    gap: 7.75rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: 2.5rem !important
}

.fs-2 {
    font-size: 2rem !important
}

.fs-3 {
    font-size: 1.74rem !important
}

.fs-4 {
    font-size: 1.5rem !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fs-10 {
    font-size: .625rem !important
}

.fs-12 {
    font-size: .75rem !important
}

.fs-14 {
    font-size: .875rem !important
}

.fs-16 {
    font-size: 0.91rem !important
}

.fs-18 {
    font-size: 1.125rem !important
}

.fs-20 {
    font-size: 1.25rem !important
}

.fs-22 {
    font-size: 1.375rem !important
}

.fs-24 {
    font-size: 1.5rem !important
}

.fs-28 {
    font-size: 1.75rem !important
}

.fs-30 {
    font-size: 1.875rem !important
}

.fs-32 {
    font-size: 2rem !important
}

.fs-36 {
    font-size: 2.25rem !important
}

.fs-38 {
    font-size: 2.375rem !important
}

.fs-40 {
    font-size: 2.5rem !important
}

.fs-44 {
    font-size: 2.75rem !important
}

.fs-46 {
    font-size: 2.875rem !important
}

.fs-48 {
    font-size: 3rem !important
}

.fs-50 {
    font-size: 3.125rem !important
}

.fs-56 {
    font-size: 3.5rem !important
}

.fs-60 {
    font-size: 3.75rem !important
}

.fs-62 {
    font-size: 3.875rem !important
}

.fs-64 {
    font-size: 4rem !important
}

.fs-68 {
    font-size: 4.25rem !important
}

.fs-72 {
    font-size: 4.5rem !important
}

.fs-74 {
    font-size: 4.625rem !important
}

.fs-76 {
    font-size: 4.75rem !important
}

.fs-80 {
    font-size: 5rem !important
}

.fs-96 {
    font-size: 6rem !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-semibold {
    font-weight: 600 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-0 {
    line-height: 0rem !important
}

.lh-3 {
    line-height: .75rem !important
}

.lh-4 {
    line-height: 1rem !important
}

.lh-5 {
    line-height: 1.25rem !important
}

.lh-6 {
    line-height: 1.5rem !important
}

.lh-7 {
    line-height: 1.75rem !important
}

.lh-8 {
    line-height: 2rem !important
}

.lh-9 {
    line-height: 2.25rem !important
}

.lh-10 {
    line-height: 2.5rem !important
}

.lh-11 {
    line-height: 2.75rem !important
}

.lh-12 {
    line-height: 3rem !important
}

.lh-13 {
    line-height: 3.5rem !important
}

.lh-none {
    line-height: 1 !important
}

.lh-tight {
    line-height: 1.25 !important
}

.lh-snug {
    line-height: 1.375 !important
}

.lh-normal {
    line-height: 1.5 !important
}

.lh-relaxed {
    line-height: 1.625 !important
}

.lh-loose {
    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
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.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, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .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 {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-end,
.rounded-top {
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom,
.rounded-end {
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-start {
    border-top-left-radius: var(--bs-border-radius) !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .w-sm-25 {
        width: 25% !important
    }

    .w-sm-50 {
        width: 50% !important
    }

    .w-sm-75 {
        width: 75% !important
    }

    .w-sm-90 {
        width: 90% !important
    }

    .w-sm-100 {
        width: 100% !important
    }

    .w-sm-auto {
        width: auto !important
    }

    .w-sm-custom {
        width: var(--custom-size) !important
    }

    .w-sm-1 {
        width: .25rem !important
    }

    .w-sm-2 {
        width: .5rem !important
    }

    .w-sm--3 {
        width: .625rem !important
    }

    .w-sm-3 {
        width: .75rem !important
    }

    .w-sm-4 {
        width: 1rem !important
    }

    .w-sm-5 {
        width: 1.25rem !important
    }

    .w-sm-6 {
        width: 1.5rem !important
    }

    .w-sm-7 {
        width: 1.75rem !important
    }

    .w-sm-8 {
        width: 2rem !important
    }

    .w-sm-9 {
        width: 2.25rem !important
    }

    .w-sm-10 {
        width: 2.5rem !important
    }

    .w-sm-11 {
        width: 2.75rem !important
    }

    .w-sm-12 {
        width: 3rem !important
    }

    .w-sm-13 {
        width: 3.15rem !important
    }

    .w-sm-14 {
        width: 3.5rem !important
    }

    .w-sm-16 {
        width: 4rem !important
    }

    .w-sm-18 {
        width: 4.5rem !important
    }

    .w-sm-20 {
        width: 5rem !important
    }

    .w-sm-24 {
        width: 6rem !important
    }

    .w-sm-28 {
        width: 7rem !important
    }

    .w-sm-32 {
        width: 8rem !important
    }

    .w-sm-36 {
        width: 9rem !important
    }

    .w-sm-40 {
        width: 10rem !important
    }

    .w-sm-44 {
        width: 11rem !important
    }

    .w-sm-48 {
        width: 12rem !important
    }

    .w-sm-52 {
        width: 13rem !important
    }

    .w-sm-56 {
        width: 14rem !important
    }

    .w-sm-60 {
        width: 15rem !important
    }

    .w-sm-64 {
        width: 16rem !important
    }

    .w-sm-72 {
        width: 18rem !important
    }

    .w-sm-80 {
        width: 20rem !important
    }

    .w-sm-96 {
        width: 24rem !important
    }

    .h-sm-25 {
        height: 25% !important
    }

    .h-sm-50 {
        height: 50% !important
    }

    .h-sm-75 {
        height: 75% !important
    }

    .h-sm-90 {
        height: 90% !important
    }

    .h-sm-100 {
        height: 100% !important
    }

    .h-sm-auto {
        height: auto !important
    }

    .h-sm-custom {
        height: var(--custom-size) !important
    }

    .h-sm-1 {
        height: .25rem !important
    }

    .h-sm-2 {
        height: .5rem !important
    }

    .h-sm--3 {
        height: .625rem !important
    }

    .h-sm-3 {
        height: .75rem !important
    }

    .h-sm-4 {
        height: 1rem !important
    }

    .h-sm-5 {
        height: 1.25rem !important
    }

    .h-sm-6 {
        height: 1.5rem !important
    }

    .h-sm-7 {
        height: 1.75rem !important
    }

    .h-sm-8 {
        height: 2rem !important
    }

    .h-sm-9 {
        height: 2.25rem !important
    }

    .h-sm-10 {
        height: 2.5rem !important
    }

    .h-sm-11 {
        height: 2.75rem !important
    }

    .h-sm-12 {
        height: 3rem !important
    }

    .h-sm-13 {
        height: 3.15rem !important
    }

    .h-sm-14 {
        height: 3.5rem !important
    }

    .h-sm-16 {
        height: 4rem !important
    }

    .h-sm-18 {
        height: 4.5rem !important
    }

    .h-sm-20 {
        height: 5rem !important
    }

    .h-sm-24 {
        height: 6rem !important
    }

    .h-sm-28 {
        height: 7rem !important
    }

    .h-sm-32 {
        height: 8rem !important
    }

    .h-sm-36 {
        height: 9rem !important
    }

    .h-sm-40 {
        height: 10rem !important
    }

    .h-sm-44 {
        height: 11rem !important
    }

    .h-sm-48 {
        height: 12rem !important
    }

    .h-sm-52 {
        height: 13rem !important
    }

    .h-sm-56 {
        height: 14rem !important
    }

    .h-sm-60 {
        height: 15rem !important
    }

    .h-sm-64 {
        height: 16rem !important
    }

    .h-sm-72 {
        height: 18rem !important
    }

    .h-sm-80 {
        height: 20rem !important
    }

    .h-sm-96 {
        height: 24rem !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .625rem !important
    }

    .m-sm-2 {
        margin: .125rem !important
    }

    .m-sm-4 {
        margin: .25rem !important
    }

    .m-sm-6 {
        margin: .375rem !important
    }

    .m-sm-8 {
        margin: .5rem !important
    }

    .m-sm-10 {
        margin: .625rem !important
    }

    .m-sm-12 {
        margin: .75rem !important
    }

    .m-sm-14 {
        margin: .875rem !important
    }

    .m-sm-16 {
        margin: 1rem !important
    }

    .m-sm-18 {
        margin: 1.125rem !important
    }

    .m-sm-20 {
        margin: 1.25rem !important
    }

    .m-sm-22 {
        margin: 1.375rem !important
    }

    .m-sm-24 {
        margin: 1.5rem !important
    }

    .m-sm-28 {
        margin: 1.75rem !important
    }

    .m-sm-30 {
        margin: 1.875rem !important
    }

    .m-sm-32 {
        margin: 2rem !important
    }

    .m-sm-36 {
        margin: 2.25rem !important
    }

    .m-sm-38 {
        margin: 2.375rem !important
    }

    .m-sm-40 {
        margin: 2.5rem !important
    }

    .m-sm-44 {
        margin: 2.75rem !important
    }

    .m-sm-46 {
        margin: 2.875rem !important
    }

    .m-sm-48 {
        margin: 3rem !important
    }

    .m-sm-50 {
        margin: 3.125rem !important
    }

    .m-sm-52 {
        margin: 3.25rem !important
    }

    .m-sm-56 {
        margin: 3.5rem !important
    }

    .m-sm-58 {
        margin: 3.625rem !important
    }

    .m-sm-60 {
        margin: 3.75rem !important
    }

    .m-sm-62 {
        margin: 3.875rem !important
    }

    .m-sm-64 {
        margin: 4rem !important
    }

    .m-sm-68 {
        margin: 4.25rem !important
    }

    .m-sm-70 {
        margin: 4.375rem !important
    }

    .m-sm-72 {
        margin: 4.5rem !important
    }

    .m-sm-74 {
        margin: 4.625rem !important
    }

    .m-sm-76 {
        margin: 4.75rem !important
    }

    .m-sm-78 {
        margin: 4.875rem !important
    }

    .m-sm-80 {
        margin: 5rem !important
    }

    .m-sm-82 {
        margin: 5.125rem !important
    }

    .m-sm-84 {
        margin: 5.25rem !important
    }

    .m-sm-92 {
        margin: 5.75rem !important
    }

    .m-sm-96 {
        margin: 6rem !important
    }

    .m-sm-102 {
        margin: 6.375rem !important
    }

    .m-sm-112 {
        margin: 7rem !important
    }

    .m-sm-124 {
        margin: 7.75rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-1 {
        margin-left: .625rem !important;
        margin-right: .625rem !important
    }

    .mx-sm-2 {
        margin-left: .125rem !important;
        margin-right: .125rem !important
    }

    .mx-sm-4 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-sm-6 {
        margin-left: .375rem !important;
        margin-right: .375rem !important
    }

    .mx-sm-8 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-sm-10 {
        margin-left: .625rem !important;
        margin-right: .625rem !important
    }

    .mx-sm-12 {
        margin-left: .75rem !important;
        margin-right: .75rem !important
    }

    .mx-sm-14 {
        margin-left: .875rem !important;
        margin-right: .875rem !important
    }

    .mx-sm-16 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-18 {
        margin-left: 1.125rem !important;
        margin-right: 1.125rem !important
    }

    .mx-sm-20 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .mx-sm-22 {
        margin-left: 1.375rem !important;
        margin-right: 1.375rem !important
    }

    .mx-sm-24 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-28 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important
    }

    .mx-sm-30 {
        margin-left: 1.875rem !important;
        margin-right: 1.875rem !important
    }

    .mx-sm-32 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-sm-36 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important
    }

    .mx-sm-38 {
        margin-left: 2.375rem !important;
        margin-right: 2.375rem !important
    }

    .mx-sm-40 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-sm-44 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important
    }

    .mx-sm-46 {
        margin-left: 2.875rem !important;
        margin-right: 2.875rem !important
    }

    .mx-sm-48 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-50 {
        margin-left: 3.125rem !important;
        margin-right: 3.125rem !important
    }

    .mx-sm-52 {
        margin-left: 3.25rem !important;
        margin-right: 3.25rem !important
    }

    .mx-sm-56 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .mx-sm-58 {
        margin-left: 3.625rem !important;
        margin-right: 3.625rem !important
    }

    .mx-sm-60 {
        margin-left: 3.75rem !important;
        margin-right: 3.75rem !important
    }

    .mx-sm-62 {
        margin-left: 3.875rem !important;
        margin-right: 3.875rem !important
    }

    .mx-sm-64 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-sm-68 {
        margin-left: 4.25rem !important;
        margin-right: 4.25rem !important
    }

    .mx-sm-70 {
        margin-left: 4.375rem !important;
        margin-right: 4.375rem !important
    }

    .mx-sm-72 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-sm-74 {
        margin-left: 4.625rem !important;
        margin-right: 4.625rem !important
    }

    .mx-sm-76 {
        margin-left: 4.75rem !important;
        margin-right: 4.75rem !important
    }

    .mx-sm-78 {
        margin-left: 4.875rem !important;
        margin-right: 4.875rem !important
    }

    .mx-sm-80 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-sm-82 {
        margin-left: 5.125rem !important;
        margin-right: 5.125rem !important
    }

    .mx-sm-84 {
        margin-left: 5.25rem !important;
        margin-right: 5.25rem !important
    }

    .mx-sm-92 {
        margin-left: 5.75rem !important;
        margin-right: 5.75rem !important
    }

    .mx-sm-96 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-sm-102 {
        margin-left: 6.375rem !important;
        margin-right: 6.375rem !important
    }

    .mx-sm-112 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-sm-124 {
        margin-left: 7.75rem !important;
        margin-right: 7.75rem !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-sm-1 {
        margin-bottom: .625rem !important;
        margin-top: .625rem !important
    }

    .my-sm-2 {
        margin-bottom: .125rem !important;
        margin-top: .125rem !important
    }

    .my-sm-4 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-sm-6 {
        margin-bottom: .375rem !important;
        margin-top: .375rem !important
    }

    .my-sm-8 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-sm-10 {
        margin-bottom: .625rem !important;
        margin-top: .625rem !important
    }

    .my-sm-12 {
        margin-bottom: .75rem !important;
        margin-top: .75rem !important
    }

    .my-sm-14 {
        margin-bottom: .875rem !important;
        margin-top: .875rem !important
    }

    .my-sm-16 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-sm-18 {
        margin-bottom: 1.125rem !important;
        margin-top: 1.125rem !important
    }

    .my-sm-20 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important
    }

    .my-sm-22 {
        margin-bottom: 1.375rem !important;
        margin-top: 1.375rem !important
    }

    .my-sm-24 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-sm-28 {
        margin-bottom: 1.75rem !important;
        margin-top: 1.75rem !important
    }

    .my-sm-30 {
        margin-bottom: 1.875rem !important;
        margin-top: 1.875rem !important
    }

    .my-sm-32 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-sm-36 {
        margin-bottom: 2.25rem !important;
        margin-top: 2.25rem !important
    }

    .my-sm-38 {
        margin-bottom: 2.375rem !important;
        margin-top: 2.375rem !important
    }

    .my-sm-40 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-sm-44 {
        margin-bottom: 2.75rem !important;
        margin-top: 2.75rem !important
    }

    .my-sm-46 {
        margin-bottom: 2.875rem !important;
        margin-top: 2.875rem !important
    }

    .my-sm-48 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-sm-50 {
        margin-bottom: 3.125rem !important;
        margin-top: 3.125rem !important
    }

    .my-sm-52 {
        margin-bottom: 3.25rem !important;
        margin-top: 3.25rem !important
    }

    .my-sm-56 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important
    }

    .my-sm-58 {
        margin-bottom: 3.625rem !important;
        margin-top: 3.625rem !important
    }

    .my-sm-60 {
        margin-bottom: 3.75rem !important;
        margin-top: 3.75rem !important
    }

    .my-sm-62 {
        margin-bottom: 3.875rem !important;
        margin-top: 3.875rem !important
    }

    .my-sm-64 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-sm-68 {
        margin-bottom: 4.25rem !important;
        margin-top: 4.25rem !important
    }

    .my-sm-70 {
        margin-bottom: 4.375rem !important;
        margin-top: 4.375rem !important
    }

    .my-sm-72 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-sm-74 {
        margin-bottom: 4.625rem !important;
        margin-top: 4.625rem !important
    }

    .my-sm-76 {
        margin-bottom: 4.75rem !important;
        margin-top: 4.75rem !important
    }

    .my-sm-78 {
        margin-bottom: 4.875rem !important;
        margin-top: 4.875rem !important
    }

    .my-sm-80 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-sm-82 {
        margin-bottom: 5.125rem !important;
        margin-top: 5.125rem !important
    }

    .my-sm-84 {
        margin-bottom: 5.25rem !important;
        margin-top: 5.25rem !important
    }

    .my-sm-92 {
        margin-bottom: 5.75rem !important;
        margin-top: 5.75rem !important
    }

    .my-sm-96 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-sm-102 {
        margin-bottom: 6.375rem !important;
        margin-top: 6.375rem !important
    }

    .my-sm-112 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-sm-124 {
        margin-bottom: 7.75rem !important;
        margin-top: 7.75rem !important
    }

    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .625rem !important
    }

    .mt-sm-2 {
        margin-top: .125rem !important
    }

    .mt-sm-4 {
        margin-top: .25rem !important
    }

    .mt-sm-6 {
        margin-top: .375rem !important
    }

    .mt-sm-8 {
        margin-top: .5rem !important
    }

    .mt-sm-10 {
        margin-top: .625rem !important
    }

    .mt-sm-12 {
        margin-top: .75rem !important
    }

    .mt-sm-14 {
        margin-top: .875rem !important
    }

    .mt-sm-16 {
        margin-top: 1rem !important
    }

    .mt-sm-18 {
        margin-top: 1.125rem !important
    }

    .mt-sm-20 {
        margin-top: 1.25rem !important
    }

    .mt-sm-22 {
        margin-top: 1.375rem !important
    }

    .mt-sm-24 {
        margin-top: 1.5rem !important
    }

    .mt-sm-28 {
        margin-top: 1.75rem !important
    }

    .mt-sm-30 {
        margin-top: 1.875rem !important
    }

    .mt-sm-32 {
        margin-top: 2rem !important
    }

    .mt-sm-36 {
        margin-top: 2.25rem !important
    }

    .mt-sm-38 {
        margin-top: 2.375rem !important
    }

    .mt-sm-40 {
        margin-top: 2.5rem !important
    }

    .mt-sm-44 {
        margin-top: 2.75rem !important
    }

    .mt-sm-46 {
        margin-top: 2.875rem !important
    }

    .mt-sm-48 {
        margin-top: 3rem !important
    }

    .mt-sm-50 {
        margin-top: 3.125rem !important
    }

    .mt-sm-52 {
        margin-top: 3.25rem !important
    }

    .mt-sm-56 {
        margin-top: 3.5rem !important
    }

    .mt-sm-58 {
        margin-top: 3.625rem !important
    }

    .mt-sm-60 {
        margin-top: 3.75rem !important
    }

    .mt-sm-62 {
        margin-top: 3.875rem !important
    }

    .mt-sm-64 {
        margin-top: 4rem !important
    }

    .mt-sm-68 {
        margin-top: 4.25rem !important
    }

    .mt-sm-70 {
        margin-top: 4.375rem !important
    }

    .mt-sm-72 {
        margin-top: 4.5rem !important
    }

    .mt-sm-74 {
        margin-top: 4.625rem !important
    }

    .mt-sm-76 {
        margin-top: 4.75rem !important
    }

    .mt-sm-78 {
        margin-top: 4.875rem !important
    }

    .mt-sm-80 {
        margin-top: 5rem !important
    }

    .mt-sm-82 {
        margin-top: 5.125rem !important
    }

    .mt-sm-84 {
        margin-top: 5.25rem !important
    }

    .mt-sm-92 {
        margin-top: 5.75rem !important
    }

    .mt-sm-96 {
        margin-top: 6rem !important
    }

    .mt-sm-102 {
        margin-top: 6.375rem !important
    }

    .mt-sm-112 {
        margin-top: 7rem !important
    }

    .mt-sm-124 {
        margin-top: 7.75rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .625rem !important
    }

    .me-sm-2 {
        margin-right: .125rem !important
    }

    .me-sm-4 {
        margin-right: .25rem !important
    }

    .me-sm-6 {
        margin-right: .375rem !important
    }

    .me-sm-8 {
        margin-right: .5rem !important
    }

    .me-sm-10 {
        margin-right: .625rem !important
    }

    .me-sm-12 {
        margin-right: .75rem !important
    }

    .me-sm-14 {
        margin-right: .875rem !important
    }

    .me-sm-16 {
        margin-right: 1rem !important
    }

    .me-sm-18 {
        margin-right: 1.125rem !important
    }

    .me-sm-20 {
        margin-right: 1.25rem !important
    }

    .me-sm-22 {
        margin-right: 1.375rem !important
    }

    .me-sm-24 {
        margin-right: 1.5rem !important
    }

    .me-sm-28 {
        margin-right: 1.75rem !important
    }

    .me-sm-30 {
        margin-right: 1.875rem !important
    }

    .me-sm-32 {
        margin-right: 2rem !important
    }

    .me-sm-36 {
        margin-right: 2.25rem !important
    }

    .me-sm-38 {
        margin-right: 2.375rem !important
    }

    .me-sm-40 {
        margin-right: 2.5rem !important
    }

    .me-sm-44 {
        margin-right: 2.75rem !important
    }

    .me-sm-46 {
        margin-right: 2.875rem !important
    }

    .me-sm-48 {
        margin-right: 3rem !important
    }

    .me-sm-50 {
        margin-right: 3.125rem !important
    }

    .me-sm-52 {
        margin-right: 3.25rem !important
    }

    .me-sm-56 {
        margin-right: 3.5rem !important
    }

    .me-sm-58 {
        margin-right: 3.625rem !important
    }

    .me-sm-60 {
        margin-right: 3.75rem !important
    }

    .me-sm-62 {
        margin-right: 3.875rem !important
    }

    .me-sm-64 {
        margin-right: 4rem !important
    }

    .me-sm-68 {
        margin-right: 4.25rem !important
    }

    .me-sm-70 {
        margin-right: 4.375rem !important
    }

    .me-sm-72 {
        margin-right: 4.5rem !important
    }

    .me-sm-74 {
        margin-right: 4.625rem !important
    }

    .me-sm-76 {
        margin-right: 4.75rem !important
    }

    .me-sm-78 {
        margin-right: 4.875rem !important
    }

    .me-sm-80 {
        margin-right: 5rem !important
    }

    .me-sm-82 {
        margin-right: 5.125rem !important
    }

    .me-sm-84 {
        margin-right: 5.25rem !important
    }

    .me-sm-92 {
        margin-right: 5.75rem !important
    }

    .me-sm-96 {
        margin-right: 6rem !important
    }

    .me-sm-102 {
        margin-right: 6.375rem !important
    }

    .me-sm-112 {
        margin-right: 7rem !important
    }

    .me-sm-124 {
        margin-right: 7.75rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .625rem !important
    }

    .mb-sm-2 {
        margin-bottom: .125rem !important
    }

    .mb-sm-4 {
        margin-bottom: .25rem !important
    }

    .mb-sm-6 {
        margin-bottom: .375rem !important
    }

    .mb-sm-8 {
        margin-bottom: .5rem !important
    }

    .mb-sm-10 {
        margin-bottom: .625rem !important
    }

    .mb-sm-12 {
        margin-bottom: .75rem !important
    }

    .mb-sm-14 {
        margin-bottom: .875rem !important
    }

    .mb-sm-16 {
        margin-bottom: 1rem !important
    }

    .mb-sm-18 {
        margin-bottom: 1.125rem !important
    }

    .mb-sm-20 {
        margin-bottom: 1.25rem !important
    }

    .mb-sm-22 {
        margin-bottom: 1.375rem !important
    }

    .mb-sm-24 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-28 {
        margin-bottom: 1.75rem !important
    }

    .mb-sm-30 {
        margin-bottom: 1.875rem !important
    }

    .mb-sm-32 {
        margin-bottom: 2rem !important
    }

    .mb-sm-36 {
        margin-bottom: 2.25rem !important
    }

    .mb-sm-38 {
        margin-bottom: 2.375rem !important
    }

    .mb-sm-40 {
        margin-bottom: 2.5rem !important
    }

    .mb-sm-44 {
        margin-bottom: 2.75rem !important
    }

    .mb-sm-46 {
        margin-bottom: 2.875rem !important
    }

    .mb-sm-48 {
        margin-bottom: 3rem !important
    }

    .mb-sm-50 {
        margin-bottom: 3.125rem !important
    }

    .mb-sm-52 {
        margin-bottom: 3.25rem !important
    }

    .mb-sm-56 {
        margin-bottom: 3.5rem !important
    }

    .mb-sm-58 {
        margin-bottom: 3.625rem !important
    }

    .mb-sm-60 {
        margin-bottom: 3.75rem !important
    }

    .mb-sm-62 {
        margin-bottom: 3.875rem !important
    }

    .mb-sm-64 {
        margin-bottom: 4rem !important
    }

    .mb-sm-68 {
        margin-bottom: 4.25rem !important
    }

    .mb-sm-70 {
        margin-bottom: 4.375rem !important
    }

    .mb-sm-72 {
        margin-bottom: 4.5rem !important
    }

    .mb-sm-74 {
        margin-bottom: 4.625rem !important
    }

    .mb-sm-76 {
        margin-bottom: 4.75rem !important
    }

    .mb-sm-78 {
        margin-bottom: 4.875rem !important
    }

    .mb-sm-80 {
        margin-bottom: 5rem !important
    }

    .mb-sm-82 {
        margin-bottom: 5.125rem !important
    }

    .mb-sm-84 {
        margin-bottom: 5.25rem !important
    }

    .mb-sm-92 {
        margin-bottom: 5.75rem !important
    }

    .mb-sm-96 {
        margin-bottom: 6rem !important
    }

    .mb-sm-102 {
        margin-bottom: 6.375rem !important
    }

    .mb-sm-112 {
        margin-bottom: 7rem !important
    }

    .mb-sm-124 {
        margin-bottom: 7.75rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .625rem !important
    }

    .ms-sm-2 {
        margin-left: .125rem !important
    }

    .ms-sm-4 {
        margin-left: .25rem !important
    }

    .ms-sm-6 {
        margin-left: .375rem !important
    }

    .ms-sm-8 {
        margin-left: .5rem !important
    }

    .ms-sm-10 {
        margin-left: .625rem !important
    }

    .ms-sm-12 {
        margin-left: .75rem !important
    }

    .ms-sm-14 {
        margin-left: .875rem !important
    }

    .ms-sm-16 {
        margin-left: 1rem !important
    }

    .ms-sm-18 {
        margin-left: 1.125rem !important
    }

    .ms-sm-20 {
        margin-left: 1.25rem !important
    }

    .ms-sm-22 {
        margin-left: 1.375rem !important
    }

    .ms-sm-24 {
        margin-left: 1.5rem !important
    }

    .ms-sm-28 {
        margin-left: 1.75rem !important
    }

    .ms-sm-30 {
        margin-left: 1.875rem !important
    }

    .ms-sm-32 {
        margin-left: 2rem !important
    }

    .ms-sm-36 {
        margin-left: 2.25rem !important
    }

    .ms-sm-38 {
        margin-left: 2.375rem !important
    }

    .ms-sm-40 {
        margin-left: 2.5rem !important
    }

    .ms-sm-44 {
        margin-left: 2.75rem !important
    }

    .ms-sm-46 {
        margin-left: 2.875rem !important
    }

    .ms-sm-48 {
        margin-left: 3rem !important
    }

    .ms-sm-50 {
        margin-left: 3.125rem !important
    }

    .ms-sm-52 {
        margin-left: 3.25rem !important
    }

    .ms-sm-56 {
        margin-left: 3.5rem !important
    }

    .ms-sm-58 {
        margin-left: 3.625rem !important
    }

    .ms-sm-60 {
        margin-left: 3.75rem !important
    }

    .ms-sm-62 {
        margin-left: 3.875rem !important
    }

    .ms-sm-64 {
        margin-left: 4rem !important
    }

    .ms-sm-68 {
        margin-left: 4.25rem !important
    }

    .ms-sm-70 {
        margin-left: 4.375rem !important
    }

    .ms-sm-72 {
        margin-left: 4.5rem !important
    }

    .ms-sm-74 {
        margin-left: 4.625rem !important
    }

    .ms-sm-76 {
        margin-left: 4.75rem !important
    }

    .ms-sm-78 {
        margin-left: 4.875rem !important
    }

    .ms-sm-80 {
        margin-left: 5rem !important
    }

    .ms-sm-82 {
        margin-left: 5.125rem !important
    }

    .ms-sm-84 {
        margin-left: 5.25rem !important
    }

    .ms-sm-92 {
        margin-left: 5.75rem !important
    }

    .ms-sm-96 {
        margin-left: 6rem !important
    }

    .ms-sm-102 {
        margin-left: 6.375rem !important
    }

    .ms-sm-112 {
        margin-left: 7rem !important
    }

    .ms-sm-124 {
        margin-left: 7.75rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .m-sm-n1 {
        margin: -.625rem !important
    }

    .m-sm-n2 {
        margin: -.125rem !important
    }

    .m-sm-n4 {
        margin: -.25rem !important
    }

    .m-sm-n6 {
        margin: -.375rem !important
    }

    .m-sm-n8 {
        margin: -.5rem !important
    }

    .m-sm-n10 {
        margin: -.625rem !important
    }

    .m-sm-n12 {
        margin: -.75rem !important
    }

    .m-sm-n14 {
        margin: -.875rem !important
    }

    .m-sm-n16 {
        margin: -1rem !important
    }

    .m-sm-n18 {
        margin: -1.125rem !important
    }

    .m-sm-n20 {
        margin: -1.25rem !important
    }

    .m-sm-n22 {
        margin: -1.375rem !important
    }

    .m-sm-n24 {
        margin: -1.5rem !important
    }

    .m-sm-n28 {
        margin: -1.75rem !important
    }

    .m-sm-n30 {
        margin: -1.875rem !important
    }

    .m-sm-n32 {
        margin: -2rem !important
    }

    .m-sm-n36 {
        margin: -2.25rem !important
    }

    .m-sm-n38 {
        margin: -2.375rem !important
    }

    .m-sm-n40 {
        margin: -2.5rem !important
    }

    .m-sm-n44 {
        margin: -2.75rem !important
    }

    .m-sm-n46 {
        margin: -2.875rem !important
    }

    .m-sm-n48 {
        margin: -3rem !important
    }

    .m-sm-n50 {
        margin: -3.125rem !important
    }

    .m-sm-n52 {
        margin: -3.25rem !important
    }

    .m-sm-n56 {
        margin: -3.5rem !important
    }

    .m-sm-n58 {
        margin: -3.625rem !important
    }

    .m-sm-n60 {
        margin: -3.75rem !important
    }

    .m-sm-n62 {
        margin: -3.875rem !important
    }

    .m-sm-n64 {
        margin: -4rem !important
    }

    .m-sm-n68 {
        margin: -4.25rem !important
    }

    .m-sm-n70 {
        margin: -4.375rem !important
    }

    .m-sm-n72 {
        margin: -4.5rem !important
    }

    .m-sm-n74 {
        margin: -4.625rem !important
    }

    .m-sm-n76 {
        margin: -4.75rem !important
    }

    .m-sm-n78 {
        margin: -4.875rem !important
    }

    .m-sm-n80 {
        margin: -5rem !important
    }

    .m-sm-n82 {
        margin: -5.125rem !important
    }

    .m-sm-n84 {
        margin: -5.25rem !important
    }

    .m-sm-n92 {
        margin: -5.75rem !important
    }

    .m-sm-n96 {
        margin: -6rem !important
    }

    .m-sm-n102 {
        margin: -6.375rem !important
    }

    .m-sm-n112 {
        margin: -7rem !important
    }

    .m-sm-n124 {
        margin: -7.75rem !important
    }

    .mx-sm-n1 {
        margin-left: -.625rem !important;
        margin-right: -.625rem !important
    }

    .mx-sm-n2 {
        margin-left: -.125rem !important;
        margin-right: -.125rem !important
    }

    .mx-sm-n4 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-sm-n6 {
        margin-left: -.375rem !important;
        margin-right: -.375rem !important
    }

    .mx-sm-n8 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-sm-n10 {
        margin-left: -.625rem !important;
        margin-right: -.625rem !important
    }

    .mx-sm-n12 {
        margin-left: -.75rem !important;
        margin-right: -.75rem !important
    }

    .mx-sm-n14 {
        margin-left: -.875rem !important;
        margin-right: -.875rem !important
    }

    .mx-sm-n16 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-sm-n18 {
        margin-left: -1.125rem !important;
        margin-right: -1.125rem !important
    }

    .mx-sm-n20 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .mx-sm-n22 {
        margin-left: -1.375rem !important;
        margin-right: -1.375rem !important
    }

    .mx-sm-n24 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-sm-n28 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important
    }

    .mx-sm-n30 {
        margin-left: -1.875rem !important;
        margin-right: -1.875rem !important
    }

    .mx-sm-n32 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-sm-n36 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important
    }

    .mx-sm-n38 {
        margin-left: -2.375rem !important;
        margin-right: -2.375rem !important
    }

    .mx-sm-n40 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-sm-n44 {
        margin-left: -2.75rem !important;
        margin-right: -2.75rem !important
    }

    .mx-sm-n46 {
        margin-left: -2.875rem !important;
        margin-right: -2.875rem !important
    }

    .mx-sm-n48 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-sm-n50 {
        margin-left: -3.125rem !important;
        margin-right: -3.125rem !important
    }

    .mx-sm-n52 {
        margin-left: -3.25rem !important;
        margin-right: -3.25rem !important
    }

    .mx-sm-n56 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important
    }

    .mx-sm-n58 {
        margin-left: -3.625rem !important;
        margin-right: -3.625rem !important
    }

    .mx-sm-n60 {
        margin-left: -3.75rem !important;
        margin-right: -3.75rem !important
    }

    .mx-sm-n62 {
        margin-left: -3.875rem !important;
        margin-right: -3.875rem !important
    }

    .mx-sm-n64 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .mx-sm-n68 {
        margin-left: -4.25rem !important;
        margin-right: -4.25rem !important
    }

    .mx-sm-n70 {
        margin-left: -4.375rem !important;
        margin-right: -4.375rem !important
    }

    .mx-sm-n72 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-sm-n74 {
        margin-left: -4.625rem !important;
        margin-right: -4.625rem !important
    }

    .mx-sm-n76 {
        margin-left: -4.75rem !important;
        margin-right: -4.75rem !important
    }

    .mx-sm-n78 {
        margin-left: -4.875rem !important;
        margin-right: -4.875rem !important
    }

    .mx-sm-n80 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .mx-sm-n82 {
        margin-left: -5.125rem !important;
        margin-right: -5.125rem !important
    }

    .mx-sm-n84 {
        margin-left: -5.25rem !important;
        margin-right: -5.25rem !important
    }

    .mx-sm-n92 {
        margin-left: -5.75rem !important;
        margin-right: -5.75rem !important
    }

    .mx-sm-n96 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-sm-n102 {
        margin-left: -6.375rem !important;
        margin-right: -6.375rem !important
    }

    .mx-sm-n112 {
        margin-left: -7rem !important;
        margin-right: -7rem !important
    }

    .mx-sm-n124 {
        margin-left: -7.75rem !important;
        margin-right: -7.75rem !important
    }

    .my-sm-n1 {
        margin-bottom: -.625rem !important;
        margin-top: -.625rem !important
    }

    .my-sm-n2 {
        margin-bottom: -.125rem !important;
        margin-top: -.125rem !important
    }

    .my-sm-n4 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-sm-n6 {
        margin-bottom: -.375rem !important;
        margin-top: -.375rem !important
    }

    .my-sm-n8 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-sm-n10 {
        margin-bottom: -.625rem !important;
        margin-top: -.625rem !important
    }

    .my-sm-n12 {
        margin-bottom: -.75rem !important;
        margin-top: -.75rem !important
    }

    .my-sm-n14 {
        margin-bottom: -.875rem !important;
        margin-top: -.875rem !important
    }

    .my-sm-n16 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-sm-n18 {
        margin-bottom: -1.125rem !important;
        margin-top: -1.125rem !important
    }

    .my-sm-n20 {
        margin-bottom: -1.25rem !important;
        margin-top: -1.25rem !important
    }

    .my-sm-n22 {
        margin-bottom: -1.375rem !important;
        margin-top: -1.375rem !important
    }

    .my-sm-n24 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-sm-n28 {
        margin-bottom: -1.75rem !important;
        margin-top: -1.75rem !important
    }

    .my-sm-n30 {
        margin-bottom: -1.875rem !important;
        margin-top: -1.875rem !important
    }

    .my-sm-n32 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-sm-n36 {
        margin-bottom: -2.25rem !important;
        margin-top: -2.25rem !important
    }

    .my-sm-n38 {
        margin-bottom: -2.375rem !important;
        margin-top: -2.375rem !important
    }

    .my-sm-n40 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-sm-n44 {
        margin-bottom: -2.75rem !important;
        margin-top: -2.75rem !important
    }

    .my-sm-n46 {
        margin-bottom: -2.875rem !important;
        margin-top: -2.875rem !important
    }

    .my-sm-n48 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-sm-n50 {
        margin-bottom: -3.125rem !important;
        margin-top: -3.125rem !important
    }

    .my-sm-n52 {
        margin-bottom: -3.25rem !important;
        margin-top: -3.25rem !important
    }

    .my-sm-n56 {
        margin-bottom: -3.5rem !important;
        margin-top: -3.5rem !important
    }

    .my-sm-n58 {
        margin-bottom: -3.625rem !important;
        margin-top: -3.625rem !important
    }

    .my-sm-n60 {
        margin-bottom: -3.75rem !important;
        margin-top: -3.75rem !important
    }

    .my-sm-n62 {
        margin-bottom: -3.875rem !important;
        margin-top: -3.875rem !important
    }

    .my-sm-n64 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important
    }

    .my-sm-n68 {
        margin-bottom: -4.25rem !important;
        margin-top: -4.25rem !important
    }

    .my-sm-n70 {
        margin-bottom: -4.375rem !important;
        margin-top: -4.375rem !important
    }

    .my-sm-n72 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-sm-n74 {
        margin-bottom: -4.625rem !important;
        margin-top: -4.625rem !important
    }

    .my-sm-n76 {
        margin-bottom: -4.75rem !important;
        margin-top: -4.75rem !important
    }

    .my-sm-n78 {
        margin-bottom: -4.875rem !important;
        margin-top: -4.875rem !important
    }

    .my-sm-n80 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important
    }

    .my-sm-n82 {
        margin-bottom: -5.125rem !important;
        margin-top: -5.125rem !important
    }

    .my-sm-n84 {
        margin-bottom: -5.25rem !important;
        margin-top: -5.25rem !important
    }

    .my-sm-n92 {
        margin-bottom: -5.75rem !important;
        margin-top: -5.75rem !important
    }

    .my-sm-n96 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-sm-n102 {
        margin-bottom: -6.375rem !important;
        margin-top: -6.375rem !important
    }

    .my-sm-n112 {
        margin-bottom: -7rem !important;
        margin-top: -7rem !important
    }

    .my-sm-n124 {
        margin-bottom: -7.75rem !important;
        margin-top: -7.75rem !important
    }

    .mt-sm-n1 {
        margin-top: -.625rem !important
    }

    .mt-sm-n2 {
        margin-top: -.125rem !important
    }

    .mt-sm-n4 {
        margin-top: -.25rem !important
    }

    .mt-sm-n6 {
        margin-top: -.375rem !important
    }

    .mt-sm-n8 {
        margin-top: -.5rem !important
    }

    .mt-sm-n10 {
        margin-top: -.625rem !important
    }

    .mt-sm-n12 {
        margin-top: -.75rem !important
    }

    .mt-sm-n14 {
        margin-top: -.875rem !important
    }

    .mt-sm-n16 {
        margin-top: -1rem !important
    }

    .mt-sm-n18 {
        margin-top: -1.125rem !important
    }

    .mt-sm-n20 {
        margin-top: -1.25rem !important
    }

    .mt-sm-n22 {
        margin-top: -1.375rem !important
    }

    .mt-sm-n24 {
        margin-top: -1.5rem !important
    }

    .mt-sm-n28 {
        margin-top: -1.75rem !important
    }

    .mt-sm-n30 {
        margin-top: -1.875rem !important
    }

    .mt-sm-n32 {
        margin-top: -2rem !important
    }

    .mt-sm-n36 {
        margin-top: -2.25rem !important
    }

    .mt-sm-n38 {
        margin-top: -2.375rem !important
    }

    .mt-sm-n40 {
        margin-top: -2.5rem !important
    }

    .mt-sm-n44 {
        margin-top: -2.75rem !important
    }

    .mt-sm-n46 {
        margin-top: -2.875rem !important
    }

    .mt-sm-n48 {
        margin-top: -3rem !important
    }

    .mt-sm-n50 {
        margin-top: -3.125rem !important
    }

    .mt-sm-n52 {
        margin-top: -3.25rem !important
    }

    .mt-sm-n56 {
        margin-top: -3.5rem !important
    }

    .mt-sm-n58 {
        margin-top: -3.625rem !important
    }

    .mt-sm-n60 {
        margin-top: -3.75rem !important
    }

    .mt-sm-n62 {
        margin-top: -3.875rem !important
    }

    .mt-sm-n64 {
        margin-top: -4rem !important
    }

    .mt-sm-n68 {
        margin-top: -4.25rem !important
    }

    .mt-sm-n70 {
        margin-top: -4.375rem !important
    }

    .mt-sm-n72 {
        margin-top: -4.5rem !important
    }

    .mt-sm-n74 {
        margin-top: -4.625rem !important
    }

    .mt-sm-n76 {
        margin-top: -4.75rem !important
    }

    .mt-sm-n78 {
        margin-top: -4.875rem !important
    }

    .mt-sm-n80 {
        margin-top: -5rem !important
    }

    .mt-sm-n82 {
        margin-top: -5.125rem !important
    }

    .mt-sm-n84 {
        margin-top: -5.25rem !important
    }

    .mt-sm-n92 {
        margin-top: -5.75rem !important
    }

    .mt-sm-n96 {
        margin-top: -6rem !important
    }

    .mt-sm-n102 {
        margin-top: -6.375rem !important
    }

    .mt-sm-n112 {
        margin-top: -7rem !important
    }

    .mt-sm-n124 {
        margin-top: -7.75rem !important
    }

    .me-sm-n1 {
        margin-right: -.625rem !important
    }

    .me-sm-n2 {
        margin-right: -.125rem !important
    }

    .me-sm-n4 {
        margin-right: -.25rem !important
    }

    .me-sm-n6 {
        margin-right: -.375rem !important
    }

    .me-sm-n8 {
        margin-right: -.5rem !important
    }

    .me-sm-n10 {
        margin-right: -.625rem !important
    }

    .me-sm-n12 {
        margin-right: -.75rem !important
    }

    .me-sm-n14 {
        margin-right: -.875rem !important
    }

    .me-sm-n16 {
        margin-right: -1rem !important
    }

    .me-sm-n18 {
        margin-right: -1.125rem !important
    }

    .me-sm-n20 {
        margin-right: -1.25rem !important
    }

    .me-sm-n22 {
        margin-right: -1.375rem !important
    }

    .me-sm-n24 {
        margin-right: -1.5rem !important
    }

    .me-sm-n28 {
        margin-right: -1.75rem !important
    }

    .me-sm-n30 {
        margin-right: -1.875rem !important
    }

    .me-sm-n32 {
        margin-right: -2rem !important
    }

    .me-sm-n36 {
        margin-right: -2.25rem !important
    }

    .me-sm-n38 {
        margin-right: -2.375rem !important
    }

    .me-sm-n40 {
        margin-right: -2.5rem !important
    }

    .me-sm-n44 {
        margin-right: -2.75rem !important
    }

    .me-sm-n46 {
        margin-right: -2.875rem !important
    }

    .me-sm-n48 {
        margin-right: -3rem !important
    }

    .me-sm-n50 {
        margin-right: -3.125rem !important
    }

    .me-sm-n52 {
        margin-right: -3.25rem !important
    }

    .me-sm-n56 {
        margin-right: -3.5rem !important
    }

    .me-sm-n58 {
        margin-right: -3.625rem !important
    }

    .me-sm-n60 {
        margin-right: -3.75rem !important
    }

    .me-sm-n62 {
        margin-right: -3.875rem !important
    }

    .me-sm-n64 {
        margin-right: -4rem !important
    }

    .me-sm-n68 {
        margin-right: -4.25rem !important
    }

    .me-sm-n70 {
        margin-right: -4.375rem !important
    }

    .me-sm-n72 {
        margin-right: -4.5rem !important
    }

    .me-sm-n74 {
        margin-right: -4.625rem !important
    }

    .me-sm-n76 {
        margin-right: -4.75rem !important
    }

    .me-sm-n78 {
        margin-right: -4.875rem !important
    }

    .me-sm-n80 {
        margin-right: -5rem !important
    }

    .me-sm-n82 {
        margin-right: -5.125rem !important
    }

    .me-sm-n84 {
        margin-right: -5.25rem !important
    }

    .me-sm-n92 {
        margin-right: -5.75rem !important
    }

    .me-sm-n96 {
        margin-right: -6rem !important
    }

    .me-sm-n102 {
        margin-right: -6.375rem !important
    }

    .me-sm-n112 {
        margin-right: -7rem !important
    }

    .me-sm-n124 {
        margin-right: -7.75rem !important
    }

    .mb-sm-n1 {
        margin-bottom: -.625rem !important
    }

    .mb-sm-n2 {
        margin-bottom: -.125rem !important
    }

    .mb-sm-n4 {
        margin-bottom: -.25rem !important
    }

    .mb-sm-n6 {
        margin-bottom: -.375rem !important
    }

    .mb-sm-n8 {
        margin-bottom: -.5rem !important
    }

    .mb-sm-n10 {
        margin-bottom: -.625rem !important
    }

    .mb-sm-n12 {
        margin-bottom: -.75rem !important
    }

    .mb-sm-n14 {
        margin-bottom: -.875rem !important
    }

    .mb-sm-n16 {
        margin-bottom: -1rem !important
    }

    .mb-sm-n18 {
        margin-bottom: -1.125rem !important
    }

    .mb-sm-n20 {
        margin-bottom: -1.25rem !important
    }

    .mb-sm-n22 {
        margin-bottom: -1.375rem !important
    }

    .mb-sm-n24 {
        margin-bottom: -1.5rem !important
    }

    .mb-sm-n28 {
        margin-bottom: -1.75rem !important
    }

    .mb-sm-n30 {
        margin-bottom: -1.875rem !important
    }

    .mb-sm-n32 {
        margin-bottom: -2rem !important
    }

    .mb-sm-n36 {
        margin-bottom: -2.25rem !important
    }

    .mb-sm-n38 {
        margin-bottom: -2.375rem !important
    }

    .mb-sm-n40 {
        margin-bottom: -2.5rem !important
    }

    .mb-sm-n44 {
        margin-bottom: -2.75rem !important
    }

    .mb-sm-n46 {
        margin-bottom: -2.875rem !important
    }

    .mb-sm-n48 {
        margin-bottom: -3rem !important
    }

    .mb-sm-n50 {
        margin-bottom: -3.125rem !important
    }

    .mb-sm-n52 {
        margin-bottom: -3.25rem !important
    }

    .mb-sm-n56 {
        margin-bottom: -3.5rem !important
    }

    .mb-sm-n58 {
        margin-bottom: -3.625rem !important
    }

    .mb-sm-n60 {
        margin-bottom: -3.75rem !important
    }

    .mb-sm-n62 {
        margin-bottom: -3.875rem !important
    }

    .mb-sm-n64 {
        margin-bottom: -4rem !important
    }

    .mb-sm-n68 {
        margin-bottom: -4.25rem !important
    }

    .mb-sm-n70 {
        margin-bottom: -4.375rem !important
    }

    .mb-sm-n72 {
        margin-bottom: -4.5rem !important
    }

    .mb-sm-n74 {
        margin-bottom: -4.625rem !important
    }

    .mb-sm-n76 {
        margin-bottom: -4.75rem !important
    }

    .mb-sm-n78 {
        margin-bottom: -4.875rem !important
    }

    .mb-sm-n80 {
        margin-bottom: -5rem !important
    }

    .mb-sm-n82 {
        margin-bottom: -5.125rem !important
    }

    .mb-sm-n84 {
        margin-bottom: -5.25rem !important
    }

    .mb-sm-n92 {
        margin-bottom: -5.75rem !important
    }

    .mb-sm-n96 {
        margin-bottom: -6rem !important
    }

    .mb-sm-n102 {
        margin-bottom: -6.375rem !important
    }

    .mb-sm-n112 {
        margin-bottom: -7rem !important
    }

    .mb-sm-n124 {
        margin-bottom: -7.75rem !important
    }

    .ms-sm-n1 {
        margin-left: -.625rem !important
    }

    .ms-sm-n2 {
        margin-left: -.125rem !important
    }

    .ms-sm-n4 {
        margin-left: -.25rem !important
    }

    .ms-sm-n6 {
        margin-left: -.375rem !important
    }

    .ms-sm-n8 {
        margin-left: -.5rem !important
    }

    .ms-sm-n10 {
        margin-left: -.625rem !important
    }

    .ms-sm-n12 {
        margin-left: -.75rem !important
    }

    .ms-sm-n14 {
        margin-left: -.875rem !important
    }

    .ms-sm-n16 {
        margin-left: -1rem !important
    }

    .ms-sm-n18 {
        margin-left: -1.125rem !important
    }

    .ms-sm-n20 {
        margin-left: -1.25rem !important
    }

    .ms-sm-n22 {
        margin-left: -1.375rem !important
    }

    .ms-sm-n24 {
        margin-left: -1.5rem !important
    }

    .ms-sm-n28 {
        margin-left: -1.75rem !important
    }

    .ms-sm-n30 {
        margin-left: -1.875rem !important
    }

    .ms-sm-n32 {
        margin-left: -2rem !important
    }

    .ms-sm-n36 {
        margin-left: -2.25rem !important
    }

    .ms-sm-n38 {
        margin-left: -2.375rem !important
    }

    .ms-sm-n40 {
        margin-left: -2.5rem !important
    }

    .ms-sm-n44 {
        margin-left: -2.75rem !important
    }

    .ms-sm-n46 {
        margin-left: -2.875rem !important
    }

    .ms-sm-n48 {
        margin-left: -3rem !important
    }

    .ms-sm-n50 {
        margin-left: -3.125rem !important
    }

    .ms-sm-n52 {
        margin-left: -3.25rem !important
    }

    .ms-sm-n56 {
        margin-left: -3.5rem !important
    }

    .ms-sm-n58 {
        margin-left: -3.625rem !important
    }

    .ms-sm-n60 {
        margin-left: -3.75rem !important
    }

    .ms-sm-n62 {
        margin-left: -3.875rem !important
    }

    .ms-sm-n64 {
        margin-left: -4rem !important
    }

    .ms-sm-n68 {
        margin-left: -4.25rem !important
    }

    .ms-sm-n70 {
        margin-left: -4.375rem !important
    }

    .ms-sm-n72 {
        margin-left: -4.5rem !important
    }

    .ms-sm-n74 {
        margin-left: -4.625rem !important
    }

    .ms-sm-n76 {
        margin-left: -4.75rem !important
    }

    .ms-sm-n78 {
        margin-left: -4.875rem !important
    }

    .ms-sm-n80 {
        margin-left: -5rem !important
    }

    .ms-sm-n82 {
        margin-left: -5.125rem !important
    }

    .ms-sm-n84 {
        margin-left: -5.25rem !important
    }

    .ms-sm-n92 {
        margin-left: -5.75rem !important
    }

    .ms-sm-n96 {
        margin-left: -6rem !important
    }

    .ms-sm-n102 {
        margin-left: -6.375rem !important
    }

    .ms-sm-n112 {
        margin-left: -7rem !important
    }

    .ms-sm-n124 {
        margin-left: -7.75rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .625rem !important
    }

    .p-sm-2 {
        padding: .125rem !important
    }

    .p-sm-4 {
        padding: .25rem !important
    }

    .p-sm-6 {
        padding: .375rem !important
    }

    .p-sm-8 {
        padding: .5rem !important
    }

    .p-sm-10 {
        padding: .625rem !important
    }

    .p-sm-12 {
        padding: .75rem !important
    }

    .p-sm-14 {
        padding: .875rem !important
    }

    .p-sm-16 {
        padding: 1rem !important
    }

    .p-sm-18 {
        padding: 1.125rem !important
    }

    .p-sm-20 {
        padding: 1.25rem !important
    }

    .p-sm-22 {
        padding: 1.375rem !important
    }

    .p-sm-24 {
        padding: 1.5rem !important
    }

    .p-sm-28 {
        padding: 1.75rem !important
    }

    .p-sm-30 {
        padding: 1.875rem !important
    }

    .p-sm-32 {
        padding: 2rem !important
    }

    .p-sm-36 {
        padding: 2.25rem !important
    }

    .p-sm-38 {
        padding: 2.375rem !important
    }

    .p-sm-40 {
        padding: 2.5rem !important
    }

    .p-sm-44 {
        padding: 2.75rem !important
    }

    .p-sm-46 {
        padding: 2.875rem !important
    }

    .p-sm-48 {
        padding: 3rem !important
    }

    .p-sm-50 {
        padding: 3.125rem !important
    }

    .p-sm-52 {
        padding: 3.25rem !important
    }

    .p-sm-56 {
        padding: 3.5rem !important
    }

    .p-sm-58 {
        padding: 3.625rem !important
    }

    .p-sm-60 {
        padding: 3.75rem !important
    }

    .p-sm-62 {
        padding: 3.875rem !important
    }

    .p-sm-64 {
        padding: 4rem !important
    }

    .p-sm-68 {
        padding: 4.25rem !important
    }

    .p-sm-70 {
        padding: 4.375rem !important
    }

    .p-sm-72 {
        padding: 4.5rem !important
    }

    .p-sm-74 {
        padding: 4.625rem !important
    }

    .p-sm-76 {
        padding: 4.75rem !important
    }

    .p-sm-78 {
        padding: 4.875rem !important
    }

    .p-sm-80 {
        padding: 5rem !important
    }

    .p-sm-82 {
        padding: 5.125rem !important
    }

    .p-sm-84 {
        padding: 5.25rem !important
    }

    .p-sm-92 {
        padding: 5.75rem !important
    }

    .p-sm-96 {
        padding: 6rem !important
    }

    .p-sm-102 {
        padding: 6.375rem !important
    }

    .p-sm-112 {
        padding: 7rem !important
    }

    .p-sm-124 {
        padding: 7.75rem !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-1 {
        padding-left: .625rem !important;
        padding-right: .625rem !important
    }

    .px-sm-2 {
        padding-left: .125rem !important;
        padding-right: .125rem !important
    }

    .px-sm-4 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-sm-6 {
        padding-left: .375rem !important;
        padding-right: .375rem !important
    }

    .px-sm-8 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-sm-10 {
        padding-left: .625rem !important;
        padding-right: .625rem !important
    }

    .px-sm-12 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .px-sm-14 {
        padding-left: .875rem !important;
        padding-right: .875rem !important
    }

    .px-sm-16 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-18 {
        padding-left: 1.125rem !important;
        padding-right: 1.125rem !important
    }

    .px-sm-20 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-sm-22 {
        padding-left: 1.375rem !important;
        padding-right: 1.375rem !important
    }

    .px-sm-24 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-28 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .px-sm-30 {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important
    }

    .px-sm-32 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-sm-36 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important
    }

    .px-sm-38 {
        padding-left: 2.375rem !important;
        padding-right: 2.375rem !important
    }

    .px-sm-40 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-sm-44 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important
    }

    .px-sm-46 {
        padding-left: 2.875rem !important;
        padding-right: 2.875rem !important
    }

    .px-sm-48 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-sm-50 {
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important
    }

    .px-sm-52 {
        padding-left: 3.25rem !important;
        padding-right: 3.25rem !important
    }

    .px-sm-56 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-sm-58 {
        padding-left: 3.625rem !important;
        padding-right: 3.625rem !important
    }

    .px-sm-60 {
        padding-left: 3.75rem !important;
        padding-right: 3.75rem !important
    }

    .px-sm-62 {
        padding-left: 3.875rem !important;
        padding-right: 3.875rem !important
    }

    .px-sm-64 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-sm-68 {
        padding-left: 4.25rem !important;
        padding-right: 4.25rem !important
    }

    .px-sm-70 {
        padding-left: 4.375rem !important;
        padding-right: 4.375rem !important
    }

    .px-sm-72 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-sm-74 {
        padding-left: 4.625rem !important;
        padding-right: 4.625rem !important
    }

    .px-sm-76 {
        padding-left: 4.75rem !important;
        padding-right: 4.75rem !important
    }

    .px-sm-78 {
        padding-left: 4.875rem !important;
        padding-right: 4.875rem !important
    }

    .px-sm-80 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-sm-82 {
        padding-left: 5.125rem !important;
        padding-right: 5.125rem !important
    }

    .px-sm-84 {
        padding-left: 5.25rem !important;
        padding-right: 5.25rem !important
    }

    .px-sm-92 {
        padding-left: 5.75rem !important;
        padding-right: 5.75rem !important
    }

    .px-sm-96 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-sm-102 {
        padding-left: 6.375rem !important;
        padding-right: 6.375rem !important
    }

    .px-sm-112 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-sm-124 {
        padding-left: 7.75rem !important;
        padding-right: 7.75rem !important
    }

    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-sm-1 {
        padding-bottom: .625rem !important;
        padding-top: .625rem !important
    }

    .py-sm-2 {
        padding-bottom: .125rem !important;
        padding-top: .125rem !important
    }

    .py-sm-4 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-sm-6 {
        padding-bottom: .375rem !important;
        padding-top: .375rem !important
    }

    .py-sm-8 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-sm-10 {
        padding-bottom: .625rem !important;
        padding-top: .625rem !important
    }

    .py-sm-12 {
        padding-bottom: .75rem !important;
        padding-top: .75rem !important
    }

    .py-sm-14 {
        padding-bottom: .875rem !important;
        padding-top: .875rem !important
    }

    .py-sm-16 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-sm-18 {
        padding-bottom: 1.125rem !important;
        padding-top: 1.125rem !important
    }

    .py-sm-20 {
        padding-bottom: 1.25rem !important;
        padding-top: 1.25rem !important
    }

    .py-sm-22 {
        padding-bottom: 1.375rem !important;
        padding-top: 1.375rem !important
    }

    .py-sm-24 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-sm-28 {
        padding-bottom: 1.75rem !important;
        padding-top: 1.75rem !important
    }

    .py-sm-30 {
        padding-bottom: 1.875rem !important;
        padding-top: 1.875rem !important
    }

    .py-sm-32 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-sm-36 {
        padding-bottom: 2.25rem !important;
        padding-top: 2.25rem !important
    }

    .py-sm-38 {
        padding-bottom: 2.375rem !important;
        padding-top: 2.375rem !important
    }

    .py-sm-40 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-sm-44 {
        padding-bottom: 2.75rem !important;
        padding-top: 2.75rem !important
    }

    .py-sm-46 {
        padding-bottom: 2.875rem !important;
        padding-top: 2.875rem !important
    }

    .py-sm-48 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-sm-50 {
        padding-bottom: 3.125rem !important;
        padding-top: 3.125rem !important
    }

    .py-sm-52 {
        padding-bottom: 3.25rem !important;
        padding-top: 3.25rem !important
    }

    .py-sm-56 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .py-sm-58 {
        padding-bottom: 3.625rem !important;
        padding-top: 3.625rem !important
    }

    .py-sm-60 {
        padding-bottom: 3.75rem !important;
        padding-top: 3.75rem !important
    }

    .py-sm-62 {
        padding-bottom: 3.875rem !important;
        padding-top: 3.875rem !important
    }

    .py-sm-64 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-sm-68 {
        padding-bottom: 4.25rem !important;
        padding-top: 4.25rem !important
    }

    .py-sm-70 {
        padding-bottom: 4.375rem !important;
        padding-top: 4.375rem !important
    }

    .py-sm-72 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-sm-74 {
        padding-bottom: 4.625rem !important;
        padding-top: 4.625rem !important
    }

    .py-sm-76 {
        padding-bottom: 4.75rem !important;
        padding-top: 4.75rem !important
    }

    .py-sm-78 {
        padding-bottom: 4.875rem !important;
        padding-top: 4.875rem !important
    }

    .py-sm-80 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-sm-82 {
        padding-bottom: 5.125rem !important;
        padding-top: 5.125rem !important
    }

    .py-sm-84 {
        padding-bottom: 5.25rem !important;
        padding-top: 5.25rem !important
    }

    .py-sm-92 {
        padding-bottom: 5.75rem !important;
        padding-top: 5.75rem !important
    }

    .py-sm-96 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-sm-102 {
        padding-bottom: 6.375rem !important;
        padding-top: 6.375rem !important
    }

    .py-sm-112 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .py-sm-124 {
        padding-bottom: 7.75rem !important;
        padding-top: 7.75rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .625rem !important
    }

    .pt-sm-2 {
        padding-top: .125rem !important
    }

    .pt-sm-4 {
        padding-top: .25rem !important
    }

    .pt-sm-6 {
        padding-top: .375rem !important
    }

    .pt-sm-8 {
        padding-top: .5rem !important
    }

    .pt-sm-10 {
        padding-top: .625rem !important
    }

    .pt-sm-12 {
        padding-top: .75rem !important
    }

    .pt-sm-14 {
        padding-top: .875rem !important
    }

    .pt-sm-16 {
        padding-top: 1rem !important
    }

    .pt-sm-18 {
        padding-top: 1.125rem !important
    }

    .pt-sm-20 {
        padding-top: 1.25rem !important
    }

    .pt-sm-22 {
        padding-top: 1.375rem !important
    }

    .pt-sm-24 {
        padding-top: 1.5rem !important
    }

    .pt-sm-28 {
        padding-top: 1.75rem !important
    }

    .pt-sm-30 {
        padding-top: 1.875rem !important
    }

    .pt-sm-32 {
        padding-top: 2rem !important
    }

    .pt-sm-36 {
        padding-top: 2.25rem !important
    }

    .pt-sm-38 {
        padding-top: 2.375rem !important
    }

    .pt-sm-40 {
        padding-top: 2.5rem !important
    }

    .pt-sm-44 {
        padding-top: 2.75rem !important
    }

    .pt-sm-46 {
        padding-top: 2.875rem !important
    }

    .pt-sm-48 {
        padding-top: 3rem !important
    }

    .pt-sm-50 {
        padding-top: 3.125rem !important
    }

    .pt-sm-52 {
        padding-top: 3.25rem !important
    }

    .pt-sm-56 {
        padding-top: 3.5rem !important
    }

    .pt-sm-58 {
        padding-top: 3.625rem !important
    }

    .pt-sm-60 {
        padding-top: 3.75rem !important
    }

    .pt-sm-62 {
        padding-top: 3.875rem !important
    }

    .pt-sm-64 {
        padding-top: 4rem !important
    }

    .pt-sm-68 {
        padding-top: 4.25rem !important
    }

    .pt-sm-70 {
        padding-top: 4.375rem !important
    }

    .pt-sm-72 {
        padding-top: 4.5rem !important
    }

    .pt-sm-74 {
        padding-top: 4.625rem !important
    }

    .pt-sm-76 {
        padding-top: 4.75rem !important
    }

    .pt-sm-78 {
        padding-top: 4.875rem !important
    }

    .pt-sm-80 {
        padding-top: 5rem !important
    }

    .pt-sm-82 {
        padding-top: 5.125rem !important
    }

    .pt-sm-84 {
        padding-top: 5.25rem !important
    }

    .pt-sm-92 {
        padding-top: 5.75rem !important
    }

    .pt-sm-96 {
        padding-top: 6rem !important
    }

    .pt-sm-102 {
        padding-top: 6.375rem !important
    }

    .pt-sm-112 {
        padding-top: 7rem !important
    }

    .pt-sm-124 {
        padding-top: 7.75rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .625rem !important
    }

    .pe-sm-2 {
        padding-right: .125rem !important
    }

    .pe-sm-4 {
        padding-right: .25rem !important
    }

    .pe-sm-6 {
        padding-right: .375rem !important
    }

    .pe-sm-8 {
        padding-right: .5rem !important
    }

    .pe-sm-10 {
        padding-right: .625rem !important
    }

    .pe-sm-12 {
        padding-right: .75rem !important
    }

    .pe-sm-14 {
        padding-right: .875rem !important
    }

    .pe-sm-16 {
        padding-right: 1rem !important
    }

    .pe-sm-18 {
        padding-right: 1.125rem !important
    }

    .pe-sm-20 {
        padding-right: 1.25rem !important
    }

    .pe-sm-22 {
        padding-right: 1.375rem !important
    }

    .pe-sm-24 {
        padding-right: 1.5rem !important
    }

    .pe-sm-28 {
        padding-right: 1.75rem !important
    }

    .pe-sm-30 {
        padding-right: 1.875rem !important
    }

    .pe-sm-32 {
        padding-right: 2rem !important
    }

    .pe-sm-36 {
        padding-right: 2.25rem !important
    }

    .pe-sm-38 {
        padding-right: 2.375rem !important
    }

    .pe-sm-40 {
        padding-right: 2.5rem !important
    }

    .pe-sm-44 {
        padding-right: 2.75rem !important
    }

    .pe-sm-46 {
        padding-right: 2.875rem !important
    }

    .pe-sm-48 {
        padding-right: 3rem !important
    }

    .pe-sm-50 {
        padding-right: 3.125rem !important
    }

    .pe-sm-52 {
        padding-right: 3.25rem !important
    }

    .pe-sm-56 {
        padding-right: 3.5rem !important
    }

    .pe-sm-58 {
        padding-right: 3.625rem !important
    }

    .pe-sm-60 {
        padding-right: 3.75rem !important
    }

    .pe-sm-62 {
        padding-right: 3.875rem !important
    }

    .pe-sm-64 {
        padding-right: 4rem !important
    }

    .pe-sm-68 {
        padding-right: 4.25rem !important
    }

    .pe-sm-70 {
        padding-right: 4.375rem !important
    }

    .pe-sm-72 {
        padding-right: 4.5rem !important
    }

    .pe-sm-74 {
        padding-right: 4.625rem !important
    }

    .pe-sm-76 {
        padding-right: 4.75rem !important
    }

    .pe-sm-78 {
        padding-right: 4.875rem !important
    }

    .pe-sm-80 {
        padding-right: 5rem !important
    }

    .pe-sm-82 {
        padding-right: 5.125rem !important
    }

    .pe-sm-84 {
        padding-right: 5.25rem !important
    }

    .pe-sm-92 {
        padding-right: 5.75rem !important
    }

    .pe-sm-96 {
        padding-right: 6rem !important
    }

    .pe-sm-102 {
        padding-right: 6.375rem !important
    }

    .pe-sm-112 {
        padding-right: 7rem !important
    }

    .pe-sm-124 {
        padding-right: 7.75rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .625rem !important
    }

    .pb-sm-2 {
        padding-bottom: .125rem !important
    }

    .pb-sm-4 {
        padding-bottom: .25rem !important
    }

    .pb-sm-6 {
        padding-bottom: .375rem !important
    }

    .pb-sm-8 {
        padding-bottom: .5rem !important
    }

    .pb-sm-10 {
        padding-bottom: .625rem !important
    }

    .pb-sm-12 {
        padding-bottom: .75rem !important
    }

    .pb-sm-14 {
        padding-bottom: .875rem !important
    }

    .pb-sm-16 {
        padding-bottom: 1rem !important
    }

    .pb-sm-18 {
        padding-bottom: 1.125rem !important
    }

    .pb-sm-20 {
        padding-bottom: 1.25rem !important
    }

    .pb-sm-22 {
        padding-bottom: 1.375rem !important
    }

    .pb-sm-24 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-28 {
        padding-bottom: 1.75rem !important
    }

    .pb-sm-30 {
        padding-bottom: 1.875rem !important
    }

    .pb-sm-32 {
        padding-bottom: 2rem !important
    }

    .pb-sm-36 {
        padding-bottom: 2.25rem !important
    }

    .pb-sm-38 {
        padding-bottom: 2.375rem !important
    }

    .pb-sm-40 {
        padding-bottom: 2.5rem !important
    }

    .pb-sm-44 {
        padding-bottom: 2.75rem !important
    }

    .pb-sm-46 {
        padding-bottom: 2.875rem !important
    }

    .pb-sm-48 {
        padding-bottom: 3rem !important
    }

    .pb-sm-50 {
        padding-bottom: 3.125rem !important
    }

    .pb-sm-52 {
        padding-bottom: 3.25rem !important
    }

    .pb-sm-56 {
        padding-bottom: 3.5rem !important
    }

    .pb-sm-58 {
        padding-bottom: 3.625rem !important
    }

    .pb-sm-60 {
        padding-bottom: 3.75rem !important
    }

    .pb-sm-62 {
        padding-bottom: 3.875rem !important
    }

    .pb-sm-64 {
        padding-bottom: 4rem !important
    }

    .pb-sm-68 {
        padding-bottom: 4.25rem !important
    }

    .pb-sm-70 {
        padding-bottom: 4.375rem !important
    }

    .pb-sm-72 {
        padding-bottom: 4.5rem !important
    }

    .pb-sm-74 {
        padding-bottom: 4.625rem !important
    }

    .pb-sm-76 {
        padding-bottom: 4.75rem !important
    }

    .pb-sm-78 {
        padding-bottom: 4.875rem !important
    }

    .pb-sm-80 {
        padding-bottom: 5rem !important
    }

    .pb-sm-82 {
        padding-bottom: 5.125rem !important
    }

    .pb-sm-84 {
        padding-bottom: 5.25rem !important
    }

    .pb-sm-92 {
        padding-bottom: 5.75rem !important
    }

    .pb-sm-96 {
        padding-bottom: 6rem !important
    }

    .pb-sm-102 {
        padding-bottom: 6.375rem !important
    }

    .pb-sm-112 {
        padding-bottom: 7rem !important
    }

    .pb-sm-124 {
        padding-bottom: 7.75rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .625rem !important
    }

    .ps-sm-2 {
        padding-left: .125rem !important
    }

    .ps-sm-4 {
        padding-left: .25rem !important
    }

    .ps-sm-6 {
        padding-left: .375rem !important
    }

    .ps-sm-8 {
        padding-left: .5rem !important
    }

    .ps-sm-10 {
        padding-left: .625rem !important
    }

    .ps-sm-12 {
        padding-left: .75rem !important
    }

    .ps-sm-14 {
        padding-left: .875rem !important
    }

    .ps-sm-16 {
        padding-left: 1rem !important
    }

    .ps-sm-18 {
        padding-left: 1.125rem !important
    }

    .ps-sm-20 {
        padding-left: 1.25rem !important
    }

    .ps-sm-22 {
        padding-left: 1.375rem !important
    }

    .ps-sm-24 {
        padding-left: 1.5rem !important
    }

    .ps-sm-28 {
        padding-left: 1.75rem !important
    }

    .ps-sm-30 {
        padding-left: 1.875rem !important
    }

    .ps-sm-32 {
        padding-left: 2rem !important
    }

    .ps-sm-36 {
        padding-left: 2.25rem !important
    }

    .ps-sm-38 {
        padding-left: 2.375rem !important
    }

    .ps-sm-40 {
        padding-left: 2.5rem !important
    }

    .ps-sm-44 {
        padding-left: 2.75rem !important
    }

    .ps-sm-46 {
        padding-left: 2.875rem !important
    }

    .ps-sm-48 {
        padding-left: 3rem !important
    }

    .ps-sm-50 {
        padding-left: 3.125rem !important
    }

    .ps-sm-52 {
        padding-left: 3.25rem !important
    }

    .ps-sm-56 {
        padding-left: 3.5rem !important
    }

    .ps-sm-58 {
        padding-left: 3.625rem !important
    }

    .ps-sm-60 {
        padding-left: 3.75rem !important
    }

    .ps-sm-62 {
        padding-left: 3.875rem !important
    }

    .ps-sm-64 {
        padding-left: 4rem !important
    }

    .ps-sm-68 {
        padding-left: 4.25rem !important
    }

    .ps-sm-70 {
        padding-left: 4.375rem !important
    }

    .ps-sm-72 {
        padding-left: 4.5rem !important
    }

    .ps-sm-74 {
        padding-left: 4.625rem !important
    }

    .ps-sm-76 {
        padding-left: 4.75rem !important
    }

    .ps-sm-78 {
        padding-left: 4.875rem !important
    }

    .ps-sm-80 {
        padding-left: 5rem !important
    }

    .ps-sm-82 {
        padding-left: 5.125rem !important
    }

    .ps-sm-84 {
        padding-left: 5.25rem !important
    }

    .ps-sm-92 {
        padding-left: 5.75rem !important
    }

    .ps-sm-96 {
        padding-left: 6rem !important
    }

    .ps-sm-102 {
        padding-left: 6.375rem !important
    }

    .ps-sm-112 {
        padding-left: 7rem !important
    }

    .ps-sm-124 {
        padding-left: 7.75rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .625rem !important
    }

    .gap-sm-2 {
        gap: .125rem !important
    }

    .gap-sm-4 {
        gap: .25rem !important
    }

    .gap-sm-6 {
        gap: .375rem !important
    }

    .gap-sm-8 {
        gap: .5rem !important
    }

    .gap-sm-10 {
        gap: .625rem !important
    }

    .gap-sm-12 {
        gap: .75rem !important
    }

    .gap-sm-14 {
        gap: .875rem !important
    }

    .gap-sm-16 {
        gap: 1rem !important
    }

    .gap-sm-18 {
        gap: 1.125rem !important
    }

    .gap-sm-20 {
        gap: 1.25rem !important
    }

    .gap-sm-22 {
        gap: 1.375rem !important
    }

    .gap-sm-24 {
        gap: 1.5rem !important
    }

    .gap-sm-28 {
        gap: 1.75rem !important
    }

    .gap-sm-30 {
        gap: 1.875rem !important
    }

    .gap-sm-32 {
        gap: 2rem !important
    }

    .gap-sm-36 {
        gap: 2.25rem !important
    }

    .gap-sm-38 {
        gap: 2.375rem !important
    }

    .gap-sm-40 {
        gap: 2.5rem !important
    }

    .gap-sm-44 {
        gap: 2.75rem !important
    }

    .gap-sm-46 {
        gap: 2.875rem !important
    }

    .gap-sm-48 {
        gap: 3rem !important
    }

    .gap-sm-50 {
        gap: 3.125rem !important
    }

    .gap-sm-52 {
        gap: 3.25rem !important
    }

    .gap-sm-56 {
        gap: 3.5rem !important
    }

    .gap-sm-58 {
        gap: 3.625rem !important
    }

    .gap-sm-60 {
        gap: 3.75rem !important
    }

    .gap-sm-62 {
        gap: 3.875rem !important
    }

    .gap-sm-64 {
        gap: 4rem !important
    }

    .gap-sm-68 {
        gap: 4.25rem !important
    }

    .gap-sm-70 {
        gap: 4.375rem !important
    }

    .gap-sm-72 {
        gap: 4.5rem !important
    }

    .gap-sm-74 {
        gap: 4.625rem !important
    }

    .gap-sm-76 {
        gap: 4.75rem !important
    }

    .gap-sm-78 {
        gap: 4.875rem !important
    }

    .gap-sm-80 {
        gap: 5rem !important
    }

    .gap-sm-82 {
        gap: 5.125rem !important
    }

    .gap-sm-84 {
        gap: 5.25rem !important
    }

    .gap-sm-92 {
        gap: 5.75rem !important
    }

    .gap-sm-96 {
        gap: 6rem !important
    }

    .gap-sm-102 {
        gap: 6.375rem !important
    }

    .gap-sm-112 {
        gap: 7rem !important
    }

    .gap-sm-124 {
        gap: 7.75rem !important
    }

    .fs-sm-1 {
        font-size: 2.5rem !important
    }

    .fs-sm-2 {
        font-size: 2rem !important
    }

    .fs-sm-3 {
        font-size: 1.75rem !important
    }

    .fs-sm-4 {
        font-size: 1.5rem !important
    }

    .fs-sm-5 {
        font-size: 1.25rem !important
    }

    .fs-sm-6 {
        font-size: 1rem !important
    }

    .fs-sm-10 {
        font-size: .625rem !important
    }

    .fs-sm-12 {
        font-size: .75rem !important
    }

    .fs-sm-14 {
        font-size: .875rem !important
    }

    .fs-sm-16 {
        font-size: 1rem !important
    }

    .fs-sm-18 {
        font-size: 1.125rem !important
    }

    .fs-sm-20 {
        font-size: 1.25rem !important
    }

    .fs-sm-22 {
        font-size: 1.375rem !important
    }

    .fs-sm-24 {
        font-size: 1.5rem !important
    }

    .fs-sm-28 {
        font-size: 1.75rem !important
    }

    .fs-sm-30 {
        font-size: 1.875rem !important
    }

    .fs-sm-32 {
        font-size: 2rem !important
    }

    .fs-sm-36 {
        font-size: 2.25rem !important
    }

    .fs-sm-38 {
        font-size: 2.375rem !important
    }

    .fs-sm-40 {
        font-size: 2.5rem !important
    }

    .fs-sm-44 {
        font-size: 2.75rem !important
    }

    .fs-sm-46 {
        font-size: 2.875rem !important
    }

    .fs-sm-48 {
        font-size: 3rem !important
    }

    .fs-sm-50 {
        font-size: 3.125rem !important
    }

    .fs-sm-56 {
        font-size: 3.5rem !important
    }

    .fs-sm-60 {
        font-size: 3.75rem !important
    }

    .fs-sm-62 {
        font-size: 3.875rem !important
    }

    .fs-sm-64 {
        font-size: 4rem !important
    }

    .fs-sm-68 {
        font-size: 4.25rem !important
    }

    .fs-sm-72 {
        font-size: 4.5rem !important
    }

    .fs-sm-74 {
        font-size: 4.625rem !important
    }

    .fs-sm-76 {
        font-size: 4.75rem !important
    }

    .fs-sm-80 {
        font-size: 5rem !important
    }

    .fs-sm-96 {
        font-size: 6rem !important
    }

    .lh-sm-0 {
        line-height: 0rem !important
    }

    .lh-sm-3 {
        line-height: .75rem !important
    }

    .lh-sm-4 {
        line-height: 1rem !important
    }

    .lh-sm-5 {
        line-height: 1.25rem !important
    }

    .lh-sm-6 {
        line-height: 1.5rem !important
    }

    .lh-sm-7 {
        line-height: 1.75rem !important
    }

    .lh-sm-8 {
        line-height: 2rem !important
    }

    .lh-sm-9 {
        line-height: 2.25rem !important
    }

    .lh-sm-10 {
        line-height: 2.5rem !important
    }

    .lh-sm-11 {
        line-height: 2.75rem !important
    }

    .lh-sm-12 {
        line-height: 3rem !important
    }

    .lh-sm-13 {
        line-height: 3.5rem !important
    }

    .lh-sm-none {
        line-height: 1 !important
    }

    .lh-sm-tight {
        line-height: 1.25 !important
    }

    .lh-sm-snug {
        line-height: 1.375 !important
    }

    .lh-sm-normal {
        line-height: 1.5 !important
    }

    .lh-sm-relaxed {
        line-height: 1.625 !important
    }

    .lh-sm-loose {
        line-height: 2 !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .w-md-25 {
        width: 25% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .w-md-90 {
        width: 90% !important
    }

    .w-md-100 {
        width: 100% !important
    }

    .w-md-auto {
        width: auto !important
    }

    .w-md-custom {
        width: var(--custom-size) !important
    }

    .w-md-1 {
        width: .25rem !important
    }

    .w-md-2 {
        width: .5rem !important
    }

    .w-md--3 {
        width: .625rem !important
    }

    .w-md-3 {
        width: .75rem !important
    }

    .w-md-4 {
        width: 1rem !important
    }

    .w-md-5 {
        width: 1.25rem !important
    }

    .w-md-6 {
        width: 1.5rem !important
    }

    .w-md-7 {
        width: 1.75rem !important
    }

    .w-md-8 {
        width: 2rem !important
    }

    .w-md-9 {
        width: 2.25rem !important
    }

    .w-md-10 {
        width: 2.5rem !important
    }

    .w-md-11 {
        width: 2.75rem !important
    }

    .w-md-12 {
        width: 3rem !important
    }

    .w-md-13 {
        width: 3.15rem !important
    }

    .w-md-14 {
        width: 3.5rem !important
    }

    .w-md-16 {
        width: 4rem !important
    }

    .w-md-18 {
        width: 4.5rem !important
    }

    .w-md-20 {
        width: 5rem !important
    }

    .w-md-24 {
        width: 6rem !important
    }

    .w-md-28 {
        width: 7rem !important
    }

    .w-md-32 {
        width: 8rem !important
    }

    .w-md-36 {
        width: 9rem !important
    }

    .w-md-40 {
        width: 10rem !important
    }

    .w-md-44 {
        width: 11rem !important
    }

    .w-md-48 {
        width: 12rem !important
    }

    .w-md-52 {
        width: 13rem !important
    }

    .w-md-56 {
        width: 14rem !important
    }

    .w-md-60 {
        width: 15rem !important
    }

    .w-md-64 {
        width: 16rem !important
    }

    .w-md-72 {
        width: 18rem !important
    }

    .w-md-80 {
        width: 20rem !important
    }

    .w-md-96 {
        width: 24rem !important
    }

    .h-md-25 {
        height: 25% !important
    }

    .h-md-50 {
        height: 50% !important
    }

    .h-md-75 {
        height: 75% !important
    }

    .h-md-90 {
        height: 90% !important
    }

    .h-md-100 {
        height: 100% !important
    }

    .h-md-auto {
        height: auto !important
    }

    .h-md-custom {
        height: var(--custom-size) !important
    }

    .h-md-1 {
        height: .25rem !important
    }

    .h-md-2 {
        height: .5rem !important
    }

    .h-md--3 {
        height: .625rem !important
    }

    .h-md-3 {
        height: .75rem !important
    }

    .h-md-4 {
        height: 1rem !important
    }

    .h-md-5 {
        height: 1.25rem !important
    }

    .h-md-6 {
        height: 1.5rem !important
    }

    .h-md-7 {
        height: 1.75rem !important
    }

    .h-md-8 {
        height: 2rem !important
    }

    .h-md-9 {
        height: 2.25rem !important
    }

    .h-md-10 {
        height: 2.5rem !important
    }

    .h-md-11 {
        height: 2.75rem !important
    }

    .h-md-12 {
        height: 3rem !important
    }

    .h-md-13 {
        height: 3.15rem !important
    }

    .h-md-14 {
        height: 3.5rem !important
    }

    .h-md-16 {
        height: 4rem !important
    }

    .h-md-18 {
        height: 4.5rem !important
    }

    .h-md-20 {
        height: 5rem !important
    }

    .h-md-24 {
        height: 6rem !important
    }

    .h-md-28 {
        height: 7rem !important
    }

    .h-md-32 {
        height: 8rem !important
    }

    .h-md-36 {
        height: 9rem !important
    }

    .h-md-40 {
        height: 10rem !important
    }

    .h-md-44 {
        height: 11rem !important
    }

    .h-md-48 {
        height: 12rem !important
    }

    .h-md-52 {
        height: 13rem !important
    }

    .h-md-56 {
        height: 14rem !important
    }

    .h-md-60 {
        height: 15rem !important
    }

    .h-md-64 {
        height: 16rem !important
    }

    .h-md-72 {
        height: 18rem !important
    }

    .h-md-80 {
        height: 20rem !important
    }

    .h-md-96 {
        height: 24rem !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .625rem !important
    }

    .m-md-2 {
        margin: .125rem !important
    }

    .m-md-4 {
        margin: .25rem !important
    }

    .m-md-6 {
        margin: .375rem !important
    }

    .m-md-8 {
        margin: .5rem !important
    }

    .m-md-10 {
        margin: .625rem !important
    }

    .m-md-12 {
        margin: .75rem !important
    }

    .m-md-14 {
        margin: .875rem !important
    }

    .m-md-16 {
        margin: 1rem !important
    }

    .m-md-18 {
        margin: 1.125rem !important
    }

    .m-md-20 {
        margin: 1.25rem !important
    }

    .m-md-22 {
        margin: 1.375rem !important
    }

    .m-md-24 {
        margin: 1.5rem !important
    }

    .m-md-28 {
        margin: 1.75rem !important
    }

    .m-md-30 {
        margin: 1.875rem !important
    }

    .m-md-32 {
        margin: 2rem !important
    }

    .m-md-36 {
        margin: 2.25rem !important
    }

    .m-md-38 {
        margin: 2.375rem !important
    }

    .m-md-40 {
        margin: 2.5rem !important
    }

    .m-md-44 {
        margin: 2.75rem !important
    }

    .m-md-46 {
        margin: 2.875rem !important
    }

    .m-md-48 {
        margin: 3rem !important
    }

    .m-md-50 {
        margin: 3.125rem !important
    }

    .m-md-52 {
        margin: 3.25rem !important
    }

    .m-md-56 {
        margin: 3.5rem !important
    }

    .m-md-58 {
        margin: 3.625rem !important
    }

    .m-md-60 {
        margin: 3.75rem !important
    }

    .m-md-62 {
        margin: 3.875rem !important
    }

    .m-md-64 {
        margin: 4rem !important
    }

    .m-md-68 {
        margin: 4.25rem !important
    }

    .m-md-70 {
        margin: 4.375rem !important
    }

    .m-md-72 {
        margin: 4.5rem !important
    }

    .m-md-74 {
        margin: 4.625rem !important
    }

    .m-md-76 {
        margin: 4.75rem !important
    }

    .m-md-78 {
        margin: 4.875rem !important
    }

    .m-md-80 {
        margin: 5rem !important
    }

    .m-md-82 {
        margin: 5.125rem !important
    }

    .m-md-84 {
        margin: 5.25rem !important
    }

    .m-md-92 {
        margin: 5.75rem !important
    }

    .m-md-96 {
        margin: 6rem !important
    }

    .m-md-102 {
        margin: 6.375rem !important
    }

    .m-md-112 {
        margin: 7rem !important
    }

    .m-md-124 {
        margin: 7.75rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-1 {
        margin-left: .625rem !important;
        margin-right: .625rem !important
    }

    .mx-md-2 {
        margin-left: .125rem !important;
        margin-right: .125rem !important
    }

    .mx-md-4 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-md-6 {
        margin-left: .375rem !important;
        margin-right: .375rem !important
    }

    .mx-md-8 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-md-10 {
        margin-left: .625rem !important;
        margin-right: .625rem !important
    }

    .mx-md-12 {
        margin-left: .75rem !important;
        margin-right: .75rem !important
    }

    .mx-md-14 {
        margin-left: .875rem !important;
        margin-right: .875rem !important
    }

    .mx-md-16 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-18 {
        margin-left: 1.125rem !important;
        margin-right: 1.125rem !important
    }

    .mx-md-20 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .mx-md-22 {
        margin-left: 1.375rem !important;
        margin-right: 1.375rem !important
    }

    .mx-md-24 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-28 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important
    }

    .mx-md-30 {
        margin-left: 1.875rem !important;
        margin-right: 1.875rem !important
    }

    .mx-md-32 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-md-36 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important
    }

    .mx-md-38 {
        margin-left: 2.375rem !important;
        margin-right: 2.375rem !important
    }

    .mx-md-40 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-md-44 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important
    }

    .mx-md-46 {
        margin-left: 2.875rem !important;
        margin-right: 2.875rem !important
    }

    .mx-md-48 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-50 {
        margin-left: 3.125rem !important;
        margin-right: 3.125rem !important
    }

    .mx-md-52 {
        margin-left: 3.25rem !important;
        margin-right: 3.25rem !important
    }

    .mx-md-56 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .mx-md-58 {
        margin-left: 3.625rem !important;
        margin-right: 3.625rem !important
    }

    .mx-md-60 {
        margin-left: 3.75rem !important;
        margin-right: 3.75rem !important
    }

    .mx-md-62 {
        margin-left: 3.875rem !important;
        margin-right: 3.875rem !important
    }

    .mx-md-64 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-md-68 {
        margin-left: 4.25rem !important;
        margin-right: 4.25rem !important
    }

    .mx-md-70 {
        margin-left: 4.375rem !important;
        margin-right: 4.375rem !important
    }

    .mx-md-72 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-md-74 {
        margin-left: 4.625rem !important;
        margin-right: 4.625rem !important
    }

    .mx-md-76 {
        margin-left: 4.75rem !important;
        margin-right: 4.75rem !important
    }

    .mx-md-78 {
        margin-left: 4.875rem !important;
        margin-right: 4.875rem !important
    }

    .mx-md-80 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-md-82 {
        margin-left: 5.125rem !important;
        margin-right: 5.125rem !important
    }

    .mx-md-84 {
        margin-left: 5.25rem !important;
        margin-right: 5.25rem !important
    }

    .mx-md-92 {
        margin-left: 5.75rem !important;
        margin-right: 5.75rem !important
    }

    .mx-md-96 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-md-102 {
        margin-left: 6.375rem !important;
        margin-right: 6.375rem !important
    }

    .mx-md-112 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-md-124 {
        margin-left: 7.75rem !important;
        margin-right: 7.75rem !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-md-1 {
        margin-bottom: .625rem !important;
        margin-top: .625rem !important
    }

    .my-md-2 {
        margin-bottom: .125rem !important;
        margin-top: .125rem !important
    }

    .my-md-4 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-md-6 {
        margin-bottom: .375rem !important;
        margin-top: .375rem !important
    }

    .my-md-8 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-md-10 {
        margin-bottom: .625rem !important;
        margin-top: .625rem !important
    }

    .my-md-12 {
        margin-bottom: .75rem !important;
        margin-top: .75rem !important
    }

    .my-md-14 {
        margin-bottom: .875rem !important;
        margin-top: .875rem !important
    }

    .my-md-16 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-md-18 {
        margin-bottom: 1.125rem !important;
        margin-top: 1.125rem !important
    }

    .my-md-20 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important
    }

    .my-md-22 {
        margin-bottom: 1.375rem !important;
        margin-top: 1.375rem !important
    }

    .my-md-24 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-md-28 {
        margin-bottom: 1.75rem !important;
        margin-top: 1.75rem !important
    }

    .my-md-30 {
        margin-bottom: 1.875rem !important;
        margin-top: 1.875rem !important
    }

    .my-md-32 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-md-36 {
        margin-bottom: 2.25rem !important;
        margin-top: 2.25rem !important
    }

    .my-md-38 {
        margin-bottom: 2.375rem !important;
        margin-top: 2.375rem !important
    }

    .my-md-40 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-md-44 {
        margin-bottom: 2.75rem !important;
        margin-top: 2.75rem !important
    }

    .my-md-46 {
        margin-bottom: 2.875rem !important;
        margin-top: 2.875rem !important
    }

    .my-md-48 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-md-50 {
        margin-bottom: 3.125rem !important;
        margin-top: 3.125rem !important
    }

    .my-md-52 {
        margin-bottom: 3.25rem !important;
        margin-top: 3.25rem !important
    }

    .my-md-56 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important
    }

    .my-md-58 {
        margin-bottom: 3.625rem !important;
        margin-top: 3.625rem !important
    }

    .my-md-60 {
        margin-bottom: 3.75rem !important;
        margin-top: 3.75rem !important
    }

    .my-md-62 {
        margin-bottom: 3.875rem !important;
        margin-top: 3.875rem !important
    }

    .my-md-64 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-md-68 {
        margin-bottom: 4.25rem !important;
        margin-top: 4.25rem !important
    }

    .my-md-70 {
        margin-bottom: 4.375rem !important;
        margin-top: 4.375rem !important
    }

    .my-md-72 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-md-74 {
        margin-bottom: 4.625rem !important;
        margin-top: 4.625rem !important
    }

    .my-md-76 {
        margin-bottom: 4.75rem !important;
        margin-top: 4.75rem !important
    }

    .my-md-78 {
        margin-bottom: 4.875rem !important;
        margin-top: 4.875rem !important
    }

    .my-md-80 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-md-82 {
        margin-bottom: 5.125rem !important;
        margin-top: 5.125rem !important
    }

    .my-md-84 {
        margin-bottom: 5.25rem !important;
        margin-top: 5.25rem !important
    }

    .my-md-92 {
        margin-bottom: 5.75rem !important;
        margin-top: 5.75rem !important
    }

    .my-md-96 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-md-102 {
        margin-bottom: 6.375rem !important;
        margin-top: 6.375rem !important
    }

    .my-md-112 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-md-124 {
        margin-bottom: 7.75rem !important;
        margin-top: 7.75rem !important
    }

    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .625rem !important
    }

    .mt-md-2 {
        margin-top: .125rem !important
    }

    .mt-md-4 {
        margin-top: .25rem !important
    }

    .mt-md-6 {
        margin-top: .375rem !important
    }

    .mt-md-8 {
        margin-top: .5rem !important
    }

    .mt-md-10 {
        margin-top: .625rem !important
    }

    .mt-md-12 {
        margin-top: .75rem !important
    }

    .mt-md-14 {
        margin-top: .875rem !important
    }

    .mt-md-16 {
        margin-top: 1rem !important
    }

    .mt-md-18 {
        margin-top: 1.125rem !important
    }

    .mt-md-20 {
        margin-top: 1.25rem !important
    }

    .mt-md-22 {
        margin-top: 1.375rem !important
    }

    .mt-md-24 {
        margin-top: 1.5rem !important
    }

    .mt-md-28 {
        margin-top: 1.75rem !important
    }

    .mt-md-30 {
        margin-top: 1.875rem !important
    }

    .mt-md-32 {
        margin-top: 2rem !important
    }

    .mt-md-36 {
        margin-top: 2.25rem !important
    }

    .mt-md-38 {
        margin-top: 2.375rem !important
    }

    .mt-md-40 {
        margin-top: 2.5rem !important
    }

    .mt-md-44 {
        margin-top: 2.75rem !important
    }

    .mt-md-46 {
        margin-top: 2.875rem !important
    }

    .mt-md-48 {
        margin-top: 3rem !important
    }

    .mt-md-50 {
        margin-top: 3.125rem !important
    }

    .mt-md-52 {
        margin-top: 3.25rem !important
    }

    .mt-md-56 {
        margin-top: 3.5rem !important
    }

    .mt-md-58 {
        margin-top: 3.625rem !important
    }

    .mt-md-60 {
        margin-top: 3.75rem !important
    }

    .mt-md-62 {
        margin-top: 3.875rem !important
    }

    .mt-md-64 {
        margin-top: 4rem !important
    }

    .mt-md-68 {
        margin-top: 4.25rem !important
    }

    .mt-md-70 {
        margin-top: 4.375rem !important
    }

    .mt-md-72 {
        margin-top: 4.5rem !important
    }

    .mt-md-74 {
        margin-top: 4.625rem !important
    }

    .mt-md-76 {
        margin-top: 4.75rem !important
    }

    .mt-md-78 {
        margin-top: 4.875rem !important
    }

    .mt-md-80 {
        margin-top: 5rem !important
    }

    .mt-md-82 {
        margin-top: 5.125rem !important
    }

    .mt-md-84 {
        margin-top: 5.25rem !important
    }

    .mt-md-92 {
        margin-top: 5.75rem !important
    }

    .mt-md-96 {
        margin-top: 6rem !important
    }

    .mt-md-102 {
        margin-top: 6.375rem !important
    }

    .mt-md-112 {
        margin-top: 7rem !important
    }

    .mt-md-124 {
        margin-top: 7.75rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .625rem !important
    }

    .me-md-2 {
        margin-right: .125rem !important
    }

    .me-md-4 {
        margin-right: .25rem !important
    }

    .me-md-6 {
        margin-right: .375rem !important
    }

    .me-md-8 {
        margin-right: .5rem !important
    }

    .me-md-10 {
        margin-right: .625rem !important
    }

    .me-md-12 {
        margin-right: .75rem !important
    }

    .me-md-14 {
        margin-right: .875rem !important
    }

    .me-md-16 {
        margin-right: 1rem !important
    }

    .me-md-18 {
        margin-right: 1.125rem !important
    }

    .me-md-20 {
        margin-right: 1.25rem !important
    }

    .me-md-22 {
        margin-right: 1.375rem !important
    }

    .me-md-24 {
        margin-right: 1.5rem !important
    }

    .me-md-28 {
        margin-right: 1.75rem !important
    }

    .me-md-30 {
        margin-right: 1.875rem !important
    }

    .me-md-32 {
        margin-right: 2rem !important
    }

    .me-md-36 {
        margin-right: 2.25rem !important
    }

    .me-md-38 {
        margin-right: 2.375rem !important
    }

    .me-md-40 {
        margin-right: 2.5rem !important
    }

    .me-md-44 {
        margin-right: 2.75rem !important
    }

    .me-md-46 {
        margin-right: 2.875rem !important
    }

    .me-md-48 {
        margin-right: 3rem !important
    }

    .me-md-50 {
        margin-right: 3.125rem !important
    }

    .me-md-52 {
        margin-right: 3.25rem !important
    }

    .me-md-56 {
        margin-right: 3.5rem !important
    }

    .me-md-58 {
        margin-right: 3.625rem !important
    }

    .me-md-60 {
        margin-right: 3.75rem !important
    }

    .me-md-62 {
        margin-right: 3.875rem !important
    }

    .me-md-64 {
        margin-right: 4rem !important
    }

    .me-md-68 {
        margin-right: 4.25rem !important
    }

    .me-md-70 {
        margin-right: 4.375rem !important
    }

    .me-md-72 {
        margin-right: 4.5rem !important
    }

    .me-md-74 {
        margin-right: 4.625rem !important
    }

    .me-md-76 {
        margin-right: 4.75rem !important
    }

    .me-md-78 {
        margin-right: 4.875rem !important
    }

    .me-md-80 {
        margin-right: 5rem !important
    }

    .me-md-82 {
        margin-right: 5.125rem !important
    }

    .me-md-84 {
        margin-right: 5.25rem !important
    }

    .me-md-92 {
        margin-right: 5.75rem !important
    }

    .me-md-96 {
        margin-right: 6rem !important
    }

    .me-md-102 {
        margin-right: 6.375rem !important
    }

    .me-md-112 {
        margin-right: 7rem !important
    }

    .me-md-124 {
        margin-right: 7.75rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .625rem !important
    }

    .mb-md-2 {
        margin-bottom: .125rem !important
    }

    .mb-md-4 {
        margin-bottom: .25rem !important
    }

    .mb-md-6 {
        margin-bottom: .375rem !important
    }

    .mb-md-8 {
        margin-bottom: .5rem !important
    }

    .mb-md-10 {
        margin-bottom: .625rem !important
    }

    .mb-md-12 {
        margin-bottom: .75rem !important
    }

    .mb-md-14 {
        margin-bottom: .875rem !important
    }

    .mb-md-16 {
        margin-bottom: 1rem !important
    }

    .mb-md-18 {
        margin-bottom: 1.125rem !important
    }

    .mb-md-20 {
        margin-bottom: 1.25rem !important
    }

    .mb-md-22 {
        margin-bottom: 1.375rem !important
    }

    .mb-md-24 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-28 {
        margin-bottom: 1.75rem !important
    }

    .mb-md-30 {
        margin-bottom: 1.875rem !important
    }

    .mb-md-32 {
        margin-bottom: 2rem !important
    }

    .mb-md-36 {
        margin-bottom: 2.25rem !important
    }

    .mb-md-38 {
        margin-bottom: 2.375rem !important
    }

    .mb-md-40 {
        margin-bottom: 2.5rem !important
    }

    .mb-md-44 {
        margin-bottom: 2.75rem !important
    }

    .mb-md-46 {
        margin-bottom: 2.875rem !important
    }

    .mb-md-48 {
        margin-bottom: 3rem !important
    }

    .mb-md-50 {
        margin-bottom: 3.125rem !important
    }

    .mb-md-52 {
        margin-bottom: 3.25rem !important
    }

    .mb-md-56 {
        margin-bottom: 3.5rem !important
    }

    .mb-md-58 {
        margin-bottom: 3.625rem !important
    }

    .mb-md-60 {
        margin-bottom: 3.75rem !important
    }

    .mb-md-62 {
        margin-bottom: 3.875rem !important
    }

    .mb-md-64 {
        margin-bottom: 4rem !important
    }

    .mb-md-68 {
        margin-bottom: 4.25rem !important
    }

    .mb-md-70 {
        margin-bottom: 4.375rem !important
    }

    .mb-md-72 {
        margin-bottom: 4.5rem !important
    }

    .mb-md-74 {
        margin-bottom: 4.625rem !important
    }

    .mb-md-76 {
        margin-bottom: 4.75rem !important
    }

    .mb-md-78 {
        margin-bottom: 4.875rem !important
    }

    .mb-md-80 {
        margin-bottom: 5rem !important
    }

    .mb-md-82 {
        margin-bottom: 5.125rem !important
    }

    .mb-md-84 {
        margin-bottom: 5.25rem !important
    }

    .mb-md-92 {
        margin-bottom: 5.75rem !important
    }

    .mb-md-96 {
        margin-bottom: 6rem !important
    }

    .mb-md-102 {
        margin-bottom: 6.375rem !important
    }

    .mb-md-112 {
        margin-bottom: 7rem !important
    }

    .mb-md-124 {
        margin-bottom: 7.75rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .625rem !important
    }

    .ms-md-2 {
        margin-left: .125rem !important
    }

    .ms-md-4 {
        margin-left: .25rem !important
    }

    .ms-md-6 {
        margin-left: .375rem !important
    }

    .ms-md-8 {
        margin-left: .5rem !important
    }

    .ms-md-10 {
        margin-left: .625rem !important
    }

    .ms-md-12 {
        margin-left: .75rem !important
    }

    .ms-md-14 {
        margin-left: .875rem !important
    }

    .ms-md-16 {
        margin-left: 1rem !important
    }

    .ms-md-18 {
        margin-left: 1.125rem !important
    }

    .ms-md-20 {
        margin-left: 1.25rem !important
    }

    .ms-md-22 {
        margin-left: 1.375rem !important
    }

    .ms-md-24 {
        margin-left: 1.5rem !important
    }

    .ms-md-28 {
        margin-left: 1.75rem !important
    }

    .ms-md-30 {
        margin-left: 1.875rem !important
    }

    .ms-md-32 {
        margin-left: 2rem !important
    }

    .ms-md-36 {
        margin-left: 2.25rem !important
    }

    .ms-md-38 {
        margin-left: 2.375rem !important
    }

    .ms-md-40 {
        margin-left: 2.5rem !important
    }

    .ms-md-44 {
        margin-left: 2.75rem !important
    }

    .ms-md-46 {
        margin-left: 2.875rem !important
    }

    .ms-md-48 {
        margin-left: 3rem !important
    }

    .ms-md-50 {
        margin-left: 3.125rem !important
    }

    .ms-md-52 {
        margin-left: 3.25rem !important
    }

    .ms-md-56 {
        margin-left: 3.5rem !important
    }

    .ms-md-58 {
        margin-left: 3.625rem !important
    }

    .ms-md-60 {
        margin-left: 3.75rem !important
    }

    .ms-md-62 {
        margin-left: 3.875rem !important
    }

    .ms-md-64 {
        margin-left: 4rem !important
    }

    .ms-md-68 {
        margin-left: 4.25rem !important
    }

    .ms-md-70 {
        margin-left: 4.375rem !important
    }

    .ms-md-72 {
        margin-left: 4.5rem !important
    }

    .ms-md-74 {
        margin-left: 4.625rem !important
    }

    .ms-md-76 {
        margin-left: 4.75rem !important
    }

    .ms-md-78 {
        margin-left: 4.875rem !important
    }

    .ms-md-80 {
        margin-left: 5rem !important
    }

    .ms-md-82 {
        margin-left: 5.125rem !important
    }

    .ms-md-84 {
        margin-left: 5.25rem !important
    }

    .ms-md-92 {
        margin-left: 5.75rem !important
    }

    .ms-md-96 {
        margin-left: 6rem !important
    }

    .ms-md-102 {
        margin-left: 6.375rem !important
    }

    .ms-md-112 {
        margin-left: 7rem !important
    }

    .ms-md-124 {
        margin-left: 7.75rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .m-md-n1 {
        margin: -.625rem !important
    }

    .m-md-n2 {
        margin: -.125rem !important
    }

    .m-md-n4 {
        margin: -.25rem !important
    }

    .m-md-n6 {
        margin: -.375rem !important
    }

    .m-md-n8 {
        margin: -.5rem !important
    }

    .m-md-n10 {
        margin: -.625rem !important
    }

    .m-md-n12 {
        margin: -.75rem !important
    }

    .m-md-n14 {
        margin: -.875rem !important
    }

    .m-md-n16 {
        margin: -1rem !important
    }

    .m-md-n18 {
        margin: -1.125rem !important
    }

    .m-md-n20 {
        margin: -1.25rem !important
    }

    .m-md-n22 {
        margin: -1.375rem !important
    }

    .m-md-n24 {
        margin: -1.5rem !important
    }

    .m-md-n28 {
        margin: -1.75rem !important
    }

    .m-md-n30 {
        margin: -1.875rem !important
    }

    .m-md-n32 {
        margin: -2rem !important
    }

    .m-md-n36 {
        margin: -2.25rem !important
    }

    .m-md-n38 {
        margin: -2.375rem !important
    }

    .m-md-n40 {
        margin: -2.5rem !important
    }

    .m-md-n44 {
        margin: -2.75rem !important
    }

    .m-md-n46 {
        margin: -2.875rem !important
    }

    .m-md-n48 {
        margin: -3rem !important
    }

    .m-md-n50 {
        margin: -3.125rem !important
    }

    .m-md-n52 {
        margin: -3.25rem !important
    }

    .m-md-n56 {
        margin: -3.5rem !important
    }

    .m-md-n58 {
        margin: -3.625rem !important
    }

    .m-md-n60 {
        margin: -3.75rem !important
    }

    .m-md-n62 {
        margin: -3.875rem !important
    }

    .m-md-n64 {
        margin: -4rem !important
    }

    .m-md-n68 {
        margin: -4.25rem !important
    }

    .m-md-n70 {
        margin: -4.375rem !important
    }

    .m-md-n72 {
        margin: -4.5rem !important
    }

    .m-md-n74 {
        margin: -4.625rem !important
    }

    .m-md-n76 {
        margin: -4.75rem !important
    }

    .m-md-n78 {
        margin: -4.875rem !important
    }

    .m-md-n80 {
        margin: -5rem !important
    }

    .m-md-n82 {
        margin: -5.125rem !important
    }

    .m-md-n84 {
        margin: -5.25rem !important
    }

    .m-md-n92 {
        margin: -5.75rem !important
    }

    .m-md-n96 {
        margin: -6rem !important
    }

    .m-md-n102 {
        margin: -6.375rem !important
    }

    .m-md-n112 {
        margin: -7rem !important
    }

    .m-md-n124 {
        margin: -7.75rem !important
    }

    .mx-md-n1 {
        margin-left: -.625rem !important;
        margin-right: -.625rem !important
    }

    .mx-md-n2 {
        margin-left: -.125rem !important;
        margin-right: -.125rem !important
    }

    .mx-md-n4 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-md-n6 {
        margin-left: -.375rem !important;
        margin-right: -.375rem !important
    }

    .mx-md-n8 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-md-n10 {
        margin-left: -.625rem !important;
        margin-right: -.625rem !important
    }

    .mx-md-n12 {
        margin-left: -.75rem !important;
        margin-right: -.75rem !important
    }

    .mx-md-n14 {
        margin-left: -.875rem !important;
        margin-right: -.875rem !important
    }

    .mx-md-n16 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-md-n18 {
        margin-left: -1.125rem !important;
        margin-right: -1.125rem !important
    }

    .mx-md-n20 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .mx-md-n22 {
        margin-left: -1.375rem !important;
        margin-right: -1.375rem !important
    }

    .mx-md-n24 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-md-n28 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important
    }

    .mx-md-n30 {
        margin-left: -1.875rem !important;
        margin-right: -1.875rem !important
    }

    .mx-md-n32 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-md-n36 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important
    }

    .mx-md-n38 {
        margin-left: -2.375rem !important;
        margin-right: -2.375rem !important
    }

    .mx-md-n40 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-md-n44 {
        margin-left: -2.75rem !important;
        margin-right: -2.75rem !important
    }

    .mx-md-n46 {
        margin-left: -2.875rem !important;
        margin-right: -2.875rem !important
    }

    .mx-md-n48 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-md-n50 {
        margin-left: -3.125rem !important;
        margin-right: -3.125rem !important
    }

    .mx-md-n52 {
        margin-left: -3.25rem !important;
        margin-right: -3.25rem !important
    }

    .mx-md-n56 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important
    }

    .mx-md-n58 {
        margin-left: -3.625rem !important;
        margin-right: -3.625rem !important
    }

    .mx-md-n60 {
        margin-left: -3.75rem !important;
        margin-right: -3.75rem !important
    }

    .mx-md-n62 {
        margin-left: -3.875rem !important;
        margin-right: -3.875rem !important
    }

    .mx-md-n64 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .mx-md-n68 {
        margin-left: -4.25rem !important;
        margin-right: -4.25rem !important
    }

    .mx-md-n70 {
        margin-left: -4.375rem !important;
        margin-right: -4.375rem !important
    }

    .mx-md-n72 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-md-n74 {
        margin-left: -4.625rem !important;
        margin-right: -4.625rem !important
    }

    .mx-md-n76 {
        margin-left: -4.75rem !important;
        margin-right: -4.75rem !important
    }

    .mx-md-n78 {
        margin-left: -4.875rem !important;
        margin-right: -4.875rem !important
    }

    .mx-md-n80 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .mx-md-n82 {
        margin-left: -5.125rem !important;
        margin-right: -5.125rem !important
    }

    .mx-md-n84 {
        margin-left: -5.25rem !important;
        margin-right: -5.25rem !important
    }

    .mx-md-n92 {
        margin-left: -5.75rem !important;
        margin-right: -5.75rem !important
    }

    .mx-md-n96 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-md-n102 {
        margin-left: -6.375rem !important;
        margin-right: -6.375rem !important
    }

    .mx-md-n112 {
        margin-left: -7rem !important;
        margin-right: -7rem !important
    }

    .mx-md-n124 {
        margin-left: -7.75rem !important;
        margin-right: -7.75rem !important
    }

    .my-md-n1 {
        margin-bottom: -.625rem !important;
        margin-top: -.625rem !important
    }

    .my-md-n2 {
        margin-bottom: -.125rem !important;
        margin-top: -.125rem !important
    }

    .my-md-n4 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-md-n6 {
        margin-bottom: -.375rem !important;
        margin-top: -.375rem !important
    }

    .my-md-n8 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-md-n10 {
        margin-bottom: -.625rem !important;
        margin-top: -.625rem !important
    }

    .my-md-n12 {
        margin-bottom: -.75rem !important;
        margin-top: -.75rem !important
    }

    .my-md-n14 {
        margin-bottom: -.875rem !important;
        margin-top: -.875rem !important
    }

    .my-md-n16 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-md-n18 {
        margin-bottom: -1.125rem !important;
        margin-top: -1.125rem !important
    }

    .my-md-n20 {
        margin-bottom: -1.25rem !important;
        margin-top: -1.25rem !important
    }

    .my-md-n22 {
        margin-bottom: -1.375rem !important;
        margin-top: -1.375rem !important
    }

    .my-md-n24 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-md-n28 {
        margin-bottom: -1.75rem !important;
        margin-top: -1.75rem !important
    }

    .my-md-n30 {
        margin-bottom: -1.875rem !important;
        margin-top: -1.875rem !important
    }

    .my-md-n32 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-md-n36 {
        margin-bottom: -2.25rem !important;
        margin-top: -2.25rem !important
    }

    .my-md-n38 {
        margin-bottom: -2.375rem !important;
        margin-top: -2.375rem !important
    }

    .my-md-n40 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-md-n44 {
        margin-bottom: -2.75rem !important;
        margin-top: -2.75rem !important
    }

    .my-md-n46 {
        margin-bottom: -2.875rem !important;
        margin-top: -2.875rem !important
    }

    .my-md-n48 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-md-n50 {
        margin-bottom: -3.125rem !important;
        margin-top: -3.125rem !important
    }

    .my-md-n52 {
        margin-bottom: -3.25rem !important;
        margin-top: -3.25rem !important
    }

    .my-md-n56 {
        margin-bottom: -3.5rem !important;
        margin-top: -3.5rem !important
    }

    .my-md-n58 {
        margin-bottom: -3.625rem !important;
        margin-top: -3.625rem !important
    }

    .my-md-n60 {
        margin-bottom: -3.75rem !important;
        margin-top: -3.75rem !important
    }

    .my-md-n62 {
        margin-bottom: -3.875rem !important;
        margin-top: -3.875rem !important
    }

    .my-md-n64 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important
    }

    .my-md-n68 {
        margin-bottom: -4.25rem !important;
        margin-top: -4.25rem !important
    }

    .my-md-n70 {
        margin-bottom: -4.375rem !important;
        margin-top: -4.375rem !important
    }

    .my-md-n72 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-md-n74 {
        margin-bottom: -4.625rem !important;
        margin-top: -4.625rem !important
    }

    .my-md-n76 {
        margin-bottom: -4.75rem !important;
        margin-top: -4.75rem !important
    }

    .my-md-n78 {
        margin-bottom: -4.875rem !important;
        margin-top: -4.875rem !important
    }

    .my-md-n80 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important
    }

    .my-md-n82 {
        margin-bottom: -5.125rem !important;
        margin-top: -5.125rem !important
    }

    .my-md-n84 {
        margin-bottom: -5.25rem !important;
        margin-top: -5.25rem !important
    }

    .my-md-n92 {
        margin-bottom: -5.75rem !important;
        margin-top: -5.75rem !important
    }

    .my-md-n96 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-md-n102 {
        margin-bottom: -6.375rem !important;
        margin-top: -6.375rem !important
    }

    .my-md-n112 {
        margin-bottom: -7rem !important;
        margin-top: -7rem !important
    }

    .my-md-n124 {
        margin-bottom: -7.75rem !important;
        margin-top: -7.75rem !important
    }

    .mt-md-n1 {
        margin-top: -.625rem !important
    }

    .mt-md-n2 {
        margin-top: -.125rem !important
    }

    .mt-md-n4 {
        margin-top: -.25rem !important
    }

    .mt-md-n6 {
        margin-top: -.375rem !important
    }

    .mt-md-n8 {
        margin-top: -.5rem !important
    }

    .mt-md-n10 {
        margin-top: -.625rem !important
    }

    .mt-md-n12 {
        margin-top: -.75rem !important
    }

    .mt-md-n14 {
        margin-top: -.875rem !important
    }

    .mt-md-n16 {
        margin-top: -1rem !important
    }

    .mt-md-n18 {
        margin-top: -1.125rem !important
    }

    .mt-md-n20 {
        margin-top: -1.25rem !important
    }

    .mt-md-n22 {
        margin-top: -1.375rem !important
    }

    .mt-md-n24 {
        margin-top: -1.5rem !important
    }

    .mt-md-n28 {
        margin-top: -1.75rem !important
    }

    .mt-md-n30 {
        margin-top: -1.875rem !important
    }

    .mt-md-n32 {
        margin-top: -2rem !important
    }

    .mt-md-n36 {
        margin-top: -2.25rem !important
    }

    .mt-md-n38 {
        margin-top: -2.375rem !important
    }

    .mt-md-n40 {
        margin-top: -2.5rem !important
    }

    .mt-md-n44 {
        margin-top: -2.75rem !important
    }

    .mt-md-n46 {
        margin-top: -2.875rem !important
    }

    .mt-md-n48 {
        margin-top: -3rem !important
    }

    .mt-md-n50 {
        margin-top: -3.125rem !important
    }

    .mt-md-n52 {
        margin-top: -3.25rem !important
    }

    .mt-md-n56 {
        margin-top: -3.5rem !important
    }

    .mt-md-n58 {
        margin-top: -3.625rem !important
    }

    .mt-md-n60 {
        margin-top: -3.75rem !important
    }

    .mt-md-n62 {
        margin-top: -3.875rem !important
    }

    .mt-md-n64 {
        margin-top: -4rem !important
    }

    .mt-md-n68 {
        margin-top: -4.25rem !important
    }

    .mt-md-n70 {
        margin-top: -4.375rem !important
    }

    .mt-md-n72 {
        margin-top: -4.5rem !important
    }

    .mt-md-n74 {
        margin-top: -4.625rem !important
    }

    .mt-md-n76 {
        margin-top: -4.75rem !important
    }

    .mt-md-n78 {
        margin-top: -4.875rem !important
    }

    .mt-md-n80 {
        margin-top: -5rem !important
    }

    .mt-md-n82 {
        margin-top: -5.125rem !important
    }

    .mt-md-n84 {
        margin-top: -5.25rem !important
    }

    .mt-md-n92 {
        margin-top: -5.75rem !important
    }

    .mt-md-n96 {
        margin-top: -6rem !important
    }

    .mt-md-n102 {
        margin-top: -6.375rem !important
    }

    .mt-md-n112 {
        margin-top: -7rem !important
    }

    .mt-md-n124 {
        margin-top: -7.75rem !important
    }

    .me-md-n1 {
        margin-right: -.625rem !important
    }

    .me-md-n2 {
        margin-right: -.125rem !important
    }

    .me-md-n4 {
        margin-right: -.25rem !important
    }

    .me-md-n6 {
        margin-right: -.375rem !important
    }

    .me-md-n8 {
        margin-right: -.5rem !important
    }

    .me-md-n10 {
        margin-right: -.625rem !important
    }

    .me-md-n12 {
        margin-right: -.75rem !important
    }

    .me-md-n14 {
        margin-right: -.875rem !important
    }

    .me-md-n16 {
        margin-right: -1rem !important
    }

    .me-md-n18 {
        margin-right: -1.125rem !important
    }

    .me-md-n20 {
        margin-right: -1.25rem !important
    }

    .me-md-n22 {
        margin-right: -1.375rem !important
    }

    .me-md-n24 {
        margin-right: -1.5rem !important
    }

    .me-md-n28 {
        margin-right: -1.75rem !important
    }

    .me-md-n30 {
        margin-right: -1.875rem !important
    }

    .me-md-n32 {
        margin-right: -2rem !important
    }

    .me-md-n36 {
        margin-right: -2.25rem !important
    }

    .me-md-n38 {
        margin-right: -2.375rem !important
    }

    .me-md-n40 {
        margin-right: -2.5rem !important
    }

    .me-md-n44 {
        margin-right: -2.75rem !important
    }

    .me-md-n46 {
        margin-right: -2.875rem !important
    }

    .me-md-n48 {
        margin-right: -3rem !important
    }

    .me-md-n50 {
        margin-right: -3.125rem !important
    }

    .me-md-n52 {
        margin-right: -3.25rem !important
    }

    .me-md-n56 {
        margin-right: -3.5rem !important
    }

    .me-md-n58 {
        margin-right: -3.625rem !important
    }

    .me-md-n60 {
        margin-right: -3.75rem !important
    }

    .me-md-n62 {
        margin-right: -3.875rem !important
    }

    .me-md-n64 {
        margin-right: -4rem !important
    }

    .me-md-n68 {
        margin-right: -4.25rem !important
    }

    .me-md-n70 {
        margin-right: -4.375rem !important
    }

    .me-md-n72 {
        margin-right: -4.5rem !important
    }

    .me-md-n74 {
        margin-right: -4.625rem !important
    }

    .me-md-n76 {
        margin-right: -4.75rem !important
    }

    .me-md-n78 {
        margin-right: -4.875rem !important
    }

    .me-md-n80 {
        margin-right: -5rem !important
    }

    .me-md-n82 {
        margin-right: -5.125rem !important
    }

    .me-md-n84 {
        margin-right: -5.25rem !important
    }

    .me-md-n92 {
        margin-right: -5.75rem !important
    }

    .me-md-n96 {
        margin-right: -6rem !important
    }

    .me-md-n102 {
        margin-right: -6.375rem !important
    }

    .me-md-n112 {
        margin-right: -7rem !important
    }

    .me-md-n124 {
        margin-right: -7.75rem !important
    }

    .mb-md-n1 {
        margin-bottom: -.625rem !important
    }

    .mb-md-n2 {
        margin-bottom: -.125rem !important
    }

    .mb-md-n4 {
        margin-bottom: -.25rem !important
    }

    .mb-md-n6 {
        margin-bottom: -.375rem !important
    }

    .mb-md-n8 {
        margin-bottom: -.5rem !important
    }

    .mb-md-n10 {
        margin-bottom: -.625rem !important
    }

    .mb-md-n12 {
        margin-bottom: -.75rem !important
    }

    .mb-md-n14 {
        margin-bottom: -.875rem !important
    }

    .mb-md-n16 {
        margin-bottom: -1rem !important
    }

    .mb-md-n18 {
        margin-bottom: -1.125rem !important
    }

    .mb-md-n20 {
        margin-bottom: -1.25rem !important
    }

    .mb-md-n22 {
        margin-bottom: -1.375rem !important
    }

    .mb-md-n24 {
        margin-bottom: -1.5rem !important
    }

    .mb-md-n28 {
        margin-bottom: -1.75rem !important
    }

    .mb-md-n30 {
        margin-bottom: -1.875rem !important
    }

    .mb-md-n32 {
        margin-bottom: -2rem !important
    }

    .mb-md-n36 {
        margin-bottom: -2.25rem !important
    }

    .mb-md-n38 {
        margin-bottom: -2.375rem !important
    }

    .mb-md-n40 {
        margin-bottom: -2.5rem !important
    }

    .mb-md-n44 {
        margin-bottom: -2.75rem !important
    }

    .mb-md-n46 {
        margin-bottom: -2.875rem !important
    }

    .mb-md-n48 {
        margin-bottom: -3rem !important
    }

    .mb-md-n50 {
        margin-bottom: -3.125rem !important
    }

    .mb-md-n52 {
        margin-bottom: -3.25rem !important
    }

    .mb-md-n56 {
        margin-bottom: -3.5rem !important
    }

    .mb-md-n58 {
        margin-bottom: -3.625rem !important
    }

    .mb-md-n60 {
        margin-bottom: -3.75rem !important
    }

    .mb-md-n62 {
        margin-bottom: -3.875rem !important
    }

    .mb-md-n64 {
        margin-bottom: -4rem !important
    }

    .mb-md-n68 {
        margin-bottom: -4.25rem !important
    }

    .mb-md-n70 {
        margin-bottom: -4.375rem !important
    }

    .mb-md-n72 {
        margin-bottom: -4.5rem !important
    }

    .mb-md-n74 {
        margin-bottom: -4.625rem !important
    }

    .mb-md-n76 {
        margin-bottom: -4.75rem !important
    }

    .mb-md-n78 {
        margin-bottom: -4.875rem !important
    }

    .mb-md-n80 {
        margin-bottom: -5rem !important
    }

    .mb-md-n82 {
        margin-bottom: -5.125rem !important
    }

    .mb-md-n84 {
        margin-bottom: -5.25rem !important
    }

    .mb-md-n92 {
        margin-bottom: -5.75rem !important
    }

    .mb-md-n96 {
        margin-bottom: -6rem !important
    }

    .mb-md-n102 {
        margin-bottom: -6.375rem !important
    }

    .mb-md-n112 {
        margin-bottom: -7rem !important
    }

    .mb-md-n124 {
        margin-bottom: -7.75rem !important
    }

    .ms-md-n1 {
        margin-left: -.625rem !important
    }

    .ms-md-n2 {
        margin-left: -.125rem !important
    }

    .ms-md-n4 {
        margin-left: -.25rem !important
    }

    .ms-md-n6 {
        margin-left: -.375rem !important
    }

    .ms-md-n8 {
        margin-left: -.5rem !important
    }

    .ms-md-n10 {
        margin-left: -.625rem !important
    }

    .ms-md-n12 {
        margin-left: -.75rem !important
    }

    .ms-md-n14 {
        margin-left: -.875rem !important
    }

    .ms-md-n16 {
        margin-left: -1rem !important
    }

    .ms-md-n18 {
        margin-left: -1.125rem !important
    }

    .ms-md-n20 {
        margin-left: -1.25rem !important
    }

    .ms-md-n22 {
        margin-left: -1.375rem !important
    }

    .ms-md-n24 {
        margin-left: -1.5rem !important
    }

    .ms-md-n28 {
        margin-left: -1.75rem !important
    }

    .ms-md-n30 {
        margin-left: -1.875rem !important
    }

    .ms-md-n32 {
        margin-left: -2rem !important
    }

    .ms-md-n36 {
        margin-left: -2.25rem !important
    }

    .ms-md-n38 {
        margin-left: -2.375rem !important
    }

    .ms-md-n40 {
        margin-left: -2.5rem !important
    }

    .ms-md-n44 {
        margin-left: -2.75rem !important
    }

    .ms-md-n46 {
        margin-left: -2.875rem !important
    }

    .ms-md-n48 {
        margin-left: -3rem !important
    }

    .ms-md-n50 {
        margin-left: -3.125rem !important
    }

    .ms-md-n52 {
        margin-left: -3.25rem !important
    }

    .ms-md-n56 {
        margin-left: -3.5rem !important
    }

    .ms-md-n58 {
        margin-left: -3.625rem !important
    }

    .ms-md-n60 {
        margin-left: -3.75rem !important
    }

    .ms-md-n62 {
        margin-left: -3.875rem !important
    }

    .ms-md-n64 {
        margin-left: -4rem !important
    }

    .ms-md-n68 {
        margin-left: -4.25rem !important
    }

    .ms-md-n70 {
        margin-left: -4.375rem !important
    }

    .ms-md-n72 {
        margin-left: -4.5rem !important
    }

    .ms-md-n74 {
        margin-left: -4.625rem !important
    }

    .ms-md-n76 {
        margin-left: -4.75rem !important
    }

    .ms-md-n78 {
        margin-left: -4.875rem !important
    }

    .ms-md-n80 {
        margin-left: -5rem !important
    }

    .ms-md-n82 {
        margin-left: -5.125rem !important
    }

    .ms-md-n84 {
        margin-left: -5.25rem !important
    }

    .ms-md-n92 {
        margin-left: -5.75rem !important
    }

    .ms-md-n96 {
        margin-left: -6rem !important
    }

    .ms-md-n102 {
        margin-left: -6.375rem !important
    }

    .ms-md-n112 {
        margin-left: -7rem !important
    }

    .ms-md-n124 {
        margin-left: -7.75rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .625rem !important
    }

    .p-md-2 {
        padding: .125rem !important
    }

    .p-md-4 {
        padding: .25rem !important
    }

    .p-md-6 {
        padding: .375rem !important
    }

    .p-md-8 {
        padding: .5rem !important
    }

    .p-md-10 {
        padding: .625rem !important
    }

    .p-md-12 {
        padding: .75rem !important
    }

    .p-md-14 {
        padding: .875rem !important
    }

    .p-md-16 {
        padding: 1rem !important
    }

    .p-md-18 {
        padding: 1.125rem !important
    }

    .p-md-20 {
        padding: 1.25rem !important
    }

    .p-md-22 {
        padding: 1.375rem !important
    }

    .p-md-24 {
        padding: 1.5rem !important
    }

    .p-md-28 {
        padding: 1.75rem !important
    }

    .p-md-30 {
        padding: 1.875rem !important
    }

    .p-md-32 {
        padding: 2rem !important
    }

    .p-md-36 {
        padding: 2.25rem !important
    }

    .p-md-38 {
        padding: 2.375rem !important
    }

    .p-md-40 {
        padding: 2.5rem !important
    }

    .p-md-44 {
        padding: 2.75rem !important
    }

    .p-md-46 {
        padding: 2.875rem !important
    }

    .p-md-48 {
        padding: 3rem !important
    }

    .p-md-50 {
        padding: 3.125rem !important
    }

    .p-md-52 {
        padding: 3.25rem !important
    }

    .p-md-56 {
        padding: 3.5rem !important
    }

    .p-md-58 {
        padding: 3.625rem !important
    }

    .p-md-60 {
        padding: 3.75rem !important
    }

    .p-md-62 {
        padding: 3.875rem !important
    }

    .p-md-64 {
        padding: 4rem !important
    }

    .p-md-68 {
        padding: 4.25rem !important
    }

    .p-md-70 {
        padding: 4.375rem !important
    }

    .p-md-72 {
        padding: 4.5rem !important
    }

    .p-md-74 {
        padding: 4.625rem !important
    }

    .p-md-76 {
        padding: 4.75rem !important
    }

    .p-md-78 {
        padding: 4.875rem !important
    }

    .p-md-80 {
        padding: 5rem !important
    }

    .p-md-82 {
        padding: 5.125rem !important
    }

    .p-md-84 {
        padding: 5.25rem !important
    }

    .p-md-92 {
        padding: 5.75rem !important
    }

    .p-md-96 {
        padding: 6rem !important
    }

    .p-md-102 {
        padding: 6.375rem !important
    }

    .p-md-112 {
        padding: 7rem !important
    }

    .p-md-124 {
        padding: 7.75rem !important
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-md-1 {
        padding-left: .625rem !important;
        padding-right: .625rem !important
    }

    .px-md-2 {
        padding-left: .125rem !important;
        padding-right: .125rem !important
    }

    .px-md-4 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-md-6 {
        padding-left: .375rem !important;
        padding-right: .375rem !important
    }

    .px-md-8 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-md-10 {
        padding-left: .625rem !important;
        padding-right: .625rem !important
    }

    .px-md-12 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .px-md-14 {
        padding-left: .875rem !important;
        padding-right: .875rem !important
    }

    .px-md-16 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-18 {
        padding-left: 1.125rem !important;
        padding-right: 1.125rem !important
    }

    .px-md-20 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-md-22 {
        padding-left: 1.375rem !important;
        padding-right: 1.375rem !important
    }

    .px-md-24 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-28 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .px-md-30 {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important
    }

    .px-md-32 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-md-36 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important
    }

    .px-md-38 {
        padding-left: 2.375rem !important;
        padding-right: 2.375rem !important
    }

    .px-md-40 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-md-44 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important
    }

    .px-md-46 {
        padding-left: 2.875rem !important;
        padding-right: 2.875rem !important
    }

    .px-md-48 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-md-50 {
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important
    }

    .px-md-52 {
        padding-left: 3.25rem !important;
        padding-right: 3.25rem !important
    }

    .px-md-56 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-md-58 {
        padding-left: 3.625rem !important;
        padding-right: 3.625rem !important
    }

    .px-md-60 {
        padding-left: 3.75rem !important;
        padding-right: 3.75rem !important
    }

    .px-md-62 {
        padding-left: 3.875rem !important;
        padding-right: 3.875rem !important
    }

    .px-md-64 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-md-68 {
        padding-left: 4.25rem !important;
        padding-right: 4.25rem !important
    }

    .px-md-70 {
        padding-left: 4.375rem !important;
        padding-right: 4.375rem !important
    }

    .px-md-72 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-md-74 {
        padding-left: 4.625rem !important;
        padding-right: 4.625rem !important
    }

    .px-md-76 {
        padding-left: 4.75rem !important;
        padding-right: 4.75rem !important
    }

    .px-md-78 {
        padding-left: 4.875rem !important;
        padding-right: 4.875rem !important
    }

    .px-md-80 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-md-82 {
        padding-left: 5.125rem !important;
        padding-right: 5.125rem !important
    }

    .px-md-84 {
        padding-left: 5.25rem !important;
        padding-right: 5.25rem !important
    }

    .px-md-92 {
        padding-left: 5.75rem !important;
        padding-right: 5.75rem !important
    }

    .px-md-96 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-md-102 {
        padding-left: 6.375rem !important;
        padding-right: 6.375rem !important
    }

    .px-md-112 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-md-124 {
        padding-left: 7.75rem !important;
        padding-right: 7.75rem !important
    }

    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-md-1 {
        padding-bottom: .625rem !important;
        padding-top: .625rem !important
    }

    .py-md-2 {
        padding-bottom: .125rem !important;
        padding-top: .125rem !important
    }

    .py-md-4 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-md-6 {
        padding-bottom: .375rem !important;
        padding-top: .375rem !important
    }

    .py-md-8 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-md-10 {
        padding-bottom: .625rem !important;
        padding-top: .625rem !important
    }

    .py-md-12 {
        padding-bottom: .75rem !important;
        padding-top: .75rem !important
    }

    .py-md-14 {
        padding-bottom: .875rem !important;
        padding-top: .875rem !important
    }

    .py-md-16 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-md-18 {
        padding-bottom: 1.125rem !important;
        padding-top: 1.125rem !important
    }

    .py-md-20 {
        padding-bottom: 1.25rem !important;
        padding-top: 1.25rem !important
    }

    .py-md-22 {
        padding-bottom: 1.375rem !important;
        padding-top: 1.375rem !important
    }

    .py-md-24 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-md-28 {
        padding-bottom: 1.75rem !important;
        padding-top: 1.75rem !important
    }

    .py-md-30 {
        padding-bottom: 1.875rem !important;
        padding-top: 1.875rem !important
    }

    .py-md-32 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-md-36 {
        padding-bottom: 2.25rem !important;
        padding-top: 2.25rem !important
    }

    .py-md-38 {
        padding-bottom: 2.375rem !important;
        padding-top: 2.375rem !important
    }

    .py-md-40 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-md-44 {
        padding-bottom: 2.75rem !important;
        padding-top: 2.75rem !important
    }

    .py-md-46 {
        padding-bottom: 2.875rem !important;
        padding-top: 2.875rem !important
    }

    .py-md-48 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-md-50 {
        padding-bottom: 3.125rem !important;
        padding-top: 3.125rem !important
    }

    .py-md-52 {
        padding-bottom: 3.25rem !important;
        padding-top: 3.25rem !important
    }

    .py-md-56 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .py-md-58 {
        padding-bottom: 3.625rem !important;
        padding-top: 3.625rem !important
    }

    .py-md-60 {
        padding-bottom: 3.75rem !important;
        padding-top: 3.75rem !important
    }

    .py-md-62 {
        padding-bottom: 3.875rem !important;
        padding-top: 3.875rem !important
    }

    .py-md-64 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-md-68 {
        padding-bottom: 4.25rem !important;
        padding-top: 4.25rem !important
    }

    .py-md-70 {
        padding-bottom: 4.375rem !important;
        padding-top: 4.375rem !important
    }

    .py-md-72 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-md-74 {
        padding-bottom: 4.625rem !important;
        padding-top: 4.625rem !important
    }

    .py-md-76 {
        padding-bottom: 4.75rem !important;
        padding-top: 4.75rem !important
    }

    .py-md-78 {
        padding-bottom: 4.875rem !important;
        padding-top: 4.875rem !important
    }

    .py-md-80 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-md-82 {
        padding-bottom: 5.125rem !important;
        padding-top: 5.125rem !important
    }

    .py-md-84 {
        padding-bottom: 5.25rem !important;
        padding-top: 5.25rem !important
    }

    .py-md-92 {
        padding-bottom: 5.75rem !important;
        padding-top: 5.75rem !important
    }

    .py-md-96 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-md-102 {
        padding-bottom: 6.375rem !important;
        padding-top: 6.375rem !important
    }

    .py-md-112 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .py-md-124 {
        padding-bottom: 7.75rem !important;
        padding-top: 7.75rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .625rem !important
    }

    .pt-md-2 {
        padding-top: .125rem !important
    }

    .pt-md-4 {
        padding-top: .25rem !important
    }

    .pt-md-6 {
        padding-top: .375rem !important
    }

    .pt-md-8 {
        padding-top: .5rem !important
    }

    .pt-md-10 {
        padding-top: .625rem !important
    }

    .pt-md-12 {
        padding-top: .75rem !important
    }

    .pt-md-14 {
        padding-top: .875rem !important
    }

    .pt-md-16 {
        padding-top: 1rem !important
    }

    .pt-md-18 {
        padding-top: 1.125rem !important
    }

    .pt-md-20 {
        padding-top: 1.25rem !important
    }

    .pt-md-22 {
        padding-top: 1.375rem !important
    }

    .pt-md-24 {
        padding-top: 1.5rem !important
    }

    .pt-md-28 {
        padding-top: 1.75rem !important
    }

    .pt-md-30 {
        padding-top: 1.875rem !important
    }

    .pt-md-32 {
        padding-top: 2rem !important
    }

    .pt-md-36 {
        padding-top: 2.25rem !important
    }

    .pt-md-38 {
        padding-top: 2.375rem !important
    }

    .pt-md-40 {
        padding-top: 2.5rem !important
    }

    .pt-md-44 {
        padding-top: 2.75rem !important
    }

    .pt-md-46 {
        padding-top: 2.875rem !important
    }

    .pt-md-48 {
        padding-top: 3rem !important
    }

    .pt-md-50 {
        padding-top: 3.125rem !important
    }

    .pt-md-52 {
        padding-top: 3.25rem !important
    }

    .pt-md-56 {
        padding-top: 3.5rem !important
    }

    .pt-md-58 {
        padding-top: 3.625rem !important
    }

    .pt-md-60 {
        padding-top: 3.75rem !important
    }

    .pt-md-62 {
        padding-top: 3.875rem !important
    }

    .pt-md-64 {
        padding-top: 4rem !important
    }

    .pt-md-68 {
        padding-top: 4.25rem !important
    }

    .pt-md-70 {
        padding-top: 4.375rem !important
    }

    .pt-md-72 {
        padding-top: 4.5rem !important
    }

    .pt-md-74 {
        padding-top: 4.625rem !important
    }

    .pt-md-76 {
        padding-top: 4.75rem !important
    }

    .pt-md-78 {
        padding-top: 4.875rem !important
    }

    .pt-md-80 {
        padding-top: 5rem !important
    }

    .pt-md-82 {
        padding-top: 5.125rem !important
    }

    .pt-md-84 {
        padding-top: 5.25rem !important
    }

    .pt-md-92 {
        padding-top: 5.75rem !important
    }

    .pt-md-96 {
        padding-top: 6rem !important
    }

    .pt-md-102 {
        padding-top: 6.375rem !important
    }

    .pt-md-112 {
        padding-top: 7rem !important
    }

    .pt-md-124 {
        padding-top: 7.75rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .625rem !important
    }

    .pe-md-2 {
        padding-right: .125rem !important
    }

    .pe-md-4 {
        padding-right: .25rem !important
    }

    .pe-md-6 {
        padding-right: .375rem !important
    }

    .pe-md-8 {
        padding-right: .5rem !important
    }

    .pe-md-10 {
        padding-right: .625rem !important
    }

    .pe-md-12 {
        padding-right: .75rem !important
    }

    .pe-md-14 {
        padding-right: .875rem !important
    }

    .pe-md-16 {
        padding-right: 1rem !important
    }

    .pe-md-18 {
        padding-right: 1.125rem !important
    }

    .pe-md-20 {
        padding-right: 1.25rem !important
    }

    .pe-md-22 {
        padding-right: 1.375rem !important
    }

    .pe-md-24 {
        padding-right: 1.5rem !important
    }

    .pe-md-28 {
        padding-right: 1.75rem !important
    }

    .pe-md-30 {
        padding-right: 1.875rem !important
    }

    .pe-md-32 {
        padding-right: 2rem !important
    }

    .pe-md-36 {
        padding-right: 2.25rem !important
    }

    .pe-md-38 {
        padding-right: 2.375rem !important
    }

    .pe-md-40 {
        padding-right: 2.5rem !important
    }

    .pe-md-44 {
        padding-right: 2.75rem !important
    }

    .pe-md-46 {
        padding-right: 2.875rem !important
    }

    .pe-md-48 {
        padding-right: 3rem !important
    }

    .pe-md-50 {
        padding-right: 3.125rem !important
    }

    .pe-md-52 {
        padding-right: 3.25rem !important
    }

    .pe-md-56 {
        padding-right: 3.5rem !important
    }

    .pe-md-58 {
        padding-right: 3.625rem !important
    }

    .pe-md-60 {
        padding-right: 3.75rem !important
    }

    .pe-md-62 {
        padding-right: 3.875rem !important
    }

    .pe-md-64 {
        padding-right: 4rem !important
    }

    .pe-md-68 {
        padding-right: 4.25rem !important
    }

    .pe-md-70 {
        padding-right: 4.375rem !important
    }

    .pe-md-72 {
        padding-right: 4.5rem !important
    }

    .pe-md-74 {
        padding-right: 4.625rem !important
    }

    .pe-md-76 {
        padding-right: 4.75rem !important
    }

    .pe-md-78 {
        padding-right: 4.875rem !important
    }

    .pe-md-80 {
        padding-right: 5rem !important
    }

    .pe-md-82 {
        padding-right: 5.125rem !important
    }

    .pe-md-84 {
        padding-right: 5.25rem !important
    }

    .pe-md-92 {
        padding-right: 5.75rem !important
    }

    .pe-md-96 {
        padding-right: 6rem !important
    }

    .pe-md-102 {
        padding-right: 6.375rem !important
    }

    .pe-md-112 {
        padding-right: 7rem !important
    }

    .pe-md-124 {
        padding-right: 7.75rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .625rem !important
    }

    .pb-md-2 {
        padding-bottom: .125rem !important
    }

    .pb-md-4 {
        padding-bottom: .25rem !important
    }

    .pb-md-6 {
        padding-bottom: .375rem !important
    }

    .pb-md-8 {
        padding-bottom: .5rem !important
    }

    .pb-md-10 {
        padding-bottom: .625rem !important
    }

    .pb-md-12 {
        padding-bottom: .75rem !important
    }

    .pb-md-14 {
        padding-bottom: .875rem !important
    }

    .pb-md-16 {
        padding-bottom: 1rem !important
    }

    .pb-md-18 {
        padding-bottom: 1.125rem !important
    }

    .pb-md-20 {
        padding-bottom: 1.25rem !important
    }

    .pb-md-22 {
        padding-bottom: 1.375rem !important
    }

    .pb-md-24 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-28 {
        padding-bottom: 1.75rem !important
    }

    .pb-md-30 {
        padding-bottom: 1.875rem !important
    }

    .pb-md-32 {
        padding-bottom: 2rem !important
    }

    .pb-md-36 {
        padding-bottom: 2.25rem !important
    }

    .pb-md-38 {
        padding-bottom: 2.375rem !important
    }

    .pb-md-40 {
        padding-bottom: 2.5rem !important
    }

    .pb-md-44 {
        padding-bottom: 2.75rem !important
    }

    .pb-md-46 {
        padding-bottom: 2.875rem !important
    }

    .pb-md-48 {
        padding-bottom: 3rem !important
    }

    .pb-md-50 {
        padding-bottom: 3.125rem !important
    }

    .pb-md-52 {
        padding-bottom: 3.25rem !important
    }

    .pb-md-56 {
        padding-bottom: 3.5rem !important
    }

    .pb-md-58 {
        padding-bottom: 3.625rem !important
    }

    .pb-md-60 {
        padding-bottom: 3.75rem !important
    }

    .pb-md-62 {
        padding-bottom: 3.875rem !important
    }

    .pb-md-64 {
        padding-bottom: 4rem !important
    }

    .pb-md-68 {
        padding-bottom: 4.25rem !important
    }

    .pb-md-70 {
        padding-bottom: 4.375rem !important
    }

    .pb-md-72 {
        padding-bottom: 4.5rem !important
    }

    .pb-md-74 {
        padding-bottom: 4.625rem !important
    }

    .pb-md-76 {
        padding-bottom: 4.75rem !important
    }

    .pb-md-78 {
        padding-bottom: 4.875rem !important
    }

    .pb-md-80 {
        padding-bottom: 5rem !important
    }

    .pb-md-82 {
        padding-bottom: 5.125rem !important
    }

    .pb-md-84 {
        padding-bottom: 5.25rem !important
    }

    .pb-md-92 {
        padding-bottom: 5.75rem !important
    }

    .pb-md-96 {
        padding-bottom: 6rem !important
    }

    .pb-md-102 {
        padding-bottom: 6.375rem !important
    }

    .pb-md-112 {
        padding-bottom: 7rem !important
    }

    .pb-md-124 {
        padding-bottom: 7.75rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .625rem !important
    }

    .ps-md-2 {
        padding-left: .125rem !important
    }

    .ps-md-4 {
        padding-left: .25rem !important
    }

    .ps-md-6 {
        padding-left: .375rem !important
    }

    .ps-md-8 {
        padding-left: .5rem !important
    }

    .ps-md-10 {
        padding-left: .625rem !important
    }

    .ps-md-12 {
        padding-left: .75rem !important
    }

    .ps-md-14 {
        padding-left: .875rem !important
    }

    .ps-md-16 {
        padding-left: 1rem !important
    }

    .ps-md-18 {
        padding-left: 1.125rem !important
    }

    .ps-md-20 {
        padding-left: 1.25rem !important
    }

    .ps-md-22 {
        padding-left: 1.375rem !important
    }

    .ps-md-24 {
        padding-left: 1.5rem !important
    }

    .ps-md-28 {
        padding-left: 1.75rem !important
    }

    .ps-md-30 {
        padding-left: 1.875rem !important
    }

    .ps-md-32 {
        padding-left: 2rem !important
    }

    .ps-md-36 {
        padding-left: 2.25rem !important
    }

    .ps-md-38 {
        padding-left: 2.375rem !important
    }

    .ps-md-40 {
        padding-left: 2.5rem !important
    }

    .ps-md-44 {
        padding-left: 2.75rem !important
    }

    .ps-md-46 {
        padding-left: 2.875rem !important
    }

    .ps-md-48 {
        padding-left: 3rem !important
    }

    .ps-md-50 {
        padding-left: 3.125rem !important
    }

    .ps-md-52 {
        padding-left: 3.25rem !important
    }

    .ps-md-56 {
        padding-left: 3.5rem !important
    }

    .ps-md-58 {
        padding-left: 3.625rem !important
    }

    .ps-md-60 {
        padding-left: 3.75rem !important
    }

    .ps-md-62 {
        padding-left: 3.875rem !important
    }

    .ps-md-64 {
        padding-left: 4rem !important
    }

    .ps-md-68 {
        padding-left: 4.25rem !important
    }

    .ps-md-70 {
        padding-left: 4.375rem !important
    }

    .ps-md-72 {
        padding-left: 4.5rem !important
    }

    .ps-md-74 {
        padding-left: 4.625rem !important
    }

    .ps-md-76 {
        padding-left: 4.75rem !important
    }

    .ps-md-78 {
        padding-left: 4.875rem !important
    }

    .ps-md-80 {
        padding-left: 5rem !important
    }

    .ps-md-82 {
        padding-left: 5.125rem !important
    }

    .ps-md-84 {
        padding-left: 5.25rem !important
    }

    .ps-md-92 {
        padding-left: 5.75rem !important
    }

    .ps-md-96 {
        padding-left: 6rem !important
    }

    .ps-md-102 {
        padding-left: 6.375rem !important
    }

    .ps-md-112 {
        padding-left: 7rem !important
    }

    .ps-md-124 {
        padding-left: 7.75rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .625rem !important
    }

    .gap-md-2 {
        gap: .125rem !important
    }

    .gap-md-4 {
        gap: .25rem !important
    }

    .gap-md-6 {
        gap: .375rem !important
    }

    .gap-md-8 {
        gap: .5rem !important
    }

    .gap-md-10 {
        gap: .625rem !important
    }

    .gap-md-12 {
        gap: .75rem !important
    }

    .gap-md-14 {
        gap: .875rem !important
    }

    .gap-md-16 {
        gap: 1rem !important
    }

    .gap-md-18 {
        gap: 1.125rem !important
    }

    .gap-md-20 {
        gap: 1.25rem !important
    }

    .gap-md-22 {
        gap: 1.375rem !important
    }

    .gap-md-24 {
        gap: 1.5rem !important
    }

    .gap-md-28 {
        gap: 1.75rem !important
    }

    .gap-md-30 {
        gap: 1.875rem !important
    }

    .gap-md-32 {
        gap: 2rem !important
    }

    .gap-md-36 {
        gap: 2.25rem !important
    }

    .gap-md-38 {
        gap: 2.375rem !important
    }

    .gap-md-40 {
        gap: 2.5rem !important
    }

    .gap-md-44 {
        gap: 2.75rem !important
    }

    .gap-md-46 {
        gap: 2.875rem !important
    }

    .gap-md-48 {
        gap: 3rem !important
    }

    .gap-md-50 {
        gap: 3.125rem !important
    }

    .gap-md-52 {
        gap: 3.25rem !important
    }

    .gap-md-56 {
        gap: 3.5rem !important
    }

    .gap-md-58 {
        gap: 3.625rem !important
    }

    .gap-md-60 {
        gap: 3.75rem !important
    }

    .gap-md-62 {
        gap: 3.875rem !important
    }

    .gap-md-64 {
        gap: 4rem !important
    }

    .gap-md-68 {
        gap: 4.25rem !important
    }

    .gap-md-70 {
        gap: 4.375rem !important
    }

    .gap-md-72 {
        gap: 4.5rem !important
    }

    .gap-md-74 {
        gap: 4.625rem !important
    }

    .gap-md-76 {
        gap: 4.75rem !important
    }

    .gap-md-78 {
        gap: 4.875rem !important
    }

    .gap-md-80 {
        gap: 5rem !important
    }

    .gap-md-82 {
        gap: 5.125rem !important
    }

    .gap-md-84 {
        gap: 5.25rem !important
    }

    .gap-md-92 {
        gap: 5.75rem !important
    }

    .gap-md-96 {
        gap: 6rem !important
    }

    .gap-md-102 {
        gap: 6.375rem !important
    }

    .gap-md-112 {
        gap: 7rem !important
    }

    .gap-md-124 {
        gap: 7.75rem !important
    }

    .fs-md-1 {
        font-size: 2.5rem !important
    }

    .fs-md-2 {
        font-size: 2rem !important
    }

    .fs-md-3 {
        font-size: 1.75rem !important
    }

    .fs-md-4 {
        font-size: 1.5rem !important
    }

    .fs-md-5 {
        font-size: 1.25rem !important
    }

    .fs-md-6 {
        font-size: 1rem !important
    }

    .fs-md-10 {
        font-size: .625rem !important
    }

    .fs-md-12 {
        font-size: .75rem !important
    }

    .fs-md-14 {
        font-size: .875rem !important
    }

    .fs-md-16 {
        font-size: 1rem !important
    }

    .fs-md-18 {
        font-size: 1rem !important
    }

    .fs-md-20 {
        font-size: 1.25rem !important
    }

    .fs-md-22 {
        font-size: 1.413rem !important
    }

    .fs-md-24 {
        font-size: 1.413rem !important
    }

    .fs-md-28 {
        font-size: 1.75rem !important
    }

    .fs-md-30 {
        font-size: 1.875rem !important
    }

    .fs-md-32 {
        font-size: 2rem !important
    }

    .fs-md-36 {
        font-size: 2.25rem !important
    }

    .fs-md-38 {
        font-size: 2.375rem !important
    }

    .fs-md-40 {
        font-size: 2.5rem !important
    }

    .fs-md-44 {
        font-size: 2.75rem !important
    }

    .fs-md-46 {
        font-size: 2.875rem !important
    }

    .fs-md-48 {
        font-size: 3rem !important
    }

    .fs-md-50 {
        font-size: 3.125rem !important
    }

    .fs-md-56 {
        font-size: 3.5rem !important
    }

    .fs-md-60 {
        font-size: 3.75rem !important
    }

    .fs-md-62 {
        font-size: 3.875rem !important
    }

    .fs-md-64 {
        font-size: 4rem !important
    }

    .fs-md-68 {
        font-size: 4.25rem !important
    }

    .fs-md-72 {
        font-size: 4.5rem !important
    }

    .fs-md-74 {
        font-size: 4.625rem !important
    }

    .fs-md-76 {
        font-size: 4.75rem !important
    }

    .fs-md-80 {
        font-size: 5rem !important
    }

    .fs-md-96 {
        font-size: 6rem !important
    }

    .lh-md-0 {
        line-height: 0rem !important
    }

    .lh-md-3 {
        line-height: .75rem !important
    }

    .lh-md-4 {
        line-height: 1rem !important
    }

    .lh-md-5 {
        line-height: 1.25rem !important
    }

    .lh-md-6 {
        line-height: 1.5rem !important
    }

    .lh-md-7 {
        line-height: 1.75rem !important
    }

    .lh-md-8 {
        line-height: 2rem !important
    }

    .lh-md-9 {
        line-height: 2.25rem !important
    }

    .lh-md-10 {
        line-height: 2.5rem !important
    }

    .lh-md-11 {
        line-height: 2.75rem !important
    }

    .lh-md-12 {
        line-height: 3rem !important
    }

    .lh-md-13 {
        line-height: 3.5rem !important
    }

    .lh-md-none {
        line-height: 1 !important
    }

    .lh-md-tight {
        line-height: 1.25 !important
    }

    .lh-md-snug {
        line-height: 1.375 !important
    }

    .lh-md-normal {
        line-height: 1.5 !important
    }

    .lh-md-relaxed {
        line-height: 1.625 !important
    }

    .lh-md-loose {
        line-height: 2 !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .w-lg-25 {
        width: 25% !important
    }

    .w-lg-50 {
        width: 50% !important
    }

    .w-lg-75 {
        width: 75% !important
    }

    .w-lg-90 {
        width: 90% !important
    }

    .w-lg-100 {
        width: 100% !important
    }

    .w-lg-auto {
        width: auto !important
    }

    .w-lg-custom {
        width: var(--custom-size) !important
    }

    .w-lg-1 {
        width: .25rem !important
    }

    .w-lg-2 {
        width: .5rem !important
    }

    .w-lg--3 {
        width: .625rem !important
    }

    .w-lg-3 {
        width: .75rem !important
    }

    .w-lg-4 {
        width: 1rem !important
    }

    .w-lg-5 {
        width: 1.25rem !important
    }

    .w-lg-6 {
        width: 1.5rem !important
    }

    .w-lg-7 {
        width: 1.75rem !important
    }

    .w-lg-8 {
        width: 2rem !important
    }

    .w-lg-9 {
        width: 2.25rem !important
    }

    .w-lg-10 {
        width: 2.5rem !important
    }

    .w-lg-11 {
        width: 2.75rem !important
    }

    .w-lg-12 {
        width: 3rem !important
    }

    .w-lg-13 {
        width: 3.15rem !important
    }

    .w-lg-14 {
        width: 3.5rem !important
    }

    .w-lg-16 {
        width: 4rem !important
    }

    .w-lg-18 {
        width: 4.5rem !important
    }

    .w-lg-20 {
        width: 5rem !important
    }

    .w-lg-24 {
        width: 6rem !important
    }

    .w-lg-28 {
        width: 7rem !important
    }

    .w-lg-32 {
        width: 8rem !important
    }

    .w-lg-36 {
        width: 9rem !important
    }

    .w-lg-40 {
        width: 10rem !important
    }

    .w-lg-44 {
        width: 11rem !important
    }

    .w-lg-48 {
        width: 12rem !important
    }

    .w-lg-52 {
        width: 13rem !important
    }

    .w-lg-56 {
        width: 14rem !important
    }

    .w-lg-60 {
        width: 15rem !important
    }

    .w-lg-64 {
        width: 16rem !important
    }

    .w-lg-72 {
        width: 18rem !important
    }

    .w-lg-80 {
        width: 20rem !important
    }

    .w-lg-96 {
        width: 24rem !important
    }

    .h-lg-25 {
        height: 25% !important
    }

    .h-lg-50 {
        height: 50% !important
    }

    .h-lg-75 {
        height: 75% !important
    }

    .h-lg-90 {
        height: 90% !important
    }

    .h-lg-100 {
        height: 100% !important
    }

    .h-lg-auto {
        height: auto !important
    }

    .h-lg-custom {
        height: var(--custom-size) !important
    }

    .h-lg-1 {
        height: .25rem !important
    }

    .h-lg-2 {
        height: .5rem !important
    }

    .h-lg--3 {
        height: .625rem !important
    }

    .h-lg-3 {
        height: .75rem !important
    }

    .h-lg-4 {
        height: 1rem !important
    }

    .h-lg-5 {
        height: 1.25rem !important
    }

    .h-lg-6 {
        height: 1.5rem !important
    }

    .h-lg-7 {
        height: 1.75rem !important
    }

    .h-lg-8 {
        height: 2rem !important
    }

    .h-lg-9 {
        height: 2.25rem !important
    }

    .h-lg-10 {
        height: 2.5rem !important
    }

    .h-lg-11 {
        height: 2.75rem !important
    }

    .h-lg-12 {
        height: 3rem !important
    }

    .h-lg-13 {
        height: 3.15rem !important
    }

    .h-lg-14 {
        height: 3.5rem !important
    }

    .h-lg-16 {
        height: 4rem !important
    }

    .h-lg-18 {
        height: 4.5rem !important
    }

    .h-lg-20 {
        height: 5rem !important
    }

    .h-lg-24 {
        height: 6rem !important
    }

    .h-lg-28 {
        height: 7rem !important
    }

    .h-lg-32 {
        height: 8rem !important
    }

    .h-lg-36 {
        height: 9rem !important
    }

    .h-lg-40 {
        height: 10rem !important
    }

    .h-lg-44 {
        height: 11rem !important
    }

    .h-lg-48 {
        height: 12rem !important
    }

    .h-lg-52 {
        height: 13rem !important
    }

    .h-lg-56 {
        height: 14rem !important
    }

    .h-lg-60 {
        height: 15rem !important
    }

    .h-lg-64 {
        height: 16rem !important
    }

    .h-lg-72 {
        height: 18rem !important
    }

    .h-lg-80 {
        height: 20rem !important
    }

    .h-lg-96 {
        height: 24rem !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .625rem !important
    }

    .m-lg-2 {
        margin: .125rem !important
    }

    .m-lg-4 {
        margin: .25rem !important
    }

    .m-lg-6 {
        margin: .375rem !important
    }

    .m-lg-8 {
        margin: .5rem !important
    }

    .m-lg-10 {
        margin: .625rem !important
    }

    .m-lg-12 {
        margin: .75rem !important
    }

    .m-lg-14 {
        margin: .875rem !important
    }

    .m-lg-16 {
        margin: 1rem !important
    }

    .m-lg-18 {
        margin: 1.125rem !important
    }

    .m-lg-20 {
        margin: 1.25rem !important
    }

    .m-lg-22 {
        margin: 1.375rem !important
    }

    .m-lg-24 {
        margin: 1.5rem !important
    }

    .m-lg-28 {
        margin: 1.75rem !important
    }

    .m-lg-30 {
        margin: 1.875rem !important
    }

    .m-lg-32 {
        margin: 2rem !important
    }

    .m-lg-36 {
        margin: 2.25rem !important
    }

    .m-lg-38 {
        margin: 2.375rem !important
    }

    .m-lg-40 {
        margin: 2.5rem !important
    }

    .m-lg-44 {
        margin: 2.75rem !important
    }

    .m-lg-46 {
        margin: 2.875rem !important
    }

    .m-lg-48 {
        margin: 3rem !important
    }

    .m-lg-50 {
        margin: 3.125rem !important
    }

    .m-lg-52 {
        margin: 3.25rem !important
    }

    .m-lg-56 {
        margin: 3.5rem !important
    }

    .m-lg-58 {
        margin: 3.625rem !important
    }

    .m-lg-60 {
        margin: 3.75rem !important
    }

    .m-lg-62 {
        margin: 3.875rem !important
    }

    .m-lg-64 {
        margin: 4rem !important
    }

    .m-lg-68 {
        margin: 4.25rem !important
    }

    .m-lg-70 {
        margin: 4.375rem !important
    }

    .m-lg-72 {
        margin: 4.5rem !important
    }

    .m-lg-74 {
        margin: 4.625rem !important
    }

    .m-lg-76 {
        margin: 4.75rem !important
    }

    .m-lg-78 {
        margin: 4.875rem !important
    }

    .m-lg-80 {
        margin: 5rem !important
    }

    .m-lg-82 {
        margin: 5.125rem !important
    }

    .m-lg-84 {
        margin: 5.25rem !important
    }

    .m-lg-92 {
        margin: 5.75rem !important
    }

    .m-lg-96 {
        margin: 6rem !important
    }

    .m-lg-102 {
        margin: 6.375rem !important
    }

    .m-lg-112 {
        margin: 7rem !important
    }

    .m-lg-124 {
        margin: 7.75rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-lg-1 {
        margin-left: .625rem !important;
        margin-right: .625rem !important
    }

    .mx-lg-2 {
        margin-left: .125rem !important;
        margin-right: .125rem !important
    }

    .mx-lg-4 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-lg-6 {
        margin-left: .375rem !important;
        margin-right: .375rem !important
    }

    .mx-lg-8 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-lg-10 {
        margin-left: .625rem !important;
        margin-right: .625rem !important
    }

    .mx-lg-12 {
        margin-left: .75rem !important;
        margin-right: .75rem !important
    }

    .mx-lg-14 {
        margin-left: .875rem !important;
        margin-right: .875rem !important
    }

    .mx-lg-16 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-18 {
        margin-left: 1.125rem !important;
        margin-right: 1.125rem !important
    }

    .mx-lg-20 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .mx-lg-22 {
        margin-left: 1.375rem !important;
        margin-right: 1.375rem !important
    }

    .mx-lg-24 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-28 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important
    }

    .mx-lg-30 {
        margin-left: 1.875rem !important;
        margin-right: 1.875rem !important
    }

    .mx-lg-32 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-lg-36 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important
    }

    .mx-lg-38 {
        margin-left: 2.375rem !important;
        margin-right: 2.375rem !important
    }

    .mx-lg-40 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-lg-44 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important
    }

    .mx-lg-46 {
        margin-left: 2.875rem !important;
        margin-right: 2.875rem !important
    }

    .mx-lg-48 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-50 {
        margin-left: 3.125rem !important;
        margin-right: 3.125rem !important
    }

    .mx-lg-52 {
        margin-left: 3.25rem !important;
        margin-right: 3.25rem !important
    }

    .mx-lg-56 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .mx-lg-58 {
        margin-left: 3.625rem !important;
        margin-right: 3.625rem !important
    }

    .mx-lg-60 {
        margin-left: 3.75rem !important;
        margin-right: 3.75rem !important
    }

    .mx-lg-62 {
        margin-left: 3.875rem !important;
        margin-right: 3.875rem !important
    }

    .mx-lg-64 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-lg-68 {
        margin-left: 4.25rem !important;
        margin-right: 4.25rem !important
    }

    .mx-lg-70 {
        margin-left: 4.375rem !important;
        margin-right: 4.375rem !important
    }

    .mx-lg-72 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-lg-74 {
        margin-left: 4.625rem !important;
        margin-right: 4.625rem !important
    }

    .mx-lg-76 {
        margin-left: 4.75rem !important;
        margin-right: 4.75rem !important
    }

    .mx-lg-78 {
        margin-left: 4.875rem !important;
        margin-right: 4.875rem !important
    }

    .mx-lg-80 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-lg-82 {
        margin-left: 5.125rem !important;
        margin-right: 5.125rem !important
    }

    .mx-lg-84 {
        margin-left: 5.25rem !important;
        margin-right: 5.25rem !important
    }

    .mx-lg-92 {
        margin-left: 5.75rem !important;
        margin-right: 5.75rem !important
    }

    .mx-lg-96 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-lg-102 {
        margin-left: 6.375rem !important;
        margin-right: 6.375rem !important
    }

    .mx-lg-112 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-lg-124 {
        margin-left: 7.75rem !important;
        margin-right: 7.75rem !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-lg-1 {
        margin-bottom: .625rem !important;
        margin-top: .625rem !important
    }

    .my-lg-2 {
        margin-bottom: .125rem !important;
        margin-top: .125rem !important
    }

    .my-lg-4 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-lg-6 {
        margin-bottom: .375rem !important;
        margin-top: .375rem !important
    }

    .my-lg-8 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-lg-10 {
        margin-bottom: .625rem !important;
        margin-top: .625rem !important
    }

    .my-lg-12 {
        margin-bottom: .75rem !important;
        margin-top: .75rem !important
    }

    .my-lg-14 {
        margin-bottom: .875rem !important;
        margin-top: .875rem !important
    }

    .my-lg-16 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-lg-18 {
        margin-bottom: 1.125rem !important;
        margin-top: 1.125rem !important
    }

    .my-lg-20 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important
    }

    .my-lg-22 {
        margin-bottom: 1.375rem !important;
        margin-top: 1.375rem !important
    }

    .my-lg-24 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-lg-28 {
        margin-bottom: 1.75rem !important;
        margin-top: 1.75rem !important
    }

    .my-lg-30 {
        margin-bottom: 1.875rem !important;
        margin-top: 1.875rem !important
    }

    .my-lg-32 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-lg-36 {
        margin-bottom: 2.25rem !important;
        margin-top: 2.25rem !important
    }

    .my-lg-38 {
        margin-bottom: 2.375rem !important;
        margin-top: 2.375rem !important
    }

    .my-lg-40 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-lg-44 {
        margin-bottom: 2.75rem !important;
        margin-top: 2.75rem !important
    }

    .my-lg-46 {
        margin-bottom: 2.875rem !important;
        margin-top: 2.875rem !important
    }

    .my-lg-48 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-lg-50 {
        margin-bottom: 3.125rem !important;
        margin-top: 3.125rem !important
    }

    .my-lg-52 {
        margin-bottom: 3.25rem !important;
        margin-top: 3.25rem !important
    }

    .my-lg-56 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important
    }

    .my-lg-58 {
        margin-bottom: 3.625rem !important;
        margin-top: 3.625rem !important
    }

    .my-lg-60 {
        margin-bottom: 3.75rem !important;
        margin-top: 3.75rem !important
    }

    .my-lg-62 {
        margin-bottom: 3.875rem !important;
        margin-top: 3.875rem !important
    }

    .my-lg-64 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-lg-68 {
        margin-bottom: 4.25rem !important;
        margin-top: 4.25rem !important
    }

    .my-lg-70 {
        margin-bottom: 4.375rem !important;
        margin-top: 4.375rem !important
    }

    .my-lg-72 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-lg-74 {
        margin-bottom: 4.625rem !important;
        margin-top: 4.625rem !important
    }

    .my-lg-76 {
        margin-bottom: 4.75rem !important;
        margin-top: 4.75rem !important
    }

    .my-lg-78 {
        margin-bottom: 4.875rem !important;
        margin-top: 4.875rem !important
    }

    .my-lg-80 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-lg-82 {
        margin-bottom: 5.125rem !important;
        margin-top: 5.125rem !important
    }

    .my-lg-84 {
        margin-bottom: 5.25rem !important;
        margin-top: 5.25rem !important
    }

    .my-lg-92 {
        margin-bottom: 5.75rem !important;
        margin-top: 5.75rem !important
    }

    .my-lg-96 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-lg-102 {
        margin-bottom: 6.375rem !important;
        margin-top: 6.375rem !important
    }

    .my-lg-112 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-lg-124 {
        margin-bottom: 7.75rem !important;
        margin-top: 7.75rem !important
    }

    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .625rem !important
    }

    .mt-lg-2 {
        margin-top: .125rem !important
    }

    .mt-lg-4 {
        margin-top: .25rem !important
    }

    .mt-lg-6 {
        margin-top: .375rem !important
    }

    .mt-lg-8 {
        margin-top: .5rem !important
    }

    .mt-lg-10 {
        margin-top: .625rem !important
    }

    .mt-lg-12 {
        margin-top: .75rem !important
    }

    .mt-lg-14 {
        margin-top: .875rem !important
    }

    .mt-lg-16 {
        margin-top: 1rem !important
    }

    .mt-lg-18 {
        margin-top: 1.125rem !important
    }

    .mt-lg-20 {
        margin-top: 1.25rem !important
    }

    .mt-lg-22 {
        margin-top: 1.375rem !important
    }

    .mt-lg-24 {
        margin-top: 1.5rem !important
    }

    .mt-lg-28 {
        margin-top: 1.75rem !important
    }

    .mt-lg-30 {
        margin-top: 1.875rem !important
    }

    .mt-lg-32 {
        margin-top: 2rem !important
    }

    .mt-lg-36 {
        margin-top: 2.25rem !important
    }

    .mt-lg-38 {
        margin-top: 2.375rem !important
    }

    .mt-lg-40 {
        margin-top: 2.5rem !important
    }

    .mt-lg-44 {
        margin-top: 2.75rem !important
    }

    .mt-lg-46 {
        margin-top: 2.875rem !important
    }

    .mt-lg-48 {
        margin-top: 3rem !important
    }

    .mt-lg-50 {
        margin-top: 3.125rem !important
    }

    .mt-lg-52 {
        margin-top: 3.25rem !important
    }

    .mt-lg-56 {
        margin-top: 3.5rem !important
    }

    .mt-lg-58 {
        margin-top: 3.625rem !important
    }

    .mt-lg-60 {
        margin-top: 3.75rem !important
    }

    .mt-lg-62 {
        margin-top: 3.875rem !important
    }

    .mt-lg-64 {
        margin-top: 4rem !important
    }

    .mt-lg-68 {
        margin-top: 4.25rem !important
    }

    .mt-lg-70 {
        margin-top: 4.375rem !important
    }

    .mt-lg-72 {
        margin-top: 4.5rem !important
    }

    .mt-lg-74 {
        margin-top: 4.625rem !important
    }

    .mt-lg-76 {
        margin-top: 4.75rem !important
    }

    .mt-lg-78 {
        margin-top: 4.875rem !important
    }

    .mt-lg-80 {
        margin-top: 5rem !important
    }

    .mt-lg-82 {
        margin-top: 5.125rem !important
    }

    .mt-lg-84 {
        margin-top: 5.25rem !important
    }

    .mt-lg-92 {
        margin-top: 5.75rem !important
    }

    .mt-lg-96 {
        margin-top: 6rem !important
    }

    .mt-lg-102 {
        margin-top: 6.375rem !important
    }

    .mt-lg-112 {
        margin-top: 7rem !important
    }

    .mt-lg-124 {
        margin-top: 7.75rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .625rem !important
    }

    .me-lg-2 {
        margin-right: .125rem !important
    }

    .me-lg-4 {
        margin-right: .25rem !important
    }

    .me-lg-6 {
        margin-right: .375rem !important
    }

    .me-lg-8 {
        margin-right: .5rem !important
    }

    .me-lg-10 {
        margin-right: .625rem !important
    }

    .me-lg-12 {
        margin-right: .75rem !important
    }

    .me-lg-14 {
        margin-right: .875rem !important
    }

    .me-lg-16 {
        margin-right: 1rem !important
    }

    .me-lg-18 {
        margin-right: 1.125rem !important
    }

    .me-lg-20 {
        margin-right: 1.25rem !important
    }

    .me-lg-22 {
        margin-right: 1.375rem !important
    }

    .me-lg-24 {
        margin-right: 1.5rem !important
    }

    .me-lg-28 {
        margin-right: 1.75rem !important
    }

    .me-lg-30 {
        margin-right: 1.875rem !important
    }

    .me-lg-32 {
        margin-right: 2rem !important
    }

    .me-lg-36 {
        margin-right: 2.25rem !important
    }

    .me-lg-38 {
        margin-right: 2.375rem !important
    }

    .me-lg-40 {
        margin-right: 2.5rem !important
    }

    .me-lg-44 {
        margin-right: 2.75rem !important
    }

    .me-lg-46 {
        margin-right: 2.875rem !important
    }

    .me-lg-48 {
        margin-right: 3rem !important
    }

    .me-lg-50 {
        margin-right: 3.125rem !important
    }

    .me-lg-52 {
        margin-right: 3.25rem !important
    }

    .me-lg-56 {
        margin-right: 3.5rem !important
    }

    .me-lg-58 {
        margin-right: 3.625rem !important
    }

    .me-lg-60 {
        margin-right: 3.75rem !important
    }

    .me-lg-62 {
        margin-right: 3.875rem !important
    }

    .me-lg-64 {
        margin-right: 4rem !important
    }

    .me-lg-68 {
        margin-right: 4.25rem !important
    }

    .me-lg-70 {
        margin-right: 4.375rem !important
    }

    .me-lg-72 {
        margin-right: 4.5rem !important
    }

    .me-lg-74 {
        margin-right: 4.625rem !important
    }

    .me-lg-76 {
        margin-right: 4.75rem !important
    }

    .me-lg-78 {
        margin-right: 4.875rem !important
    }

    .me-lg-80 {
        margin-right: 5rem !important
    }

    .me-lg-82 {
        margin-right: 5.125rem !important
    }

    .me-lg-84 {
        margin-right: 5.25rem !important
    }

    .me-lg-92 {
        margin-right: 5.75rem !important
    }

    .me-lg-96 {
        margin-right: 6rem !important
    }

    .me-lg-102 {
        margin-right: 6.375rem !important
    }

    .me-lg-112 {
        margin-right: 7rem !important
    }

    .me-lg-124 {
        margin-right: 7.75rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .625rem !important
    }

    .mb-lg-2 {
        margin-bottom: .125rem !important
    }

    .mb-lg-4 {
        margin-bottom: .25rem !important
    }

    .mb-lg-6 {
        margin-bottom: .375rem !important
    }

    .mb-lg-8 {
        margin-bottom: .5rem !important
    }

    .mb-lg-10 {
        margin-bottom: .625rem !important
    }

    .mb-lg-12 {
        margin-bottom: .75rem !important
    }

    .mb-lg-14 {
        margin-bottom: .875rem !important
    }

    .mb-lg-16 {
        margin-bottom: 1rem !important
    }

    .mb-lg-18 {
        margin-bottom: 1.125rem !important
    }

    .mb-lg-20 {
        margin-bottom: 1.25rem !important
    }

    .mb-lg-22 {
        margin-bottom: 1.375rem !important
    }

    .mb-lg-24 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-28 {
        margin-bottom: 1.75rem !important
    }

    .mb-lg-30 {
        margin-bottom: 1.875rem !important
    }

    .mb-lg-32 {
        margin-bottom: 2rem !important
    }

    .mb-lg-36 {
        margin-bottom: 2.25rem !important
    }

    .mb-lg-38 {
        margin-bottom: 2.375rem !important
    }

    .mb-lg-40 {
        margin-bottom: 2.5rem !important
    }

    .mb-lg-44 {
        margin-bottom: 2.75rem !important
    }

    .mb-lg-46 {
        margin-bottom: 2.875rem !important
    }

    .mb-lg-48 {
        margin-bottom: 3rem !important
    }

    .mb-lg-50 {
        margin-bottom: 3.125rem !important
    }

    .mb-lg-52 {
        margin-bottom: 3.25rem !important
    }

    .mb-lg-56 {
        margin-bottom: 3.5rem !important
    }

    .mb-lg-58 {
        margin-bottom: 3.625rem !important
    }

    .mb-lg-60 {
        margin-bottom: 3.75rem !important
    }

    .mb-lg-62 {
        margin-bottom: 3.875rem !important
    }

    .mb-lg-64 {
        margin-bottom: 4rem !important
    }

    .mb-lg-68 {
        margin-bottom: 4.25rem !important
    }

    .mb-lg-70 {
        margin-bottom: 4.375rem !important
    }

    .mb-lg-72 {
        margin-bottom: 4.5rem !important
    }

    .mb-lg-74 {
        margin-bottom: 4.625rem !important
    }

    .mb-lg-76 {
        margin-bottom: 4.75rem !important
    }

    .mb-lg-78 {
        margin-bottom: 4.875rem !important
    }

    .mb-lg-80 {
        margin-bottom: 5rem !important
    }

    .mb-lg-82 {
        margin-bottom: 5.125rem !important
    }

    .mb-lg-84 {
        margin-bottom: 5.25rem !important
    }

    .mb-lg-92 {
        margin-bottom: 5.75rem !important
    }

    .mb-lg-96 {
        margin-bottom: 6rem !important
    }

    .mb-lg-102 {
        margin-bottom: 6.375rem !important
    }

    .mb-lg-112 {
        margin-bottom: 7rem !important
    }

    .mb-lg-124 {
        margin-bottom: 7.75rem !important
    }

    .mb-lg-176 {
        margin-bottom: 11rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .625rem !important
    }

    .ms-lg-2 {
        margin-left: .125rem !important
    }

    .ms-lg-4 {
        margin-left: .25rem !important
    }

    .ms-lg-6 {
        margin-left: .375rem !important
    }

    .ms-lg-8 {
        margin-left: .5rem !important
    }

    .ms-lg-10 {
        margin-left: .625rem !important
    }

    .ms-lg-12 {
        margin-left: .75rem !important
    }

    .ms-lg-14 {
        margin-left: .875rem !important
    }

    .ms-lg-16 {
        margin-left: 1rem !important
    }

    .ms-lg-18 {
        margin-left: 1.125rem !important
    }

    .ms-lg-20 {
        margin-left: 1.25rem !important
    }

    .ms-lg-22 {
        margin-left: 1.375rem !important
    }

    .ms-lg-24 {
        margin-left: 1.5rem !important
    }

    .ms-lg-28 {
        margin-left: 1.75rem !important
    }

    .ms-lg-30 {
        margin-left: 1.875rem !important
    }

    .ms-lg-32 {
        margin-left: 2rem !important
    }

    .ms-lg-36 {
        margin-left: 2.25rem !important
    }

    .ms-lg-38 {
        margin-left: 2.375rem !important
    }

    .ms-lg-40 {
        margin-left: 2.5rem !important
    }

    .ms-lg-44 {
        margin-left: 2.75rem !important
    }

    .ms-lg-46 {
        margin-left: 2.875rem !important
    }

    .ms-lg-48 {
        margin-left: 3rem !important
    }

    .ms-lg-50 {
        margin-left: 3.125rem !important
    }

    .ms-lg-52 {
        margin-left: 3.25rem !important
    }

    .ms-lg-56 {
        margin-left: 3.5rem !important
    }

    .ms-lg-58 {
        margin-left: 3.625rem !important
    }

    .ms-lg-60 {
        margin-left: 3.75rem !important
    }

    .ms-lg-62 {
        margin-left: 3.875rem !important
    }

    .ms-lg-64 {
        margin-left: 4rem !important
    }

    .ms-lg-68 {
        margin-left: 4.25rem !important
    }

    .ms-lg-70 {
        margin-left: 4.375rem !important
    }

    .ms-lg-72 {
        margin-left: 4.5rem !important
    }

    .ms-lg-74 {
        margin-left: 4.625rem !important
    }

    .ms-lg-76 {
        margin-left: 4.75rem !important
    }

    .ms-lg-78 {
        margin-left: 4.875rem !important
    }

    .ms-lg-80 {
        margin-left: 5rem !important
    }

    .ms-lg-82 {
        margin-left: 5.125rem !important
    }

    .ms-lg-84 {
        margin-left: 5.25rem !important
    }

    .ms-lg-92 {
        margin-left: 5.75rem !important
    }

    .ms-lg-96 {
        margin-left: 6rem !important
    }

    .ms-lg-102 {
        margin-left: 6.375rem !important
    }

    .ms-lg-112 {
        margin-left: 7rem !important
    }

    .ms-lg-124 {
        margin-left: 7.75rem !important
    }

    .ms-lg-auto {
        /* margin-left: auto !important */
    }

    .visually-hidden {
        display: none;
      }

    .m-lg-n1 {
        margin: -.625rem !important
    }

    .m-lg-n2 {
        margin: -.125rem !important
    }

    .m-lg-n4 {
        margin: -.25rem !important
    }

    .m-lg-n6 {
        margin: -.375rem !important
    }

    .m-lg-n8 {
        margin: -.5rem !important
    }

    .m-lg-n10 {
        margin: -.625rem !important
    }

    .m-lg-n12 {
        margin: -.75rem !important
    }

    .m-lg-n14 {
        margin: -.875rem !important
    }

    .m-lg-n16 {
        margin: -1rem !important
    }

    .m-lg-n18 {
        margin: -1.125rem !important
    }

    .m-lg-n20 {
        margin: -1.25rem !important
    }

    .m-lg-n22 {
        margin: -1.375rem !important
    }

    .m-lg-n24 {
        margin: -1.5rem !important
    }

    .m-lg-n28 {
        margin: -1.75rem !important
    }

    .m-lg-n30 {
        margin: -1.875rem !important
    }

    .m-lg-n32 {
        margin: -2rem !important
    }

    .m-lg-n36 {
        margin: -2.25rem !important
    }

    .m-lg-n38 {
        margin: -2.375rem !important
    }

    .m-lg-n40 {
        margin: -2.5rem !important
    }

    .m-lg-n44 {
        margin: -2.75rem !important
    }

    .m-lg-n46 {
        margin: -2.875rem !important
    }

    .m-lg-n48 {
        margin: -3rem !important
    }

    .m-lg-n50 {
        margin: -3.125rem !important
    }

    .m-lg-n52 {
        margin: -3.25rem !important
    }

    .m-lg-n56 {
        margin: -3.5rem !important
    }

    .m-lg-n58 {
        margin: -3.625rem !important
    }

    .m-lg-n60 {
        margin: -3.75rem !important
    }

    .m-lg-n62 {
        margin: -3.875rem !important
    }

    .m-lg-n64 {
        margin: -4rem !important
    }

    .m-lg-n68 {
        margin: -4.25rem !important
    }

    .m-lg-n70 {
        margin: -4.375rem !important
    }

    .m-lg-n72 {
        margin: -4.5rem !important
    }

    .m-lg-n74 {
        margin: -4.625rem !important
    }

    .m-lg-n76 {
        margin: -4.75rem !important
    }

    .m-lg-n78 {
        margin: -4.875rem !important
    }

    .m-lg-n80 {
        margin: -5rem !important
    }

    .m-lg-n82 {
        margin: -5.125rem !important
    }

    .m-lg-n84 {
        margin: -5.25rem !important
    }

    .m-lg-n92 {
        margin: -5.75rem !important
    }

    .m-lg-n96 {
        margin: -6rem !important
    }

    .m-lg-n102 {
        margin: -6.375rem !important
    }

    .m-lg-n112 {
        margin: -7rem !important
    }

    .m-lg-n124 {
        margin: -7.75rem !important
    }

    .mx-lg-n1 {
        margin-left: -.625rem !important;
        margin-right: -.625rem !important
    }

    .mx-lg-n2 {
        margin-left: -.125rem !important;
        margin-right: -.125rem !important
    }

    .mx-lg-n4 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-lg-n6 {
        margin-left: -.375rem !important;
        margin-right: -.375rem !important
    }

    .mx-lg-n8 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-lg-n10 {
        margin-left: -.625rem !important;
        margin-right: -.625rem !important
    }

    .mx-lg-n12 {
        margin-left: -.75rem !important;
        margin-right: -.75rem !important
    }

    .mx-lg-n14 {
        margin-left: -.875rem !important;
        margin-right: -.875rem !important
    }

    .mx-lg-n16 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-lg-n18 {
        margin-left: -1.125rem !important;
        margin-right: -1.125rem !important
    }

    .mx-lg-n20 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .mx-lg-n22 {
        margin-left: -1.375rem !important;
        margin-right: -1.375rem !important
    }

    .mx-lg-n24 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-lg-n28 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important
    }

    .mx-lg-n30 {
        margin-left: -1.875rem !important;
        margin-right: -1.875rem !important
    }

    .mx-lg-n32 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-lg-n36 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important
    }

    .mx-lg-n38 {
        margin-left: -2.375rem !important;
        margin-right: -2.375rem !important
    }

    .mx-lg-n40 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-lg-n44 {
        margin-left: -2.75rem !important;
        margin-right: -2.75rem !important
    }

    .mx-lg-n46 {
        margin-left: -2.875rem !important;
        margin-right: -2.875rem !important
    }

    .mx-lg-n48 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-lg-n50 {
        margin-left: -3.125rem !important;
        margin-right: -3.125rem !important
    }

    .mx-lg-n52 {
        margin-left: -3.25rem !important;
        margin-right: -3.25rem !important
    }

    .mx-lg-n56 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important
    }

    .mx-lg-n58 {
        margin-left: -3.625rem !important;
        margin-right: -3.625rem !important
    }

    .mx-lg-n60 {
        margin-left: -3.75rem !important;
        margin-right: -3.75rem !important
    }

    .mx-lg-n62 {
        margin-left: -3.875rem !important;
        margin-right: -3.875rem !important
    }

    .mx-lg-n64 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .mx-lg-n68 {
        margin-left: -4.25rem !important;
        margin-right: -4.25rem !important
    }

    .mx-lg-n70 {
        margin-left: -4.375rem !important;
        margin-right: -4.375rem !important
    }

    .mx-lg-n72 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-lg-n74 {
        margin-left: -4.625rem !important;
        margin-right: -4.625rem !important
    }

    .mx-lg-n76 {
        margin-left: -4.75rem !important;
        margin-right: -4.75rem !important
    }

    .mx-lg-n78 {
        margin-left: -4.875rem !important;
        margin-right: -4.875rem !important
    }

    .mx-lg-n80 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .mx-lg-n82 {
        margin-left: -5.125rem !important;
        margin-right: -5.125rem !important
    }

    .mx-lg-n84 {
        margin-left: -5.25rem !important;
        margin-right: -5.25rem !important
    }

    .mx-lg-n92 {
        margin-left: -5.75rem !important;
        margin-right: -5.75rem !important
    }

    .mx-lg-n96 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-lg-n102 {
        margin-left: -6.375rem !important;
        margin-right: -6.375rem !important
    }

    .mx-lg-n112 {
        margin-left: -7rem !important;
        margin-right: -7rem !important
    }

    .mx-lg-n124 {
        margin-left: -7.75rem !important;
        margin-right: -7.75rem !important
    }

    .my-lg-n1 {
        margin-bottom: -.625rem !important;
        margin-top: -.625rem !important
    }

    .my-lg-n2 {
        margin-bottom: -.125rem !important;
        margin-top: -.125rem !important
    }

    .my-lg-n4 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-lg-n6 {
        margin-bottom: -.375rem !important;
        margin-top: -.375rem !important
    }

    .my-lg-n8 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-lg-n10 {
        margin-bottom: -.625rem !important;
        margin-top: -.625rem !important
    }

    .my-lg-n12 {
        margin-bottom: -.75rem !important;
        margin-top: -.75rem !important
    }

    .my-lg-n14 {
        margin-bottom: -.875rem !important;
        margin-top: -.875rem !important
    }

    .my-lg-n16 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-lg-n18 {
        margin-bottom: -1.125rem !important;
        margin-top: -1.125rem !important
    }

    .my-lg-n20 {
        margin-bottom: -1.25rem !important;
        margin-top: -1.25rem !important
    }

    .my-lg-n22 {
        margin-bottom: -1.375rem !important;
        margin-top: -1.375rem !important
    }

    .my-lg-n24 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-lg-n28 {
        margin-bottom: -1.75rem !important;
        margin-top: -1.75rem !important
    }

    .my-lg-n30 {
        margin-bottom: -1.875rem !important;
        margin-top: -1.875rem !important
    }

    .my-lg-n32 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-lg-n36 {
        margin-bottom: -2.25rem !important;
        margin-top: -2.25rem !important
    }

    .my-lg-n38 {
        margin-bottom: -2.375rem !important;
        margin-top: -2.375rem !important
    }

    .my-lg-n40 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-lg-n44 {
        margin-bottom: -2.75rem !important;
        margin-top: -2.75rem !important
    }

    .my-lg-n46 {
        margin-bottom: -2.875rem !important;
        margin-top: -2.875rem !important
    }

    .my-lg-n48 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-lg-n50 {
        margin-bottom: -3.125rem !important;
        margin-top: -3.125rem !important
    }

    .my-lg-n52 {
        margin-bottom: -3.25rem !important;
        margin-top: -3.25rem !important
    }

    .my-lg-n56 {
        margin-bottom: -3.5rem !important;
        margin-top: -3.5rem !important
    }

    .my-lg-n58 {
        margin-bottom: -3.625rem !important;
        margin-top: -3.625rem !important
    }

    .my-lg-n60 {
        margin-bottom: -3.75rem !important;
        margin-top: -3.75rem !important
    }

    .my-lg-n62 {
        margin-bottom: -3.875rem !important;
        margin-top: -3.875rem !important
    }

    .my-lg-n64 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important
    }

    .my-lg-n68 {
        margin-bottom: -4.25rem !important;
        margin-top: -4.25rem !important
    }

    .my-lg-n70 {
        margin-bottom: -4.375rem !important;
        margin-top: -4.375rem !important
    }

    .my-lg-n72 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-lg-n74 {
        margin-bottom: -4.625rem !important;
        margin-top: -4.625rem !important
    }

    .my-lg-n76 {
        margin-bottom: -4.75rem !important;
        margin-top: -4.75rem !important
    }

    .my-lg-n78 {
        margin-bottom: -4.875rem !important;
        margin-top: -4.875rem !important
    }

    .my-lg-n80 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important
    }

    .my-lg-n82 {
        margin-bottom: -5.125rem !important;
        margin-top: -5.125rem !important
    }

    .my-lg-n84 {
        margin-bottom: -5.25rem !important;
        margin-top: -5.25rem !important
    }

    .my-lg-n92 {
        margin-bottom: -5.75rem !important;
        margin-top: -5.75rem !important
    }

    .my-lg-n96 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-lg-n102 {
        margin-bottom: -6.375rem !important;
        margin-top: -6.375rem !important
    }

    .my-lg-n112 {
        margin-bottom: -7rem !important;
        margin-top: -7rem !important
    }

    .my-lg-n124 {
        margin-bottom: -7.75rem !important;
        margin-top: -7.75rem !important
    }

    .mt-lg-n1 {
        margin-top: -.625rem !important
    }

    .mt-lg-n2 {
        margin-top: -.125rem !important
    }

    .mt-lg-n4 {
        margin-top: -.25rem !important
    }

    .mt-lg-n6 {
        margin-top: -.375rem !important
    }

    .mt-lg-n8 {
        margin-top: -.5rem !important
    }

    .mt-lg-n10 {
        margin-top: -.625rem !important
    }

    .mt-lg-n12 {
        margin-top: -.75rem !important
    }

    .mt-lg-n14 {
        margin-top: -.875rem !important
    }

    .mt-lg-n16 {
        margin-top: -1rem !important
    }

    .mt-lg-n18 {
        margin-top: -1.125rem !important
    }

    .mt-lg-n20 {
        margin-top: -1.25rem !important
    }

    .mt-lg-n22 {
        margin-top: -1.375rem !important
    }

    .mt-lg-n24 {
        margin-top: -1.5rem !important
    }

    .mt-lg-n28 {
        margin-top: -1.75rem !important
    }

    .mt-lg-n30 {
        margin-top: -1.875rem !important
    }

    .mt-lg-n32 {
        margin-top: -2rem !important
    }

    .mt-lg-n36 {
        margin-top: -2.25rem !important
    }

    .mt-lg-n38 {
        margin-top: -2.375rem !important
    }

    .mt-lg-n40 {
        margin-top: -2.5rem !important
    }

    .mt-lg-n44 {
        margin-top: -2.75rem !important
    }

    .mt-lg-n46 {
        margin-top: -2.875rem !important
    }

    .mt-lg-n48 {
        margin-top: -3rem !important
    }

    .mt-lg-n50 {
        margin-top: -3.125rem !important
    }

    .mt-lg-n52 {
        margin-top: -3.25rem !important
    }

    .mt-lg-n56 {
        margin-top: -3.5rem !important
    }

    .mt-lg-n58 {
        margin-top: -3.625rem !important
    }

    .mt-lg-n60 {
        margin-top: -3.75rem !important
    }

    .mt-lg-n62 {
        margin-top: -3.875rem !important
    }

    .mt-lg-n64 {
        margin-top: -4rem !important
    }

    .mt-lg-n68 {
        margin-top: -4.25rem !important
    }

    .mt-lg-n70 {
        margin-top: -4.375rem !important
    }

    .mt-lg-n72 {
        margin-top: -4.5rem !important
    }

    .mt-lg-n74 {
        margin-top: -4.625rem !important
    }

    .mt-lg-n76 {
        margin-top: -4.75rem !important
    }

    .mt-lg-n78 {
        margin-top: -4.875rem !important
    }

    .mt-lg-n80 {
        margin-top: -5rem !important
    }

    .mt-lg-n82 {
        margin-top: -5.125rem !important
    }

    .mt-lg-n84 {
        margin-top: -5.25rem !important
    }

    .mt-lg-n92 {
        margin-top: -5.75rem !important
    }

    .mt-lg-n96 {
        margin-top: -6rem !important
    }

    .mt-lg-n102 {
        margin-top: -6.375rem !important
    }

    .mt-lg-n112 {
        margin-top: -7rem !important
    }

    .mt-lg-n124 {
        margin-top: -7.75rem !important
    }

    .me-lg-n1 {
        margin-right: -.625rem !important
    }

    .me-lg-n2 {
        margin-right: -.125rem !important
    }

    .me-lg-n4 {
        margin-right: -.25rem !important
    }

    .me-lg-n6 {
        margin-right: -.375rem !important
    }

    .me-lg-n8 {
        margin-right: -.5rem !important
    }

    .me-lg-n10 {
        margin-right: -.625rem !important
    }

    .me-lg-n12 {
        margin-right: -.75rem !important
    }

    .me-lg-n14 {
        margin-right: -.875rem !important
    }

    .me-lg-n16 {
        margin-right: -1rem !important
    }

    .me-lg-n18 {
        margin-right: -1.125rem !important
    }

    .me-lg-n20 {
        margin-right: -1.25rem !important
    }

    .me-lg-n22 {
        margin-right: -1.375rem !important
    }

    .me-lg-n24 {
        margin-right: -1.5rem !important
    }

    .me-lg-n28 {
        margin-right: -1.75rem !important
    }

    .me-lg-n30 {
        margin-right: -1.875rem !important
    }

    .me-lg-n32 {
        margin-right: -2rem !important
    }

    .me-lg-n36 {
        margin-right: -2.25rem !important
    }

    .me-lg-n38 {
        margin-right: -2.375rem !important
    }

    .me-lg-n40 {
        margin-right: -2.5rem !important
    }

    .me-lg-n44 {
        margin-right: -2.75rem !important
    }

    .me-lg-n46 {
        margin-right: -2.875rem !important
    }

    .me-lg-n48 {
        margin-right: -3rem !important
    }

    .me-lg-n50 {
        margin-right: -3.125rem !important
    }

    .me-lg-n52 {
        margin-right: -3.25rem !important
    }

    .me-lg-n56 {
        margin-right: -3.5rem !important
    }

    .me-lg-n58 {
        margin-right: -3.625rem !important
    }

    .me-lg-n60 {
        margin-right: -3.75rem !important
    }

    .me-lg-n62 {
        margin-right: -3.875rem !important
    }

    .me-lg-n64 {
        margin-right: -4rem !important
    }

    .me-lg-n68 {
        margin-right: -4.25rem !important
    }

    .me-lg-n70 {
        margin-right: -4.375rem !important
    }

    .me-lg-n72 {
        margin-right: -4.5rem !important
    }

    .me-lg-n74 {
        margin-right: -4.625rem !important
    }

    .me-lg-n76 {
        margin-right: -4.75rem !important
    }

    .me-lg-n78 {
        margin-right: -4.875rem !important
    }

    .me-lg-n80 {
        margin-right: -5rem !important
    }

    .me-lg-n82 {
        margin-right: -5.125rem !important
    }

    .me-lg-n84 {
        margin-right: -5.25rem !important
    }

    .me-lg-n92 {
        margin-right: -5.75rem !important
    }

    .me-lg-n96 {
        margin-right: -6rem !important
    }

    .me-lg-n102 {
        margin-right: -6.375rem !important
    }

    .me-lg-n112 {
        margin-right: -7rem !important
    }

    .me-lg-n124 {
        margin-right: -7.75rem !important
    }

    .mb-lg-n1 {
        margin-bottom: -.625rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -.125rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -.25rem !important
    }

    .mb-lg-n6 {
        margin-bottom: -.375rem !important
    }

    .mb-lg-n8 {
        margin-bottom: -.5rem !important
    }

    .mb-lg-n10 {
        margin-bottom: -.625rem !important
    }

    .mb-lg-n12 {
        margin-bottom: -.75rem !important
    }

    .mb-lg-n14 {
        margin-bottom: -.875rem !important
    }

    .mb-lg-n16 {
        margin-bottom: -1rem !important
    }

    .mb-lg-n18 {
        margin-bottom: -1.125rem !important
    }

    .mb-lg-n20 {
        margin-bottom: -1.25rem !important
    }

    .mb-lg-n22 {
        margin-bottom: -1.375rem !important
    }

    .mb-lg-n24 {
        margin-bottom: -1.5rem !important
    }

    .mb-lg-n28 {
        margin-bottom: -1.75rem !important
    }

    .mb-lg-n30 {
        margin-bottom: -1.875rem !important
    }

    .mb-lg-n32 {
        margin-bottom: -2rem !important
    }

    .mb-lg-n36 {
        margin-bottom: -2.25rem !important
    }

    .mb-lg-n38 {
        margin-bottom: -2.375rem !important
    }

    .mb-lg-n40 {
        margin-bottom: -2.5rem !important
    }

    .mb-lg-n44 {
        margin-bottom: -2.75rem !important
    }

    .mb-lg-n46 {
        margin-bottom: -2.875rem !important
    }

    .mb-lg-n48 {
        margin-bottom: -3rem !important
    }

    .mb-lg-n50 {
        margin-bottom: -3.125rem !important
    }

    .mb-lg-n52 {
        margin-bottom: -3.25rem !important
    }

    .mb-lg-n56 {
        margin-bottom: -3.5rem !important
    }

    .mb-lg-n58 {
        margin-bottom: -3.625rem !important
    }

    .mb-lg-n60 {
        margin-bottom: -3.75rem !important
    }

    .mb-lg-n62 {
        margin-bottom: -3.875rem !important
    }

    .mb-lg-n64 {
        margin-bottom: -4rem !important
    }

    .mb-lg-n68 {
        margin-bottom: -4.25rem !important
    }

    .mb-lg-n70 {
        margin-bottom: -4.375rem !important
    }

    .mb-lg-n72 {
        margin-bottom: -4.5rem !important
    }

    .mb-lg-n74 {
        margin-bottom: -4.625rem !important
    }

    .mb-lg-n76 {
        margin-bottom: -4.75rem !important
    }

    .mb-lg-n78 {
        margin-bottom: -4.875rem !important
    }

    .mb-lg-n80 {
        margin-bottom: -5rem !important
    }

    .mb-lg-n82 {
        margin-bottom: -5.125rem !important
    }

    .mb-lg-n84 {
        margin-bottom: -5.25rem !important
    }

    .mb-lg-n92 {
        margin-bottom: -5.75rem !important
    }

    .mb-lg-n96 {
        margin-bottom: -6rem !important
    }

    .mb-lg-n102 {
        margin-bottom: -6.375rem !important
    }

    .mb-lg-n112 {
        margin-bottom: -7rem !important
    }

    .mb-lg-n124 {
        margin-bottom: -7.75rem !important
    }

    .ms-lg-n1 {
        margin-left: -.625rem !important
    }

    .ms-lg-n2 {
        margin-left: -.125rem !important
    }

    .ms-lg-n4 {
        margin-left: -.25rem !important
    }

    .ms-lg-n6 {
        margin-left: -.375rem !important
    }

    .ms-lg-n8 {
        margin-left: -.5rem !important
    }

    .ms-lg-n10 {
        margin-left: -.625rem !important
    }

    .ms-lg-n12 {
        margin-left: -.75rem !important
    }

    .ms-lg-n14 {
        margin-left: -.875rem !important
    }

    .ms-lg-n16 {
        margin-left: -1rem !important
    }

    .ms-lg-n18 {
        margin-left: -1.125rem !important
    }

    .ms-lg-n20 {
        margin-left: -1.25rem !important
    }

    .ms-lg-n22 {
        margin-left: -1.375rem !important
    }

    .ms-lg-n24 {
        margin-left: -1.5rem !important
    }

    .ms-lg-n28 {
        margin-left: -1.75rem !important
    }

    .ms-lg-n30 {
        margin-left: -1.875rem !important
    }

    .ms-lg-n32 {
        margin-left: -2rem !important
    }

    .ms-lg-n36 {
        margin-left: -2.25rem !important
    }

    .ms-lg-n38 {
        margin-left: -2.375rem !important
    }

    .ms-lg-n40 {
        margin-left: -2.5rem !important
    }

    .ms-lg-n44 {
        margin-left: -2.75rem !important
    }

    .ms-lg-n46 {
        margin-left: -2.875rem !important
    }

    .ms-lg-n48 {
        margin-left: -3rem !important
    }

    .ms-lg-n50 {
        margin-left: -3.125rem !important
    }

    .ms-lg-n52 {
        margin-left: -3.25rem !important
    }

    .ms-lg-n56 {
        margin-left: -3.5rem !important
    }

    .ms-lg-n58 {
        margin-left: -3.625rem !important
    }

    .ms-lg-n60 {
        margin-left: -3.75rem !important
    }

    .ms-lg-n62 {
        margin-left: -3.875rem !important
    }

    .ms-lg-n64 {
        margin-left: -4rem !important
    }

    .ms-lg-n68 {
        margin-left: -4.25rem !important
    }

    .ms-lg-n70 {
        margin-left: -4.375rem !important
    }

    .ms-lg-n72 {
        margin-left: -4.5rem !important
    }

    .ms-lg-n74 {
        margin-left: -4.625rem !important
    }

    .ms-lg-n76 {
        margin-left: -4.75rem !important
    }

    .ms-lg-n78 {
        margin-left: -4.875rem !important
    }

    .ms-lg-n80 {
        margin-left: -5rem !important
    }

    .ms-lg-n82 {
        margin-left: -5.125rem !important
    }

    .ms-lg-n84 {
        margin-left: -5.25rem !important
    }

    .ms-lg-n92 {
        margin-left: -5.75rem !important
    }

    .ms-lg-n96 {
        margin-left: -14rem !important
    }

    .ms-lg-n102 {
        margin-left: -6.375rem !important
    }

    .ms-lg-n112 {
        margin-left: -7rem !important
    }

    .ms-lg-n124 {
        margin-left: -7.75rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .625rem !important
    }

    .p-lg-2 {
        padding: .125rem !important
    }

    .p-lg-4 {
        padding: .25rem !important
    }

    .p-lg-6 {
        padding: .375rem !important
    }

    .p-lg-8 {
        padding: .5rem !important
    }

    .p-lg-10 {
        padding: .625rem !important
    }

    .p-lg-12 {
        padding: .75rem !important
    }

    .p-lg-14 {
        padding: .875rem !important
    }

    .p-lg-16 {
        padding: 1rem !important
    }

    .p-lg-18 {
        padding: 1.125rem !important
    }

    .p-lg-20 {
        padding: 1.25rem !important
    }

    .p-lg-22 {
        padding: 1.375rem !important
    }

    .p-lg-24 {
        padding: 1.5rem !important
    }

    .p-lg-28 {
        padding: 1.75rem !important
    }

    .p-lg-30 {
        padding: 1.875rem !important
    }

    .p-lg-32 {
        padding: 2rem !important
    }

    .p-lg-36 {
        padding: 2.25rem !important
    }

    .p-lg-38 {
        padding: 2.375rem !important
    }

    .p-lg-40 {
        padding: 2.5rem !important
    }

    .p-lg-44 {
        padding: 2.75rem !important
    }

    .p-lg-46 {
        padding: 2.875rem !important
    }

    .p-lg-48 {
        padding: 3rem !important
    }

    .p-lg-50 {
        padding: 3.125rem !important
    }

    .p-lg-52 {
        padding: 3.25rem !important
    }

    .p-lg-56 {
        padding: 3.5rem !important
    }

    .p-lg-58 {
        padding: 3.625rem !important
    }

    .p-lg-60 {
        padding: 3.75rem !important
    }

    .p-lg-62 {
        padding: 3.875rem !important
    }

    .p-lg-64 {
        padding: 4rem !important
    }

    .p-lg-68 {
        padding: 4.25rem !important
    }

    .p-lg-70 {
        padding: 4.375rem !important
    }

    .p-lg-72 {
        padding: 4.5rem !important
    }

    .p-lg-74 {
        padding: 4.625rem !important
    }

    .p-lg-76 {
        padding: 4.75rem !important
    }

    .p-lg-78 {
        padding: 4.875rem !important
    }

    .p-lg-80 {
        padding: 5rem !important
    }

    .p-lg-82 {
        padding: 5.125rem !important
    }

    .p-lg-84 {
        padding: 5.25rem !important
    }

    .p-lg-92 {
        padding: 5.75rem !important
    }

    .p-lg-96 {
        padding: 6rem !important
    }

    .p-lg-102 {
        padding: 6.375rem !important
    }

    .p-lg-112 {
        padding: 7rem !important
    }

    .p-lg-124 {
        padding: 7.75rem !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .625rem !important;
        padding-right: .625rem !important
    }

    .px-lg-2 {
        padding-left: .125rem !important;
        padding-right: .125rem !important
    }

    .px-lg-4 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-lg-6 {
        padding-left: .375rem !important;
        padding-right: .375rem !important
    }

    .px-lg-8 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-lg-10 {
        padding-left: .625rem !important;
        padding-right: .625rem !important
    }

    .px-lg-12 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .px-lg-14 {
        padding-left: .875rem !important;
        padding-right: .875rem !important
    }

    .px-lg-16 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-18 {
        padding-left: 1.125rem !important;
        padding-right: 1.125rem !important
    }

    .px-lg-20 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-lg-22 {
        padding-left: 1.375rem !important;
        padding-right: 1.375rem !important
    }

    .px-lg-24 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-28 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .px-lg-30 {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important
    }

    .px-lg-32 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-lg-36 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important
    }

    .px-lg-38 {
        padding-left: 2.375rem !important;
        padding-right: 2.375rem !important
    }

    .px-lg-40 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-lg-44 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important
    }

    .px-lg-46 {
        padding-left: 2.875rem !important;
        padding-right: 2.875rem !important
    }

    .px-lg-48 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-lg-50 {
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important
    }

    .px-lg-52 {
        padding-left: 3.25rem !important;
        padding-right: 3.25rem !important
    }

    .px-lg-56 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-lg-58 {
        padding-left: 3.625rem !important;
        padding-right: 3.625rem !important
    }

    .px-lg-60 {
        padding-left: 3.75rem !important;
        padding-right: 3.75rem !important
    }

    .px-lg-62 {
        padding-left: 3.875rem !important;
        padding-right: 3.875rem !important
    }

    .px-lg-64 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-lg-68 {
        padding-left: 4.25rem !important;
        padding-right: 4.25rem !important
    }

    .px-lg-70 {
        padding-left: 4.375rem !important;
        padding-right: 4.375rem !important
    }

    .px-lg-72 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-lg-74 {
        padding-left: 4.625rem !important;
        padding-right: 4.625rem !important
    }

    .px-lg-76 {
        padding-left: 4.75rem !important;
        padding-right: 4.75rem !important
    }

    .px-lg-78 {
        padding-left: 4.875rem !important;
        padding-right: 4.875rem !important
    }

    .px-lg-80 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-lg-82 {
        padding-left: 5.125rem !important;
        padding-right: 5.125rem !important
    }

    .px-lg-84 {
        padding-left: 5.25rem !important;
        padding-right: 5.25rem !important
    }

    .px-lg-92 {
        padding-left: 5.75rem !important;
        padding-right: 5.75rem !important
    }

    .px-lg-96 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-lg-102 {
        padding-left: 6.375rem !important;
        padding-right: 6.375rem !important
    }

    .px-lg-112 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-lg-124 {
        padding-left: 7.75rem !important;
        padding-right: 7.75rem !important
    }

    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-lg-1 {
        padding-bottom: .625rem !important;
        padding-top: .625rem !important
    }

    .py-lg-2 {
        padding-bottom: .125rem !important;
        padding-top: .125rem !important
    }

    .py-lg-4 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-lg-6 {
        padding-bottom: .375rem !important;
        padding-top: .375rem !important
    }

    .py-lg-8 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-lg-10 {
        padding-bottom: .625rem !important;
        padding-top: .625rem !important
    }

    .py-lg-12 {
        padding-bottom: .75rem !important;
        padding-top: .75rem !important
    }

    .py-lg-14 {
        padding-bottom: .875rem !important;
        padding-top: .875rem !important
    }

    .py-lg-16 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-lg-18 {
        padding-bottom: 1.125rem !important;
        padding-top: 1.125rem !important
    }

    .py-lg-20 {
        padding-bottom: 1.25rem !important;
        padding-top: 1.25rem !important
    }

    .py-lg-22 {
        padding-bottom: 1.375rem !important;
        padding-top: 1.375rem !important
    }

    .py-lg-24 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-lg-28 {
        padding-bottom: 1.75rem !important;
        padding-top: 1.75rem !important
    }

    .py-lg-30 {
        padding-bottom: 1.875rem !important;
        padding-top: 1.875rem !important
    }

    .py-lg-32 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-lg-36 {
        padding-bottom: 2.25rem !important;
        padding-top: 2.25rem !important
    }

    .py-lg-38 {
        padding-bottom: 2.375rem !important;
        padding-top: 2.375rem !important
    }

    .py-lg-40 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-lg-44 {
        padding-bottom: 2.75rem !important;
        padding-top: 2.75rem !important
    }

    .py-lg-46 {
        padding-bottom: 2.875rem !important;
        padding-top: 2.875rem !important
    }

    .py-lg-48 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-lg-50 {
        padding-bottom: 3.125rem !important;
        padding-top: 3.125rem !important
    }

    .py-lg-52 {
        padding-bottom: 3.25rem !important;
        padding-top: 3.25rem !important
    }

    .py-lg-56 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .py-lg-58 {
        padding-bottom: 3.625rem !important;
        padding-top: 3.625rem !important
    }

    .py-lg-60 {
        padding-bottom: 3.75rem !important;
        padding-top: 3.75rem !important
    }

    .py-lg-62 {
        padding-bottom: 3.875rem !important;
        padding-top: 3.875rem !important
    }

    .py-lg-64 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-lg-68 {
        padding-bottom: 4.25rem !important;
        padding-top: 4.25rem !important
    }

    .py-lg-70 {
        padding-bottom: 4.375rem !important;
        padding-top: 4.375rem !important
    }

    .py-lg-72 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-lg-74 {
        padding-bottom: 4.625rem !important;
        padding-top: 4.625rem !important
    }

    .py-lg-76 {
        padding-bottom: 4.75rem !important;
        padding-top: 4.75rem !important
    }

    .py-lg-78 {
        padding-bottom: 4.875rem !important;
        padding-top: 4.875rem !important
    }

    .py-lg-80 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-lg-82 {
        padding-bottom: 5.125rem !important;
        padding-top: 5.125rem !important
    }

    .py-lg-84 {
        padding-bottom: 5.25rem !important;
        padding-top: 5.25rem !important
    }

    .py-lg-92 {
        padding-bottom: 5.75rem !important;
        padding-top: 5.75rem !important
    }

    .py-lg-96 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-lg-102 {
        padding-bottom: 6.375rem !important;
        padding-top: 6.375rem !important
    }

    .py-lg-112 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .py-lg-124 {
        padding-bottom: 7.75rem !important;
        padding-top: 7.75rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .625rem !important
    }

    .pt-lg-2 {
        padding-top: .125rem !important
    }

    .pt-lg-4 {
        padding-top: .25rem !important
    }

    .pt-lg-6 {
        padding-top: .375rem !important
    }

    .pt-lg-8 {
        padding-top: .5rem !important
    }

    .pt-lg-10 {
        padding-top: .625rem !important
    }

    .pt-lg-12 {
        padding-top: .75rem !important
    }

    .pt-lg-14 {
        padding-top: .875rem !important
    }

    .pt-lg-16 {
        padding-top: 1rem !important
    }

    .pt-lg-18 {
        padding-top: 1.125rem !important
    }

    .pt-lg-20 {
        padding-top: 1.25rem !important
    }

    .pt-lg-22 {
        padding-top: 1.375rem !important
    }

    .pt-lg-24 {
        padding-top: 1.5rem !important
    }

    .pt-lg-28 {
        padding-top: 1.75rem !important
    }

    .pt-lg-30 {
        padding-top: 1.875rem !important
    }

    .pt-lg-32 {
        padding-top: 2rem !important
    }

    .pt-lg-36 {
        padding-top: 2.25rem !important
    }

    .pt-lg-38 {
        padding-top: 2.375rem !important
    }

    .pt-lg-40 {
        padding-top: 2.5rem !important
    }

    .pt-lg-44 {
        padding-top: 2.75rem !important
    }

    .pt-lg-46 {
        padding-top: 2.875rem !important
    }

    .pt-lg-48 {
        padding-top: 3rem !important
    }

    .pt-lg-50 {
        padding-top: 3.125rem !important
    }

    .pt-lg-52 {
        padding-top: 3.25rem !important
    }

    .pt-lg-56 {
        padding-top: 3.5rem !important
    }

    .pt-lg-58 {
        padding-top: 3.625rem !important
    }

    .pt-lg-60 {
        padding-top: 3.75rem !important
    }

    .pt-lg-62 {
        padding-top: 3.875rem !important
    }

    .pt-lg-64 {
        padding-top: 4rem !important
    }

    .pt-lg-68 {
        padding-top: 4.25rem !important
    }

    .pt-lg-70 {
        padding-top: 4.375rem !important
    }

    .pt-lg-72 {
        padding-top: 4.5rem !important
    }

    .pt-lg-74 {
        padding-top: 4.625rem !important
    }

    .pt-lg-76 {
        padding-top: 4.75rem !important
    }

    .pt-lg-78 {
        padding-top: 4.875rem !important
    }

    .pt-lg-80 {
        padding-top: 5rem !important
    }

    .pt-lg-82 {
        padding-top: 5.125rem !important
    }

    .pt-lg-84 {
        padding-top: 5.25rem !important
    }

    .pt-lg-92 {
        padding-top: 5.75rem !important
    }

    .pt-lg-96 {
        padding-top: 6rem !important
    }

    .pt-lg-102 {
        padding-top: 6.375rem !important
    }

    .pt-lg-112 {
        padding-top: 7rem !important
    }

    .pt-lg-124 {
        padding-top: 7.75rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .625rem !important
    }

    .pe-lg-2 {
        padding-right: .125rem !important
    }

    .pe-lg-4 {
        padding-right: .25rem !important
    }

    .pe-lg-6 {
        padding-right: .375rem !important
    }

    .pe-lg-8 {
        padding-right: .5rem !important
    }

    .pe-lg-10 {
        padding-right: .625rem !important
    }

    .pe-lg-12 {
        padding-right: .75rem !important
    }

    .pe-lg-14 {
        padding-right: .875rem !important
    }

    .pe-lg-16 {
        padding-right: 1rem !important
    }

    .pe-lg-18 {
        padding-right: 1.125rem !important
    }

    .pe-lg-20 {
        padding-right: 1.25rem !important
    }

    .pe-lg-22 {
        padding-right: 1.375rem !important
    }

    .pe-lg-24 {
        padding-right: 1.5rem !important
    }

    .pe-lg-28 {
        padding-right: 1.75rem !important
    }

    .pe-lg-30 {
        padding-right: 1.875rem !important
    }

    .pe-lg-32 {
        padding-right: 2rem !important
    }

    .pe-lg-36 {
        padding-right: 2.25rem !important
    }

    .pe-lg-38 {
        padding-right: 2.375rem !important
    }

    .pe-lg-40 {
        padding-right: 2.5rem !important
    }

    .pe-lg-44 {
        padding-right: 2.75rem !important
    }

    .pe-lg-46 {
        padding-right: 2.875rem !important
    }

    .pe-lg-48 {
        padding-right: 3rem !important
    }

    .pe-lg-50 {
        padding-right: 3.125rem !important
    }

    .pe-lg-52 {
        padding-right: 3.25rem !important
    }

    .pe-lg-56 {
        padding-right: 3.5rem !important
    }

    .pe-lg-58 {
        padding-right: 3.625rem !important
    }

    .pe-lg-60 {
        padding-right: 3.75rem !important
    }

    .pe-lg-62 {
        padding-right: 3.875rem !important
    }

    .pe-lg-64 {
        padding-right: 4rem !important
    }

    .pe-lg-68 {
        padding-right: 4.25rem !important
    }

    .pe-lg-70 {
        padding-right: 4.375rem !important
    }

    .pe-lg-72 {
        padding-right: 4.5rem !important
    }

    .pe-lg-74 {
        padding-right: 4.625rem !important
    }

    .pe-lg-76 {
        padding-right: 4.75rem !important
    }

    .pe-lg-78 {
        padding-right: 4.875rem !important
    }

    .pe-lg-80 {
        padding-right: 5rem !important
    }

    .pe-lg-82 {
        padding-right: 5.125rem !important
    }

    .pe-lg-84 {
        padding-right: 5.25rem !important
    }

    .pe-lg-92 {
        padding-right: 5.75rem !important
    }

    .pe-lg-96 {
        padding-right: 6rem !important
    }

    .pe-lg-102 {
        padding-right: 6.375rem !important
    }

    .pe-lg-112 {
        padding-right: 7rem !important
    }

    .pe-lg-124 {
        padding-right: 7.75rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .625rem !important
    }

    .pb-lg-2 {
        padding-bottom: .125rem !important
    }

    .pb-lg-4 {
        padding-bottom: .25rem !important
    }

    .pb-lg-6 {
        padding-bottom: .375rem !important
    }

    .pb-lg-8 {
        padding-bottom: .5rem !important
    }

    .pb-lg-10 {
        padding-bottom: .625rem !important
    }

    .pb-lg-12 {
        padding-bottom: .75rem !important
    }

    .pb-lg-14 {
        padding-bottom: .875rem !important
    }

    .pb-lg-16 {
        padding-bottom: 1rem !important
    }

    .pb-lg-18 {
        padding-bottom: 1.125rem !important
    }

    .pb-lg-20 {
        padding-bottom: 1.25rem !important
    }

    .pb-lg-22 {
        padding-bottom: 1.375rem !important
    }

    .pb-lg-24 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-28 {
        padding-bottom: 1.75rem !important
    }

    .pb-lg-30 {
        padding-bottom: 1.875rem !important
    }

    .pb-lg-32 {
        padding-bottom: 2rem !important
    }

    .pb-lg-36 {
        padding-bottom: 2.25rem !important
    }

    .pb-lg-38 {
        padding-bottom: 2.375rem !important
    }

    .pb-lg-40 {
        padding-bottom: 2.5rem !important
    }

    .pb-lg-44 {
        padding-bottom: 2.75rem !important
    }

    .pb-lg-46 {
        padding-bottom: 2.875rem !important
    }

    .pb-lg-48 {
        padding-bottom: 3rem !important
    }

    .pb-lg-50 {
        padding-bottom: 3.125rem !important
    }

    .pb-lg-52 {
        padding-bottom: 3.25rem !important
    }

    .pb-lg-56 {
        padding-bottom: 3.5rem !important
    }

    .pb-lg-58 {
        padding-bottom: 3.625rem !important
    }

    .pb-lg-60 {
        padding-bottom: 3.75rem !important
    }

    .pb-lg-62 {
        padding-bottom: 3.875rem !important
    }

    .pb-lg-64 {
        padding-bottom: 4rem !important
    }

    .pb-lg-68 {
        padding-bottom: 4.25rem !important
    }

    .pb-lg-70 {
        padding-bottom: 4.375rem !important
    }

    .pb-lg-72 {
        padding-bottom: 4.5rem !important
    }

    .pb-lg-74 {
        padding-bottom: 4.625rem !important
    }

    .pb-lg-76 {
        padding-bottom: 4.75rem !important
    }

    .pb-lg-78 {
        padding-bottom: 4.875rem !important
    }

    .pb-lg-80 {
        padding-bottom: 5rem !important
    }

    .pb-lg-82 {
        padding-bottom: 5.125rem !important
    }

    .pb-lg-84 {
        padding-bottom: 5.25rem !important
    }

    .pb-lg-92 {
        padding-bottom: 5.75rem !important
    }

    .pb-lg-96 {
        padding-bottom: 6rem !important
    }

    .pb-lg-102 {
        padding-bottom: 6.375rem !important
    }

    .pb-lg-112 {
        padding-bottom: 7rem !important
    }

    .pb-lg-124 {
        padding-bottom: 7.75rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .625rem !important
    }

    .ps-lg-2 {
        padding-left: .125rem !important
    }

    .ps-lg-4 {
        padding-left: .25rem !important
    }

    .ps-lg-6 {
        padding-left: .375rem !important
    }

    .ps-lg-8 {
        padding-left: .5rem !important
    }

    .ps-lg-10 {
        padding-left: .625rem !important
    }

    .ps-lg-12 {
        padding-left: .75rem !important
    }

    .ps-lg-14 {
        padding-left: .875rem !important
    }

    .ps-lg-16 {
        padding-left: 1rem !important
    }

    .ps-lg-18 {
        padding-left: 1.125rem !important
    }

    .ps-lg-20 {
        padding-left: 1.25rem !important
    }

    .ps-lg-22 {
        padding-left: 1.375rem !important
    }

    .ps-lg-24 {
        padding-left: 1.5rem !important
    }

    .ps-lg-28 {
        padding-left: 1.75rem !important
    }

    .ps-lg-30 {
        padding-left: 1.875rem !important
    }

    .ps-lg-32 {
        padding-left: 2rem !important
    }

    .ps-lg-36 {
        padding-left: 2.25rem !important
    }

    .ps-lg-38 {
        padding-left: 2.375rem !important
    }

    .ps-lg-40 {
        padding-left: 2.5rem !important
    }

    .ps-lg-44 {
        padding-left: 2.75rem !important
    }

    .ps-lg-46 {
        padding-left: 2.875rem !important
    }

    .ps-lg-48 {
        padding-left: 3rem !important
    }

    .ps-lg-50 {
        padding-left: 3.125rem !important
    }

    .ps-lg-52 {
        padding-left: 3.25rem !important
    }

    .ps-lg-56 {
        padding-left: 3.5rem !important
    }

    .ps-lg-58 {
        padding-left: 3.625rem !important
    }

    .ps-lg-60 {
        padding-left: 3.75rem !important
    }

    .ps-lg-62 {
        padding-left: 3.875rem !important
    }

    .ps-lg-64 {
        padding-left: 4rem !important
    }

    .ps-lg-68 {
        padding-left: 4.25rem !important
    }

    .ps-lg-70 {
        padding-left: 4.375rem !important
    }

    .ps-lg-72 {
        padding-left: 4.5rem !important
    }

    .ps-lg-74 {
        padding-left: 4.625rem !important
    }

    .ps-lg-76 {
        padding-left: 4.75rem !important
    }

    .ps-lg-78 {
        padding-left: 4.875rem !important
    }

    .ps-lg-80 {
        padding-left: 5rem !important
    }

    .ps-lg-82 {
        padding-left: 5.125rem !important
    }

    .ps-lg-84 {
        padding-left: 5.25rem !important
    }

    .ps-lg-92 {
        padding-left: 5.75rem !important
    }

    .ps-lg-96 {
        padding-left: 6rem !important
    }

    .ps-lg-102 {
        padding-left: 6.375rem !important
    }

    .ps-lg-112 {
        padding-left: 7rem !important
    }

    .ps-lg-124 {
        padding-left: 7.75rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .625rem !important
    }

    .gap-lg-2 {
        gap: .125rem !important
    }

    .gap-lg-4 {
        gap: .25rem !important
    }

    .gap-lg-6 {
        gap: .375rem !important
    }

    .gap-lg-8 {
        gap: .5rem !important
    }

    .gap-lg-10 {
        gap: .625rem !important
    }

    .gap-lg-12 {
        gap: .75rem !important
    }

    .gap-lg-14 {
        gap: .875rem !important
    }

    .gap-lg-16 {
        gap: 1rem !important
    }

    .gap-lg-18 {
        gap: 1.125rem !important
    }

    .gap-lg-20 {
        gap: 1.25rem !important
    }

    .gap-lg-22 {
        gap: 1.375rem !important
    }

    .gap-lg-24 {
        gap: 1.5rem !important
    }

    .gap-lg-28 {
        gap: 1.75rem !important
    }

    .gap-lg-30 {
        gap: 1.875rem !important
    }

    .gap-lg-32 {
        gap: 2rem !important
    }

    .gap-lg-36 {
        gap: 2.25rem !important
    }

    .gap-lg-38 {
        gap: 2.375rem !important
    }

    .gap-lg-40 {
        gap: 2.5rem !important
    }

    .gap-lg-44 {
        gap: 2.75rem !important
    }

    .gap-lg-46 {
        gap: 2.875rem !important
    }

    .gap-lg-48 {
        gap: 3rem !important
    }

    .gap-lg-50 {
        gap: 3.125rem !important
    }

    .gap-lg-52 {
        gap: 3.25rem !important
    }

    .gap-lg-56 {
        gap: 3.5rem !important
    }

    .gap-lg-58 {
        gap: 3.625rem !important
    }

    .gap-lg-60 {
        gap: 3.75rem !important
    }

    .gap-lg-62 {
        gap: 3.875rem !important
    }

    .gap-lg-64 {
        gap: 4rem !important
    }

    .gap-lg-68 {
        gap: 4.25rem !important
    }

    .gap-lg-70 {
        gap: 4.375rem !important
    }

    .gap-lg-72 {
        gap: 4.5rem !important
    }

    .gap-lg-74 {
        gap: 4.625rem !important
    }

    .gap-lg-76 {
        gap: 4.75rem !important
    }

    .gap-lg-78 {
        gap: 4.875rem !important
    }

    .gap-lg-80 {
        gap: 5rem !important
    }

    .gap-lg-82 {
        gap: 5.125rem !important
    }

    .gap-lg-84 {
        gap: 5.25rem !important
    }

    .gap-lg-92 {
        gap: 5.75rem !important
    }

    .gap-lg-96 {
        gap: 6rem !important
    }

    .gap-lg-102 {
        gap: 6.375rem !important
    }

    .gap-lg-112 {
        gap: 7rem !important
    }

    .gap-lg-124 {
        gap: 7.75rem !important
    }

    .fs-lg-1 {
        font-size: 2.5rem !important
    }

    .fs-lg-2 {
        font-size: 2rem !important
    }

    .fs-lg-3 {
        font-size: 1.75rem !important
    }

    .fs-lg-4 {
        font-size: 1.5rem !important
    }

    .fs-lg-5 {
        font-size: 1.25rem !important
    }

    .fs-lg-6 {
        font-size: 1rem !important
    }

    .fs-lg-10 {
        font-size: .625rem !important
    }

    .fs-lg-12 {
        font-size: .75rem !important
    }

    .fs-lg-14 {
        font-size: .875rem !important
    }

    .fs-lg-16 {
        font-size: 1rem !important
    }

    .fs-lg-18 {
        font-size: 1.125rem !important
    }

    .fs-lg-20 {
        font-size: 1.25rem !important
    }

    .fs-lg-22 {
        font-size: 1.375rem !important
    }

    .fs-lg-24 {
        font-size: 1.5rem !important
    }

    .fs-lg-28 {
        font-size: 1.75rem !important
    }

    .fs-lg-30 {
        font-size: 1.875rem !important
    }

    .fs-lg-32 {
        font-size: 2rem !important
    }

    .fs-lg-36 {
        font-size: 2.25rem !important
    }

    .fs-lg-38 {
        font-size: 2.375rem !important
    }

    .fs-lg-40 {
        font-size: 2.5rem !important
    }

    .fs-lg-44 {
        font-size: 2.75rem !important
    }

    .fs-lg-46 {
        font-size: 2.875rem !important
    }

    .fs-lg-48 {
        font-size: 3rem !important
    }

    .fs-lg-50 {
        font-size: 3.125rem !important
    }

    .fs-lg-56 {
        font-size: 3.5rem !important
    }

    .fs-lg-60 {
        font-size: 3.75rem !important
    }

    .fs-lg-62 {
        font-size: 3.875rem !important
    }

    .fs-lg-64 {
        font-size: 4rem !important
    }

    .fs-lg-68 {
        font-size: 4.25rem !important
    }

    .fs-lg-72 {
        font-size: 4.5rem !important
    }

    .fs-lg-74 {
        font-size: 4.625rem !important
    }

    .fs-lg-76 {
        font-size: 4.75rem !important
    }

    .fs-lg-80 {
        font-size: 5rem !important
    }

    .fs-lg-96 {
        font-size: 6rem !important
    }

    .lh-lg-0 {
        line-height: 0rem !important
    }

    .lh-lg-3 {
        line-height: .75rem !important
    }

    .lh-lg-4 {
        line-height: 1rem !important
    }

    .lh-lg-5 {
        line-height: 1.25rem !important
    }

    .lh-lg-6 {
        line-height: 1.5rem !important
    }

    .lh-lg-7 {
        line-height: 1.75rem !important
    }

    .lh-lg-8 {
        line-height: 2rem !important
    }

    .lh-lg-9 {
        line-height: 2.25rem !important
    }

    .lh-lg-10 {
        line-height: 2.5rem !important
    }

    .lh-lg-11 {
        line-height: 2.75rem !important
    }

    .lh-lg-12 {
        line-height: 3rem !important
    }

    .lh-lg-13 {
        line-height: 3.5rem !important
    }

    .lh-lg-none {
        line-height: 1 !important
    }

    .lh-lg-tight {
        line-height: 1.25 !important
    }

    .lh-lg-snug {
        line-height: 1.375 !important
    }

    .lh-lg-normal {
        line-height: 1.5 !important
    }

    .lh-lg-relaxed {
        line-height: 1.625 !important
    }

    .lh-lg-loose {
        line-height: 2 !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .w-xl-25 {
        width: 25% !important
    }

    .w-xl-50 {
        width: 50% !important
    }

    .w-xl-75 {
        width: 75% !important
    }

    .w-xl-90 {
        width: 90% !important
    }

    .w-xl-100 {
        width: 100% !important
    }

    .w-xl-auto {
        width: auto !important
    }

    .w-xl-custom {
        width: var(--custom-size) !important
    }

    .w-xl-1 {
        width: .25rem !important
    }

    .w-xl-2 {
        width: .5rem !important
    }

    .w-xl--3 {
        width: .625rem !important
    }

    .w-xl-3 {
        width: .75rem !important
    }

    .w-xl-4 {
        width: 1rem !important
    }

    .w-xl-5 {
        width: 1.25rem !important
    }

    .w-xl-6 {
        width: 1.5rem !important
    }

    .w-xl-7 {
        width: 1.75rem !important
    }

    .w-xl-8 {
        width: 2rem !important
    }

    .w-xl-9 {
        width: 2.25rem !important
    }

    .w-xl-10 {
        width: 2.5rem !important
    }

    .w-xl-11 {
        width: 2.75rem !important
    }

    .w-xl-12 {
        width: 3rem !important
    }

    .w-xl-13 {
        width: 3.15rem !important
    }

    .w-xl-14 {
        width: 3.5rem !important
    }

    .w-xl-16 {
        width: 4rem !important
    }

    .w-xl-18 {
        width: 4.5rem !important
    }

    .w-xl-20 {
        width: 5rem !important
    }

    .w-xl-24 {
        width: 6rem !important
    }

    .w-xl-28 {
        width: 7rem !important
    }

    .w-xl-32 {
        width: 8rem !important
    }

    .w-xl-36 {
        width: 9rem !important
    }

    .w-xl-40 {
        width: 10rem !important
    }

    .w-xl-44 {
        width: 11rem !important
    }

    .w-xl-48 {
        width: 12rem !important
    }

    .w-xl-52 {
        width: 13rem !important
    }

    .w-xl-56 {
        width: 14rem !important
    }

    .w-xl-60 {
        width: 15rem !important
    }

    .w-xl-64 {
        width: 16rem !important
    }

    .w-xl-72 {
        width: 18rem !important
    }

    .w-xl-80 {
        width: 20rem !important
    }

    .w-xl-96 {
        width: 24rem !important
    }

    .h-xl-25 {
        height: 25% !important
    }

    .h-xl-50 {
        height: 50% !important
    }

    .h-xl-75 {
        height: 75% !important
    }

    .h-xl-90 {
        height: 90% !important
    }

    .h-xl-100 {
        height: 100% !important
    }

    .h-xl-auto {
        height: auto !important
    }

    .h-xl-custom {
        height: var(--custom-size) !important
    }

    .h-xl-1 {
        height: .25rem !important
    }

    .h-xl-2 {
        height: .5rem !important
    }

    .h-xl--3 {
        height: .625rem !important
    }

    .h-xl-3 {
        height: .75rem !important
    }

    .h-xl-4 {
        height: 1rem !important
    }

    .h-xl-5 {
        height: 1.25rem !important
    }

    .h-xl-6 {
        height: 1.5rem !important
    }

    .h-xl-7 {
        height: 1.75rem !important
    }

    .h-xl-8 {
        height: 2rem !important
    }

    .h-xl-9 {
        height: 2.25rem !important
    }

    .h-xl-10 {
        height: 2.5rem !important
    }

    .h-xl-11 {
        height: 2.75rem !important
    }

    .h-xl-12 {
        height: 3rem !important
    }

    .h-xl-13 {
        height: 3.15rem !important
    }

    .h-xl-14 {
        height: 3.5rem !important
    }

    .h-xl-16 {
        height: 4rem !important
    }

    .h-xl-18 {
        height: 4.5rem !important
    }

    .h-xl-20 {
        height: 5rem !important
    }

    .h-xl-24 {
        height: 6rem !important
    }

    .h-xl-28 {
        height: 7rem !important
    }

    .h-xl-32 {
        height: 8rem !important
    }

    .h-xl-36 {
        height: 9rem !important
    }

    .h-xl-40 {
        height: 10rem !important
    }

    .h-xl-44 {
        height: 11rem !important
    }

    .h-xl-48 {
        height: 12rem !important
    }

    .h-xl-52 {
        height: 13rem !important
    }

    .h-xl-56 {
        height: 14rem !important
    }

    .h-xl-60 {
        height: 15rem !important
    }

    .h-xl-64 {
        height: 16rem !important
    }

    .h-xl-72 {
        height: 18rem !important
    }

    .h-xl-80 {
        height: 20rem !important
    }

    .h-xl-96 {
        height: 24rem !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .625rem !important
    }

    .m-xl-2 {
        margin: .125rem !important
    }

    .m-xl-4 {
        margin: .25rem !important
    }

    .m-xl-6 {
        margin: .375rem !important
    }

    .m-xl-8 {
        margin: .5rem !important
    }

    .m-xl-10 {
        margin: .625rem !important
    }

    .m-xl-12 {
        margin: .75rem !important
    }

    .m-xl-14 {
        margin: .875rem !important
    }

    .m-xl-16 {
        margin: 1rem !important
    }

    .m-xl-18 {
        margin: 1.125rem !important
    }

    .m-xl-20 {
        margin: 1.25rem !important
    }

    .m-xl-22 {
        margin: 1.375rem !important
    }

    .m-xl-24 {
        margin: 1.5rem !important
    }

    .m-xl-28 {
        margin: 1.75rem !important
    }

    .m-xl-30 {
        margin: 1.875rem !important
    }

    .m-xl-32 {
        margin: 2rem !important
    }

    .m-xl-36 {
        margin: 2.25rem !important
    }

    .m-xl-38 {
        margin: 2.375rem !important
    }

    .m-xl-40 {
        margin: 2.5rem !important
    }

    .m-xl-44 {
        margin: 2.75rem !important
    }

    .m-xl-46 {
        margin: 2.875rem !important
    }

    .m-xl-48 {
        margin: 3rem !important
    }

    .m-xl-50 {
        margin: 3.125rem !important
    }

    .m-xl-52 {
        margin: 3.25rem !important
    }

    .m-xl-56 {
        margin: 3.5rem !important
    }

    .m-xl-58 {
        margin: 3.625rem !important
    }

    .m-xl-60 {
        margin: 3.75rem !important
    }

    .m-xl-62 {
        margin: 3.875rem !important
    }

    .m-xl-64 {
        margin: 4rem !important
    }

    .m-xl-68 {
        margin: 4.25rem !important
    }

    .m-xl-70 {
        margin: 4.375rem !important
    }

    .m-xl-72 {
        margin: 4.5rem !important
    }

    .m-xl-74 {
        margin: 4.625rem !important
    }

    .m-xl-76 {
        margin: 4.75rem !important
    }

    .m-xl-78 {
        margin: 4.875rem !important
    }

    .m-xl-80 {
        margin: 5rem !important
    }

    .m-xl-82 {
        margin: 5.125rem !important
    }

    .m-xl-84 {
        margin: 5.25rem !important
    }

    .m-xl-92 {
        margin: 5.75rem !important
    }

    .m-xl-96 {
        margin: 6rem !important
    }

    .m-xl-102 {
        margin: 6.375rem !important
    }

    .m-xl-112 {
        margin: 7rem !important
    }

    .m-xl-124 {
        margin: 7.75rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .625rem !important;
        margin-right: .625rem !important
    }

    .mx-xl-2 {
        margin-left: .125rem !important;
        margin-right: .125rem !important
    }

    .mx-xl-4 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-6 {
        margin-left: .375rem !important;
        margin-right: .375rem !important
    }

    .mx-xl-8 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-10 {
        margin-left: .625rem !important;
        margin-right: .625rem !important
    }

    .mx-xl-12 {
        margin-left: .75rem !important;
        margin-right: .75rem !important
    }

    .mx-xl-14 {
        margin-left: .875rem !important;
        margin-right: .875rem !important
    }

    .mx-xl-16 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-18 {
        margin-left: 1.125rem !important;
        margin-right: 1.125rem !important
    }

    .mx-xl-20 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .mx-xl-22 {
        margin-left: 1.375rem !important;
        margin-right: 1.375rem !important
    }

    .mx-xl-24 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-28 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important
    }

    .mx-xl-30 {
        margin-left: 1.875rem !important;
        margin-right: 1.875rem !important
    }

    .mx-xl-32 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-xl-36 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important
    }

    .mx-xl-38 {
        margin-left: 2.375rem !important;
        margin-right: 2.375rem !important
    }

    .mx-xl-40 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-xl-44 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important
    }

    .mx-xl-46 {
        margin-left: 2.875rem !important;
        margin-right: 2.875rem !important
    }

    .mx-xl-48 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-50 {
        margin-left: 3.125rem !important;
        margin-right: 3.125rem !important
    }

    .mx-xl-52 {
        margin-left: 3.25rem !important;
        margin-right: 3.25rem !important
    }

    .mx-xl-56 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .mx-xl-58 {
        margin-left: 3.625rem !important;
        margin-right: 3.625rem !important
    }

    .mx-xl-60 {
        margin-left: 3.75rem !important;
        margin-right: 3.75rem !important
    }

    .mx-xl-62 {
        margin-left: 3.875rem !important;
        margin-right: 3.875rem !important
    }

    .mx-xl-64 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-xl-68 {
        margin-left: 4.25rem !important;
        margin-right: 4.25rem !important
    }

    .mx-xl-70 {
        margin-left: 4.375rem !important;
        margin-right: 4.375rem !important
    }

    .mx-xl-72 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-xl-74 {
        margin-left: 4.625rem !important;
        margin-right: 4.625rem !important
    }

    .mx-xl-76 {
        margin-left: 4.75rem !important;
        margin-right: 4.75rem !important
    }

    .mx-xl-78 {
        margin-left: 4.875rem !important;
        margin-right: 4.875rem !important
    }

    .mx-xl-80 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-xl-82 {
        margin-left: 5.125rem !important;
        margin-right: 5.125rem !important
    }

    .mx-xl-84 {
        margin-left: 5.25rem !important;
        margin-right: 5.25rem !important
    }

    .mx-xl-92 {
        margin-left: 5.75rem !important;
        margin-right: 5.75rem !important
    }

    .mx-xl-96 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-xl-102 {
        margin-left: 6.375rem !important;
        margin-right: 6.375rem !important
    }

    .mx-xl-112 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-xl-124 {
        margin-left: 7.75rem !important;
        margin-right: 7.75rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xl-1 {
        margin-bottom: .625rem !important;
        margin-top: .625rem !important
    }

    .my-xl-2 {
        margin-bottom: .125rem !important;
        margin-top: .125rem !important
    }

    .my-xl-4 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xl-6 {
        margin-bottom: .375rem !important;
        margin-top: .375rem !important
    }

    .my-xl-8 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xl-10 {
        margin-bottom: .625rem !important;
        margin-top: .625rem !important
    }

    .my-xl-12 {
        margin-bottom: .75rem !important;
        margin-top: .75rem !important
    }

    .my-xl-14 {
        margin-bottom: .875rem !important;
        margin-top: .875rem !important
    }

    .my-xl-16 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xl-18 {
        margin-bottom: 1.125rem !important;
        margin-top: 1.125rem !important
    }

    .my-xl-20 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important
    }

    .my-xl-22 {
        margin-bottom: 1.375rem !important;
        margin-top: 1.375rem !important
    }

    .my-xl-24 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xl-28 {
        margin-bottom: 1.75rem !important;
        margin-top: 1.75rem !important
    }

    .my-xl-30 {
        margin-bottom: 1.875rem !important;
        margin-top: 1.875rem !important
    }

    .my-xl-32 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-xl-36 {
        margin-bottom: 2.25rem !important;
        margin-top: 2.25rem !important
    }

    .my-xl-38 {
        margin-bottom: 2.375rem !important;
        margin-top: 2.375rem !important
    }

    .my-xl-40 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-xl-44 {
        margin-bottom: 2.75rem !important;
        margin-top: 2.75rem !important
    }

    .my-xl-46 {
        margin-bottom: 2.875rem !important;
        margin-top: 2.875rem !important
    }

    .my-xl-48 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xl-50 {
        margin-bottom: 3.125rem !important;
        margin-top: 3.125rem !important
    }

    .my-xl-52 {
        margin-bottom: 3.25rem !important;
        margin-top: 3.25rem !important
    }

    .my-xl-56 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important
    }

    .my-xl-58 {
        margin-bottom: 3.625rem !important;
        margin-top: 3.625rem !important
    }

    .my-xl-60 {
        margin-bottom: 3.75rem !important;
        margin-top: 3.75rem !important
    }

    .my-xl-62 {
        margin-bottom: 3.875rem !important;
        margin-top: 3.875rem !important
    }

    .my-xl-64 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-xl-68 {
        margin-bottom: 4.25rem !important;
        margin-top: 4.25rem !important
    }

    .my-xl-70 {
        margin-bottom: 4.375rem !important;
        margin-top: 4.375rem !important
    }

    .my-xl-72 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-xl-74 {
        margin-bottom: 4.625rem !important;
        margin-top: 4.625rem !important
    }

    .my-xl-76 {
        margin-bottom: 4.75rem !important;
        margin-top: 4.75rem !important
    }

    .my-xl-78 {
        margin-bottom: 4.875rem !important;
        margin-top: 4.875rem !important
    }

    .my-xl-80 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-xl-82 {
        margin-bottom: 5.125rem !important;
        margin-top: 5.125rem !important
    }

    .my-xl-84 {
        margin-bottom: 5.25rem !important;
        margin-top: 5.25rem !important
    }

    .my-xl-92 {
        margin-bottom: 5.75rem !important;
        margin-top: 5.75rem !important
    }

    .my-xl-96 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-xl-102 {
        margin-bottom: 6.375rem !important;
        margin-top: 6.375rem !important
    }

    .my-xl-112 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-xl-124 {
        margin-bottom: 7.75rem !important;
        margin-top: 7.75rem !important
    }

    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .625rem !important
    }

    .mt-xl-2 {
        margin-top: .125rem !important
    }

    .mt-xl-4 {
        margin-top: .25rem !important
    }

    .mt-xl-6 {
        margin-top: .375rem !important
    }

    .mt-xl-8 {
        margin-top: .5rem !important
    }

    .mt-xl-10 {
        margin-top: .625rem !important
    }

    .mt-xl-12 {
        margin-top: .75rem !important
    }

    .mt-xl-14 {
        margin-top: .875rem !important
    }

    .mt-xl-16 {
        margin-top: 1rem !important
    }

    .mt-xl-18 {
        margin-top: 1.125rem !important
    }

    .mt-xl-20 {
        margin-top: 1.25rem !important
    }

    .mt-xl-22 {
        margin-top: 1.375rem !important
    }

    .mt-xl-24 {
        margin-top: 1.5rem !important
    }

    .mt-xl-28 {
        margin-top: 1.75rem !important
    }

    .mt-xl-30 {
        margin-top: 1.875rem !important
    }

    .mt-xl-32 {
        margin-top: 2rem !important
    }

    .mt-xl-36 {
        margin-top: 2.25rem !important
    }

    .mt-xl-38 {
        margin-top: 2.375rem !important
    }

    .mt-xl-40 {
        margin-top: 2.5rem !important
    }

    .mt-xl-44 {
        margin-top: 2.75rem !important
    }

    .mt-xl-46 {
        margin-top: 2.875rem !important
    }

    .mt-xl-48 {
        margin-top: 3rem !important
    }

    .mt-xl-50 {
        margin-top: 3.125rem !important
    }

    .mt-xl-52 {
        margin-top: 3.25rem !important
    }

    .mt-xl-56 {
        margin-top: 3.5rem !important
    }

    .mt-xl-58 {
        margin-top: 3.625rem !important
    }

    .mt-xl-60 {
        margin-top: 3.75rem !important
    }

    .mt-xl-62 {
        margin-top: 3.875rem !important
    }

    .mt-xl-64 {
        margin-top: 4rem !important
    }

    .mt-xl-68 {
        margin-top: 4.25rem !important
    }

    .mt-xl-70 {
        margin-top: 4.375rem !important
    }

    .mt-xl-72 {
        margin-top: 4.5rem !important
    }

    .mt-xl-74 {
        margin-top: 4.625rem !important
    }

    .mt-xl-76 {
        margin-top: 4.75rem !important
    }

    .mt-xl-78 {
        margin-top: 4.875rem !important
    }

    .mt-xl-80 {
        margin-top: 5rem !important
    }

    .mt-xl-82 {
        margin-top: 5.125rem !important
    }

    .mt-xl-84 {
        margin-top: 5.25rem !important
    }

    .mt-xl-92 {
        margin-top: 5.75rem !important
    }

    .mt-xl-96 {
        margin-top: 6rem !important
    }

    .mt-xl-102 {
        margin-top: 6.375rem !important
    }

    .mt-xl-112 {
        margin-top: 7rem !important
    }

    .mt-xl-124 {
        margin-top: 7.75rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .625rem !important
    }

    .me-xl-2 {
        margin-right: .125rem !important
    }

    .me-xl-4 {
        margin-right: .25rem !important
    }

    .me-xl-6 {
        margin-right: .375rem !important
    }

    .me-xl-8 {
        margin-right: .5rem !important
    }

    .me-xl-10 {
        margin-right: .625rem !important
    }

    .me-xl-12 {
        margin-right: .75rem !important
    }

    .me-xl-14 {
        margin-right: .875rem !important
    }

    .me-xl-16 {
        margin-right: 1rem !important
    }

    .me-xl-18 {
        margin-right: 1.125rem !important
    }

    .me-xl-20 {
        margin-right: 1.25rem !important
    }

    .me-xl-22 {
        margin-right: 1.375rem !important
    }

    .me-xl-24 {
        margin-right: 1.5rem !important
    }

    .me-xl-28 {
        margin-right: 1.75rem !important
    }

    .me-xl-30 {
        margin-right: 1.875rem !important
    }

    .me-xl-32 {
        margin-right: 2rem !important
    }

    .me-xl-36 {
        margin-right: 2.25rem !important
    }

    .me-xl-38 {
        margin-right: 2.375rem !important
    }

    .me-xl-40 {
        margin-right: 2.5rem !important
    }

    .me-xl-44 {
        margin-right: 2.75rem !important
    }

    .me-xl-46 {
        margin-right: 2.875rem !important
    }

    .me-xl-48 {
        margin-right: 3rem !important
    }

    .me-xl-50 {
        margin-right: 3.125rem !important
    }

    .me-xl-52 {
        margin-right: 3.25rem !important
    }

    .me-xl-56 {
        margin-right: 3.5rem !important
    }

    .me-xl-58 {
        margin-right: 3.625rem !important
    }

    .me-xl-60 {
        margin-right: 3.75rem !important
    }

    .me-xl-62 {
        margin-right: 3.875rem !important
    }

    .me-xl-64 {
        margin-right: 4rem !important
    }

    .me-xl-68 {
        margin-right: 4.25rem !important
    }

    .me-xl-70 {
        margin-right: 4.375rem !important
    }

    .me-xl-72 {
        margin-right: 4.5rem !important
    }

    .me-xl-74 {
        margin-right: 4.625rem !important
    }

    .me-xl-76 {
        margin-right: 4.75rem !important
    }

    .me-xl-78 {
        margin-right: 4.875rem !important
    }

    .me-xl-80 {
        margin-right: 5rem !important
    }

    .me-xl-82 {
        margin-right: 5.125rem !important
    }

    .me-xl-84 {
        margin-right: 5.25rem !important
    }

    .me-xl-92 {
        margin-right: 5.75rem !important
    }

    .me-xl-96 {
        margin-right: 6rem !important
    }

    .me-xl-102 {
        margin-right: 6.375rem !important
    }

    .me-xl-112 {
        margin-right: 7rem !important
    }

    .me-xl-124 {
        margin-right: 7.75rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .625rem !important
    }

    .mb-xl-2 {
        margin-bottom: .125rem !important
    }

    .mb-xl-4 {
        margin-bottom: .25rem !important
    }

    .mb-xl-6 {
        margin-bottom: .375rem !important
    }

    .mb-xl-8 {
        margin-bottom: .5rem !important
    }

    .mb-xl-10 {
        margin-bottom: .625rem !important
    }

    .mb-xl-12 {
        margin-bottom: .75rem !important
    }

    .mb-xl-14 {
        margin-bottom: .875rem !important
    }

    .mb-xl-16 {
        margin-bottom: 1rem !important
    }

    .mb-xl-18 {
        margin-bottom: 1.125rem !important
    }

    .mb-xl-20 {
        margin-bottom: 1.25rem !important
    }

    .mb-xl-22 {
        margin-bottom: 1.375rem !important
    }

    .mb-xl-24 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-28 {
        margin-bottom: 1.75rem !important
    }

    .mb-xl-30 {
        margin-bottom: 1.875rem !important
    }

    .mb-xl-32 {
        margin-bottom: 2rem !important
    }

    .mb-xl-36 {
        margin-bottom: 2.25rem !important
    }

    .mb-xl-38 {
        margin-bottom: 2.375rem !important
    }

    .mb-xl-40 {
        margin-bottom: 2.5rem !important
    }

    .mb-xl-44 {
        margin-bottom: 2.75rem !important
    }

    .mb-xl-46 {
        margin-bottom: 2.875rem !important
    }

    .mb-xl-48 {
        margin-bottom: 3rem !important
    }

    .mb-xl-50 {
        margin-bottom: 3.125rem !important
    }

    .mb-xl-52 {
        margin-bottom: 3.25rem !important
    }

    .mb-xl-56 {
        margin-bottom: 3.5rem !important
    }

    .mb-xl-58 {
        margin-bottom: 3.625rem !important
    }

    .mb-xl-60 {
        margin-bottom: 3.75rem !important
    }

    .mb-xl-62 {
        margin-bottom: 3.875rem !important
    }

    .mb-xl-64 {
        margin-bottom: 4rem !important
    }

    .mb-xl-68 {
        margin-bottom: 4.25rem !important
    }

    .mb-xl-70 {
        margin-bottom: 4.375rem !important
    }

    .mb-xl-72 {
        margin-bottom: 4.5rem !important
    }

    .mb-xl-74 {
        margin-bottom: 4.625rem !important
    }

    .mb-xl-76 {
        margin-bottom: 4.75rem !important
    }

    .mb-xl-78 {
        margin-bottom: 4.875rem !important
    }

    .mb-xl-80 {
        margin-bottom: 5rem !important
    }

    .mb-xl-82 {
        margin-bottom: 5.125rem !important
    }

    .mb-xl-84 {
        margin-bottom: 5.25rem !important
    }

    .mb-xl-92 {
        margin-bottom: 5.75rem !important
    }

    .mb-xl-96 {
        margin-bottom: 6rem !important
    }

    .mb-xl-102 {
        margin-bottom: 6.375rem !important
    }

    .mb-xl-112 {
        margin-bottom: 7rem !important
    }

    .mb-xl-124 {
        margin-bottom: 7.75rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .625rem !important
    }

    .ms-xl-2 {
        margin-left: .125rem !important
    }

    .ms-xl-4 {
        margin-left: .25rem !important
    }

    .ms-xl-6 {
        margin-left: .375rem !important
    }

    .ms-xl-8 {
        margin-left: .5rem !important
    }

    .ms-xl-10 {
        margin-left: .625rem !important
    }

    .ms-xl-12 {
        margin-left: .75rem !important
    }

    .ms-xl-14 {
        margin-left: .875rem !important
    }

    .ms-xl-16 {
        margin-left: 1rem !important
    }

    .ms-xl-18 {
        margin-left: 1.125rem !important
    }

    .ms-xl-20 {
        margin-left: 1.25rem !important
    }

    .ms-xl-22 {
        margin-left: 1.375rem !important
    }

    .ms-xl-24 {
        margin-left: 1.5rem !important
    }

    .ms-xl-28 {
        margin-left: 1.75rem !important
    }

    .ms-xl-30 {
        margin-left: 1.875rem !important
    }

    .ms-xl-32 {
        margin-left: 2rem !important
    }

    .ms-xl-36 {
        margin-left: 2.25rem !important
    }

    .ms-xl-38 {
        margin-left: 2.375rem !important
    }

    .ms-xl-40 {
        margin-left: 2.5rem !important
    }

    .ms-xl-44 {
        margin-left: 2.75rem !important
    }

    .ms-xl-46 {
        margin-left: 2.875rem !important
    }

    .ms-xl-48 {
        margin-left: 3rem !important
    }

    .ms-xl-50 {
        margin-left: 3.125rem !important
    }

    .ms-xl-52 {
        margin-left: 3.25rem !important
    }

    .ms-xl-56 {
        margin-left: 3.5rem !important
    }

    .ms-xl-58 {
        margin-left: 3.625rem !important
    }

    .ms-xl-60 {
        margin-left: 3.75rem !important
    }

    .ms-xl-62 {
        margin-left: 3.875rem !important
    }

    .ms-xl-64 {
        margin-left: 4rem !important
    }

    .ms-xl-68 {
        margin-left: 4.25rem !important
    }

    .ms-xl-70 {
        margin-left: 4.375rem !important
    }

    .ms-xl-72 {
        margin-left: 4.5rem !important
    }

    .ms-xl-74 {
        margin-left: 4.625rem !important
    }

    .ms-xl-76 {
        margin-left: 4.75rem !important
    }

    .ms-xl-78 {
        margin-left: 4.875rem !important
    }

    .ms-xl-80 {
        margin-left: 5rem !important
    }

    .ms-xl-82 {
        margin-left: 5.125rem !important
    }

    .ms-xl-84 {
        margin-left: 5.25rem !important
    }

    .ms-xl-92 {
        margin-left: 5.75rem !important
    }

    .ms-xl-96 {
        margin-left: 6rem !important
    }

    .ms-xl-102 {
        margin-left: 6.375rem !important
    }

    .ms-xl-112 {
        margin-left: 7rem !important
    }

    .ms-xl-124 {
        margin-left: 7.75rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .m-xl-n1 {
        margin: -.625rem !important
    }

    .m-xl-n2 {
        margin: -.125rem !important
    }

    .m-xl-n4 {
        margin: -.25rem !important
    }

    .m-xl-n6 {
        margin: -.375rem !important
    }

    .m-xl-n8 {
        margin: -.5rem !important
    }

    .m-xl-n10 {
        margin: -.625rem !important
    }

    .m-xl-n12 {
        margin: -.75rem !important
    }

    .m-xl-n14 {
        margin: -.875rem !important
    }

    .m-xl-n16 {
        margin: -1rem !important
    }

    .m-xl-n18 {
        margin: -1.125rem !important
    }

    .m-xl-n20 {
        margin: -1.25rem !important
    }

    .m-xl-n22 {
        margin: -1.375rem !important
    }

    .m-xl-n24 {
        margin: -1.5rem !important
    }

    .m-xl-n28 {
        margin: -1.75rem !important
    }

    .m-xl-n30 {
        margin: -1.875rem !important
    }

    .m-xl-n32 {
        margin: -2rem !important
    }

    .m-xl-n36 {
        margin: -2.25rem !important
    }

    .m-xl-n38 {
        margin: -2.375rem !important
    }

    .m-xl-n40 {
        margin: -2.5rem !important
    }

    .m-xl-n44 {
        margin: -2.75rem !important
    }

    .m-xl-n46 {
        margin: -2.875rem !important
    }

    .m-xl-n48 {
        margin: -3rem !important
    }

    .m-xl-n50 {
        margin: -3.125rem !important
    }

    .m-xl-n52 {
        margin: -3.25rem !important
    }

    .m-xl-n56 {
        margin: -3.5rem !important
    }

    .m-xl-n58 {
        margin: -3.625rem !important
    }

    .m-xl-n60 {
        margin: -3.75rem !important
    }

    .m-xl-n62 {
        margin: -3.875rem !important
    }

    .m-xl-n64 {
        margin: -4rem !important
    }

    .m-xl-n68 {
        margin: -4.25rem !important
    }

    .m-xl-n70 {
        margin: -4.375rem !important
    }

    .m-xl-n72 {
        margin: -4.5rem !important
    }

    .m-xl-n74 {
        margin: -4.625rem !important
    }

    .m-xl-n76 {
        margin: -4.75rem !important
    }

    .m-xl-n78 {
        margin: -4.875rem !important
    }

    .m-xl-n80 {
        margin: -5rem !important
    }

    .m-xl-n82 {
        margin: -5.125rem !important
    }

    .m-xl-n84 {
        margin: -5.25rem !important
    }

    .m-xl-n92 {
        margin: -5.75rem !important
    }

    .m-xl-n96 {
        margin: -6rem !important
    }

    .m-xl-n102 {
        margin: -6.375rem !important
    }

    .m-xl-n112 {
        margin: -7rem !important
    }

    .m-xl-n124 {
        margin: -7.75rem !important
    }

    .mx-xl-n1 {
        margin-left: -.625rem !important;
        margin-right: -.625rem !important
    }

    .mx-xl-n2 {
        margin-left: -.125rem !important;
        margin-right: -.125rem !important
    }

    .mx-xl-n4 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-xl-n6 {
        margin-left: -.375rem !important;
        margin-right: -.375rem !important
    }

    .mx-xl-n8 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-xl-n10 {
        margin-left: -.625rem !important;
        margin-right: -.625rem !important
    }

    .mx-xl-n12 {
        margin-left: -.75rem !important;
        margin-right: -.75rem !important
    }

    .mx-xl-n14 {
        margin-left: -.875rem !important;
        margin-right: -.875rem !important
    }

    .mx-xl-n16 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-xl-n18 {
        margin-left: -1.125rem !important;
        margin-right: -1.125rem !important
    }

    .mx-xl-n20 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .mx-xl-n22 {
        margin-left: -1.375rem !important;
        margin-right: -1.375rem !important
    }

    .mx-xl-n24 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-xl-n28 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important
    }

    .mx-xl-n30 {
        margin-left: -1.875rem !important;
        margin-right: -1.875rem !important
    }

    .mx-xl-n32 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-xl-n36 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important
    }

    .mx-xl-n38 {
        margin-left: -2.375rem !important;
        margin-right: -2.375rem !important
    }

    .mx-xl-n40 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-xl-n44 {
        margin-left: -2.75rem !important;
        margin-right: -2.75rem !important
    }

    .mx-xl-n46 {
        margin-left: -2.875rem !important;
        margin-right: -2.875rem !important
    }

    .mx-xl-n48 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-xl-n50 {
        margin-left: -3.125rem !important;
        margin-right: -3.125rem !important
    }

    .mx-xl-n52 {
        margin-left: -3.25rem !important;
        margin-right: -3.25rem !important
    }

    .mx-xl-n56 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important
    }

    .mx-xl-n58 {
        margin-left: -3.625rem !important;
        margin-right: -3.625rem !important
    }

    .mx-xl-n60 {
        margin-left: -3.75rem !important;
        margin-right: -3.75rem !important
    }

    .mx-xl-n62 {
        margin-left: -3.875rem !important;
        margin-right: -3.875rem !important
    }

    .mx-xl-n64 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .mx-xl-n68 {
        margin-left: -4.25rem !important;
        margin-right: -4.25rem !important
    }

    .mx-xl-n70 {
        margin-left: -4.375rem !important;
        margin-right: -4.375rem !important
    }

    .mx-xl-n72 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-xl-n74 {
        margin-left: -4.625rem !important;
        margin-right: -4.625rem !important
    }

    .mx-xl-n76 {
        margin-left: -4.75rem !important;
        margin-right: -4.75rem !important
    }

    .mx-xl-n78 {
        margin-left: -4.875rem !important;
        margin-right: -4.875rem !important
    }

    .mx-xl-n80 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .mx-xl-n82 {
        margin-left: -5.125rem !important;
        margin-right: -5.125rem !important
    }

    .mx-xl-n84 {
        margin-left: -5.25rem !important;
        margin-right: -5.25rem !important
    }

    .mx-xl-n92 {
        margin-left: -5.75rem !important;
        margin-right: -5.75rem !important
    }

    .mx-xl-n96 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-xl-n102 {
        margin-left: -6.375rem !important;
        margin-right: -6.375rem !important
    }

    .mx-xl-n112 {
        margin-left: -7rem !important;
        margin-right: -7rem !important
    }

    .mx-xl-n124 {
        margin-left: -7.75rem !important;
        margin-right: -7.75rem !important
    }

    .my-xl-n1 {
        margin-bottom: -.625rem !important;
        margin-top: -.625rem !important
    }

    .my-xl-n2 {
        margin-bottom: -.125rem !important;
        margin-top: -.125rem !important
    }

    .my-xl-n4 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-xl-n6 {
        margin-bottom: -.375rem !important;
        margin-top: -.375rem !important
    }

    .my-xl-n8 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-xl-n10 {
        margin-bottom: -.625rem !important;
        margin-top: -.625rem !important
    }

    .my-xl-n12 {
        margin-bottom: -.75rem !important;
        margin-top: -.75rem !important
    }

    .my-xl-n14 {
        margin-bottom: -.875rem !important;
        margin-top: -.875rem !important
    }

    .my-xl-n16 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-xl-n18 {
        margin-bottom: -1.125rem !important;
        margin-top: -1.125rem !important
    }

    .my-xl-n20 {
        margin-bottom: -1.25rem !important;
        margin-top: -1.25rem !important
    }

    .my-xl-n22 {
        margin-bottom: -1.375rem !important;
        margin-top: -1.375rem !important
    }

    .my-xl-n24 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-xl-n28 {
        margin-bottom: -1.75rem !important;
        margin-top: -1.75rem !important
    }

    .my-xl-n30 {
        margin-bottom: -1.875rem !important;
        margin-top: -1.875rem !important
    }

    .my-xl-n32 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-xl-n36 {
        margin-bottom: -2.25rem !important;
        margin-top: -2.25rem !important
    }

    .my-xl-n38 {
        margin-bottom: -2.375rem !important;
        margin-top: -2.375rem !important
    }

    .my-xl-n40 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-xl-n44 {
        margin-bottom: -2.75rem !important;
        margin-top: -2.75rem !important
    }

    .my-xl-n46 {
        margin-bottom: -2.875rem !important;
        margin-top: -2.875rem !important
    }

    .my-xl-n48 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-xl-n50 {
        margin-bottom: -3.125rem !important;
        margin-top: -3.125rem !important
    }

    .my-xl-n52 {
        margin-bottom: -3.25rem !important;
        margin-top: -3.25rem !important
    }

    .my-xl-n56 {
        margin-bottom: -3.5rem !important;
        margin-top: -3.5rem !important
    }

    .my-xl-n58 {
        margin-bottom: -3.625rem !important;
        margin-top: -3.625rem !important
    }

    .my-xl-n60 {
        margin-bottom: -3.75rem !important;
        margin-top: -3.75rem !important
    }

    .my-xl-n62 {
        margin-bottom: -3.875rem !important;
        margin-top: -3.875rem !important
    }

    .my-xl-n64 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important
    }

    .my-xl-n68 {
        margin-bottom: -4.25rem !important;
        margin-top: -4.25rem !important
    }

    .my-xl-n70 {
        margin-bottom: -4.375rem !important;
        margin-top: -4.375rem !important
    }

    .my-xl-n72 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-xl-n74 {
        margin-bottom: -4.625rem !important;
        margin-top: -4.625rem !important
    }

    .my-xl-n76 {
        margin-bottom: -4.75rem !important;
        margin-top: -4.75rem !important
    }

    .my-xl-n78 {
        margin-bottom: -4.875rem !important;
        margin-top: -4.875rem !important
    }

    .my-xl-n80 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important
    }

    .my-xl-n82 {
        margin-bottom: -5.125rem !important;
        margin-top: -5.125rem !important
    }

    .my-xl-n84 {
        margin-bottom: -5.25rem !important;
        margin-top: -5.25rem !important
    }

    .my-xl-n92 {
        margin-bottom: -5.75rem !important;
        margin-top: -5.75rem !important
    }

    .my-xl-n96 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-xl-n102 {
        margin-bottom: -6.375rem !important;
        margin-top: -6.375rem !important
    }

    .my-xl-n112 {
        margin-bottom: -7rem !important;
        margin-top: -7rem !important
    }

    .my-xl-n124 {
        margin-bottom: -7.75rem !important;
        margin-top: -7.75rem !important
    }

    .mt-xl-n1 {
        margin-top: -.625rem !important
    }

    .mt-xl-n2 {
        margin-top: -.125rem !important
    }

    .mt-xl-n4 {
        margin-top: -.25rem !important
    }

    .mt-xl-n6 {
        margin-top: -.375rem !important
    }

    .mt-xl-n8 {
        margin-top: -.5rem !important
    }

    .mt-xl-n10 {
        margin-top: -.625rem !important
    }

    .mt-xl-n12 {
        margin-top: -.75rem !important
    }

    .mt-xl-n14 {
        margin-top: -.875rem !important
    }

    .mt-xl-n16 {
        margin-top: -1rem !important
    }

    .mt-xl-n18 {
        margin-top: -1.125rem !important
    }

    .mt-xl-n20 {
        margin-top: -1.25rem !important
    }

    .mt-xl-n22 {
        margin-top: -1.375rem !important
    }

    .mt-xl-n24 {
        margin-top: -1.5rem !important
    }

    .mt-xl-n28 {
        margin-top: -1.75rem !important
    }

    .mt-xl-n30 {
        margin-top: -1.875rem !important
    }

    .mt-xl-n32 {
        margin-top: -2rem !important
    }

    .mt-xl-n36 {
        margin-top: -2.25rem !important
    }

    .mt-xl-n38 {
        margin-top: -2.375rem !important
    }

    .mt-xl-n40 {
        margin-top: -2.5rem !important
    }

    .mt-xl-n44 {
        margin-top: -2.75rem !important
    }

    .mt-xl-n46 {
        margin-top: -2.875rem !important
    }

    .mt-xl-n48 {
        margin-top: -3rem !important
    }

    .mt-xl-n50 {
        margin-top: -3.125rem !important
    }

    .mt-xl-n52 {
        margin-top: -3.25rem !important
    }

    .mt-xl-n56 {
        margin-top: -3.5rem !important
    }

    .mt-xl-n58 {
        margin-top: -3.625rem !important
    }

    .mt-xl-n60 {
        margin-top: -3.75rem !important
    }

    .mt-xl-n62 {
        margin-top: -3.875rem !important
    }

    .mt-xl-n64 {
        margin-top: -4rem !important
    }

    .mt-xl-n68 {
        margin-top: -4.25rem !important
    }

    .mt-xl-n70 {
        margin-top: -4.375rem !important
    }

    .mt-xl-n72 {
        margin-top: -4.5rem !important
    }

    .mt-xl-n74 {
        margin-top: -4.625rem !important
    }

    .mt-xl-n76 {
        margin-top: -4.75rem !important
    }

    .mt-xl-n78 {
        margin-top: -4.875rem !important
    }

    .mt-xl-n80 {
        margin-top: -5rem !important
    }

    .mt-xl-n82 {
        margin-top: -5.125rem !important
    }

    .mt-xl-n84 {
        margin-top: -5.25rem !important
    }

    .mt-xl-n92 {
        margin-top: -5.75rem !important
    }

    .mt-xl-n96 {
        margin-top: -6rem !important
    }

    .mt-xl-n102 {
        margin-top: -6.375rem !important
    }

    .mt-xl-n112 {
        margin-top: -7rem !important
    }

    .mt-xl-n124 {
        margin-top: -7.75rem !important
    }

    .me-xl-n1 {
        margin-right: -.625rem !important
    }

    .me-xl-n2 {
        margin-right: -.125rem !important
    }

    .me-xl-n4 {
        margin-right: -.25rem !important
    }

    .me-xl-n6 {
        margin-right: -.375rem !important
    }

    .me-xl-n8 {
        margin-right: -.5rem !important
    }

    .me-xl-n10 {
        margin-right: -.625rem !important
    }

    .me-xl-n12 {
        margin-right: -.75rem !important
    }

    .me-xl-n14 {
        margin-right: -.875rem !important
    }

    .me-xl-n16 {
        margin-right: -1rem !important
    }

    .me-xl-n18 {
        margin-right: -1.125rem !important
    }

    .me-xl-n20 {
        margin-right: -1.25rem !important
    }

    .me-xl-n22 {
        margin-right: -1.375rem !important
    }

    .me-xl-n24 {
        margin-right: -1.5rem !important
    }

    .me-xl-n28 {
        margin-right: -1.75rem !important
    }

    .me-xl-n30 {
        margin-right: -1.875rem !important
    }

    .me-xl-n32 {
        margin-right: -2rem !important
    }

    .me-xl-n36 {
        margin-right: -2.25rem !important
    }

    .me-xl-n38 {
        margin-right: -2.375rem !important
    }

    .me-xl-n40 {
        margin-right: -2.5rem !important
    }

    .me-xl-n44 {
        margin-right: -2.75rem !important
    }

    .me-xl-n46 {
        margin-right: -2.875rem !important
    }

    .me-xl-n48 {
        margin-right: -3rem !important
    }

    .me-xl-n50 {
        margin-right: -3.125rem !important
    }

    .me-xl-n52 {
        margin-right: -3.25rem !important
    }

    .me-xl-n56 {
        margin-right: -3.5rem !important
    }

    .me-xl-n58 {
        margin-right: -3.625rem !important
    }

    .me-xl-n60 {
        margin-right: -3.75rem !important
    }

    .me-xl-n62 {
        margin-right: -3.875rem !important
    }

    .me-xl-n64 {
        margin-right: -4rem !important
    }

    .me-xl-n68 {
        margin-right: -4.25rem !important
    }

    .me-xl-n70 {
        margin-right: -4.375rem !important
    }

    .me-xl-n72 {
        margin-right: -4.5rem !important
    }

    .me-xl-n74 {
        margin-right: -4.625rem !important
    }

    .me-xl-n76 {
        margin-right: -4.75rem !important
    }

    .me-xl-n78 {
        margin-right: -4.875rem !important
    }

    .me-xl-n80 {
        margin-right: -5rem !important
    }

    .me-xl-n82 {
        margin-right: -5.125rem !important
    }

    .me-xl-n84 {
        margin-right: -5.25rem !important
    }

    .me-xl-n92 {
        margin-right: -5.75rem !important
    }

    .me-xl-n96 {
        margin-right: -6rem !important
    }

    .me-xl-n102 {
        margin-right: -6.375rem !important
    }

    .me-xl-n112 {
        margin-right: -7rem !important
    }

    .me-xl-n124 {
        margin-right: -7.75rem !important
    }

    .mb-xl-n1 {
        margin-bottom: -.625rem !important
    }

    .mb-xl-n2 {
        margin-bottom: -.125rem !important
    }

    .mb-xl-n4 {
        margin-bottom: -.25rem !important
    }

    .mb-xl-n6 {
        margin-bottom: -.375rem !important
    }

    .mb-xl-n8 {
        margin-bottom: -.5rem !important
    }

    .mb-xl-n10 {
        margin-bottom: -.625rem !important
    }

    .mb-xl-n12 {
        margin-bottom: -.75rem !important
    }

    .mb-xl-n14 {
        margin-bottom: -.875rem !important
    }

    .mb-xl-n16 {
        margin-bottom: -1rem !important
    }

    .mb-xl-n18 {
        margin-bottom: -1.125rem !important
    }

    .mb-xl-n20 {
        margin-bottom: -1.25rem !important
    }

    .mb-xl-n22 {
        margin-bottom: -1.375rem !important
    }

    .mb-xl-n24 {
        margin-bottom: -1.5rem !important
    }

    .mb-xl-n28 {
        margin-bottom: -1.75rem !important
    }

    .mb-xl-n30 {
        margin-bottom: -1.875rem !important
    }

    .mb-xl-n32 {
        margin-bottom: -2rem !important
    }

    .mb-xl-n36 {
        margin-bottom: -2.25rem !important
    }

    .mb-xl-n38 {
        margin-bottom: -2.375rem !important
    }

    .mb-xl-n40 {
        margin-bottom: -2.5rem !important
    }

    .mb-xl-n44 {
        margin-bottom: -2.75rem !important
    }

    .mb-xl-n46 {
        margin-bottom: -2.875rem !important
    }

    .mb-xl-n48 {
        margin-bottom: -3rem !important
    }

    .mb-xl-n50 {
        margin-bottom: -3.125rem !important
    }

    .mb-xl-n52 {
        margin-bottom: -3.25rem !important
    }

    .mb-xl-n56 {
        margin-bottom: -3.5rem !important
    }

    .mb-xl-n58 {
        margin-bottom: -3.625rem !important
    }

    .mb-xl-n60 {
        margin-bottom: -3.75rem !important
    }

    .mb-xl-n62 {
        margin-bottom: -3.875rem !important
    }

    .mb-xl-n64 {
        margin-bottom: -4rem !important
    }

    .mb-xl-n68 {
        margin-bottom: -4.25rem !important
    }

    .mb-xl-n70 {
        margin-bottom: -4.375rem !important
    }

    .mb-xl-n72 {
        margin-bottom: -4.5rem !important
    }

    .mb-xl-n74 {
        margin-bottom: -4.625rem !important
    }

    .mb-xl-n76 {
        margin-bottom: -4.75rem !important
    }

    .mb-xl-n78 {
        margin-bottom: -4.875rem !important
    }

    .mb-xl-n80 {
        margin-bottom: -5rem !important
    }

    .mb-xl-n82 {
        margin-bottom: -5.125rem !important
    }

    .mb-xl-n84 {
        margin-bottom: -5.25rem !important
    }

    .mb-xl-n92 {
        margin-bottom: -5.75rem !important
    }

    .mb-xl-n96 {
        margin-bottom: -6rem !important
    }

    .mb-xl-n102 {
        margin-bottom: -6.375rem !important
    }

    .mb-xl-n112 {
        margin-bottom: -7rem !important
    }

    .mb-xl-n124 {
        margin-bottom: -7.75rem !important
    }

    .ms-xl-n1 {
        margin-left: -.625rem !important
    }

    .ms-xl-n2 {
        margin-left: -.125rem !important
    }

    .ms-xl-n4 {
        margin-left: -.25rem !important
    }

    .ms-xl-n6 {
        margin-left: -.375rem !important
    }

    .ms-xl-n8 {
        margin-left: -.5rem !important
    }

    .ms-xl-n10 {
        margin-left: -.625rem !important
    }

    .ms-xl-n12 {
        margin-left: -.75rem !important
    }

    .ms-xl-n14 {
        margin-left: -.875rem !important
    }

    .ms-xl-n16 {
        margin-left: -1rem !important
    }

    .ms-xl-n18 {
        margin-left: -1.125rem !important
    }

    .ms-xl-n20 {
        margin-left: -1.25rem !important
    }

    .ms-xl-n22 {
        margin-left: -1.375rem !important
    }

    .ms-xl-n24 {
        margin-left: -1.5rem !important
    }

    .ms-xl-n28 {
        margin-left: -1.75rem !important
    }

    .ms-xl-n30 {
        margin-left: -1.875rem !important
    }

    .ms-xl-n32 {
        margin-left: -2rem !important
    }

    .ms-xl-n36 {
        margin-left: -2.25rem !important
    }

    .ms-xl-n38 {
        margin-left: -2.375rem !important
    }

    .ms-xl-n40 {
        margin-left: -2.5rem !important
    }

    .ms-xl-n44 {
        margin-left: -2.75rem !important
    }

    .ms-xl-n46 {
        margin-left: -2.875rem !important
    }

    .ms-xl-n48 {
        margin-left: -3rem !important
    }

    .ms-xl-n50 {
        margin-left: -3.125rem !important
    }

    .ms-xl-n52 {
        margin-left: -3.25rem !important
    }

    .ms-xl-n56 {
        margin-left: -3.5rem !important
    }

    .ms-xl-n58 {
        margin-left: -3.625rem !important
    }

    .ms-xl-n60 {
        margin-left: -3.75rem !important
    }

    .ms-xl-n62 {
        margin-left: -3.875rem !important
    }

    .ms-xl-n64 {
        margin-left: -4rem !important
    }

    .ms-xl-n68 {
        margin-left: -4.25rem !important
    }

    .ms-xl-n70 {
        margin-left: -4.375rem !important
    }

    .ms-xl-n72 {
        margin-left: -4.5rem !important
    }

    .ms-xl-n74 {
        margin-left: -4.625rem !important
    }

    .ms-xl-n76 {
        margin-left: -4.75rem !important
    }

    .ms-xl-n78 {
        margin-left: -4.875rem !important
    }

    .ms-xl-n80 {
        margin-left: -5rem !important
    }

    .ms-xl-n82 {
        margin-left: -5.125rem !important
    }

    .ms-xl-n84 {
        margin-left: -5.25rem !important
    }

    .ms-xl-n92 {
        margin-left: -5.75rem !important
    }

    .ms-xl-n96 {
        margin-left: -6rem !important
    }

    .ms-xl-n102 {
        margin-left: -6.375rem !important
    }

    .ms-xl-n112 {
        margin-left: -7rem !important
    }

    .ms-xl-n124 {
        margin-left: -7.75rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .625rem !important
    }

    .p-xl-2 {
        padding: .125rem !important
    }

    .p-xl-4 {
        padding: .25rem !important
    }

    .p-xl-6 {
        padding: .375rem !important
    }

    .p-xl-8 {
        padding: .5rem !important
    }

    .p-xl-10 {
        padding: .625rem !important
    }

    .p-xl-12 {
        padding: .75rem !important
    }

    .p-xl-14 {
        padding: .875rem !important
    }

    .p-xl-16 {
        padding: 1rem !important
    }

    .p-xl-18 {
        padding: 1.125rem !important
    }

    .p-xl-20 {
        padding: 1.25rem !important
    }

    .p-xl-22 {
        padding: 1.375rem !important
    }

    .p-xl-24 {
        padding: 1.5rem !important
    }

    .p-xl-28 {
        padding: 1.75rem !important
    }

    .p-xl-30 {
        padding: 1.875rem !important
    }

    .p-xl-32 {
        padding: 2rem !important
    }

    .p-xl-36 {
        padding: 2.25rem !important
    }

    .p-xl-38 {
        padding: 2.375rem !important
    }

    .p-xl-40 {
        padding: 2.5rem !important
    }

    .p-xl-44 {
        padding: 2.75rem !important
    }

    .p-xl-46 {
        padding: 2.875rem !important
    }

    .p-xl-48 {
        padding: 3rem !important
    }

    .p-xl-50 {
        padding: 3.125rem !important
    }

    .p-xl-52 {
        padding: 3.25rem !important
    }

    .p-xl-56 {
        padding: 3.5rem !important
    }

    .p-xl-58 {
        padding: 3.625rem !important
    }

    .p-xl-60 {
        padding: 3.75rem !important
    }

    .p-xl-62 {
        padding: 3.875rem !important
    }

    .p-xl-64 {
        padding: 4rem !important
    }

    .p-xl-68 {
        padding: 4.25rem !important
    }

    .p-xl-70 {
        padding: 4.375rem !important
    }

    .p-xl-72 {
        padding: 4.5rem !important
    }

    .p-xl-74 {
        padding: 4.625rem !important
    }

    .p-xl-76 {
        padding: 4.75rem !important
    }

    .p-xl-78 {
        padding: 4.875rem !important
    }

    .p-xl-80 {
        padding: 5rem !important
    }

    .p-xl-82 {
        padding: 5.125rem !important
    }

    .p-xl-84 {
        padding: 5.25rem !important
    }

    .p-xl-92 {
        padding: 5.75rem !important
    }

    .p-xl-96 {
        padding: 6rem !important
    }

    .p-xl-102 {
        padding: 6.375rem !important
    }

    .p-xl-112 {
        padding: 7rem !important
    }

    .p-xl-124 {
        padding: 7.75rem !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .625rem !important;
        padding-right: .625rem !important
    }

    .px-xl-2 {
        padding-left: .125rem !important;
        padding-right: .125rem !important
    }

    .px-xl-4 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xl-6 {
        padding-left: .375rem !important;
        padding-right: .375rem !important
    }

    .px-xl-8 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-10 {
        padding-left: .625rem !important;
        padding-right: .625rem !important
    }

    .px-xl-12 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .px-xl-14 {
        padding-left: .875rem !important;
        padding-right: .875rem !important
    }

    .px-xl-16 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-18 {
        padding-left: 1.125rem !important;
        padding-right: 1.125rem !important
    }

    .px-xl-20 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-xl-22 {
        padding-left: 1.375rem !important;
        padding-right: 1.375rem !important
    }

    .px-xl-24 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-28 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .px-xl-30 {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important
    }

    .px-xl-32 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xl-36 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important
    }

    .px-xl-38 {
        padding-left: 2.375rem !important;
        padding-right: 2.375rem !important
    }

    .px-xl-40 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-xl-44 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important
    }

    .px-xl-46 {
        padding-left: 2.875rem !important;
        padding-right: 2.875rem !important
    }

    .px-xl-48 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xl-50 {
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important
    }

    .px-xl-52 {
        padding-left: 3.25rem !important;
        padding-right: 3.25rem !important
    }

    .px-xl-56 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-xl-58 {
        padding-left: 3.625rem !important;
        padding-right: 3.625rem !important
    }

    .px-xl-60 {
        padding-left: 3.75rem !important;
        padding-right: 3.75rem !important
    }

    .px-xl-62 {
        padding-left: 3.875rem !important;
        padding-right: 3.875rem !important
    }

    .px-xl-64 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-xl-68 {
        padding-left: 4.25rem !important;
        padding-right: 4.25rem !important
    }

    .px-xl-70 {
        padding-left: 4.375rem !important;
        padding-right: 4.375rem !important
    }

    .px-xl-72 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-xl-74 {
        padding-left: 4.625rem !important;
        padding-right: 4.625rem !important
    }

    .px-xl-76 {
        padding-left: 4.75rem !important;
        padding-right: 4.75rem !important
    }

    .px-xl-78 {
        padding-left: 4.875rem !important;
        padding-right: 4.875rem !important
    }

    .px-xl-80 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-xl-82 {
        padding-left: 5.125rem !important;
        padding-right: 5.125rem !important
    }

    .px-xl-84 {
        padding-left: 5.25rem !important;
        padding-right: 5.25rem !important
    }

    .px-xl-92 {
        padding-left: 5.75rem !important;
        padding-right: 5.75rem !important
    }

    .px-xl-96 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-xl-102 {
        padding-left: 6.375rem !important;
        padding-right: 6.375rem !important
    }

    .px-xl-112 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-xl-124 {
        padding-left: 7.75rem !important;
        padding-right: 7.75rem !important
    }

    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xl-1 {
        padding-bottom: .625rem !important;
        padding-top: .625rem !important
    }

    .py-xl-2 {
        padding-bottom: .125rem !important;
        padding-top: .125rem !important
    }

    .py-xl-4 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xl-6 {
        padding-bottom: .375rem !important;
        padding-top: .375rem !important
    }

    .py-xl-8 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xl-10 {
        padding-bottom: .625rem !important;
        padding-top: .625rem !important
    }

    .py-xl-12 {
        padding-bottom: .75rem !important;
        padding-top: .75rem !important
    }

    .py-xl-14 {
        padding-bottom: .875rem !important;
        padding-top: .875rem !important
    }

    .py-xl-16 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xl-18 {
        padding-bottom: 1.125rem !important;
        padding-top: 1.125rem !important
    }

    .py-xl-20 {
        padding-bottom: 1.25rem !important;
        padding-top: 1.25rem !important
    }

    .py-xl-22 {
        padding-bottom: 1.375rem !important;
        padding-top: 1.375rem !important
    }

    .py-xl-24 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xl-28 {
        padding-bottom: 1.75rem !important;
        padding-top: 1.75rem !important
    }

    .py-xl-30 {
        padding-bottom: 1.875rem !important;
        padding-top: 1.875rem !important
    }

    .py-xl-32 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-xl-36 {
        padding-bottom: 2.25rem !important;
        padding-top: 2.25rem !important
    }

    .py-xl-38 {
        padding-bottom: 2.375rem !important;
        padding-top: 2.375rem !important
    }

    .py-xl-40 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-xl-44 {
        padding-bottom: 2.75rem !important;
        padding-top: 2.75rem !important
    }

    .py-xl-46 {
        padding-bottom: 2.875rem !important;
        padding-top: 2.875rem !important
    }

    .py-xl-48 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-xl-50 {
        padding-bottom: 3.125rem !important;
        padding-top: 3.125rem !important
    }

    .py-xl-52 {
        padding-bottom: 3.25rem !important;
        padding-top: 3.25rem !important
    }

    .py-xl-56 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .py-xl-58 {
        padding-bottom: 3.625rem !important;
        padding-top: 3.625rem !important
    }

    .py-xl-60 {
        padding-bottom: 3.75rem !important;
        padding-top: 3.75rem !important
    }

    .py-xl-62 {
        padding-bottom: 3.875rem !important;
        padding-top: 3.875rem !important
    }

    .py-xl-64 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-xl-68 {
        padding-bottom: 4.25rem !important;
        padding-top: 4.25rem !important
    }

    .py-xl-70 {
        padding-bottom: 4.375rem !important;
        padding-top: 4.375rem !important
    }

    .py-xl-72 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-xl-74 {
        padding-bottom: 4.625rem !important;
        padding-top: 4.625rem !important
    }

    .py-xl-76 {
        padding-bottom: 4.75rem !important;
        padding-top: 4.75rem !important
    }

    .py-xl-78 {
        padding-bottom: 4.875rem !important;
        padding-top: 4.875rem !important
    }

    .py-xl-80 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-xl-82 {
        padding-bottom: 5.125rem !important;
        padding-top: 5.125rem !important
    }

    .py-xl-84 {
        padding-bottom: 5.25rem !important;
        padding-top: 5.25rem !important
    }

    .py-xl-92 {
        padding-bottom: 5.75rem !important;
        padding-top: 5.75rem !important
    }

    .py-xl-96 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-xl-102 {
        padding-bottom: 6.375rem !important;
        padding-top: 6.375rem !important
    }

    .py-xl-112 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .py-xl-124 {
        padding-bottom: 7.75rem !important;
        padding-top: 7.75rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .625rem !important
    }

    .pt-xl-2 {
        padding-top: .125rem !important
    }

    .pt-xl-4 {
        padding-top: .25rem !important
    }

    .pt-xl-6 {
        padding-top: .375rem !important
    }

    .pt-xl-8 {
        padding-top: .5rem !important
    }

    .pt-xl-10 {
        padding-top: .625rem !important
    }

    .pt-xl-12 {
        padding-top: .75rem !important
    }

    .pt-xl-14 {
        padding-top: .875rem !important
    }

    .pt-xl-16 {
        padding-top: 1rem !important
    }

    .pt-xl-18 {
        padding-top: 1.125rem !important
    }

    .pt-xl-20 {
        padding-top: 1.25rem !important
    }

    .pt-xl-22 {
        padding-top: 1.375rem !important
    }

    .pt-xl-24 {
        padding-top: 1.5rem !important
    }

    .pt-xl-28 {
        padding-top: 1.75rem !important
    }

    .pt-xl-30 {
        padding-top: 1.875rem !important
    }

    .pt-xl-32 {
        padding-top: 2rem !important
    }

    .pt-xl-36 {
        padding-top: 2.25rem !important
    }

    .pt-xl-38 {
        padding-top: 2.375rem !important
    }

    .pt-xl-40 {
        padding-top: 2.5rem !important
    }

    .pt-xl-44 {
        padding-top: 2.75rem !important
    }

    .pt-xl-46 {
        padding-top: 2.875rem !important
    }

    .pt-xl-48 {
        padding-top: 3rem !important
    }

    .pt-xl-50 {
        padding-top: 3.125rem !important
    }

    .pt-xl-52 {
        padding-top: 3.25rem !important
    }

    .pt-xl-56 {
        padding-top: 3.5rem !important
    }

    .pt-xl-58 {
        padding-top: 3.625rem !important
    }

    .pt-xl-60 {
        padding-top: 3.75rem !important
    }

    .pt-xl-62 {
        padding-top: 3.875rem !important
    }

    .pt-xl-64 {
        padding-top: 4rem !important
    }

    .pt-xl-68 {
        padding-top: 4.25rem !important
    }

    .pt-xl-70 {
        padding-top: 4.375rem !important
    }

    .pt-xl-72 {
        padding-top: 4.5rem !important
    }

    .pt-xl-74 {
        padding-top: 4.625rem !important
    }

    .pt-xl-76 {
        padding-top: 4.75rem !important
    }

    .pt-xl-78 {
        padding-top: 4.875rem !important
    }

    .pt-xl-80 {
        padding-top: 5rem !important
    }

    .pt-xl-82 {
        padding-top: 5.125rem !important
    }

    .pt-xl-84 {
        padding-top: 5.25rem !important
    }

    .pt-xl-92 {
        padding-top: 5.75rem !important
    }

    .pt-xl-96 {
        padding-top: 6rem !important
    }

    .pt-xl-102 {
        padding-top: 6.375rem !important
    }

    .pt-xl-112 {
        padding-top: 7rem !important
    }

    .pt-xl-124 {
        padding-top: 7.75rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .625rem !important
    }

    .pe-xl-2 {
        padding-right: .125rem !important
    }

    .pe-xl-4 {
        padding-right: .25rem !important
    }

    .pe-xl-6 {
        padding-right: .375rem !important
    }

    .pe-xl-8 {
        padding-right: .5rem !important
    }

    .pe-xl-10 {
        padding-right: .625rem !important
    }

    .pe-xl-12 {
        padding-right: .75rem !important
    }

    .pe-xl-14 {
        padding-right: .875rem !important
    }

    .pe-xl-16 {
        padding-right: 1rem !important
    }

    .pe-xl-18 {
        padding-right: 1.125rem !important
    }

    .pe-xl-20 {
        padding-right: 1.25rem !important
    }

    .pe-xl-22 {
        padding-right: 1.375rem !important
    }

    .pe-xl-24 {
        padding-right: 1.5rem !important
    }

    .pe-xl-28 {
        padding-right: 1.75rem !important
    }

    .pe-xl-30 {
        padding-right: 1.875rem !important
    }

    .pe-xl-32 {
        padding-right: 2rem !important
    }

    .pe-xl-36 {
        padding-right: 2.25rem !important
    }

    .pe-xl-38 {
        padding-right: 2.375rem !important
    }

    .pe-xl-40 {
        padding-right: 2.5rem !important
    }

    .pe-xl-44 {
        padding-right: 2.75rem !important
    }

    .pe-xl-46 {
        padding-right: 2.875rem !important
    }

    .pe-xl-48 {
        padding-right: 3rem !important
    }

    .pe-xl-50 {
        padding-right: 3.125rem !important
    }

    .pe-xl-52 {
        padding-right: 3.25rem !important
    }

    .pe-xl-56 {
        padding-right: 3.5rem !important
    }

    .pe-xl-58 {
        padding-right: 3.625rem !important
    }

    .pe-xl-60 {
        padding-right: 3.75rem !important
    }

    .pe-xl-62 {
        padding-right: 3.875rem !important
    }

    .pe-xl-64 {
        padding-right: 4rem !important
    }

    .pe-xl-68 {
        padding-right: 4.25rem !important
    }

    .pe-xl-70 {
        padding-right: 4.375rem !important
    }

    .pe-xl-72 {
        padding-right: 4.5rem !important
    }

    .pe-xl-74 {
        padding-right: 4.625rem !important
    }

    .pe-xl-76 {
        padding-right: 4.75rem !important
    }

    .pe-xl-78 {
        padding-right: 4.875rem !important
    }

    .pe-xl-80 {
        padding-right: 5rem !important
    }

    .pe-xl-82 {
        padding-right: 5.125rem !important
    }

    .pe-xl-84 {
        padding-right: 5.25rem !important
    }

    .pe-xl-92 {
        padding-right: 5.75rem !important
    }

    .pe-xl-96 {
        padding-right: 6rem !important
    }

    .pe-xl-102 {
        padding-right: 6.375rem !important
    }

    .pe-xl-112 {
        padding-right: 7rem !important
    }

    .pe-xl-124 {
        padding-right: 7.75rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .625rem !important
    }

    .pb-xl-2 {
        padding-bottom: .125rem !important
    }

    .pb-xl-4 {
        padding-bottom: .25rem !important
    }

    .pb-xl-6 {
        padding-bottom: .375rem !important
    }

    .pb-xl-8 {
        padding-bottom: .5rem !important
    }

    .pb-xl-10 {
        padding-bottom: .625rem !important
    }

    .pb-xl-12 {
        padding-bottom: .75rem !important
    }

    .pb-xl-14 {
        padding-bottom: .875rem !important
    }

    .pb-xl-16 {
        padding-bottom: 1rem !important
    }

    .pb-xl-18 {
        padding-bottom: 1.125rem !important
    }

    .pb-xl-20 {
        padding-bottom: 1.25rem !important
    }

    .pb-xl-22 {
        padding-bottom: 1.375rem !important
    }

    .pb-xl-24 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-28 {
        padding-bottom: 1.75rem !important
    }

    .pb-xl-30 {
        padding-bottom: 1.875rem !important
    }

    .pb-xl-32 {
        padding-bottom: 2rem !important
    }

    .pb-xl-36 {
        padding-bottom: 2.25rem !important
    }

    .pb-xl-38 {
        padding-bottom: 2.375rem !important
    }

    .pb-xl-40 {
        padding-bottom: 2.5rem !important
    }

    .pb-xl-44 {
        padding-bottom: 2.75rem !important
    }

    .pb-xl-46 {
        padding-bottom: 2.875rem !important
    }

    .pb-xl-48 {
        padding-bottom: 3rem !important
    }

    .pb-xl-50 {
        padding-bottom: 3.125rem !important
    }

    .pb-xl-52 {
        padding-bottom: 3.25rem !important
    }

    .pb-xl-56 {
        padding-bottom: 3.5rem !important
    }

    .pb-xl-58 {
        padding-bottom: 3.625rem !important
    }

    .pb-xl-60 {
        padding-bottom: 3.75rem !important
    }

    .pb-xl-62 {
        padding-bottom: 3.875rem !important
    }

    .pb-xl-64 {
        padding-bottom: 4rem !important
    }

    .pb-xl-68 {
        padding-bottom: 4.25rem !important
    }

    .pb-xl-70 {
        padding-bottom: 4.375rem !important
    }

    .pb-xl-72 {
        padding-bottom: 4.5rem !important
    }

    .pb-xl-74 {
        padding-bottom: 4.625rem !important
    }

    .pb-xl-76 {
        padding-bottom: 4.75rem !important
    }

    .pb-xl-78 {
        padding-bottom: 4.875rem !important
    }

    .pb-xl-80 {
        padding-bottom: 5rem !important
    }

    .pb-xl-82 {
        padding-bottom: 5.125rem !important
    }

    .pb-xl-84 {
        padding-bottom: 5.25rem !important
    }

    .pb-xl-92 {
        padding-bottom: 5.75rem !important
    }

    .pb-xl-96 {
        padding-bottom: 6rem !important
    }

    .pb-xl-102 {
        padding-bottom: 6.375rem !important
    }

    .pb-xl-112 {
        padding-bottom: 7rem !important
    }

    .pb-xl-124 {
        padding-bottom: 7.75rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .625rem !important
    }

    .ps-xl-2 {
        padding-left: .125rem !important
    }

    .ps-xl-4 {
        padding-left: .25rem !important
    }

    .ps-xl-6 {
        padding-left: .375rem !important
    }

    .ps-xl-8 {
        padding-left: .5rem !important
    }

    .ps-xl-10 {
        padding-left: .625rem !important
    }

    .ps-xl-12 {
        padding-left: .75rem !important
    }

    .ps-xl-14 {
        padding-left: .875rem !important
    }

    .ps-xl-16 {
        padding-left: 1rem !important
    }

    .ps-xl-18 {
        padding-left: 1.125rem !important
    }

    .ps-xl-20 {
        padding-left: 1.25rem !important
    }

    .ps-xl-22 {
        padding-left: 1.375rem !important
    }

    .ps-xl-24 {
        padding-left: 1.5rem !important
    }

    .ps-xl-28 {
        padding-left: 1.75rem !important
    }

    .ps-xl-30 {
        padding-left: 1.875rem !important
    }

    .ps-xl-32 {
        padding-left: 2rem !important
    }

    .ps-xl-36 {
        padding-left: 2.25rem !important
    }

    .ps-xl-38 {
        padding-left: 2.375rem !important
    }

    .ps-xl-40 {
        padding-left: 2.5rem !important
    }

    .ps-xl-44 {
        padding-left: 2.75rem !important
    }

    .ps-xl-46 {
        padding-left: 2.875rem !important
    }

    .ps-xl-48 {
        padding-left: 3rem !important
    }

    .ps-xl-50 {
        padding-left: 3.125rem !important
    }

    .ps-xl-52 {
        padding-left: 3.25rem !important
    }

    .ps-xl-56 {
        padding-left: 3.5rem !important
    }

    .ps-xl-58 {
        padding-left: 3.625rem !important
    }

    .ps-xl-60 {
        padding-left: 3.75rem !important
    }

    .ps-xl-62 {
        padding-left: 3.875rem !important
    }

    .ps-xl-64 {
        padding-left: 4rem !important
    }

    .ps-xl-68 {
        padding-left: 4.25rem !important
    }

    .ps-xl-70 {
        padding-left: 4.375rem !important
    }

    .ps-xl-72 {
        padding-left: 4.5rem !important
    }

    .ps-xl-74 {
        padding-left: 4.625rem !important
    }

    .ps-xl-76 {
        padding-left: 4.75rem !important
    }

    .ps-xl-78 {
        padding-left: 4.875rem !important
    }

    .ps-xl-80 {
        padding-left: 5rem !important
    }

    .ps-xl-82 {
        padding-left: 5.125rem !important
    }

    .ps-xl-84 {
        padding-left: 5.25rem !important
    }

    .ps-xl-92 {
        padding-left: 5.75rem !important
    }

    .ps-xl-96 {
        padding-left: 6rem !important
    }

    .ps-xl-102 {
        padding-left: 6.375rem !important
    }

    .ps-xl-112 {
        padding-left: 7rem !important
    }

    .ps-xl-124 {
        padding-left: 7.75rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .625rem !important
    }

    .gap-xl-2 {
        gap: .125rem !important
    }

    .gap-xl-4 {
        gap: .25rem !important
    }

    .gap-xl-6 {
        gap: .375rem !important
    }

    .gap-xl-8 {
        gap: .5rem !important
    }

    .gap-xl-10 {
        gap: .625rem !important
    }

    .gap-xl-12 {
        gap: .75rem !important
    }

    .gap-xl-14 {
        gap: .875rem !important
    }

    .gap-xl-16 {
        gap: 1rem !important
    }

    .gap-xl-18 {
        gap: 1.125rem !important
    }

    .gap-xl-20 {
        gap: 1.25rem !important
    }

    .gap-xl-22 {
        gap: 1.375rem !important
    }

    .gap-xl-24 {
        gap: 1.5rem !important
    }

    .gap-xl-28 {
        gap: 1.75rem !important
    }

    .gap-xl-30 {
        gap: 1.875rem !important
    }

    .gap-xl-32 {
        gap: 2rem !important
    }

    .gap-xl-36 {
        gap: 2.25rem !important
    }

    .gap-xl-38 {
        gap: 2.375rem !important
    }

    .gap-xl-40 {
        gap: 2.5rem !important
    }

    .gap-xl-44 {
        gap: 2.75rem !important
    }

    .gap-xl-46 {
        gap: 2.875rem !important
    }

    .gap-xl-48 {
        gap: 3rem !important
    }

    .gap-xl-50 {
        gap: 3.125rem !important
    }

    .gap-xl-52 {
        gap: 3.25rem !important
    }

    .gap-xl-56 {
        gap: 3.5rem !important
    }

    .gap-xl-58 {
        gap: 3.625rem !important
    }

    .gap-xl-60 {
        gap: 3.75rem !important
    }

    .gap-xl-62 {
        gap: 3.875rem !important
    }

    .gap-xl-64 {
        gap: 4rem !important
    }

    .gap-xl-68 {
        gap: 4.25rem !important
    }

    .gap-xl-70 {
        gap: 4.375rem !important
    }

    .gap-xl-72 {
        gap: 4.5rem !important
    }

    .gap-xl-74 {
        gap: 4.625rem !important
    }

    .gap-xl-76 {
        gap: 4.75rem !important
    }

    .gap-xl-78 {
        gap: 4.875rem !important
    }

    .gap-xl-80 {
        gap: 5rem !important
    }

    .gap-xl-82 {
        gap: 5.125rem !important
    }

    .gap-xl-84 {
        gap: 5.25rem !important
    }

    .gap-xl-92 {
        gap: 5.75rem !important
    }

    .gap-xl-96 {
        gap: 6rem !important
    }

    .gap-xl-102 {
        gap: 6.375rem !important
    }

    .gap-xl-112 {
        gap: 7rem !important
    }

    .gap-xl-124 {
        gap: 7.75rem !important
    }

    .fs-xl-1 {
        font-size: 2.5rem !important
    }

    .fs-xl-2 {
        font-size: 2rem !important
    }

    .fs-xl-3 {
        font-size: 1.75rem !important
    }

    .fs-xl-4 {
        font-size: 1.5rem !important
    }

    .fs-xl-5 {
        font-size: 1.25rem !important
    }

    .fs-xl-6 {
        font-size: 1rem !important
    }

    .fs-xl-10 {
        font-size: .625rem !important
    }

    .fs-xl-12 {
        font-size: .75rem !important
    }

    .fs-xl-14 {
        font-size: .875rem !important
    }

    .fs-xl-16 {
        font-size: 1rem !important
    }

    .fs-xl-18 {
        font-size: 1.125rem !important
    }

    .fs-xl-20 {
        font-size: 1.25rem !important
    }

    .fs-xl-22 {
        font-size: 1.375rem !important
    }

    .fs-xl-24 {
        font-size: 1.5rem !important
    }

    .fs-xl-28 {
        font-size: 1.75rem !important
    }

    .fs-xl-30 {
        font-size: 1.875rem !important
    }

    .fs-xl-32 {
        font-size: 2rem !important
    }

    .fs-xl-36 {
        font-size: 2.25rem !important
    }

    .fs-xl-38 {
        font-size: 2.375rem !important
    }

    .fs-xl-40 {
        font-size: 2.5rem !important
    }

    .fs-xl-44 {
        font-size: 2.75rem !important
    }

    .fs-xl-46 {
        font-size: 2.875rem !important
    }

    .fs-xl-48 {
        font-size: 3rem !important
    }

    .fs-xl-50 {
        font-size: 3.125rem !important
    }

    .fs-xl-56 {
        font-size: 3.5rem !important
    }

    .fs-xl-60 {
        font-size: 3.75rem !important
    }

    .fs-xl-62 {
        font-size: 3.875rem !important
    }

    .fs-xl-64 {
        font-size: 3.46rem !important
    }

    .fs-xl-68 {
        font-size: 4.25rem !important
    }

    .fs-xl-72 {
        font-size: 4.5rem !important
    }

    .fs-xl-74 {
        font-size: 4.625rem !important
    }

    .fs-xl-76 {
        font-size: 4.75rem !important
    }

    .fs-xl-80 {
        font-size: 5rem !important
    }

    .fs-xl-96 {
        font-size: 6rem !important
    }

    .lh-xl-0 {
        line-height: 0rem !important
    }

    .lh-xl-3 {
        line-height: .75rem !important
    }

    .lh-xl-4 {
        line-height: 1rem !important
    }

    .lh-xl-5 {
        line-height: 1.25rem !important
    }

    .lh-xl-6 {
        line-height: 1.5rem !important
    }

    .lh-xl-7 {
        line-height: 1.75rem !important
    }

    .lh-xl-8 {
        line-height: 2rem !important
    }

    .lh-xl-9 {
        line-height: 2.25rem !important
    }

    .lh-xl-10 {
        line-height: 2.5rem !important
    }

    .lh-xl-11 {
        line-height: 2.75rem !important
    }

    .lh-xl-12 {
        line-height: 3rem !important
    }

    .lh-xl-13 {
        line-height: 3.5rem !important
    }

    .lh-xl-none {
        line-height: 1 !important
    }

    .lh-xl-tight {
        line-height: 1.25 !important
    }

    .lh-xl-snug {
        line-height: 1.375 !important
    }

    .lh-xl-normal {
        line-height: 1.5 !important
    }

    .lh-xl-relaxed {
        line-height: 1.625 !important
    }

    .lh-xl-loose {
        line-height: 2 !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .w-xxl-25 {
        width: 25% !important
    }

    .w-xxl-50 {
        width: 50% !important
    }

    .w-xxl-75 {
        width: 75% !important
    }

    .w-xxl-90 {
        width: 90% !important
    }

    .w-xxl-100 {
        width: 100% !important
    }

    .w-xxl-auto {
        width: auto !important
    }

    .w-xxl-custom {
        width: var(--custom-size) !important
    }

    .w-xxl-1 {
        width: .25rem !important
    }

    .w-xxl-2 {
        width: .5rem !important
    }

    .w-xxl--3 {
        width: .625rem !important
    }

    .w-xxl-3 {
        width: .75rem !important
    }

    .w-xxl-4 {
        width: 1rem !important
    }

    .w-xxl-5 {
        width: 1.25rem !important
    }

    .w-xxl-6 {
        width: 1.5rem !important
    }

    .w-xxl-7 {
        width: 1.75rem !important
    }

    .w-xxl-8 {
        width: 2rem !important
    }

    .w-xxl-9 {
        width: 2.25rem !important
    }

    .w-xxl-10 {
        width: 2.5rem !important
    }

    .w-xxl-11 {
        width: 2.75rem !important
    }

    .w-xxl-12 {
        width: 3rem !important
    }

    .w-xxl-13 {
        width: 3.15rem !important
    }

    .w-xxl-14 {
        width: 3.5rem !important
    }

    .w-xxl-16 {
        width: 4rem !important
    }

    .w-xxl-18 {
        width: 4.5rem !important
    }

    .w-xxl-20 {
        width: 5rem !important
    }

    .w-xxl-24 {
        width: 6rem !important
    }

    .w-xxl-28 {
        width: 7rem !important
    }

    .w-xxl-32 {
        width: 8rem !important
    }

    .w-xxl-36 {
        width: 9rem !important
    }

    .w-xxl-40 {
        width: 10rem !important
    }

    .w-xxl-44 {
        width: 11rem !important
    }

    .w-xxl-48 {
        width: 12rem !important
    }

    .w-xxl-52 {
        width: 13rem !important
    }

    .w-xxl-56 {
        width: 14rem !important
    }

    .w-xxl-60 {
        width: 15rem !important
    }

    .w-xxl-64 {
        width: 16rem !important
    }

    .w-xxl-72 {
        width: 18rem !important
    }

    .w-xxl-80 {
        width: 20rem !important
    }

    .w-xxl-96 {
        width: 24rem !important
    }

    .h-xxl-25 {
        height: 25% !important
    }

    .h-xxl-50 {
        height: 50% !important
    }

    .h-xxl-75 {
        height: 75% !important
    }

    .h-xxl-90 {
        height: 90% !important
    }

    .h-xxl-100 {
        height: 100% !important
    }

    .h-xxl-auto {
        height: auto !important
    }

    .h-xxl-custom {
        height: var(--custom-size) !important
    }

    .h-xxl-1 {
        height: .25rem !important
    }

    .h-xxl-2 {
        height: .5rem !important
    }

    .h-xxl--3 {
        height: .625rem !important
    }

    .h-xxl-3 {
        height: .75rem !important
    }

    .h-xxl-4 {
        height: 1rem !important
    }

    .h-xxl-5 {
        height: 1.25rem !important
    }

    .h-xxl-6 {
        height: 1.5rem !important
    }

    .h-xxl-7 {
        height: 1.75rem !important
    }

    .h-xxl-8 {
        height: 2rem !important
    }

    .h-xxl-9 {
        height: 2.25rem !important
    }

    .h-xxl-10 {
        height: 2.5rem !important
    }

    .h-xxl-11 {
        height: 2.75rem !important
    }

    .h-xxl-12 {
        height: 3rem !important
    }

    .h-xxl-13 {
        height: 3.15rem !important
    }

    .h-xxl-14 {
        height: 3.5rem !important
    }

    .h-xxl-16 {
        height: 4rem !important
    }

    .h-xxl-18 {
        height: 4.5rem !important
    }

    .h-xxl-20 {
        height: 5rem !important
    }

    .h-xxl-24 {
        height: 6rem !important
    }

    .h-xxl-28 {
        height: 7rem !important
    }

    .h-xxl-32 {
        height: 8rem !important
    }

    .h-xxl-36 {
        height: 9rem !important
    }

    .h-xxl-40 {
        height: 10rem !important
    }

    .h-xxl-44 {
        height: 11rem !important
    }

    .h-xxl-48 {
        height: 12rem !important
    }

    .h-xxl-52 {
        height: 13rem !important
    }

    .h-xxl-56 {
        height: 14rem !important
    }

    .h-xxl-60 {
        height: 15rem !important
    }

    .h-xxl-64 {
        height: 16rem !important
    }

    .h-xxl-72 {
        height: 18rem !important
    }

    .h-xxl-80 {
        height: 20rem !important
    }

    .h-xxl-96 {
        height: 24rem !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column,
    .flex-xxl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .625rem !important
    }

    .m-xxl-2 {
        margin: .125rem !important
    }

    .m-xxl-4 {
        margin: .25rem !important
    }

    .m-xxl-6 {
        margin: .375rem !important
    }

    .m-xxl-8 {
        margin: .5rem !important
    }

    .m-xxl-10 {
        margin: .625rem !important
    }

    .m-xxl-12 {
        margin: .75rem !important
    }

    .m-xxl-14 {
        margin: .875rem !important
    }

    .m-xxl-16 {
        margin: 1rem !important
    }

    .m-xxl-18 {
        margin: 1.125rem !important
    }

    .m-xxl-20 {
        margin: 1.25rem !important
    }

    .m-xxl-22 {
        margin: 1.375rem !important
    }

    .m-xxl-24 {
        margin: 1.5rem !important
    }

    .m-xxl-28 {
        margin: 1.75rem !important
    }

    .m-xxl-30 {
        margin: 1.875rem !important
    }

    .m-xxl-32 {
        margin: 2rem !important
    }

    .m-xxl-36 {
        margin: 2.25rem !important
    }

    .m-xxl-38 {
        margin: 2.375rem !important
    }

    .m-xxl-40 {
        margin: 2.5rem !important
    }

    .m-xxl-44 {
        margin: 2.75rem !important
    }

    .m-xxl-46 {
        margin: 2.875rem !important
    }

    .m-xxl-48 {
        margin: 3rem !important
    }

    .m-xxl-50 {
        margin: 3.125rem !important
    }

    .m-xxl-52 {
        margin: 3.25rem !important
    }

    .m-xxl-56 {
        margin: 3.5rem !important
    }

    .m-xxl-58 {
        margin: 3.625rem !important
    }

    .m-xxl-60 {
        margin: 3.75rem !important
    }

    .m-xxl-62 {
        margin: 3.875rem !important
    }

    .m-xxl-64 {
        margin: 4rem !important
    }

    .m-xxl-68 {
        margin: 4.25rem !important
    }

    .m-xxl-70 {
        margin: 4.375rem !important
    }

    .m-xxl-72 {
        margin: 4.5rem !important
    }

    .m-xxl-74 {
        margin: 4.625rem !important
    }

    .m-xxl-76 {
        margin: 4.75rem !important
    }

    .m-xxl-78 {
        margin: 4.875rem !important
    }

    .m-xxl-80 {
        margin: 5rem !important
    }

    .m-xxl-82 {
        margin: 5.125rem !important
    }

    .m-xxl-84 {
        margin: 5.25rem !important
    }

    .m-xxl-92 {
        margin: 5.75rem !important
    }

    .m-xxl-96 {
        margin: 6rem !important
    }

    .m-xxl-102 {
        margin: 6.375rem !important
    }

    .m-xxl-112 {
        margin: 7rem !important
    }

    .m-xxl-124 {
        margin: 7.75rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xxl-1 {
        margin-left: .625rem !important;
        margin-right: .625rem !important
    }

    .mx-xxl-2 {
        margin-left: .125rem !important;
        margin-right: .125rem !important
    }

    .mx-xxl-4 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xxl-6 {
        margin-left: .375rem !important;
        margin-right: .375rem !important
    }

    .mx-xxl-8 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xxl-10 {
        margin-left: .625rem !important;
        margin-right: .625rem !important
    }

    .mx-xxl-12 {
        margin-left: .75rem !important;
        margin-right: .75rem !important
    }

    .mx-xxl-14 {
        margin-left: .875rem !important;
        margin-right: .875rem !important
    }

    .mx-xxl-16 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xxl-18 {
        margin-left: 1.125rem !important;
        margin-right: 1.125rem !important
    }

    .mx-xxl-20 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .mx-xxl-22 {
        margin-left: 1.375rem !important;
        margin-right: 1.375rem !important
    }

    .mx-xxl-24 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xxl-28 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important
    }

    .mx-xxl-30 {
        margin-left: 1.875rem !important;
        margin-right: 1.875rem !important
    }

    .mx-xxl-32 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-xxl-36 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important
    }

    .mx-xxl-38 {
        margin-left: 2.375rem !important;
        margin-right: 2.375rem !important
    }

    .mx-xxl-40 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .mx-xxl-44 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important
    }

    .mx-xxl-46 {
        margin-left: 2.875rem !important;
        margin-right: 2.875rem !important
    }

    .mx-xxl-48 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xxl-50 {
        margin-left: 3.125rem !important;
        margin-right: 3.125rem !important
    }

    .mx-xxl-52 {
        margin-left: 3.25rem !important;
        margin-right: 3.25rem !important
    }

    .mx-xxl-56 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .mx-xxl-58 {
        margin-left: 3.625rem !important;
        margin-right: 3.625rem !important
    }

    .mx-xxl-60 {
        margin-left: 3.75rem !important;
        margin-right: 3.75rem !important
    }

    .mx-xxl-62 {
        margin-left: 3.875rem !important;
        margin-right: 3.875rem !important
    }

    .mx-xxl-64 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-xxl-68 {
        margin-left: 4.25rem !important;
        margin-right: 4.25rem !important
    }

    .mx-xxl-70 {
        margin-left: 4.375rem !important;
        margin-right: 4.375rem !important
    }

    .mx-xxl-72 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-xxl-74 {
        margin-left: 4.625rem !important;
        margin-right: 4.625rem !important
    }

    .mx-xxl-76 {
        margin-left: 4.75rem !important;
        margin-right: 4.75rem !important
    }

    .mx-xxl-78 {
        margin-left: 4.875rem !important;
        margin-right: 4.875rem !important
    }

    .mx-xxl-80 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-xxl-82 {
        margin-left: 5.125rem !important;
        margin-right: 5.125rem !important
    }

    .mx-xxl-84 {
        margin-left: 5.25rem !important;
        margin-right: 5.25rem !important
    }

    .mx-xxl-92 {
        margin-left: 5.75rem !important;
        margin-right: 5.75rem !important
    }

    .mx-xxl-96 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-xxl-102 {
        margin-left: 6.375rem !important;
        margin-right: 6.375rem !important
    }

    .mx-xxl-112 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-xxl-124 {
        margin-left: 7.75rem !important;
        margin-right: 7.75rem !important
    }

    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xxl-1 {
        margin-bottom: .625rem !important;
        margin-top: .625rem !important
    }

    .my-xxl-2 {
        margin-bottom: .125rem !important;
        margin-top: .125rem !important
    }

    .my-xxl-4 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xxl-6 {
        margin-bottom: .375rem !important;
        margin-top: .375rem !important
    }

    .my-xxl-8 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xxl-10 {
        margin-bottom: .625rem !important;
        margin-top: .625rem !important
    }

    .my-xxl-12 {
        margin-bottom: .75rem !important;
        margin-top: .75rem !important
    }

    .my-xxl-14 {
        margin-bottom: .875rem !important;
        margin-top: .875rem !important
    }

    .my-xxl-16 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xxl-18 {
        margin-bottom: 1.125rem !important;
        margin-top: 1.125rem !important
    }

    .my-xxl-20 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important
    }

    .my-xxl-22 {
        margin-bottom: 1.375rem !important;
        margin-top: 1.375rem !important
    }

    .my-xxl-24 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xxl-28 {
        margin-bottom: 1.75rem !important;
        margin-top: 1.75rem !important
    }

    .my-xxl-30 {
        margin-bottom: 1.875rem !important;
        margin-top: 1.875rem !important
    }

    .my-xxl-32 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-xxl-36 {
        margin-bottom: 2.25rem !important;
        margin-top: 2.25rem !important
    }

    .my-xxl-38 {
        margin-bottom: 2.375rem !important;
        margin-top: 2.375rem !important
    }

    .my-xxl-40 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-xxl-44 {
        margin-bottom: 2.75rem !important;
        margin-top: 2.75rem !important
    }

    .my-xxl-46 {
        margin-bottom: 2.875rem !important;
        margin-top: 2.875rem !important
    }

    .my-xxl-48 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xxl-50 {
        margin-bottom: 3.125rem !important;
        margin-top: 3.125rem !important
    }

    .my-xxl-52 {
        margin-bottom: 3.25rem !important;
        margin-top: 3.25rem !important
    }

    .my-xxl-56 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important
    }

    .my-xxl-58 {
        margin-bottom: 3.625rem !important;
        margin-top: 3.625rem !important
    }

    .my-xxl-60 {
        margin-bottom: 3.75rem !important;
        margin-top: 3.75rem !important
    }

    .my-xxl-62 {
        margin-bottom: 3.875rem !important;
        margin-top: 3.875rem !important
    }

    .my-xxl-64 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-xxl-68 {
        margin-bottom: 4.25rem !important;
        margin-top: 4.25rem !important
    }

    .my-xxl-70 {
        margin-bottom: 4.375rem !important;
        margin-top: 4.375rem !important
    }

    .my-xxl-72 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-xxl-74 {
        margin-bottom: 4.625rem !important;
        margin-top: 4.625rem !important
    }

    .my-xxl-76 {
        margin-bottom: 4.75rem !important;
        margin-top: 4.75rem !important
    }

    .my-xxl-78 {
        margin-bottom: 4.875rem !important;
        margin-top: 4.875rem !important
    }

    .my-xxl-80 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-xxl-82 {
        margin-bottom: 5.125rem !important;
        margin-top: 5.125rem !important
    }

    .my-xxl-84 {
        margin-bottom: 5.25rem !important;
        margin-top: 5.25rem !important
    }

    .my-xxl-92 {
        margin-bottom: 5.75rem !important;
        margin-top: 5.75rem !important
    }

    .my-xxl-96 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-xxl-102 {
        margin-bottom: 6.375rem !important;
        margin-top: 6.375rem !important
    }

    .my-xxl-112 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-xxl-124 {
        margin-bottom: 7.75rem !important;
        margin-top: 7.75rem !important
    }

    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .625rem !important
    }

    .mt-xxl-2 {
        margin-top: .125rem !important
    }

    .mt-xxl-4 {
        margin-top: .25rem !important
    }

    .mt-xxl-6 {
        margin-top: .375rem !important
    }

    .mt-xxl-8 {
        margin-top: .5rem !important
    }

    .mt-xxl-10 {
        margin-top: .625rem !important
    }

    .mt-xxl-12 {
        margin-top: .75rem !important
    }

    .mt-xxl-14 {
        margin-top: .875rem !important
    }

    .mt-xxl-16 {
        margin-top: 1rem !important
    }

    .mt-xxl-18 {
        margin-top: 1.125rem !important
    }

    .mt-xxl-20 {
        margin-top: 1.25rem !important
    }

    .mt-xxl-22 {
        margin-top: 1.375rem !important
    }

    .mt-xxl-24 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-28 {
        margin-top: 1.75rem !important
    }

    .mt-xxl-30 {
        margin-top: 1.875rem !important
    }

    .mt-xxl-32 {
        margin-top: 2rem !important
    }

    .mt-xxl-36 {
        margin-top: 2.25rem !important
    }

    .mt-xxl-38 {
        margin-top: 2.375rem !important
    }

    .mt-xxl-40 {
        margin-top: 2.5rem !important
    }

    .mt-xxl-44 {
        margin-top: 2.75rem !important
    }

    .mt-xxl-46 {
        margin-top: 2.875rem !important
    }

    .mt-xxl-48 {
        margin-top: 3rem !important
    }

    .mt-xxl-50 {
        margin-top: 3.125rem !important
    }

    .mt-xxl-52 {
        margin-top: 3.25rem !important
    }

    .mt-xxl-56 {
        margin-top: 3.5rem !important
    }

    .mt-xxl-58 {
        margin-top: 3.625rem !important
    }

    .mt-xxl-60 {
        margin-top: 3.75rem !important
    }

    .mt-xxl-62 {
        margin-top: 3.875rem !important
    }

    .mt-xxl-64 {
        margin-top: 4rem !important
    }

    .mt-xxl-68 {
        margin-top: 4.25rem !important
    }

    .mt-xxl-70 {
        margin-top: 4.375rem !important
    }

    .mt-xxl-72 {
        margin-top: 4.5rem !important
    }

    .mt-xxl-74 {
        margin-top: 4.625rem !important
    }

    .mt-xxl-76 {
        margin-top: 4.75rem !important
    }

    .mt-xxl-78 {
        margin-top: 4.875rem !important
    }

    .mt-xxl-80 {
        margin-top: 5rem !important
    }

    .mt-xxl-82 {
        margin-top: 5.125rem !important
    }

    .mt-xxl-84 {
        margin-top: 5.25rem !important
    }

    .mt-xxl-92 {
        margin-top: 5.75rem !important
    }

    .mt-xxl-96 {
        margin-top: 6rem !important
    }

    .mt-xxl-102 {
        margin-top: 6.375rem !important
    }

    .mt-xxl-112 {
        margin-top: 7rem !important
    }

    .mt-xxl-124 {
        margin-top: 7.75rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .625rem !important
    }

    .me-xxl-2 {
        margin-right: .125rem !important
    }

    .me-xxl-4 {
        margin-right: .25rem !important
    }

    .me-xxl-6 {
        margin-right: .375rem !important
    }

    .me-xxl-8 {
        margin-right: .5rem !important
    }

    .me-xxl-10 {
        margin-right: .625rem !important
    }

    .me-xxl-12 {
        margin-right: .75rem !important
    }

    .me-xxl-14 {
        margin-right: .875rem !important
    }

    .me-xxl-16 {
        margin-right: 1rem !important
    }

    .me-xxl-18 {
        margin-right: 1.125rem !important
    }

    .me-xxl-20 {
        margin-right: 1.25rem !important
    }

    .me-xxl-22 {
        margin-right: 1.375rem !important
    }

    .me-xxl-24 {
        margin-right: 1.5rem !important
    }

    .me-xxl-28 {
        margin-right: 1.75rem !important
    }

    .me-xxl-30 {
        margin-right: 1.875rem !important
    }

    .me-xxl-32 {
        margin-right: 2rem !important
    }

    .me-xxl-36 {
        margin-right: 2.25rem !important
    }

    .me-xxl-38 {
        margin-right: 2.375rem !important
    }

    .me-xxl-40 {
        margin-right: 2.5rem !important
    }

    .me-xxl-44 {
        margin-right: 2.75rem !important
    }

    .me-xxl-46 {
        margin-right: 2.875rem !important
    }

    .me-xxl-48 {
        margin-right: 3rem !important
    }

    .me-xxl-50 {
        margin-right: 3.125rem !important
    }

    .me-xxl-52 {
        margin-right: 3.25rem !important
    }

    .me-xxl-56 {
        margin-right: 3.5rem !important
    }

    .me-xxl-58 {
        margin-right: 3.625rem !important
    }

    .me-xxl-60 {
        margin-right: 3.75rem !important
    }

    .me-xxl-62 {
        margin-right: 3.875rem !important
    }

    .me-xxl-64 {
        margin-right: 4rem !important
    }

    .me-xxl-68 {
        margin-right: 4.25rem !important
    }

    .me-xxl-70 {
        margin-right: 4.375rem !important
    }

    .me-xxl-72 {
        margin-right: 4.5rem !important
    }

    .me-xxl-74 {
        margin-right: 4.625rem !important
    }

    .me-xxl-76 {
        margin-right: 4.75rem !important
    }

    .me-xxl-78 {
        margin-right: 4.875rem !important
    }

    .me-xxl-80 {
        margin-right: 5rem !important
    }

    .me-xxl-82 {
        margin-right: 5.125rem !important
    }

    .me-xxl-84 {
        margin-right: 5.25rem !important
    }

    .me-xxl-92 {
        margin-right: 5.75rem !important
    }

    .me-xxl-96 {
        margin-right: 6rem !important
    }

    .me-xxl-102 {
        margin-right: 6.375rem !important
    }

    .me-xxl-112 {
        margin-right: 7rem !important
    }

    .me-xxl-124 {
        margin-right: 7.75rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .625rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .125rem !important
    }

    .mb-xxl-4 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-6 {
        margin-bottom: .375rem !important
    }

    .mb-xxl-8 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-10 {
        margin-bottom: .625rem !important
    }

    .mb-xxl-12 {
        margin-bottom: .75rem !important
    }

    .mb-xxl-14 {
        margin-bottom: .875rem !important
    }

    .mb-xxl-16 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-18 {
        margin-bottom: 1.125rem !important
    }

    .mb-xxl-20 {
        margin-bottom: 1.25rem !important
    }

    .mb-xxl-22 {
        margin-bottom: 1.375rem !important
    }

    .mb-xxl-24 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-28 {
        margin-bottom: 1.75rem !important
    }

    .mb-xxl-30 {
        margin-bottom: 1.875rem !important
    }

    .mb-xxl-32 {
        margin-bottom: 2rem !important
    }

    .mb-xxl-36 {
        margin-bottom: 2.25rem !important
    }

    .mb-xxl-38 {
        margin-bottom: 2.375rem !important
    }

    .mb-xxl-40 {
        margin-bottom: 2.5rem !important
    }

    .mb-xxl-44 {
        margin-bottom: 2.75rem !important
    }

    .mb-xxl-46 {
        margin-bottom: 2.875rem !important
    }

    .mb-xxl-48 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-50 {
        margin-bottom: 3.125rem !important
    }

    .mb-xxl-52 {
        margin-bottom: 3.25rem !important
    }

    .mb-xxl-56 {
        margin-bottom: 3.5rem !important
    }

    .mb-xxl-58 {
        margin-bottom: 3.625rem !important
    }

    .mb-xxl-60 {
        margin-bottom: 3.75rem !important
    }

    .mb-xxl-62 {
        margin-bottom: 3.875rem !important
    }

    .mb-xxl-64 {
        margin-bottom: 4rem !important
    }

    .mb-xxl-68 {
        margin-bottom: 4.25rem !important
    }

    .mb-xxl-70 {
        margin-bottom: 4.375rem !important
    }

    .mb-xxl-72 {
        margin-bottom: 4.5rem !important
    }

    .mb-xxl-74 {
        margin-bottom: 4.625rem !important
    }

    .mb-xxl-76 {
        margin-bottom: 4.75rem !important
    }

    .mb-xxl-78 {
        margin-bottom: 4.875rem !important
    }

    .mb-xxl-80 {
        margin-bottom: 5rem !important
    }

    .mb-xxl-82 {
        margin-bottom: 5.125rem !important
    }

    .mb-xxl-84 {
        margin-bottom: 5.25rem !important
    }

    .mb-xxl-92 {
        margin-bottom: 5.75rem !important
    }

    .mb-xxl-96 {
        margin-bottom: 6rem !important
    }

    .mb-xxl-102 {
        margin-bottom: 6.375rem !important
    }

    .mb-xxl-112 {
        margin-bottom: 7rem !important
    }

    .mb-xxl-124 {
        margin-bottom: 7.75rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .625rem !important
    }

    .ms-xxl-2 {
        margin-left: .125rem !important
    }

    .ms-xxl-4 {
        margin-left: .25rem !important
    }

    .ms-xxl-6 {
        margin-left: .375rem !important
    }

    .ms-xxl-8 {
        margin-left: .5rem !important
    }

    .ms-xxl-10 {
        margin-left: .625rem !important
    }

    .ms-xxl-12 {
        margin-left: .75rem !important
    }

    .ms-xxl-14 {
        margin-left: .875rem !important
    }

    .ms-xxl-16 {
        margin-left: 1rem !important
    }

    .ms-xxl-18 {
        margin-left: 1.125rem !important
    }

    .ms-xxl-20 {
        margin-left: 1.25rem !important
    }

    .ms-xxl-22 {
        margin-left: 1.375rem !important
    }

    .ms-xxl-24 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-28 {
        margin-left: 1.75rem !important
    }

    .ms-xxl-30 {
        margin-left: 1.875rem !important
    }

    .ms-xxl-32 {
        margin-left: 2rem !important
    }

    .ms-xxl-36 {
        margin-left: 2.25rem !important
    }

    .ms-xxl-38 {
        margin-left: 2.375rem !important
    }

    .ms-xxl-40 {
        margin-left: 2.5rem !important
    }

    .ms-xxl-44 {
        margin-left: 2.75rem !important
    }

    .ms-xxl-46 {
        margin-left: 2.875rem !important
    }

    .ms-xxl-48 {
        margin-left: 3rem !important
    }

    .ms-xxl-50 {
        margin-left: 3.125rem !important
    }

    .ms-xxl-52 {
        margin-left: 3.25rem !important
    }

    .ms-xxl-56 {
        margin-left: 3.5rem !important
    }

    .ms-xxl-58 {
        margin-left: 3.625rem !important
    }

    .ms-xxl-60 {
        margin-left: 3.75rem !important
    }

    .ms-xxl-62 {
        margin-left: 3.875rem !important
    }

    .ms-xxl-64 {
        margin-left: 4rem !important
    }

    .ms-xxl-68 {
        margin-left: 4.25rem !important
    }

    .ms-xxl-70 {
        margin-left: 4.375rem !important
    }

    .ms-xxl-72 {
        margin-left: 4.5rem !important
    }

    .ms-xxl-74 {
        margin-left: 4.625rem !important
    }

    .ms-xxl-76 {
        margin-left: 4.75rem !important
    }

    .ms-xxl-78 {
        margin-left: 4.875rem !important
    }

    .ms-xxl-80 {
        margin-left: 5rem !important
    }

    .ms-xxl-82 {
        margin-left: 5.125rem !important
    }

    .ms-xxl-84 {
        margin-left: 5.25rem !important
    }

    .ms-xxl-92 {
        margin-left: 5.75rem !important
    }

    .ms-xxl-96 {
        margin-left: 6rem !important
    }

    .ms-xxl-102 {
        margin-left: 6.375rem !important
    }

    .ms-xxl-112 {
        margin-left: 7rem !important
    }

    .ms-xxl-124 {
        margin-left: 7.75rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .m-xxl-n1 {
        margin: -.625rem !important
    }

    .m-xxl-n2 {
        margin: -.125rem !important
    }

    .m-xxl-n4 {
        margin: -.25rem !important
    }

    .m-xxl-n6 {
        margin: -.375rem !important
    }

    .m-xxl-n8 {
        margin: -.5rem !important
    }

    .m-xxl-n10 {
        margin: -.625rem !important
    }

    .m-xxl-n12 {
        margin: -.75rem !important
    }

    .m-xxl-n14 {
        margin: -.875rem !important
    }

    .m-xxl-n16 {
        margin: -1rem !important
    }

    .m-xxl-n18 {
        margin: -1.125rem !important
    }

    .m-xxl-n20 {
        margin: -1.25rem !important
    }

    .m-xxl-n22 {
        margin: -1.375rem !important
    }

    .m-xxl-n24 {
        margin: -1.5rem !important
    }

    .m-xxl-n28 {
        margin: -1.75rem !important
    }

    .m-xxl-n30 {
        margin: -1.875rem !important
    }

    .m-xxl-n32 {
        margin: -2rem !important
    }

    .m-xxl-n36 {
        margin: -2.25rem !important
    }

    .m-xxl-n38 {
        margin: -2.375rem !important
    }

    .m-xxl-n40 {
        margin: -2.5rem !important
    }

    .m-xxl-n44 {
        margin: -2.75rem !important
    }

    .m-xxl-n46 {
        margin: -2.875rem !important
    }

    .m-xxl-n48 {
        margin: -3rem !important
    }

    .m-xxl-n50 {
        margin: -3.125rem !important
    }

    .m-xxl-n52 {
        margin: -3.25rem !important
    }

    .m-xxl-n56 {
        margin: -3.5rem !important
    }

    .m-xxl-n58 {
        margin: -3.625rem !important
    }

    .m-xxl-n60 {
        margin: -3.75rem !important
    }

    .m-xxl-n62 {
        margin: -3.875rem !important
    }

    .m-xxl-n64 {
        margin: -4rem !important
    }

    .m-xxl-n68 {
        margin: -4.25rem !important
    }

    .m-xxl-n70 {
        margin: -4.375rem !important
    }

    .m-xxl-n72 {
        margin: -4.5rem !important
    }

    .m-xxl-n74 {
        margin: -4.625rem !important
    }

    .m-xxl-n76 {
        margin: -4.75rem !important
    }

    .m-xxl-n78 {
        margin: -4.875rem !important
    }

    .m-xxl-n80 {
        margin: -5rem !important
    }

    .m-xxl-n82 {
        margin: -5.125rem !important
    }

    .m-xxl-n84 {
        margin: -5.25rem !important
    }

    .m-xxl-n92 {
        margin: -5.75rem !important
    }

    .m-xxl-n96 {
        margin: -6rem !important
    }

    .m-xxl-n102 {
        margin: -6.375rem !important
    }

    .m-xxl-n112 {
        margin: -7rem !important
    }

    .m-xxl-n124 {
        margin: -7.75rem !important
    }

    .mx-xxl-n1 {
        margin-left: -.625rem !important;
        margin-right: -.625rem !important
    }

    .mx-xxl-n2 {
        margin-left: -.125rem !important;
        margin-right: -.125rem !important
    }

    .mx-xxl-n4 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-xxl-n6 {
        margin-left: -.375rem !important;
        margin-right: -.375rem !important
    }

    .mx-xxl-n8 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-xxl-n10 {
        margin-left: -.625rem !important;
        margin-right: -.625rem !important
    }

    .mx-xxl-n12 {
        margin-left: -.75rem !important;
        margin-right: -.75rem !important
    }

    .mx-xxl-n14 {
        margin-left: -.875rem !important;
        margin-right: -.875rem !important
    }

    .mx-xxl-n16 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-xxl-n18 {
        margin-left: -1.125rem !important;
        margin-right: -1.125rem !important
    }

    .mx-xxl-n20 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .mx-xxl-n22 {
        margin-left: -1.375rem !important;
        margin-right: -1.375rem !important
    }

    .mx-xxl-n24 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-xxl-n28 {
        margin-left: -1.75rem !important;
        margin-right: -1.75rem !important
    }

    .mx-xxl-n30 {
        margin-left: -1.875rem !important;
        margin-right: -1.875rem !important
    }

    .mx-xxl-n32 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-xxl-n36 {
        margin-left: -2.25rem !important;
        margin-right: -2.25rem !important
    }

    .mx-xxl-n38 {
        margin-left: -2.375rem !important;
        margin-right: -2.375rem !important
    }

    .mx-xxl-n40 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .mx-xxl-n44 {
        margin-left: -2.75rem !important;
        margin-right: -2.75rem !important
    }

    .mx-xxl-n46 {
        margin-left: -2.875rem !important;
        margin-right: -2.875rem !important
    }

    .mx-xxl-n48 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-xxl-n50 {
        margin-left: -3.125rem !important;
        margin-right: -3.125rem !important
    }

    .mx-xxl-n52 {
        margin-left: -3.25rem !important;
        margin-right: -3.25rem !important
    }

    .mx-xxl-n56 {
        margin-left: -3.5rem !important;
        margin-right: -3.5rem !important
    }

    .mx-xxl-n58 {
        margin-left: -3.625rem !important;
        margin-right: -3.625rem !important
    }

    .mx-xxl-n60 {
        margin-left: -3.75rem !important;
        margin-right: -3.75rem !important
    }

    .mx-xxl-n62 {
        margin-left: -3.875rem !important;
        margin-right: -3.875rem !important
    }

    .mx-xxl-n64 {
        margin-left: -4rem !important;
        margin-right: -4rem !important
    }

    .mx-xxl-n68 {
        margin-left: -4.25rem !important;
        margin-right: -4.25rem !important
    }

    .mx-xxl-n70 {
        margin-left: -4.375rem !important;
        margin-right: -4.375rem !important
    }

    .mx-xxl-n72 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-xxl-n74 {
        margin-left: -4.625rem !important;
        margin-right: -4.625rem !important
    }

    .mx-xxl-n76 {
        margin-left: -4.75rem !important;
        margin-right: -4.75rem !important
    }

    .mx-xxl-n78 {
        margin-left: -4.875rem !important;
        margin-right: -4.875rem !important
    }

    .mx-xxl-n80 {
        margin-left: -5rem !important;
        margin-right: -5rem !important
    }

    .mx-xxl-n82 {
        margin-left: -5.125rem !important;
        margin-right: -5.125rem !important
    }

    .mx-xxl-n84 {
        margin-left: -5.25rem !important;
        margin-right: -5.25rem !important
    }

    .mx-xxl-n92 {
        margin-left: -5.75rem !important;
        margin-right: -5.75rem !important
    }

    .mx-xxl-n96 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-xxl-n102 {
        margin-left: -6.375rem !important;
        margin-right: -6.375rem !important
    }

    .mx-xxl-n112 {
        margin-left: -7rem !important;
        margin-right: -7rem !important
    }

    .mx-xxl-n124 {
        margin-left: -7.75rem !important;
        margin-right: -7.75rem !important
    }

    .my-xxl-n1 {
        margin-bottom: -.625rem !important;
        margin-top: -.625rem !important
    }

    .my-xxl-n2 {
        margin-bottom: -.125rem !important;
        margin-top: -.125rem !important
    }

    .my-xxl-n4 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-xxl-n6 {
        margin-bottom: -.375rem !important;
        margin-top: -.375rem !important
    }

    .my-xxl-n8 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-xxl-n10 {
        margin-bottom: -.625rem !important;
        margin-top: -.625rem !important
    }

    .my-xxl-n12 {
        margin-bottom: -.75rem !important;
        margin-top: -.75rem !important
    }

    .my-xxl-n14 {
        margin-bottom: -.875rem !important;
        margin-top: -.875rem !important
    }

    .my-xxl-n16 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-xxl-n18 {
        margin-bottom: -1.125rem !important;
        margin-top: -1.125rem !important
    }

    .my-xxl-n20 {
        margin-bottom: -1.25rem !important;
        margin-top: -1.25rem !important
    }

    .my-xxl-n22 {
        margin-bottom: -1.375rem !important;
        margin-top: -1.375rem !important
    }

    .my-xxl-n24 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-xxl-n28 {
        margin-bottom: -1.75rem !important;
        margin-top: -1.75rem !important
    }

    .my-xxl-n30 {
        margin-bottom: -1.875rem !important;
        margin-top: -1.875rem !important
    }

    .my-xxl-n32 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-xxl-n36 {
        margin-bottom: -2.25rem !important;
        margin-top: -2.25rem !important
    }

    .my-xxl-n38 {
        margin-bottom: -2.375rem !important;
        margin-top: -2.375rem !important
    }

    .my-xxl-n40 {
        margin-bottom: -2.5rem !important;
        margin-top: -2.5rem !important
    }

    .my-xxl-n44 {
        margin-bottom: -2.75rem !important;
        margin-top: -2.75rem !important
    }

    .my-xxl-n46 {
        margin-bottom: -2.875rem !important;
        margin-top: -2.875rem !important
    }

    .my-xxl-n48 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-xxl-n50 {
        margin-bottom: -3.125rem !important;
        margin-top: -3.125rem !important
    }

    .my-xxl-n52 {
        margin-bottom: -3.25rem !important;
        margin-top: -3.25rem !important
    }

    .my-xxl-n56 {
        margin-bottom: -3.5rem !important;
        margin-top: -3.5rem !important
    }

    .my-xxl-n58 {
        margin-bottom: -3.625rem !important;
        margin-top: -3.625rem !important
    }

    .my-xxl-n60 {
        margin-bottom: -3.75rem !important;
        margin-top: -3.75rem !important
    }

    .my-xxl-n62 {
        margin-bottom: -3.875rem !important;
        margin-top: -3.875rem !important
    }

    .my-xxl-n64 {
        margin-bottom: -4rem !important;
        margin-top: -4rem !important
    }

    .my-xxl-n68 {
        margin-bottom: -4.25rem !important;
        margin-top: -4.25rem !important
    }

    .my-xxl-n70 {
        margin-bottom: -4.375rem !important;
        margin-top: -4.375rem !important
    }

    .my-xxl-n72 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-xxl-n74 {
        margin-bottom: -4.625rem !important;
        margin-top: -4.625rem !important
    }

    .my-xxl-n76 {
        margin-bottom: -4.75rem !important;
        margin-top: -4.75rem !important
    }

    .my-xxl-n78 {
        margin-bottom: -4.875rem !important;
        margin-top: -4.875rem !important
    }

    .my-xxl-n80 {
        margin-bottom: -5rem !important;
        margin-top: -5rem !important
    }

    .my-xxl-n82 {
        margin-bottom: -5.125rem !important;
        margin-top: -5.125rem !important
    }

    .my-xxl-n84 {
        margin-bottom: -5.25rem !important;
        margin-top: -5.25rem !important
    }

    .my-xxl-n92 {
        margin-bottom: -5.75rem !important;
        margin-top: -5.75rem !important
    }

    .my-xxl-n96 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-xxl-n102 {
        margin-bottom: -6.375rem !important;
        margin-top: -6.375rem !important
    }

    .my-xxl-n112 {
        margin-bottom: -7rem !important;
        margin-top: -7rem !important
    }

    .my-xxl-n124 {
        margin-bottom: -7.75rem !important;
        margin-top: -7.75rem !important
    }

    .mt-xxl-n1 {
        margin-top: -.625rem !important
    }

    .mt-xxl-n2 {
        margin-top: -.125rem !important
    }

    .mt-xxl-n4 {
        margin-top: -.25rem !important
    }

    .mt-xxl-n6 {
        margin-top: -.375rem !important
    }

    .mt-xxl-n8 {
        margin-top: -.5rem !important
    }

    .mt-xxl-n10 {
        margin-top: -.625rem !important
    }

    .mt-xxl-n12 {
        margin-top: -.75rem !important
    }

    .mt-xxl-n14 {
        margin-top: -.875rem !important
    }

    .mt-xxl-n16 {
        margin-top: -1rem !important
    }

    .mt-xxl-n18 {
        margin-top: -1.125rem !important
    }

    .mt-xxl-n20 {
        margin-top: -1.25rem !important
    }

    .mt-xxl-n22 {
        margin-top: -1.375rem !important
    }

    .mt-xxl-n24 {
        margin-top: -1.5rem !important
    }

    .mt-xxl-n28 {
        margin-top: -1.75rem !important
    }

    .mt-xxl-n30 {
        margin-top: -1.875rem !important
    }

    .mt-xxl-n32 {
        margin-top: -2rem !important
    }

    .mt-xxl-n36 {
        margin-top: -2.25rem !important
    }

    .mt-xxl-n38 {
        margin-top: -2.375rem !important
    }

    .mt-xxl-n40 {
        margin-top: -2.5rem !important
    }

    .mt-xxl-n44 {
        margin-top: -2.75rem !important
    }

    .mt-xxl-n46 {
        margin-top: -2.875rem !important
    }

    .mt-xxl-n48 {
        margin-top: -3rem !important
    }

    .mt-xxl-n50 {
        margin-top: -3.125rem !important
    }

    .mt-xxl-n52 {
        margin-top: -3.25rem !important
    }

    .mt-xxl-n56 {
        margin-top: -3.5rem !important
    }

    .mt-xxl-n58 {
        margin-top: -3.625rem !important
    }

    .mt-xxl-n60 {
        margin-top: -3.75rem !important
    }

    .mt-xxl-n62 {
        margin-top: -3.875rem !important
    }

    .mt-xxl-n64 {
        margin-top: -4rem !important
    }

    .mt-xxl-n68 {
        margin-top: -4.25rem !important
    }

    .mt-xxl-n70 {
        margin-top: -4.375rem !important
    }

    .mt-xxl-n72 {
        margin-top: -4.5rem !important
    }

    .mt-xxl-n74 {
        margin-top: -4.625rem !important
    }

    .mt-xxl-n76 {
        margin-top: -4.75rem !important
    }

    .mt-xxl-n78 {
        margin-top: -4.875rem !important
    }

    .mt-xxl-n80 {
        margin-top: -5rem !important
    }

    .mt-xxl-n82 {
        margin-top: -5.125rem !important
    }

    .mt-xxl-n84 {
        margin-top: -5.25rem !important
    }

    .mt-xxl-n92 {
        margin-top: -5.75rem !important
    }

    .mt-xxl-n96 {
        margin-top: -6rem !important
    }

    .mt-xxl-n102 {
        margin-top: -6.375rem !important
    }

    .mt-xxl-n112 {
        margin-top: -7rem !important
    }

    .mt-xxl-n124 {
        margin-top: -7.75rem !important
    }

    .me-xxl-n1 {
        margin-right: -.625rem !important
    }

    .me-xxl-n2 {
        margin-right: -.125rem !important
    }

    .me-xxl-n4 {
        margin-right: -.25rem !important
    }

    .me-xxl-n6 {
        margin-right: -.375rem !important
    }

    .me-xxl-n8 {
        margin-right: -.5rem !important
    }

    .me-xxl-n10 {
        margin-right: -.625rem !important
    }

    .me-xxl-n12 {
        margin-right: -.75rem !important
    }

    .me-xxl-n14 {
        margin-right: -.875rem !important
    }

    .me-xxl-n16 {
        margin-right: -1rem !important
    }

    .me-xxl-n18 {
        margin-right: -1.125rem !important
    }

    .me-xxl-n20 {
        margin-right: -1.25rem !important
    }

    .me-xxl-n22 {
        margin-right: -1.375rem !important
    }

    .me-xxl-n24 {
        margin-right: -1.5rem !important
    }

    .me-xxl-n28 {
        margin-right: -1.75rem !important
    }

    .me-xxl-n30 {
        margin-right: -1.875rem !important
    }

    .me-xxl-n32 {
        margin-right: -2rem !important
    }

    .me-xxl-n36 {
        margin-right: -2.25rem !important
    }

    .me-xxl-n38 {
        margin-right: -2.375rem !important
    }

    .me-xxl-n40 {
        margin-right: -2.5rem !important
    }

    .me-xxl-n44 {
        margin-right: -2.75rem !important
    }

    .me-xxl-n46 {
        margin-right: -2.875rem !important
    }

    .me-xxl-n48 {
        margin-right: -3rem !important
    }

    .me-xxl-n50 {
        margin-right: -3.125rem !important
    }

    .me-xxl-n52 {
        margin-right: -3.25rem !important
    }

    .me-xxl-n56 {
        margin-right: -3.5rem !important
    }

    .me-xxl-n58 {
        margin-right: -3.625rem !important
    }

    .me-xxl-n60 {
        margin-right: -3.75rem !important
    }

    .me-xxl-n62 {
        margin-right: -3.875rem !important
    }

    .me-xxl-n64 {
        margin-right: -4rem !important
    }

    .me-xxl-n68 {
        margin-right: -4.25rem !important
    }

    .me-xxl-n70 {
        margin-right: -4.375rem !important
    }

    .me-xxl-n72 {
        margin-right: -4.5rem !important
    }

    .me-xxl-n74 {
        margin-right: -4.625rem !important
    }

    .me-xxl-n76 {
        margin-right: -4.75rem !important
    }

    .me-xxl-n78 {
        margin-right: -4.875rem !important
    }

    .me-xxl-n80 {
        margin-right: -5rem !important
    }

    .me-xxl-n82 {
        margin-right: -5.125rem !important
    }

    .me-xxl-n84 {
        margin-right: -5.25rem !important
    }

    .me-xxl-n92 {
        margin-right: -5.75rem !important
    }

    .me-xxl-n96 {
        margin-right: -6rem !important
    }

    .me-xxl-n102 {
        margin-right: -6.375rem !important
    }

    .me-xxl-n112 {
        margin-right: -7rem !important
    }

    .me-xxl-n124 {
        margin-right: -7.75rem !important
    }

    .mb-xxl-n1 {
        margin-bottom: -.625rem !important
    }

    .mb-xxl-n2 {
        margin-bottom: -.125rem !important
    }

    .mb-xxl-n4 {
        margin-bottom: -.25rem !important
    }

    .mb-xxl-n6 {
        margin-bottom: -.375rem !important
    }

    .mb-xxl-n8 {
        margin-bottom: -.5rem !important
    }

    .mb-xxl-n10 {
        margin-bottom: -.625rem !important
    }

    .mb-xxl-n12 {
        margin-bottom: -.75rem !important
    }

    .mb-xxl-n14 {
        margin-bottom: -.875rem !important
    }

    .mb-xxl-n16 {
        margin-bottom: -1rem !important
    }

    .mb-xxl-n18 {
        margin-bottom: -1.125rem !important
    }

    .mb-xxl-n20 {
        margin-bottom: -1.25rem !important
    }

    .mb-xxl-n22 {
        margin-bottom: -1.375rem !important
    }

    .mb-xxl-n24 {
        margin-bottom: -1.5rem !important
    }

    .mb-xxl-n28 {
        margin-bottom: -1.75rem !important
    }

    .mb-xxl-n30 {
        margin-bottom: -1.875rem !important
    }

    .mb-xxl-n32 {
        margin-bottom: -2rem !important
    }

    .mb-xxl-n36 {
        margin-bottom: -2.25rem !important
    }

    .mb-xxl-n38 {
        margin-bottom: -2.375rem !important
    }

    .mb-xxl-n40 {
        margin-bottom: -2.5rem !important
    }

    .mb-xxl-n44 {
        margin-bottom: -2.75rem !important
    }

    .mb-xxl-n46 {
        margin-bottom: -2.875rem !important
    }

    .mb-xxl-n48 {
        margin-bottom: -3rem !important
    }

    .mb-xxl-n50 {
        margin-bottom: -3.125rem !important
    }

    .mb-xxl-n52 {
        margin-bottom: -3.25rem !important
    }

    .mb-xxl-n56 {
        margin-bottom: -3.5rem !important
    }

    .mb-xxl-n58 {
        margin-bottom: -3.625rem !important
    }

    .mb-xxl-n60 {
        margin-bottom: -3.75rem !important
    }

    .mb-xxl-n62 {
        margin-bottom: -3.875rem !important
    }

    .mb-xxl-n64 {
        margin-bottom: -4rem !important
    }

    .mb-xxl-n68 {
        margin-bottom: -4.25rem !important
    }

    .mb-xxl-n70 {
        margin-bottom: -4.375rem !important
    }

    .mb-xxl-n72 {
        margin-bottom: -4.5rem !important
    }

    .mb-xxl-n74 {
        margin-bottom: -4.625rem !important
    }

    .mb-xxl-n76 {
        margin-bottom: -4.75rem !important
    }

    .mb-xxl-n78 {
        margin-bottom: -4.875rem !important
    }

    .mb-xxl-n80 {
        margin-bottom: -5rem !important
    }

    .mb-xxl-n82 {
        margin-bottom: -5.125rem !important
    }

    .mb-xxl-n84 {
        margin-bottom: -5.25rem !important
    }

    .mb-xxl-n92 {
        margin-bottom: -5.75rem !important
    }

    .mb-xxl-n96 {
        margin-bottom: -6rem !important
    }

    .mb-xxl-n102 {
        margin-bottom: -6.375rem !important
    }

    .mb-xxl-n112 {
        margin-bottom: -7rem !important
    }

    .mb-xxl-n124 {
        margin-bottom: -7.75rem !important
    }

    .ms-xxl-n1 {
        margin-left: -.625rem !important
    }

    .ms-xxl-n2 {
        margin-left: -.125rem !important
    }

    .ms-xxl-n4 {
        margin-left: -.25rem !important
    }

    .ms-xxl-n6 {
        margin-left: -.375rem !important
    }

    .ms-xxl-n8 {
        margin-left: -.5rem !important
    }

    .ms-xxl-n10 {
        margin-left: -.625rem !important
    }

    .ms-xxl-n12 {
        margin-left: -.75rem !important
    }

    .ms-xxl-n14 {
        margin-left: -.875rem !important
    }

    .ms-xxl-n16 {
        margin-left: -1rem !important
    }

    .ms-xxl-n18 {
        margin-left: -1.125rem !important
    }

    .ms-xxl-n20 {
        margin-left: -1.25rem !important
    }

    .ms-xxl-n22 {
        margin-left: -1.375rem !important
    }

    .ms-xxl-n24 {
        margin-left: -1.5rem !important
    }

    .ms-xxl-n28 {
        margin-left: -1.75rem !important
    }

    .ms-xxl-n30 {
        margin-left: -1.875rem !important
    }

    .ms-xxl-n32 {
        margin-left: -2rem !important
    }

    .ms-xxl-n36 {
        margin-left: -2.25rem !important
    }

    .ms-xxl-n38 {
        margin-left: -2.375rem !important
    }

    .ms-xxl-n40 {
        margin-left: -2.5rem !important
    }

    .ms-xxl-n44 {
        margin-left: -2.75rem !important
    }

    .ms-xxl-n46 {
        margin-left: -2.875rem !important
    }

    .ms-xxl-n48 {
        margin-left: -3rem !important
    }

    .ms-xxl-n50 {
        margin-left: -3.125rem !important
    }

    .ms-xxl-n52 {
        margin-left: -3.25rem !important
    }

    .ms-xxl-n56 {
        margin-left: -3.5rem !important
    }

    .ms-xxl-n58 {
        margin-left: -3.625rem !important
    }

    .ms-xxl-n60 {
        margin-left: -3.75rem !important
    }

    .ms-xxl-n62 {
        margin-left: -3.875rem !important
    }

    .ms-xxl-n64 {
        margin-left: -4rem !important
    }

    .ms-xxl-n68 {
        margin-left: -4.25rem !important
    }

    .ms-xxl-n70 {
        margin-left: -4.375rem !important
    }

    .ms-xxl-n72 {
        margin-left: -4.5rem !important
    }

    .ms-xxl-n74 {
        margin-left: -4.625rem !important
    }

    .ms-xxl-n76 {
        margin-left: -4.75rem !important
    }

    .ms-xxl-n78 {
        margin-left: -4.875rem !important
    }

    .ms-xxl-n80 {
        margin-left: -5rem !important
    }

    .ms-xxl-n82 {
        margin-left: -5.125rem !important
    }

    .ms-xxl-n84 {
        margin-left: -5.25rem !important
    }

    .ms-xxl-n92 {
        margin-left: -5.75rem !important
    }

    .ms-xxl-n96 {
        margin-left: -6rem !important
    }

    .ms-xxl-n102 {
        margin-left: -6.375rem !important
    }

    .ms-xxl-n112 {
        margin-left: -7rem !important
    }

    .ms-xxl-n124 {
        margin-left: -7.75rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .625rem !important
    }

    .p-xxl-2 {
        padding: .125rem !important
    }

    .p-xxl-4 {
        padding: .25rem !important
    }

    .p-xxl-6 {
        padding: .375rem !important
    }

    .p-xxl-8 {
        padding: .5rem !important
    }

    .p-xxl-10 {
        padding: .625rem !important
    }

    .p-xxl-12 {
        padding: .75rem !important
    }

    .p-xxl-14 {
        padding: .875rem !important
    }

    .p-xxl-16 {
        padding: 1rem !important
    }

    .p-xxl-18 {
        padding: 1.125rem !important
    }

    .p-xxl-20 {
        padding: 1.25rem !important
    }

    .p-xxl-22 {
        padding: 1.375rem !important
    }

    .p-xxl-24 {
        padding: 1.5rem !important
    }

    .p-xxl-28 {
        padding: 1.75rem !important
    }

    .p-xxl-30 {
        padding: 1.875rem !important
    }

    .p-xxl-32 {
        padding: 2rem !important
    }

    .p-xxl-36 {
        padding: 2.25rem !important
    }

    .p-xxl-38 {
        padding: 2.375rem !important
    }

    .p-xxl-40 {
        padding: 2.5rem !important
    }

    .p-xxl-44 {
        padding: 2.75rem !important
    }

    .p-xxl-46 {
        padding: 2.875rem !important
    }

    .p-xxl-48 {
        padding: 3rem !important
    }

    .p-xxl-50 {
        padding: 3.125rem !important
    }

    .p-xxl-52 {
        padding: 3.25rem !important
    }

    .p-xxl-56 {
        padding: 3.5rem !important
    }

    .p-xxl-58 {
        padding: 3.625rem !important
    }

    .p-xxl-60 {
        padding: 3.75rem !important
    }

    .p-xxl-62 {
        padding: 3.875rem !important
    }

    .p-xxl-64 {
        padding: 4rem !important
    }

    .p-xxl-68 {
        padding: 4.25rem !important
    }

    .p-xxl-70 {
        padding: 4.375rem !important
    }

    .p-xxl-72 {
        padding: 4.5rem !important
    }

    .p-xxl-74 {
        padding: 4.625rem !important
    }

    .p-xxl-76 {
        padding: 4.75rem !important
    }

    .p-xxl-78 {
        padding: 4.875rem !important
    }

    .p-xxl-80 {
        padding: 5rem !important
    }

    .p-xxl-82 {
        padding: 5.125rem !important
    }

    .p-xxl-84 {
        padding: 5.25rem !important
    }

    .p-xxl-92 {
        padding: 5.75rem !important
    }

    .p-xxl-96 {
        padding: 6rem !important
    }

    .p-xxl-102 {
        padding: 6.375rem !important
    }

    .p-xxl-112 {
        padding: 7rem !important
    }

    .p-xxl-124 {
        padding: 7.75rem !important
    }

    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xxl-1 {
        padding-left: .625rem !important;
        padding-right: .625rem !important
    }

    .px-xxl-2 {
        padding-left: .125rem !important;
        padding-right: .125rem !important
    }

    .px-xxl-4 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xxl-6 {
        padding-left: .375rem !important;
        padding-right: .375rem !important
    }

    .px-xxl-8 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxl-10 {
        padding-left: .625rem !important;
        padding-right: .625rem !important
    }

    .px-xxl-12 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .px-xxl-14 {
        padding-left: .875rem !important;
        padding-right: .875rem !important
    }

    .px-xxl-16 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxl-18 {
        padding-left: 1.125rem !important;
        padding-right: 1.125rem !important
    }

    .px-xxl-20 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-xxl-22 {
        padding-left: 1.375rem !important;
        padding-right: 1.375rem !important
    }

    .px-xxl-24 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxl-28 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important
    }

    .px-xxl-30 {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important
    }

    .px-xxl-32 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xxl-36 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important
    }

    .px-xxl-38 {
        padding-left: 2.375rem !important;
        padding-right: 2.375rem !important
    }

    .px-xxl-40 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-xxl-44 {
        padding-left: 2.75rem !important;
        padding-right: 2.75rem !important
    }

    .px-xxl-46 {
        padding-left: 2.875rem !important;
        padding-right: 2.875rem !important
    }

    .px-xxl-48 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xxl-50 {
        padding-left: 3.125rem !important;
        padding-right: 3.125rem !important
    }

    .px-xxl-52 {
        padding-left: 3.25rem !important;
        padding-right: 3.25rem !important
    }

    .px-xxl-56 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-xxl-58 {
        padding-left: 3.625rem !important;
        padding-right: 3.625rem !important
    }

    .px-xxl-60 {
        padding-left: 3.75rem !important;
        padding-right: 3.75rem !important
    }

    .px-xxl-62 {
        padding-left: 3.875rem !important;
        padding-right: 3.875rem !important
    }

    .px-xxl-64 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-xxl-68 {
        padding-left: 4.25rem !important;
        padding-right: 4.25rem !important
    }

    .px-xxl-70 {
        padding-left: 4.375rem !important;
        padding-right: 4.375rem !important
    }

    .px-xxl-72 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-xxl-74 {
        padding-left: 4.625rem !important;
        padding-right: 4.625rem !important
    }

    .px-xxl-76 {
        padding-left: 4.75rem !important;
        padding-right: 4.75rem !important
    }

    .px-xxl-78 {
        padding-left: 4.875rem !important;
        padding-right: 4.875rem !important
    }

    .px-xxl-80 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-xxl-82 {
        padding-left: 5.125rem !important;
        padding-right: 5.125rem !important
    }

    .px-xxl-84 {
        padding-left: 5.25rem !important;
        padding-right: 5.25rem !important
    }

    .px-xxl-92 {
        padding-left: 5.75rem !important;
        padding-right: 5.75rem !important
    }

    .px-xxl-96 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-xxl-102 {
        padding-left: 6.375rem !important;
        padding-right: 6.375rem !important
    }

    .px-xxl-112 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-xxl-124 {
        padding-left: 7.75rem !important;
        padding-right: 7.75rem !important
    }

    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xxl-1 {
        padding-bottom: .625rem !important;
        padding-top: .625rem !important
    }

    .py-xxl-2 {
        padding-bottom: .125rem !important;
        padding-top: .125rem !important
    }

    .py-xxl-4 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xxl-6 {
        padding-bottom: .375rem !important;
        padding-top: .375rem !important
    }

    .py-xxl-8 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xxl-10 {
        padding-bottom: .625rem !important;
        padding-top: .625rem !important
    }

    .py-xxl-12 {
        padding-bottom: .75rem !important;
        padding-top: .75rem !important
    }

    .py-xxl-14 {
        padding-bottom: .875rem !important;
        padding-top: .875rem !important
    }

    .py-xxl-16 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xxl-18 {
        padding-bottom: 1.125rem !important;
        padding-top: 1.125rem !important
    }

    .py-xxl-20 {
        padding-bottom: 1.25rem !important;
        padding-top: 1.25rem !important
    }

    .py-xxl-22 {
        padding-bottom: 1.375rem !important;
        padding-top: 1.375rem !important
    }

    .py-xxl-24 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xxl-28 {
        padding-bottom: 1.75rem !important;
        padding-top: 1.75rem !important
    }

    .py-xxl-30 {
        padding-bottom: 1.875rem !important;
        padding-top: 1.875rem !important
    }

    .py-xxl-32 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-xxl-36 {
        padding-bottom: 2.25rem !important;
        padding-top: 2.25rem !important
    }

    .py-xxl-38 {
        padding-bottom: 2.375rem !important;
        padding-top: 2.375rem !important
    }

    .py-xxl-40 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-xxl-44 {
        padding-bottom: 2.75rem !important;
        padding-top: 2.75rem !important
    }

    .py-xxl-46 {
        padding-bottom: 2.875rem !important;
        padding-top: 2.875rem !important
    }

    .py-xxl-48 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-xxl-50 {
        padding-bottom: 3.125rem !important;
        padding-top: 3.125rem !important
    }

    .py-xxl-52 {
        padding-bottom: 3.25rem !important;
        padding-top: 3.25rem !important
    }

    .py-xxl-56 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .py-xxl-58 {
        padding-bottom: 3.625rem !important;
        padding-top: 3.625rem !important
    }

    .py-xxl-60 {
        padding-bottom: 3.75rem !important;
        padding-top: 3.75rem !important
    }

    .py-xxl-62 {
        padding-bottom: 3.875rem !important;
        padding-top: 3.875rem !important
    }

    .py-xxl-64 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-xxl-68 {
        padding-bottom: 4.25rem !important;
        padding-top: 4.25rem !important
    }

    .py-xxl-70 {
        padding-bottom: 4.375rem !important;
        padding-top: 4.375rem !important
    }

    .py-xxl-72 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-xxl-74 {
        padding-bottom: 4.625rem !important;
        padding-top: 4.625rem !important
    }

    .py-xxl-76 {
        padding-bottom: 4.75rem !important;
        padding-top: 4.75rem !important
    }

    .py-xxl-78 {
        padding-bottom: 4.875rem !important;
        padding-top: 4.875rem !important
    }

    .py-xxl-80 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-xxl-82 {
        padding-bottom: 5.125rem !important;
        padding-top: 5.125rem !important
    }

    .py-xxl-84 {
        padding-bottom: 5.25rem !important;
        padding-top: 5.25rem !important
    }

    .py-xxl-92 {
        padding-bottom: 5.75rem !important;
        padding-top: 5.75rem !important
    }

    .py-xxl-96 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-xxl-102 {
        padding-bottom: 6.375rem !important;
        padding-top: 6.375rem !important
    }

    .py-xxl-112 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .py-xxl-124 {
        padding-bottom: 7.75rem !important;
        padding-top: 7.75rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .625rem !important
    }

    .pt-xxl-2 {
        padding-top: .125rem !important
    }

    .pt-xxl-4 {
        padding-top: .25rem !important
    }

    .pt-xxl-6 {
        padding-top: .375rem !important
    }

    .pt-xxl-8 {
        padding-top: .5rem !important
    }

    .pt-xxl-10 {
        padding-top: .625rem !important
    }

    .pt-xxl-12 {
        padding-top: .75rem !important
    }

    .pt-xxl-14 {
        padding-top: .875rem !important
    }

    .pt-xxl-16 {
        padding-top: 1rem !important
    }

    .pt-xxl-18 {
        padding-top: 1.125rem !important
    }

    .pt-xxl-20 {
        padding-top: 1.25rem !important
    }

    .pt-xxl-22 {
        padding-top: 1.375rem !important
    }

    .pt-xxl-24 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-28 {
        padding-top: 1.75rem !important
    }

    .pt-xxl-30 {
        padding-top: 1.875rem !important
    }

    .pt-xxl-32 {
        padding-top: 2rem !important
    }

    .pt-xxl-36 {
        padding-top: 2.25rem !important
    }

    .pt-xxl-38 {
        padding-top: 2.375rem !important
    }

    .pt-xxl-40 {
        padding-top: 2.5rem !important
    }

    .pt-xxl-44 {
        padding-top: 2.75rem !important
    }

    .pt-xxl-46 {
        padding-top: 2.875rem !important
    }

    .pt-xxl-48 {
        padding-top: 3rem !important
    }

    .pt-xxl-50 {
        padding-top: 3.125rem !important
    }

    .pt-xxl-52 {
        padding-top: 3.25rem !important
    }

    .pt-xxl-56 {
        padding-top: 3.5rem !important
    }

    .pt-xxl-58 {
        padding-top: 3.625rem !important
    }

    .pt-xxl-60 {
        padding-top: 3.75rem !important
    }

    .pt-xxl-62 {
        padding-top: 3.875rem !important
    }

    .pt-xxl-64 {
        padding-top: 4rem !important
    }

    .pt-xxl-68 {
        padding-top: 4.25rem !important
    }

    .pt-xxl-70 {
        padding-top: 4.375rem !important
    }

    .pt-xxl-72 {
        padding-top: 4.5rem !important
    }

    .pt-xxl-74 {
        padding-top: 4.625rem !important
    }

    .pt-xxl-76 {
        padding-top: 4.75rem !important
    }

    .pt-xxl-78 {
        padding-top: 4.875rem !important
    }

    .pt-xxl-80 {
        padding-top: 5rem !important
    }

    .pt-xxl-82 {
        padding-top: 5.125rem !important
    }

    .pt-xxl-84 {
        padding-top: 5.25rem !important
    }

    .pt-xxl-92 {
        padding-top: 5.75rem !important
    }

    .pt-xxl-96 {
        padding-top: 6rem !important
    }

    .pt-xxl-102 {
        padding-top: 6.375rem !important
    }

    .pt-xxl-112 {
        padding-top: 7rem !important
    }

    .pt-xxl-124 {
        padding-top: 7.75rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .625rem !important
    }

    .pe-xxl-2 {
        padding-right: .125rem !important
    }

    .pe-xxl-4 {
        padding-right: .25rem !important
    }

    .pe-xxl-6 {
        padding-right: .375rem !important
    }

    .pe-xxl-8 {
        padding-right: .5rem !important
    }

    .pe-xxl-10 {
        padding-right: .625rem !important
    }

    .pe-xxl-12 {
        padding-right: .75rem !important
    }

    .pe-xxl-14 {
        padding-right: .875rem !important
    }

    .pe-xxl-16 {
        padding-right: 1rem !important
    }

    .pe-xxl-18 {
        padding-right: 1.125rem !important
    }

    .pe-xxl-20 {
        padding-right: 1.25rem !important
    }

    .pe-xxl-22 {
        padding-right: 1.375rem !important
    }

    .pe-xxl-24 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-28 {
        padding-right: 1.75rem !important
    }

    .pe-xxl-30 {
        padding-right: 1.875rem !important
    }

    .pe-xxl-32 {
        padding-right: 2rem !important
    }

    .pe-xxl-36 {
        padding-right: 2.25rem !important
    }

    .pe-xxl-38 {
        padding-right: 2.375rem !important
    }

    .pe-xxl-40 {
        padding-right: 2.5rem !important
    }

    .pe-xxl-44 {
        padding-right: 2.75rem !important
    }

    .pe-xxl-46 {
        padding-right: 2.875rem !important
    }

    .pe-xxl-48 {
        padding-right: 3rem !important
    }

    .pe-xxl-50 {
        padding-right: 3.125rem !important
    }

    .pe-xxl-52 {
        padding-right: 3.25rem !important
    }

    .pe-xxl-56 {
        padding-right: 3.5rem !important
    }

    .pe-xxl-58 {
        padding-right: 3.625rem !important
    }

    .pe-xxl-60 {
        padding-right: 3.75rem !important
    }

    .pe-xxl-62 {
        padding-right: 3.875rem !important
    }

    .pe-xxl-64 {
        padding-right: 4rem !important
    }

    .pe-xxl-68 {
        padding-right: 4.25rem !important
    }

    .pe-xxl-70 {
        padding-right: 4.375rem !important
    }

    .pe-xxl-72 {
        padding-right: 4.5rem !important
    }

    .pe-xxl-74 {
        padding-right: 4.625rem !important
    }

    .pe-xxl-76 {
        padding-right: 4.75rem !important
    }

    .pe-xxl-78 {
        padding-right: 4.875rem !important
    }

    .pe-xxl-80 {
        padding-right: 5rem !important
    }

    .pe-xxl-82 {
        padding-right: 5.125rem !important
    }

    .pe-xxl-84 {
        padding-right: 5.25rem !important
    }

    .pe-xxl-92 {
        padding-right: 5.75rem !important
    }

    .pe-xxl-96 {
        padding-right: 6rem !important
    }

    .pe-xxl-102 {
        padding-right: 6.375rem !important
    }

    .pe-xxl-112 {
        padding-right: 7rem !important
    }

    .pe-xxl-124 {
        padding-right: 7.75rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .625rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .125rem !important
    }

    .pb-xxl-4 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-6 {
        padding-bottom: .375rem !important
    }

    .pb-xxl-8 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-10 {
        padding-bottom: .625rem !important
    }

    .pb-xxl-12 {
        padding-bottom: .75rem !important
    }

    .pb-xxl-14 {
        padding-bottom: .875rem !important
    }

    .pb-xxl-16 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-18 {
        padding-bottom: 1.125rem !important
    }

    .pb-xxl-20 {
        padding-bottom: 1.25rem !important
    }

    .pb-xxl-22 {
        padding-bottom: 1.375rem !important
    }

    .pb-xxl-24 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-28 {
        padding-bottom: 1.75rem !important
    }

    .pb-xxl-30 {
        padding-bottom: 1.875rem !important
    }

    .pb-xxl-32 {
        padding-bottom: 2rem !important
    }

    .pb-xxl-36 {
        padding-bottom: 2.25rem !important
    }

    .pb-xxl-38 {
        padding-bottom: 2.375rem !important
    }

    .pb-xxl-40 {
        padding-bottom: 2.5rem !important
    }

    .pb-xxl-44 {
        padding-bottom: 2.75rem !important
    }

    .pb-xxl-46 {
        padding-bottom: 2.875rem !important
    }

    .pb-xxl-48 {
        padding-bottom: 3rem !important
    }

    .pb-xxl-50 {
        padding-bottom: 3.125rem !important
    }

    .pb-xxl-52 {
        padding-bottom: 3.25rem !important
    }

    .pb-xxl-56 {
        padding-bottom: 3.5rem !important
    }

    .pb-xxl-58 {
        padding-bottom: 3.625rem !important
    }

    .pb-xxl-60 {
        padding-bottom: 3.75rem !important
    }

    .pb-xxl-62 {
        padding-bottom: 3.875rem !important
    }

    .pb-xxl-64 {
        padding-bottom: 4rem !important
    }

    .pb-xxl-68 {
        padding-bottom: 4.25rem !important
    }

    .pb-xxl-70 {
        padding-bottom: 4.375rem !important
    }

    .pb-xxl-72 {
        padding-bottom: 4.5rem !important
    }

    .pb-xxl-74 {
        padding-bottom: 4.625rem !important
    }

    .pb-xxl-76 {
        padding-bottom: 4.75rem !important
    }

    .pb-xxl-78 {
        padding-bottom: 4.875rem !important
    }

    .pb-xxl-80 {
        padding-bottom: 5rem !important
    }

    .pb-xxl-82 {
        padding-bottom: 5.125rem !important
    }

    .pb-xxl-84 {
        padding-bottom: 5.25rem !important
    }

    .pb-xxl-92 {
        padding-bottom: 5.75rem !important
    }

    .pb-xxl-96 {
        padding-bottom: 6rem !important
    }

    .pb-xxl-102 {
        padding-bottom: 6.375rem !important
    }

    .pb-xxl-112 {
        padding-bottom: 7rem !important
    }

    .pb-xxl-124 {
        padding-bottom: 7.75rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .625rem !important
    }

    .ps-xxl-2 {
        padding-left: .125rem !important
    }

    .ps-xxl-4 {
        padding-left: .25rem !important
    }

    .ps-xxl-6 {
        padding-left: .375rem !important
    }

    .ps-xxl-8 {
        padding-left: .5rem !important
    }

    .ps-xxl-10 {
        padding-left: .625rem !important
    }

    .ps-xxl-12 {
        padding-left: .75rem !important
    }

    .ps-xxl-14 {
        padding-left: .875rem !important
    }

    .ps-xxl-16 {
        padding-left: 1rem !important
    }

    .ps-xxl-18 {
        padding-left: 1.125rem !important
    }

    .ps-xxl-20 {
        padding-left: 1.25rem !important
    }

    .ps-xxl-22 {
        padding-left: 1.375rem !important
    }

    .ps-xxl-24 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-28 {
        padding-left: 1.75rem !important
    }

    .ps-xxl-30 {
        padding-left: 1.875rem !important
    }

    .ps-xxl-32 {
        padding-left: 2rem !important
    }

    .ps-xxl-36 {
        padding-left: 2.25rem !important
    }

    .ps-xxl-38 {
        padding-left: 2.375rem !important
    }

    .ps-xxl-40 {
        padding-left: 2.5rem !important
    }

    .ps-xxl-44 {
        padding-left: 2.75rem !important
    }

    .ps-xxl-46 {
        padding-left: 2.875rem !important
    }

    .ps-xxl-48 {
        padding-left: 3rem !important
    }

    .ps-xxl-50 {
        padding-left: 3.125rem !important
    }

    .ps-xxl-52 {
        padding-left: 3.25rem !important
    }

    .ps-xxl-56 {
        padding-left: 3.5rem !important
    }

    .ps-xxl-58 {
        padding-left: 3.625rem !important
    }

    .ps-xxl-60 {
        padding-left: 3.75rem !important
    }

    .ps-xxl-62 {
        padding-left: 3.875rem !important
    }

    .ps-xxl-64 {
        padding-left: 4rem !important
    }

    .ps-xxl-68 {
        padding-left: 4.25rem !important
    }

    .ps-xxl-70 {
        padding-left: 4.375rem !important
    }

    .ps-xxl-72 {
        padding-left: 4.5rem !important
    }

    .ps-xxl-74 {
        padding-left: 4.625rem !important
    }

    .ps-xxl-76 {
        padding-left: 4.75rem !important
    }

    .ps-xxl-78 {
        padding-left: 4.875rem !important
    }

    .ps-xxl-80 {
        padding-left: 5rem !important
    }

    .ps-xxl-82 {
        padding-left: 5.125rem !important
    }

    .ps-xxl-84 {
        padding-left: 5.25rem !important
    }

    .ps-xxl-92 {
        padding-left: 5.75rem !important
    }

    .ps-xxl-96 {
        padding-left: 6rem !important
    }

    .ps-xxl-102 {
        padding-left: 6.375rem !important
    }

    .ps-xxl-112 {
        padding-left: 7rem !important
    }

    .ps-xxl-124 {
        padding-left: 7.75rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .625rem !important
    }

    .gap-xxl-2 {
        gap: .125rem !important
    }

    .gap-xxl-4 {
        gap: .25rem !important
    }

    .gap-xxl-6 {
        gap: .375rem !important
    }

    .gap-xxl-8 {
        gap: .5rem !important
    }

    .gap-xxl-10 {
        gap: .625rem !important
    }

    .gap-xxl-12 {
        gap: .75rem !important
    }

    .gap-xxl-14 {
        gap: .875rem !important
    }

    .gap-xxl-16 {
        gap: 1rem !important
    }

    .gap-xxl-18 {
        gap: 1.125rem !important
    }

    .gap-xxl-20 {
        gap: 1.25rem !important
    }

    .gap-xxl-22 {
        gap: 1.375rem !important
    }

    .gap-xxl-24 {
        gap: 1.5rem !important
    }

    .gap-xxl-28 {
        gap: 1.75rem !important
    }

    .gap-xxl-30 {
        gap: 1.875rem !important
    }

    .gap-xxl-32 {
        gap: 2rem !important
    }

    .gap-xxl-36 {
        gap: 2.25rem !important
    }

    .gap-xxl-38 {
        gap: 2.375rem !important
    }

    .gap-xxl-40 {
        gap: 2.5rem !important
    }

    .gap-xxl-44 {
        gap: 2.75rem !important
    }

    .gap-xxl-46 {
        gap: 2.875rem !important
    }

    .gap-xxl-48 {
        gap: 3rem !important
    }

    .gap-xxl-50 {
        gap: 3.125rem !important
    }

    .gap-xxl-52 {
        gap: 3.25rem !important
    }

    .gap-xxl-56 {
        gap: 3.5rem !important
    }

    .gap-xxl-58 {
        gap: 3.625rem !important
    }

    .gap-xxl-60 {
        gap: 3.75rem !important
    }

    .gap-xxl-62 {
        gap: 3.875rem !important
    }

    .gap-xxl-64 {
        gap: 4rem !important
    }

    .gap-xxl-68 {
        gap: 4.25rem !important
    }

    .gap-xxl-70 {
        gap: 4.375rem !important
    }

    .gap-xxl-72 {
        gap: 4.5rem !important
    }

    .gap-xxl-74 {
        gap: 4.625rem !important
    }

    .gap-xxl-76 {
        gap: 4.75rem !important
    }

    .gap-xxl-78 {
        gap: 4.875rem !important
    }

    .gap-xxl-80 {
        gap: 5rem !important
    }

    .gap-xxl-82 {
        gap: 5.125rem !important
    }

    .gap-xxl-84 {
        gap: 5.25rem !important
    }

    .gap-xxl-92 {
        gap: 5.75rem !important
    }

    .gap-xxl-96 {
        gap: 6rem !important
    }

    .gap-xxl-102 {
        gap: 6.375rem !important
    }

    .gap-xxl-112 {
        gap: 7rem !important
    }

    .gap-xxl-124 {
        gap: 7.75rem !important
    }

    .fs-xxl-1 {
        font-size: 2.5rem !important
    }

    .fs-xxl-2 {
        font-size: 2rem !important
    }

    .fs-xxl-3 {
        font-size: 1.75rem !important
    }

    .fs-xxl-4 {
        font-size: 1.5rem !important
    }

    .fs-xxl-5 {
        font-size: 1.25rem !important
    }

    .fs-xxl-6 {
        font-size: 1rem !important
    }

    .fs-xxl-10 {
        font-size: .625rem !important
    }

    .fs-xxl-12 {
        font-size: .75rem !important
    }

    .fs-xxl-14 {
        font-size: .875rem !important
    }

    .fs-xxl-16 {
        font-size: 1rem !important
    }

    .fs-xxl-18 {
        font-size: 1.125rem !important
    }

    .fs-xxl-20 {
        font-size: 1.25rem !important
    }

    .fs-xxl-22 {
        font-size: 1.375rem !important
    }

    .fs-xxl-24 {
        font-size: 1.5rem !important
    }

    .fs-xxl-28 {
        font-size: 1.75rem !important
    }

    .fs-xxl-30 {
        font-size: 1.875rem !important
    }

    .fs-xxl-32 {
        font-size: 2rem !important
    }

    .fs-xxl-36 {
        font-size: 2.25rem !important
    }

    .fs-xxl-38 {
        font-size: 2.375rem !important
    }

    .fs-xxl-40 {
        font-size: 2.5rem !important
    }

    .fs-xxl-44 {
        font-size: 2.75rem !important
    }

    .fs-xxl-46 {
        font-size: 2.875rem !important
    }

    .fs-xxl-48 {
        font-size: 3rem !important
    }

    .fs-xxl-50 {
        font-size: 3.125rem !important
    }

    .fs-xxl-56 {
        font-size: 3.5rem !important
    }

    .fs-xxl-60 {
        font-size: 3.75rem !important
    }

    .fs-xxl-62 {
        font-size: 3.875rem !important
    }

    .fs-xxl-64 {
        font-size: 4rem !important
    }

    .fs-xxl-68 {
        font-size: 4.25rem !important
    }

    .fs-xxl-72 {
        font-size: 4.5rem !important
    }

    .fs-xxl-74 {
        font-size: 4.625rem !important
    }

    .fs-xxl-76 {
        font-size: 4.75rem !important
    }

    .fs-xxl-80 {
        font-size: 5rem !important
    }

    .fs-xxl-96 {
        font-size: 6rem !important
    }

    .lh-xxl-0 {
        line-height: 0rem !important
    }

    .lh-xxl-3 {
        line-height: .75rem !important
    }

    .lh-xxl-4 {
        line-height: 1rem !important
    }

    .lh-xxl-5 {
        line-height: 1.25rem !important
    }

    .lh-xxl-6 {
        line-height: 1.5rem !important
    }

    .lh-xxl-7 {
        line-height: 1.75rem !important
    }

    .lh-xxl-8 {
        line-height: 2rem !important
    }

    .lh-xxl-9 {
        line-height: 2.25rem !important
    }

    .lh-xxl-10 {
        line-height: 2.5rem !important
    }

    .lh-xxl-11 {
        line-height: 2.75rem !important
    }

    .lh-xxl-12 {
        line-height: 3rem !important
    }

    .lh-xxl-13 {
        line-height: 3.5rem !important
    }

    .lh-xxl-none {
        line-height: 1 !important
    }

    .lh-xxl-tight {
        line-height: 1.25 !important
    }

    .lh-xxl-snug {
        line-height: 1.375 !important
    }

    .lh-xxl-normal {
        line-height: 1.5 !important
    }

    .lh-xxl-relaxed {
        line-height: 1.625 !important
    }

    .lh-xxl-loose {
        line-height: 2 !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

:root {
    --bs-font-sans-serif: "Lato", sans-serif;
    --bs-dark: #222;
    --cr-yellow: #fec72f;
    --cr-red: #be2025;
    --cr-dark: #222;
    --cr-orange: #f90;
    --cr-light-grey: #888;
    --cr-brown: #765532;
    --cr-header-bg: #fec72f;
    --cr-grey: #383838;
    --cr-grey-100: #f5f5f5;
    --cr-green: #0A6021;
    --cr-green-text: #169839;
    --cr-light-green: #DEF4E4;
    --cr-dark-green: #062D0C;
}

body {
    color: var(--bs-dark)
}

.thin {
    font-weight: 100
}

.extralight {
    font-weight: 200
}

.light {
    font-weight: 300
}

.normal {
    font-weight: 400
}

.medium {
    font-weight: 500
}

.semibold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.extrabold {
    font-weight: 800
}

.black {
    font-weight: 900
}

.bg-yellow {
    background-color: #fec72f
}

.bg-white {
    background-color: #fff;
}

.bg-red {
    background-color: #be2025
}

.bg-dark-grey {
    background-color: #222
}

.bg-orange {
    background-color: #f90
}

.bg-green {
    background-color: var(--cr-green)
}

.bg-text-green {
    background-color: var(--cr-green-text)
}

.bg-light-green {
    background-color: var(--cr-light-green)
}

.bg-grey {
    background-color: var(--cr-grey)
}

.bg-grey-100 {
    background-color: var(--cr-grey-100)
}

.overflow-x-auto {
    overflow-x: auto
}

.txt-orange {
    color: #f90
}

.txt-green {
    color: var(--cr-green)
}

.txt-light-green {
    color: var(--cr-green-text)
}

.txt-grey {
    color: #888
}

.txt-brown {
    color: #765532
}

.txt-yellow {
    color: #fec72f
}

.cr-header {
    --header-height: 80px;
    -webkit-backdrop-filter: blur(150px);
    backdrop-filter: blur(150px);
    background: hsla(0, 0%, 100%, .2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    height: var(--header-height);
    position: fixed;
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition: all .24s ease-out;
    width: 100%;
    z-index: 1000
}

.cr-header--yellow {
    background-color: var(--cr-yellow)
}

.cr-header--green-light {
    background-color: var(--cr-light-green)
}

.cr-header--red {
    background-color: var(--cr-red)
}

.cr-header--dark {
    background-color: var(--cr-dark)
}

@media (min-width:768px) {
    .cr-header {
        --header-height: 100px
    }
}

.cr-header__menu-list {
    overflow: visible
}

.cr-header__menu-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: var(--cr-green);
    border-radius: 50%;
    color: #fff;
    height: 36px;
    justify-content: center;
    padding: 8px;
    width: 36px
}

.cr-header__menu-btn.collapsed span:first-child,
.cr-header__menu-btn.collapsed span:nth-child(3) {
    -webkit-transform: rotate(0) translate(0);
    -ms-transform: rotate(0) translate(0);
    transform: rotate(0) translate(0)
}

.cr-header__menu-btn.collapsed span:nth-child(2) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.cr-header__menu-btn span {
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    height: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .24s ease-out;
    transition: -webkit-transform .24s ease-out;
    -o-transition: transform .24s ease-out;
    transition: transform .24s ease-out;
    transition: transform .24s ease-out, -webkit-transform .24s ease-out;
    width: 65%
}

.cr-header__menu-btn span:first-child,
.cr-header__menu-btn span:nth-child(3) {
    -webkit-transition: -webkit-transform .08s ease-out;
    transition: -webkit-transform .08s ease-out;
    -o-transition: transform .08s ease-out;
    transition: transform .08s ease-out;
    transition: transform .08s ease-out, -webkit-transform .08s ease-out
}

.cr-header__menu-btn span:nth-child(2) {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 100%
}

.cr-header__menu-btn span:first-child {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transform: rotate(45deg) translate(4px, 2px);
    -ms-transform: rotate(45deg) translate(4px, 2px);
    transform: rotate(45deg) translate(4px, 2px);
    -webkit-transition: -webkit-transform .14s ease-out;
    transition: -webkit-transform .14s ease-out;
    -o-transition: transform .14s ease-out;
    transition: transform .14s ease-out;
    transition: transform .14s ease-out, -webkit-transform .14s ease-out
}

.cr-header__menu-btn span:nth-child(3) {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transform: rotate(45deg) translate(-4px, -2px);
    -ms-transform: rotate(45deg) translate(-4px, -2px);
    transform: rotate(45deg) translate(-4px, -2px)
}

.cr-header .navbar-brand,
.cr-header .navbar-toggler {
    position: relative;
    z-index: 1
}

.cr-header__menu-inner {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:768px) and (max-width: 1100px) {
    .cr-header__menu-inner {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width:1099px) {
    .cr-header__menu {
        -webkit-backdrop-filter: blur(150px);
        backdrop-filter: blur(150px);
        background: var(--cr-light-green);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        height: calc(100vh + 1px) !important;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: opacity .28s ease-in-out -.06s, -webkit-transform .24s ease-out;
        transition: opacity .28s ease-in-out -.06s, -webkit-transform .24s ease-out;
        -o-transition: transform .24s ease-out, opacity .28s ease-in-out -.06s;
        transition: transform .24s ease-out, opacity .28s ease-in-out -.06s;
        transition: transform .24s ease-out, opacity .28s ease-in-out -.06s, -webkit-transform .24s ease-out;
        width: 100%
    }

    .cr-header__menu-inner {
        height: calc(100dvh - 80px) !important;
        margin-top: 80px;
    }

    .head-top+.cr-header .cr-header__menu-inner {
        height: calc(100dvh - 124px) !important;
        margin-top: 80px;
    }

    /* Left nav bar */
    .cr-header__menu.collapse.show {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        display: block !important;
    }
}

.cr-header .nav-link {
    --bs-nav-link-color: var(--cr-green-text);
    --bs-nav-link-hover-color: #fff;
    --bs-navbar-active-color: #fff;
    --bs-navbar-nav-link-padding-x: 1.5rem;
    color: var(--bs-nav-link-color);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x)
}

.cr-header .nav-link:hover {
    border-color: var(--cr-green);
    color: var(--bs-nav-link-color)
}

.cr-header .nav-link.active {
    background-color: var(--cr-green);
    border-radius: 100px;
    color: var(--bs-navbar-active-color)
}
.cr-header .nav-link.active-2 {
    text-decoration-line: underline;
    text-decoration-color: var(--cr-green);
    text-decoration-thickness: 2px;
    color: var(--cr-green) !important;
}
.cr-header .nav-link.group-dropdown-text:hover{
    /* text-decoration-line: underline;
    text-decoration-color: var(--cr-green);
    text-decoration-thickness: 3px; */
    color: var(--cr-green) !important;
}

.cr-header .nav-link.subscription:hover {
    border-color: var(--cr-red);
    color: var(--bs-white);
}
.home-food {
    width: 148px;
    text-align: center;
}

.cr-header .nav-link.home-food {
    background-color: var(--cr-green);
    border-radius: 100px;
    color: var(--bs-navbar-active-color)
}
.cr-header .nav-link.home-food:hover {
    border-color: var(--cr-green);
    color: var(--bs-white);
}

.cr-header .nav-link.subscription {
    background-color: var(--cr-red);
    border-radius: 100px;
    color: var(--bs-navbar-active-color)
}

.cr-footer {
    background-color: var(--cr-dark-green);
    z-index: 1
}

.cr-footer a {
    color: inherit
}

.cr-footer .cr-sociallist__link svg {
    width: 100%
}

.cr-footer .cr-sociallist__link:hover svg path {
    fill: #fff
}

.cr-footer__delivery-points .badge {
    --bs-badge-font-weight: 400;
    --bs-badge-padding-x: 0
}

.cr-footerlinks a {
    --bs-link-color: #fff;
    --bs-link-hover-color: var(--cr-orange)
}

.cr-comingsoon {
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

@media (min-width:992px) {
    .cr-comingsoon {
        border-radius: 20px 0 0 20px;
        position: absolute;
        right: 0;
        top: 0;
        width: inherit
    }
}

.cr-comingsoon__title {
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    display: inline-block;
    float: left
}

.cr-comingsoon__body {
    clear: left
}

.cr-comingsoon .swiper-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}


.cr-comingsoon .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--cr-orange);
    height: 2px;
    opacity: .4;
    width: 16px
}

.cr-comingsoon .swiper-pagination .swiper-pagination-bullet:active {
    opacity: 1
}

.cr-body.cr-main-pad-space .cr-main {
    padding-top: 80px
}

@media (min-width:992px) {
    .cr-body.cr-main-pad-space .cr-main {
        padding-top: 100px
    }
}

.scrollToTopBtn {
    --cr-scrolltop-size: 48px;
    background-color: #fff;
    border: 1px solid var(--cr-green);
    border-radius: 50%;
    bottom: 110px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: var(--cr-scrolltop-size);
    line-height: 48px;
    opacity: 0;
    padding: 16px;
    position: fixed;
    right: 20px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: var(--cr-scrolltop-size);
    z-index: 100
}

.scrollToTopBtn img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (min-width:768px) {
    .scrollToTopBtn {
        --cr-scrolltop-size: 76px;
        padding: 26px
    }
}

@media (min-width:992px) {
    .scrollToTopBtn {
        bottom: 530px
    }
}

@media (min-width:1200px) {
    .scrollToTopBtn {
        bottom: 558px
    }
}

.showBtn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.cr-section--get-in-touch-green {
    background-color: var(--cr-light-green);
    border-radius: 50px 50px 0 0;
    z-index: 1
}

.cr-section--get-in-touch {
    background-color: #fff;
    border-radius: 50px 50px 0 0;
    z-index: 1
}

.cr-section--get-in-touch-subscription {
    background-color: #fff;
    border-radius: 50px 50px 0 0;
}

@media (max-width:330px) {
    .cr-section--get-in-touch .cr-getintouch__address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cr-section--get-in-touch-subscription .cr-getintouch__address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
}
}

.cr-section--get-in-touch .cr-contactform .form-control {
    background: var(--cr-light-green);
    border: 0;
    border-radius: 20px;
    color: var(--bs-dark);
    font-size: 14px;
    font-weight: 700;
    padding: 16px
}

.cr-section--get-in-touch-subscription .cr-contactform .form-control {
    background: var(--cr-light-green);
    border: 0;
    border-radius: 20px;
    color: var(--bs-dark);
    font-size: 14px;
    font-weight: 700;
    padding: 16px
}

.cr-section--get-in-touch .cr-contactform .form-control:focus {
    -webkit-box-shadow: 0 0 .25rem hsla(0, 0%, 100%, .73);
    box-shadow: 0 0 .25rem hsla(0, 0%, 100%, .73)
}

.cr-section--get-in-touch-subscription .cr-contactform .form-control:focus {
    -webkit-box-shadow: 0 0 .25rem hsla(0, 0%, 100%, .73);
    box-shadow: 0 0 .25rem hsla(0, 0%, 100%, .73)
}

.cr-section--get-in-touch .cr-contactform .form-control::-webkit-input-placeholder {
    color: #929292
}

.cr-section--get-in-touch-subscription .cr-contactform .form-control::-webkit-input-placeholder {
    color: #929292
}

.cr-section--get-in-touch .cr-contactform .form-control:-moz-placeholder,
.cr-section--get-in-touch .cr-contactform .form-control:-ms-input-placeholder,
.cr-section--get-in-touch .cr-contactform .form-control::-moz-placeholder,
.cr-section--get-in-touch .cr-contactform .form-control::-ms-input-placeholder,
.cr-section--get-in-touch .cr-contactform .form-control::-webkit-input-placeholder,
.cr-section--get-in-touch .cr-contactform .form-control::-ms-placeholder,
.cr-section--get-in-touch .cr-contactform .form-control::placeholder {
    color: #929292
}

.cr-section--get-in-touch-subscription .cr-contactform .form-control:-moz-placeholder,
.cr-section--get-in-touch-subscription .cr-contactform .form-control:-ms-input-placeholder,
.cr-section--get-in-touch-subscription .cr-contactform .form-control::-moz-placeholder,
.cr-section--get-in-touch-subscription .cr-contactform .form-control::-ms-input-placeholder,
.cr-section--get-in-touch-subscription .cr-contactform .form-control::-webkit-input-placeholder,
.cr-section--get-in-touch-subscription .cr-contactform .form-control::-ms-placeholder,
.cr-section--get-in-touch-subscription .cr-contactform .form-control::placeholder {
    color: #929292
}


@media (min-width:768px) {
    .cr-section--get-in-touch .cr-contactform .form-control {
        font-size: 24px;
        padding: 24px 36px;
        background: var(--cr-light-green);
    }

    .cr-section--get-in-touch-subscription .cr-contactform .form-control {
        font-size: 24px;
        padding: 24px 36px;
        background: var(--cr-light-green);
    }
}

.cr-section--download-mobile-app {
    color: #000
}

.cr-section--download-mobile-app p {
    line-height: 28px
}

.cr-section--download-mobile-app-small {
    border-radius: 50px 50px 0 0
}

.cr-section--download-mobile-app.cr-section--with-shape {
    padding-top: 4rem
}

@media (min-width:768px) {
    .cr-section--download-mobile-app.cr-section--with-shape {
        padding-top: 14rem
    }
}

.cr-section {
    --hero-padding-top: 80px;
    min-height: var(--cr-section-height)
}

@media (min-width:768px) {
    .cr-section {
        --hero-padding-top: 100px
    }
}

.cr-section--hero-pad-top {
    padding-top: calc(var(--hero-padding-top) + 40px)
}

@media (min-width:768px) {
    .cr-section--hero-pad-top {
        padding-top: calc(var(--hero-padding-top)*2)
    }
}

@media (min-width:1200px) {
    .cr-section--hero-pad-top {
        padding-top: calc(var(--hero-padding-top)*1)
    }
}

.cr-section .bg-overlay-design-curve {
    --design-overlay-radius: 80px;
    height: calc(var(--design-overlay-radius)/2);
    overflow: hidden;
    position: relative
}

@media (min-width:576px) {
    .cr-section .bg-overlay-design-curve {
        --design-overlay-radius: 170px
    }
}

@media (min-width:768px) {
    .cr-section .bg-overlay-design-curve {
        --design-overlay-radius: 240px
    }
}

.cr-section .bg-overlay-design-curve:after,
.cr-section .bg-overlay-design-curve:before {
    background-color: #fff;
    content: "";
    height: var(--design-overlay-radius);
    position: absolute;
    top: 0;
    width: 54%;
    z-index: 1
}

@media (min-width:768px) {

    .cr-section .bg-overlay-design-curve:after,
    .cr-section .bg-overlay-design-curve:before {
        width: 56%
    }
}

@media (min-width:992px) {

    .cr-section .bg-overlay-design-curve:after,
    .cr-section .bg-overlay-design-curve:before {
        width: 54%
    }
}

.cr-section .bg-overlay-design-curve:before {
    border-top-right-radius: var(--design-overlay-radius);
    left: 0
}

.cr-section .bg-overlay-design-curve:after {
    border-top-left-radius: var(--design-overlay-radius);
    right: 0
}

.cr-cardtag {
    background-color: #fff;
    border-left: 5px solid var(--cr-green-text);
    border-radius: 40px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    min-height: 136px
}

@media (min-width:992px) {
    .cr-cardtag {
        min-height: 184px
    }
}

.cr-cardtag .dot {
    --dot-size: 24px;
    background: var(--cr-green-text);
    height: var(--dot-size);
    width: var(--dot-size)
}

@media (min-width:992px) {
    .cr-cardtag .dot {
        --dot-size: 32px
    }
}

.cr-testimonial {
    --testimonial-bg: var(--cr-green);
    position: relative;
    z-index: 1
}

.cr-testimonial__body {
    background-color: var(--testimonial-bg);
    border-radius: 20px
}

@media (min-width:768px) {
    .cr-testimonial__body {
        border-radius: 32px
    }
}

.cr-testimonial__body:after {
    border-color: transparent transparent transparent var(--cr-green);
    border-style: solid;
    border-width: 0 0 36px 36px;
    bottom: -30px;
    content: "";
    position: absolute;
    right: 24%;
    top: auto
}

@media (min-width:768px) {
    .cr-testimonial__body:after {
        bottom: auto;
        right: -36px;
        top: 64px
    }
}

.cr-testimonial__body-inner {
    min-height: 12rem
}

@media (min-width:768px) {
    .cr-testimonial__body-inner {
        min-height: 19rem
    }
}

.cr-testimonial__body-inner:after,
.cr-testimonial__body-inner:before {
    background: url(../images/icons/quote-yellow.svg) 0 0 no-repeat;
    background-size: 100%;
    content: "";
    height: 42px;
    position: absolute;
    width: 42px
}

@media (min-width:768px) {

    .cr-testimonial__body-inner:after,
    .cr-testimonial__body-inner:before {
        height: 52px;
        width: 60px
    }
}

.cr-testimonial__body-inner:before {
    left: 0;
    top: 0
}

.cr-testimonial__body-inner:after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.cr-testimonial__content {
    color: #fff
}

.cr-testimonial__author-name {
    letter-spacing: .02em
}

.cr-testimonial--orange .swiper {
    --swiper-theme-color: var(--cr-green-text)
}

.cr-testimonial--orange .swiper .swiper-pagination {
    border-radius: 30px;
    bottom: 0;
    height: 8px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    right: 0;
    top: auto;
    width: calc(100% - 56px)
}

.cr-testimonial--orange .swiper .swiper-pagination-progressbar {
    background-color: #fff
}

.cr-quickdownload {
    position: relative
}

@media (min-width:992px) {
    .cr-quickdownload {
        background: var(--cr-green-text);
        border-radius: 30px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        position: absolute;
        width: 52%;
        z-index: 2;
    }
}

@media (min-width:768px) {
    .cr-quickdownload-typeb {
        border: 1px solid var(--cr-green-text);
        border-radius: 30px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        position: relative;
        width: 100%
    }
}

.cr-btn {
    --cr-btn-padding: 12px 16px;
    --cr-btn-fill: var(--cr-green);
    --cr-btn-color: #fff;
    --cr-btn-border-color: transparent;
    background-color: var(--cr-btn-fill);
    border: 1px solid var(--cr-btn-border-color);
    border-radius: 50px;
    color: var(--cr-btn-color) !important;
    color: var(--cr-btn-color);
    padding: var(--cr-btn-padding);
    -webkit-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out
}

@media (min-width:768px) {
    .cr-btn {
        padding: 24px 46px
    }
}

.cr-btn--with-arrow {
    --cr-btn-arrow-fill: var(--cr-green);
    padding-right: 52px;
    position: relative
}

@media (min-width:768px) {
    .cr-btn--with-arrow {
        padding-right: 94px
    }
}

.cr-btn--with-arrow span {
    border-radius: 900px;
    bottom: 0;
    height: 36px;
    margin: auto 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 6px;
    top: 0;
    width: 36px
}

@media (min-width:768px) {
    .cr-btn--with-arrow span {
        height: 70px;
        padding: 20px;
        width: 70px
    }
}

.cr-btn--with-arrow span svg path {
    stroke: var(--cr-btn-arrow-fill)
}

.cr-btn--with-arrow:hover {
    --cr-btn-border-color: var(--cr-light-green);
    --cr-btn-fill: var(--cr-light-green);
    --cr-btn-color: var(--cr-green) !important;
    --cr-btn-arrow-fill: var(--cr-green)
}

.cr-btn--join-now:hover {
    --cr-btn-border-color: var(--cr-light-green);
    --cr-btn-fill: var(--cr-light-green);
    --cr-btn-color: var(--cr-green) !important;
    --cr-btn-arrow-fill: var(--cr-green)
}

.cr-applynow {
    --bs-modal-width: 90%;
    --bs-modal-padding: 24px;
    --bs-modal-border-radius: 20px
}

@media (min-width:992px) {
    .cr-applynow {
        --bs-modal-padding: 68px 54px;
        --bs-modal-border-radius: 40px
    }
}

@media (min-width:1200px) {
    .cr-applynow {
        --bs-modal-width: 1200px
    }
}

.cr-applynow .btn-close {
    z-index: 30
}

.cr-applynow .content-left {
    overflow: hidden
}

.cr-applynow .content-left .job-description-panel-body {
    max-height: 520px;
    overflow: auto;
    padding-right: 4%;
}

.cr-applynow-contactform .form-control {
    background: rgba(34, 34, 34, .05);
    border-radius: 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding: 16px 24px
}

.cr-applynow-contactform .form-control::-webkit-input-placeholder {
    color: #929292
}

.cr-applynow-contactform .form-control:-moz-placeholder,
.cr-applynow-contactform .form-control:-ms-input-placeholder,
.cr-applynow-contactform .form-control::-moz-placeholder,
.cr-applynow-contactform .form-control::-ms-input-placeholder,
.cr-applynow-contactform .form-control::-webkit-input-placeholder,
.cr-applynow-contactform .form-control::-ms-placeholder,
.cr-applynow-contactform .form-control::placeholder {
    color: #929292
}

.cr-applynow-contactform .cr-applynow-contactform-btn {
    border: 1px solid var(--cr-green-text);
    border-radius: 50px;
    font-size: 24px;
    font-weight: 900
}

@media (min-width:768px) {
    .cr-applynow-contactform .cr-applynow-contactform-btn {
        padding: 20px 94px 20px 40px
    }

    .cr-applynow-contactform .cr-applynow-contactform-btn span {
        height: 64px;
        width: 64px
    }
}

.cr-applynow-contactform .cr-applynow-contactform-btn:hover {
    background-color: none;
    border: 1px solid var(--cr-green-text) !important;
    color: var(--cr-green-text) !important
}

.cr-applynow-contactform .cr-applynow-contactform-btn:hover span {
    background-color: var(--cr-yellow)
}

@media (min-width:992px) {
    .cr-section--home-hero {
        --cr-section-height: 100vh
    }
}

.cr-section--home-hero .cr-hero__title .txt {
    display: inline-block;
    margin: 14px 0;
    position: relative;
    z-index: 1
}

@media (min-width:992px) {
    .cr-section--home-hero .cr-hero__title .txt {
        margin: 20px 0
    }
}

.cr-section--home-hero .cr-hero__title .txt:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    z-index: -1
}

.cr-section--home-hero .cr-hero__title .txt.txt-1:after {
    background: var(--cr-light-green);
    border-radius: 20px;
    bottom: 0;
    height: 48px;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    -webkit-transform: rotate(-3.05deg);
    -ms-transform: rotate(-3.05deg);
    transform: rotate(-3.05deg)
}

.cr-section--home-hero .cr-hero__title .txt.txt-2:after,
.cr-section--home-hero .cr-hero__title .txt.txt-2:before {
    border-radius: 20px;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.cr-section--home-hero .cr-hero__title .txt.txt-2:before {
    background-color: var(--cr-green);
}

.cr-section--home-hero .cr-hero__title .txt.txt-2:after {
    border: 1px solid var(--cr-green);
    -webkit-transform: matrix(1, -.03, .05, 1, 0, 0);
    -ms-transform: matrix(1, -.03, .05, 1, 0, 0);
    transform: matrix(1, -.03, .05, 1, 0, 0)
}

.cr-section--home-hero .cr-hero__title .txt.txt-2:hover:before {
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg)
}

.cr-section--home-hero .cr-hero__title .txt.txt-2:hover:after {
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg)
}

.cr-section--home-hero .cr-hero__title .txt.txt-3:after {
    background: var(--cr-light-green);
    border-radius: 20px;
    bottom: -12px;
    height: 48px;
    left: 0;
    margin: auto;
    right: 0;
    top: auto;
    -webkit-transform: rotate(-.9deg);
    -ms-transform: rotate(-.9deg);
    transform: rotate(-.9deg)
}

.cr-section--home-hero .swiper-slide {
    height: 100vh
}

.cr-section--home-hero .swiper-slide .slide .row {
    background: url(../images/home/hero/hero-bg-pattern.svg) 0 0 no-repeat;
    background-attachment: fixed;
    background-position: 0;
    background-size: 60%
}

.cr-section--home-hero .swiper-slide .slide img {
    opacity: 0;
    -webkit-transform: scale(0) rotateX(70deg) translate(200px);
    transform: scale(0) rotateX(70deg) translate(200px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: opacity .46s cubic-bezier(.44, .55, .45, 1.04), -webkit-transform .56s cubic-bezier(.33, .01, .22, 1.09);
    transition: opacity .46s cubic-bezier(.44, .55, .45, 1.04), -webkit-transform .56s cubic-bezier(.33, .01, .22, 1.09);
    -o-transition: transform .56s cubic-bezier(.33, .01, .22, 1.09), opacity .46s cubic-bezier(.44, .55, .45, 1.04);
    transition: transform .56s cubic-bezier(.33, .01, .22, 1.09), opacity .46s cubic-bezier(.44, .55, .45, 1.04);
    transition: transform .56s cubic-bezier(.33, .01, .22, 1.09), opacity .46s cubic-bezier(.44, .55, .45, 1.04), -webkit-transform .56s cubic-bezier(.33, .01, .22, 1.09)
}

@media (min-width:400px) and (max-width:575.99px) {
    .cr-section--home-hero .swiper-slide .slide img {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 20vw)
    }
}

.cr-section--home-hero .swiper-slide .slide img.slideImageAnim {
    opacity: 1;
    -webkit-transform: scale(1) rotateX(0deg) translate(0);
    transform: scale(1) rotateX(0deg) translate(0)
}

.cr-section--home-hero .swiper-custom-pagination {
    background: var(--cr-green-text);
    border-top-left-radius: 350px;
    bottom: -90px;
    height: 134px;
    padding: 8px 16px;
    position: absolute;
    right: 0;
    width: 80%;
    z-index: 1
}

@media (min-width:768px) {
    .cr-section--home-hero .swiper-custom-pagination {
        border-top-left-radius: 350px;
        bottom: -90px;
        height: 220px;
        /* padding: 24px; */
        width: 40rem
    }
}

.cr-section--home-hero .swiper-custom-pagination-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    height: 28px;
    justify-content: center;
    margin-left: 16%;
    /* margin-top: 10px; */
    position: relative
}

@media (min-width:768px) {
    .cr-section--home-hero .swiper-custom-pagination-inner {
        gap: 16px;
        height: 56px;
        margin-left: 16%;
        margin-top: 24px;
        width: 56%
    }
}

.cr-section--home-hero .swiper-button-next,
.cr-section--home-hero .swiper-button-prev,
.cr-section--home-hero .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: auto;
    position: relative;
    right: auto;
    top: auto
}

.cr-section--home-hero span.swiper-pagination-bullet {
    background-color: #fff;
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition: all .24s ease-out
}

.cr-section--home-hero span.swiper-pagination-bullet-active {
    border-radius: 20px;
    width: 30px
}

@media (min-width:768px) {
    .cr-section--home-hero span.swiper-pagination-bullet-active {
        width: 60px
    }
}

.cr-section--home-hero .swiper-button-next,
.cr-section--home-hero .swiper-button-prev {
    --nav-btn-size: 28px;
    -ms-flex-negative: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: none;
    flex-shrink: 0;
    height: var(--nav-btn-size);
    width: var(--nav-btn-size)
}

@media (min-width:768px) {

    .cr-section--home-hero .swiper-button-next,
    .cr-section--home-hero .swiper-button-prev {
        --nav-btn-size: 56px;
        border: 1px solid #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:768px) {

    .cr-section--home-hero .swiper-button-next:hover,
    .cr-section--home-hero .swiper-button-prev:hover {
        border: 1px solid #fff
    }
}

.cr-section--home-hero .swiper-button-next:after,
.cr-section--home-hero .swiper-button-prev:after {
    font-size: 12px
}

@media (min-width:768px) {

    .cr-section--home-hero .swiper-button-next:after,
    .cr-section--home-hero .swiper-button-prev:after {
        font-size: 24px
    }
}

.cr-section--home-downloadapp:before,
.cr-section--home-how-it-works:before {
    background: url(../images/home/how-it-works/home-pattern-bg.svg) 0 0 repeat;
    background-attachment: fixed;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    width: 100%
}

.cr-section--home-testimonial {
    --cr-section-height: 53rem;
    background-repeat: no-repeat
}

@media (min-width:992px) {
    .cr-section--home-testimonial {
        background-image: url(../images/home/testimonial/testimonial-bg%402x.webp);
        background-position: 100%;
        background-size: 50%;
        background-size: contain
    }
}

@media (min-width:1200px) {
    .cr-section--home-testimonial {
        background-size: contain
    }
}

.cr-section--subscription-testimonial {
    --cr-section-height: 48rem;
    background-repeat: no-repeat
}

@media (min-width:992px) {
    .cr-section--subscription-testimonial {
        /* background-image: url(../../images/home/testimonial/testimonial-bg@2x.webp); */
        background-position: 100%;
        background-size: 50%;
        background-size: contain
    }
}

@media (min-width:1200px) {
    .cr-section--subscription-testimonial {
        background-size: contain
    }
}

.cr-section--delivery-hero {
    --hero-padding-top: 80px;
    padding-top: var(--hero-padding-top)
}

@media (min-width:576px) {
    .cr-section--delivery-hero {
        --cr-section-height: 96vh
    }
}

@media (min-width:768px) {
    .cr-section--delivery-hero {
        --cr-section-height: auto;
        background-attachment: fixed;
        background-size: auto
    }
}

@media (min-width:992px) {
    .cr-section--delivery-hero {
        --hero-padding-top: 100px;
        max-height: auto
    }
}

.cr-section--delivery-hero .swiper-slide {
    background-image: url(../images/delivery/hero/delivery-partner-hero-pattern-overlay.html);
    background-repeat: repeat-y;
    background-size: contain
}

@media (min-width:768px) {
    .cr-section--delivery-hero .swiper-slide {
        background-attachment: fixed;
        background-attachment: none;
        background-size: auto;
        background-size: contain
    }
}

.cr-section--delivery-hero .swiper-custom-controls {
    bottom: 40px
}

.cr-section--delivery-hero .swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 10px;
    height: 9px;
    -webkit-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    width: 9px
}

.cr-section--delivery-hero .swiper-pagination-bullet-active {
    height: 8px;
    width: 48px
}

.news-swiper {
    bottom: -20px !important;
}


.cr-section--delivery-hero .swiper-button-next,
.cr-section--delivery-hero .swiper-button-prev {
    --nav-btn-size: 28px;
    -ms-flex-negative: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #fff;
    display: none;
    flex-shrink: 0;
    height: var(--nav-btn-size);
    opacity: .6;
    width: var(--nav-btn-size)
}

@media (min-width:768px) {

    .cr-section--delivery-hero .swiper-button-next,
    .cr-section--delivery-hero .swiper-button-prev {
        --nav-btn-size: 56px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:768px) {

    .cr-section--delivery-hero .swiper-button-next:hover,
    .cr-section--delivery-hero .swiper-button-prev:hover {
        border: 1px solid #fff;
        opacity: 1
    }
}

.cr-section--delivery-hero .swiper-button-next:after,
.cr-section--delivery-hero .swiper-button-prev:after {
    font-size: 12px
}

@media (min-width:768px) {

    .cr-section--delivery-hero .swiper-button-next:after,
    .cr-section--delivery-hero .swiper-button-prev:after {
        font-size: 24px
    }
}

@media (max-width:767.98px) {
    .cr-section--delivery-hero .cr-section__design {
        position: relative
    }

}

.cr-section--delivery-hero .cr-section__design img {
    mix-blend-mode: luminosity
}

.cr-section--delivery-hero .cr-section__design .rounded-rect {
    -webkit-animation: rectAnim .4s ease-in-out;
    animation: rectAnim .4s ease-in-out;
    border-bottom-left-radius: calc(200px + 12vw);
    border-bottom-right-radius: 0;
    border-top-left-radius: calc(200px + 12vw);
    border-top-right-radius: 0;
    height: calc(64% + 3vh);
    right: -10%;
    top: 0;
    -webkit-transition: width .24s ease-in-out, opacity .34s ease-in-out, -webkit-transform .14s ease-in-out;
    transition: width .24s ease-in-out, opacity .34s ease-in-out, -webkit-transform .14s ease-in-out;
    -o-transition: width .24s ease-in-out, opacity .34s ease-in-out, transform .14s ease-in-out;
    transition: width .24s ease-in-out, opacity .34s ease-in-out, transform .14s ease-in-out;
    transition: width .24s ease-in-out, opacity .34s ease-in-out, transform .14s ease-in-out, -webkit-transform .14s ease-in-out;
    width: calc(100% + 8vw)
}

@-webkit-keyframes rectAnim {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes rectAnim {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (min-width:768px) {
    .cr-section--delivery-hero .cr-section__design .rounded-rect {
        height: calc(52% + 3vh);
        top: 39%;
        width: 88%
    }
}

@media (min-width:992px) {
    .cr-section--delivery-hero .cr-section__design .rounded-rect {
        right: 0;
        top: 20%;
        width: 48%
    }
}

@media screen and (max-width:320px) {

    .cr-section--delivery-hero .h1,
    .cr-section--delivery-hero .h2,
    .cr-section--delivery-hero h1,
    .cr-section--delivery-hero h2 {
        font-size: 26px !important
    }
}

.cr-section--delivery-testimonial {
    --cr-section-height: 50rem;
    background-image: url(../images/delivery/testimonials/testimonial.png);
    background-position: bottom;
    background-repeat: no-repeat
}

@media (max-width:320px) {

    .cr-section--delivery-testimonial .h2,
    .cr-section--delivery-testimonial h2 {
        width: 100% !important
    }
}

@media (min-width:768px) {
    .cr-section--delivery-testimonial {
        background-attachment: fixed
    }
}

.cr-section--delivery-testimonial .cr-testimonial {
    --testimonial-bg: var(--cr-green)
}

.cr-section--delivery-testimonial .cr-testimonial__body {
    -webkit-backdrop-filter: blur(150px);
    backdrop-filter: blur(150px);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.cr-section--delivery-testimonial .cr-testimonial__body:after {
    display: none
}

.cr-section--delivery-testimonial .cr-testimonial__body-inner:after,
.cr-section--delivery-testimonial .cr-testimonial__body-inner:before {
    background: url(../images/icons/quote-white.svg) 0 0 no-repeat;
    background-size: contain
}

.cr-section--delivery-testimonial .cr-testimonial__body-inner:after {
    bottom: auto;
    top: 0
}

.cr-section--delivery-testimonial .cr-testimonial .swiper {
    --swiper-theme-color: var(--cr-green)
}

.cr-section--delivery-testimonial .cr-testimonial .swiper .swiper-pagination {
    border-radius: 30px;
    bottom: 0;
    height: 8px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    right: 0;
    top: auto;
    width: calc(100% - 56px)
}

.cr-section--delivery-testimonial .cr-testimonial .swiper .swiper-pagination-progressbar {
    background-color: #fff
}

.cr-section--delivery-testimonial .cr-testimonial .swiper .swiper-pagination-progressbar .swiper-pagination-bullet {
    background-color: var(--cr-yellow)
}


.cr-section--delivery-testimonial .cr-testimonial .swiper-button-next,
.cr-section--delivery-testimonial .cr-testimonial .swiper-button-prev {
    --nav-btn-size: 28px;
    -ms-flex-negative: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    height: var(--nav-btn-size);
    top: 80%;
    width: var(--nav-btn-size)
}

@media (min-width:768px) {

    .cr-section--delivery-testimonial .cr-testimonial .swiper-button-next,
    .cr-section--delivery-testimonial .cr-testimonial .swiper-button-prev {
        --nav-btn-size: 56px;
        border: 1px solid #fff
    }
}

@media (min-width:768px) {

    .cr-section--delivery-testimonial .cr-testimonial .swiper-button-next:hover,
    .cr-section--delivery-testimonial .cr-testimonial .swiper-button-prev:hover {
        border: 1px solid #fff
    }
}

.cr-section--delivery-testimonial .cr-testimonial .swiper-button-next {
    right: 4%
}

.cr-section--delivery-testimonial .cr-testimonial .swiper-button-prev {
    left: 4%
}

.cr-section--delivery-testimonial .cr-testimonial .swiper-button-next:after,
.cr-section--delivery-testimonial .cr-testimonial .swiper-button-prev:after {
    font-size: 12px
}

@media (min-width:768px) {

    .cr-section--delivery-testimonial .cr-testimonial .swiper-button-next:after,
    .cr-section--delivery-testimonial .cr-testimonial .swiper-button-prev:after {
        font-size: 24px
    }
}

.cr-section--homechef-hero {
    --cr-section-height: 100vh;
    --hero-padding-top: 80px;
    padding-top: var(--hero-padding-top)
}

@media (max-width:576px) and (orientation:landscape) {
    .cr-section--homechef-hero {
        --cr-section-height: 20rem
    }
}

@media (min-width:992px) {
    .cr-section--homechef-hero {
        --hero-padding-top: 100px
    }
}

.cr-section--homechef-hero .swiper-slide {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(var(--cr-section-height) - var(--hero-padding-top))
}

@media (min-width:992px) {
    .cr-section--homechef-hero .swiper-slide {
        background-size: contain;
        height: calc(var(--cr-section-height) - var(--hero-padding-top) - 40px)
    }
}

@media (orientation:portrait) {
    .cr-section--homechef-hero .swiper-slide.slide-1 {
        background-image: url(../images/home-chef/hero/slide-bg-1-mobile%402x.webp)
    }
}

@media (orientation:landscape) {
    .cr-section--homechef-hero .swiper-slide.slide-1 {
        background-image: url(../images/home-chef/hero/slide-bg-1.webp)
    }
}

@media (orientation:portrait) {
    .cr-section--homechef-hero .swiper-slide.slide-2 {
        background-image: url(../images/home-chef/hero/slide-bg-2-mobile%402x.webp)
    }
}

@media (orientation:landscape) {
    .cr-section--homechef-hero .swiper-slide.slide-2 {
        background-image: url(../images/home-chef/hero/slide-bg-2.webp)
    }
}

@media (orientation:portrait) {
    .cr-section--homechef-hero .swiper-slide.slide-3 {
        background-image: url(../images/home-chef/hero/slide-bg-3-mobile%402x.webp)
    }
}

@media (orientation:landscape) {
    .cr-section--homechef-hero .swiper-slide.slide-3 {
        background-image: url(../images/home-chef/hero/slide-bg-3.webp)
    }
}

.cr-section--homechef-hero .swiper-custom-controls {
    bottom: 80px
}

.cr-section--homechef-hero .swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 10px;
    height: 8px;
    -webkit-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    width: 8px
}

.cr-section--homechef-hero .swiper-pagination-bullet-active {
    height: 8px;
    width: 48px
}

.cr-section--homechef-hero .swiper-button-next,
.cr-section--homechef-hero .swiper-button-prev {
    --nav-btn-size: 28px;
    -ms-flex-negative: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #fff;
    display: none;
    flex-shrink: 0;
    height: var(--nav-btn-size);
    opacity: .6;
    width: var(--nav-btn-size)
}

@media (min-width:768px) {

    .cr-section--homechef-hero .swiper-button-next,
    .cr-section--homechef-hero .swiper-button-prev {
        --nav-btn-size: 56px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:768px) {

    .cr-section--homechef-hero .swiper-button-next:hover,
    .cr-section--homechef-hero .swiper-button-prev:hover {
        border: 1px solid #fff;
        opacity: 1
    }
}

.cr-section--homechef-hero .swiper-button-next:after,
.cr-section--homechef-hero .swiper-button-prev:after {
    font-size: 12px
}

@media (min-width:768px) {

    .cr-section--homechef-hero .swiper-button-next:after,
    .cr-section--homechef-hero .swiper-button-prev:after {
        font-size: 24px
    }
}

.cr-section--homechef-cookr {
    --cr-section-height: 56rem
}

@media (min-width:768px) {
    .cr-section--homechef-cookr {
        --cr-section-height: 60rem
    }
}

@media (min-width:992px) {
    .cr-section--homechef-cookr {
        --cr-section-height: 46rem
    }
}

.cr-section--homechef-cookr .cr-floatdownload {
    position: relative
}

@media (min-width:1200px) {
    .cr-section--homechef-cookr .cr-floatdownload {
        position: absolute
    }
}

.cr-section--homechef-testimonial {
    --cr-section-height: 58rem;
    position: relative
}

.cr-section--homechef-testimonial .cr-section-design--bottom,
.cr-section--homechef-testimonial .cr-section-design--top {
    position: relative;
    z-index: 1
}

.cr-section--homechef-testimonial .cr-section-design--bottom {
    margin-bottom: -1px
}

@media (max-width:320px) {

    .cr-section--homechef-testimonial .h2,
    .cr-section--homechef-testimonial h2 {
        width: 100% !important
    }
}

@media (min-width:768px) {
    .cr-section--homechef-testimonial {
        --cr-section-height: 76rem
    }
}

@media (min-width:992px) {
    .cr-section--homechef-testimonial {
        --cr-section-height: 68rem
    }
}

@media (min-width:1200px) {
    .cr-section--homechef-testimonial {
        --cr-section-height: 72rem
    }
}

.cr-section--homechef-testimonial:after,
.cr-section--homechef-testimonial:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.cr-section--homechef-testimonial:before {
    background: url(../images/home-chef/testimonial/homechef-testimonial-bg-pattern.svg) 0 0 no-repeat;
    background-position: -25% 10%;
    opacity: .6
}

@media (min-width:768px) {
    .cr-section--homechef-testimonial:before {
        background-attachment: fixed;
        background-position: -10% 5%
    }
}

.cr-section--homechef-testimonial:after {
    background-image: url(../images/home-chef/testimonial/testimonial-bg.html);
    background-position: center 68vh;
    background-repeat: no-repeat;
    background-size: calc(100% - 24vw);
    display: none
}

@media (min-width:768px) {
    .cr-section--homechef-testimonial:after {
        background-size: calc(100vw - 67%)
    }
}

@media (min-width:992px) {
    .cr-section--homechef-testimonial:after {
        background-position: 100%;
        display: block
    }
}

.cr-section--cta .card {
    background-image: url(../images/patterns/shrimp-bg.png);
    background-repeat: repeat
}

.cr-section--about-hero {
    --about-hero-height: 80vh;
    background: url(../images/about/hero/about-hero-bg.webp) 0 0 no-repeat;
    background-position: 70% 50%;
    background-size: cover;
    height: var(--about-hero-height)
}

.cr-section--subscription-hero {
    --about-hero-height: 50vh;
    background: url(../images/about/hero/SubscriptionWebsiteBanner.webp) 0 0 no-repeat;
    /* background: url(../images/about/hero/LunchboxDesktop.svg) 0 0 no-repeat; */
    /* background-position: 50% 50%; */
    background-size: cover !important;
    height: var(--about-hero-height)
}

.cr-section--festival {
    --about-hero-height: 80vh;
    background: url(../images/festival/Backgrond.html\ image.jpg) 0 0 no-repeat;
    background-position: 70% 50%;
    background-size: cover;
    height: var(--about-hero-height)
}


@media (min-width:576px) {
    .cr-section--about-hero {
        background-position: 60% 50%
    }

    /* .cr-section--subscription-hero {
        background-position: 60% 50%
    } */

    .cr-section--festival {
        background-position: 60% 50%
    }
}

@media (min-width:992px) {
    .cr-section--about-hero {
        --about-hero-height: 678px;
        background-position: 100%
    }

    .cr-section--subscription-hero {
        /* --about-hero-height: 678px; */
        /* background-position: 50% 50% */
    }

    .cr-section--festival {
        --about-hero-height: 678px;
        background-position: 100%
    }
}
@media (min-width:910px) and (max-width:1199px) { 
    .cr-section--subscription-hero {
        background-size: cover !important;
        background-position: 50% 50%
    }
}

@media (min-width:1200px) {
    .cr-section--about-hero {
        --about-hero-height: 90vh
    }

    .cr-section--subscription-hero {
        --about-hero-height: 90vh
    }

    .cr-section--festival {
        --about-hero-height: 90vh
    }
}

.cr-section--about-hero:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(22, 152, 57, 0.4)), to(rgba(255, 153, 0, 0)));
    background: -o-linear-gradient(left, rgba(22, 152, 57, 0.4) 0, rgba(255, 153, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(22, 152, 57, 0.4), rgba(255, 153, 0, 0));
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.cr-section--subscription-hero:before {
    /* background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(255, 153, 0, 0))); */
    /* background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 0, rgba(255, 153, 0, 0) 100%); */
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(255, 153, 0, 0)); */
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.cr-section--festival:before {

    background: linear-gradient(95deg, rgba(122, 101, 8, 0.5) 2%, rgba(255, 153, 0, 0) 20%, rgba(255, 153, 0, 0) 1%) !important;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    /* z-index: -1; */
}

@media (min-width:576px) {
    .cr-section--about-hero:before {
        background: -webkit-gradient(linear, left top, right top, from(rgba(22, 152, 57, 0.4)), to(rgba(255, 153, 0, 0)));
        background: -o-linear-gradient(left, rgba(22, 152, 57, 0.4) 0, rgba(255, 153, 0, 0) 100%);
        background: linear-gradient(90deg, rgba(22, 152, 57, 0.4), rgba(255, 153, 0, 0));
        height: 100%;
        width: 70%
    }

    .cr-section--subscription-hero:before {
        /* background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(255, 153, 0, 0)));
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 0, rgba(255, 153, 0, 0) 100%);
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(255, 153, 0, 0)); */
        height: 100%;
        width: 70%
    }

    .cr-section--festival:before {
        background: -webkit-gradient(linear, left top, right top, from(rgba(22, 152, 57, 0.4)), to(rgba(255, 153, 0, 0)));
        background: -o-linear-gradient(left, rgba(22, 152, 57, 0.4) 0, rgba(255, 153, 0, 0) 100%);
        background: linear-gradient(90deg, rgba(22, 152, 57, 0.4), rgba(255, 153, 0, 0));
        height: 100%;
        width: 70%
    }
}

@media (max-width:330px) {
    .cr-section--our-team .cr-team .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

.cr-section--our-team .cr-profile__imgwrap {
    --cr-profile-imwrap-size: 148px;
    background: #f90;
    border-radius: 143.5px 143.5px 143.5px 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    height: var(--cr-profile-imwrap-size);
    position: relative;
    width: var(--cr-profile-imwrap-size)
}

@media (min-width:768px) {
    .cr-section--our-team .cr-profile__imgwrap {
        --cr-profile-imwrap-size: 228px
    }
}

@media (min-width:1200px) {
    .cr-section--our-team .cr-profile__imgwrap {
        --cr-profile-imwrap-size: 236px
    }
}

.cr-section--our-team .cr-profile__imgwrap:before {
    background: #fec72f;
    border-radius: 30px;
    bottom: 8px;
    content: "";
    height: 12px;
    left: 8px;
    position: absolute;
    width: 12px
}

@media (min-width:768px) {
    .cr-section--our-team .cr-profile__imgwrap:before {
        bottom: 14px;
        height: 18px;
        left: 14px;
        width: 18px
    }
}

.cr-section--investors .cr-investor-card {
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.cr-section--part-of-mission .cr-jobslist {
    --bs-list-group-border-radius: 0;
    --bs-list-group-color: var(--bs-dark);
    --bs-list-group-border-color: rgba(34, 34, 34, .1)
}

.cr-section--part-of-mission .cr-jobslist .list-group-item {
    border-left: 0;
    border-right: 0
}

.cr-section--part-of-mission .cr-jobslist .badge {
    --bs-badge-padding-x: 10px;
    --bs-badge-padding-y: 10px;
    --bs-badge-font-size: 12px;
    --bs-badge-font-weight: 400;
    --bs-badge-color: var(--bs-dark);
    background: #f5f5f5;
    border: 1px solid #888
}

@media (min-width:768px) {
    .cr-section--part-of-mission .cr-jobslist .badge {
        --bs-badge-padding-x: 20px;
        --bs-badge-padding-y: 10px;
        --bs-badge-font-size: 24px
    }
}

.cr-section--part-of-mission .cr-jobslist .cr-btn {
    --cr-ghost-btn-color: var(--cr-green);
    background: #fff;
    border: 1px solid var(--cr-green-text);
    border-radius: 10px;
    color: var(--cr-green-text) !important;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 16px
}

.cr-section--part-of-mission .cr-jobslist .cr-btn:hover {
    --cr-ghost-btn-color: #fff;
    background-color: var(--cr-green-text);
    color: #fff !important
}

.cr-section--part-of-mission .cr-jobslist .cr-btn__icon {
    height: 16px;
    width: 16px
}

@media (min-width:768px) {
    .cr-section--part-of-mission .cr-jobslist .cr-btn__icon {
        height: 20px;
        width: 20px
    }

    .cr-section--part-of-mission .cr-jobslist .cr-btn {
        border-radius: 20px;
        font-size: 24px;
        padding: 20px 24px
    }
}

.cr-section--life-at-cookr .cr-medialist {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr)
}

@media (min-width:768px) {
    .cr-section--life-at-cookr .cr-medialist {
        gap: 16px;
        grid-template-columns: repeat(12, 1fr)
    }
}

.cr-section--life-at-cookr .cr-medialist__item {
    border-radius: 6px;
    display: inherit;
    overflow: hidden
}

@media (min-width:768px) {
    .cr-section--life-at-cookr .cr-medialist__item {
        border-radius: 20px
    }
}

.cr-section--life-at-cookr .cr-medialist__item:first-child {
    grid-column: 1/3
}

@media (min-width:768px) {
    .cr-section--life-at-cookr .cr-medialist__item:first-child {
        grid-column: 1/13
    }
}

.cr-section--life-at-cookr .cr-medialist__item:nth-child(2) {
    grid-column: 1/3
}

@media (min-width:768px) {
    .cr-section--life-at-cookr .cr-medialist__item:nth-child(2) {
        grid-column: 1/9;
        grid-row: 2/4
    }
}

@media (min-width:992px) {
    .cr-section--life-at-cookr .cr-medialist__item:nth-child(2) img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
}

.cr-section--life-at-cookr .cr-medialist__item:nth-child(3) {
    grid-column: 1/3
}

@media (min-width:768px) {
    .cr-section--life-at-cookr .cr-medialist__item:nth-child(3) {
        grid-column: 9/13;
        grid-row: 2/3
    }
}

.cr-section--life-at-cookr .cr-medialist__item:nth-child(4) {
    grid-column: 1/3
}

@media (min-width:768px) {
    .cr-section--life-at-cookr .cr-medialist__item:nth-child(4) {
        grid-column: 9/13;
        grid-row: 3/4
    }
}

.cr-section--life-at-cookr .cr-medialist__item-inner {
    position: relative
}

.cr-section--faq-hero .cr-tabs .nav-link {
    --bs-nav-link-color: --bs-dark;
    --bs-nav-link-hover-color: --bs-dark;
    --bs-nav-pills-link-active-bg: #f90;
    --bs-nav-link-padding-x: 16px;
    --bs-nav-link-padding-y: 6px;
    --bs-nav-link-font-size: 14px;
    border: 1px solid transparent
}

.cr-section--faq-hero .cr-tabs .nav-link:hover {
    border-color: var(--bs-nav-pills-link-active-bg)
}

@media (min-width:768px) {
    .cr-section--faq-hero .cr-tabs .nav-link {
        --bs-nav-link-padding-x: 20px;
        --bs-nav-link-padding-y: 10px;
        --bs-nav-link-font-size: 20px
    }
}

.cr-section--faq-hero .cr-accordion {
    --bs-accordion-color: #666;
    --bs-accordion-bg: #f5f5f5;
    --bs-accordion-border-color: #c8c8c8;
    --bs-accordion-border-color: #ededed;
    --bs-accordion-btn-padding-x: 20px;
    --bs-accordion-btn-padding-y: 20px;
    --bs-accordion-btn-color: var(--bs-dark);
    --bs-accordion-btn-bg: #fff;
    --bs-accordion-btn-focus-border-color: var(--bs-dark);
    --bs-accordion-btn-focus-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    --bs-accordion-body-padding-x: 20px;
    --bs-accordion-body-padding-y: 20px;
    --bs-accordion-active-color: var(--bs-dark);
    --bs-accordion-active-bg: #fff
}

@media (min-width:768px) {
    .cr-section--faq-hero .cr-accordion {
        --bs-accordion-btn-padding-x: 56px;
        --bs-accordion-btn-padding-y: 24px;
        --bs-accordion-body-padding-x: 56px;
        --bs-accordion-body-padding-y: 24px
    }
}

.cr-section--faq-hero .cr-accordion .accordion-item {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    overflow: hidden
}

.cr-section--faq-hero .cr-accordion .accordion-item:first-child {
    border-radius: 10px 10px 0 0
}

.cr-section--faq-hero .cr-accordion .accordion-item:last-child {
    border-radius: 0 0 10px 10px
}

.cr-section--faq-hero .cr-accordion .accordion-header>.accordion-button {
    font-size: 16px
}

@media (min-width:768px) {
    .cr-section--faq-hero .cr-accordion .accordion-header>.accordion-button {
        font-size: 24px
    }
}

.cr-section--faq-hero .cr-accordion .accordion-body {
    font-size: 14px
}

@media (min-width:768px) {
    .cr-section--faq-hero .cr-accordion .accordion-body {
        font-size: 20px
    }
}

.cr-section--our-policies-hero .cr-tabs {
    border-radius: 20px;
    border-radius: 0;
    padding: 6px 0
}

@media (max-width:767.98px) {
    .cr-section--our-policies-hero .cr-tabs::-webkit-scrollbar {
        display: none
    }
}

@media (min-width:992px) {
    .cr-section--our-policies-hero .cr-tabs {
        background-color: #f5f5f5;
        border-radius: 80px;
        padding: 6px
    }
}

.cr-section--our-policies-hero .cr-tabs .nav-link {
    --bs-nav-link-color: --bs-dark;
    --bs-nav-link-hover-color: --bs-dark;
    --bs-nav-pills-link-active-bg: var(--cr-green-text);
    --bs-nav-link-padding-x: 16px;
    --bs-nav-link-padding-y: 6px;
    --bs-nav-link-font-size: 14px;
    border: 1px solid transparent
}

.cr-section--our-policies-hero .cr-tabs .nav-link:hover {
    border-color: var(--bs-nav-pills-link-active-bg)
}

@media (min-width:768px) {
    .cr-section--our-policies-hero .cr-tabs .nav-link {
        --bs-nav-link-padding-x: 20px;
        --bs-nav-link-padding-y: 10px;
        --bs-nav-link-font-size: 20px
    }
}

.cr-policyarticle {
    font-size: 14px;
    line-height: 1.15
}

@media (min-width:768px) {
    .cr-policyarticle {
        font-size: 20px;
        line-height: 28px
    }
}

.cr-policyarticle .h4,
.cr-policyarticle h4 {
    font-size: inherit;
    text-transform: uppercase
}

.cr-policyarticle p {
    color: #888;
    font-size: inherit;
    margin-bottom: 1.25rem
}

@media (min-width:768px) {
    .cr-policyarticle p {
        margin-bottom: 2.25rem
    }
}


@media (min-width:900px) {
    .tasty-food {
        margin: -5rem;
    }

    .ms-lg-n96 {
        width: 33rem;
        margin-top: 0.2rem !important;
    }

}


#employerSwiperContent {
    display: flex;
    justify-content: center;
}

#employeSwiper {
    width: 79%;
}

@media (max-width:290px) {

    .aegis {
        margin-left: 40px !important;
        width: 50% !important;

    }

    .social {
        margin-left: 40px !important;
        width: 50% !important;
    }

    .m2p {
        margin-left: 40px !important;
    }

    .cr-investor-card .text-lg-start {
        /* margin-left: 2rem; */
        font-size: 1rem;
    }

    #NewsSwipperSlider .cookr_News {
        display: flex;
        font-size: 24px !important;
    }

    .logo-title {
        font-size: 8px;
        margin-left: 0px !important;
        position: absolute !important;
        top: 40px;
    }

    .cr-header .navbar-brand,
    .cr-header .navbar-toggler {
        display: grid;
    }

    .news-swiper {
        bottom: 15px !important;
    }

    #cookrNewsSwiper {
        height: 13rem !important;
    }

    .head-top p {
        font-size: 10px !important;
    }

    .head-top .fs-12 {
        font-size: 8px !important;
    }

    #employeSwiper .swiper-slide {
        padding-right: 60px !important;
        padding-left: 10px !important;
        /* margin: 0px  !important; */
    }
}

@media (max-width:409px) {
    #employeSwiper {
        width: 97%;
    }

    .aegis {
        margin-left: 90px !important;
        width: 30% !important;

    }

    .social {
        margin-left: 80px !important;
        width: 50% !important;
    }


    .cr-investor-card .ps-md-80,
    .text-md-start {
        margin-left: 27%;
        width: 7rem;
    }

    .col-lg-3 .cr-investor-card img {
        width: 12rem;
        margin-left: 10%;
    }

    .cr-investor-card .text-center img {
        width: 150px;
        margin-right: 10%;
        margin-bottom: 2rem;
    }

    .fs-16 {
        font-size: 0.8rem !important;
    }

    .newsBoxes .row {
        padding: 1rem;
    }

    .cookr-logo {
        margin-bottom: 8px !important;
    }

    .logo-title {
        font-size: 10px;
        margin-left: 0px !important;
        position: absolute;
        top: 40px !important;
        /* display: none !important; */
    }

    .cr-header .navbar-brand,
    .cr-header .navbar-toggler {
        display: grid;
    }

    .news-swiper {
        bottom: 15px !important;
    }

    #cookrNewsSwiper {
        height: 17rem;
    }

    .head-top .fs-12 {

        font-size: .64rem !important;

    }

}

@media (min-width:401px) and (max-width:480px) {
    .news-swiper {
        bottom: 15px !important;
    }

    #cookrNewsSwiper {
        height: 20rem !important;
    }

    #employeSwiper .swiper-slide {
        padding-right: 15px !important;
        padding-left: 10px !important;
        /* margin: 0px  !important; */
    }

    .aegis {
        margin-left: 90px !important;
        width: 40% !important;

    }

    .social {
        margin-left: 90px !important;
        width: 50% !important;
    }

    .m2p {
        margin-left: 90px !important;
    }

}

@media (min-width:481px) and (max-width:580px) {
    #employeSwiper .swiper-slide {
        padding-right: 60px !important;
        padding-left: 10px !important;
        /* margin: 0px  !important; */
    }


    .aegis {
        margin-left: 90px !important;
        width: 40% !important;

    }

    .social {
        margin-left: 90px !important;
        width: 50% !important;
    }

    .m2p {
        margin-left: 90px !important;
    }


}

@media (min-width:410px) and (max-width:606px) {

    #employeSwiper {
        width: 97%;
    }

    .aegis {
        margin-left: 90px !important;
        width: 30% !important;

    }

    .social {
        margin-left: 90px !important;
        width: 50% !important;
    }


    .cr-investor-card .ps-md-80,
    .text-md-start {
        margin-left: 25%;
    }

    .cr-investor-card .text-center img {
        width: 250px;
        /* float: ; */
        margin-bottom: 5rem
    }

    .intel {
        width: 14rem;
        margin-left: 2rem;
    }

    .cr-investor-card .text-lg-start {
        margin-left: 2rem;
    }

    /* .card {
        width: 20rem;
        margin: auto;
        padding: 0.5rem;
    } */
    .newsBoxes .row {
        padding: 1rem;
    }

    .card {
        min-height: 18.3rem !important;
        font-size: 23px;
    }

    .card.blog {
        font-size: unset !important;
    }

    .logo-title {
        font-size: 14px !important;
    }

    .news-swiper {
        bottom: 40px !important;
    }

    .logo-title {
        font-size: 10px !important;
        margin-left: 0px !important;
        position: absolute;
        top: 40px;
        display: none !important;
    }

    .cr-header .navbar-brand,
    .cr-header .navbar-toggler {
        display: grid;
    }

    .news-swiper {
        bottom: 15px !important;
    }

    #cookrNewsSwiper {
        height: 23rem;
    }

}

@media (min-width:610px) and (max-width:800px) {


    .cr-investor-card .text-center img {
        width: 250px;
        float: left;
        margin-bottom: 5rem
    }

    .swiper-slide {

        padding-left: 17px;
        padding-right: 17px;
    }

    .card {
        width: 13rem;
        margin: auto;
        padding: 0.5rem;
        min-height: 23.5rem !important;
        font-size: 2.1rem !important;
    }

    .count-subscription {
        min-height: 17.5rem !important;
    }

    .card.blog {
        width: unset !important;
        margin: 6px 12px !important;
        padding: unset !important;
        min-height: unset !important;
        font-size: unset !important;
    }

    .news-swiper {
        bottom: 15px !important;
    }

    #cookrNewsSwiper {
        height: 22rem;

    }

    #employeSwiper {
        width: 90% !important;
    }

    #employeSwiper .swiper-slide {
        padding-right: 1px !important;
        padding-left: 0 !important;
        /* margin: 0px  !important; */
    }

    #employeSwiper img {
        width: 260px;
    }

}

@media (min-width:801px) and (max-width:909px) {

    #employeSwiper {
        width: 87%;
    }

    .cr-investor-card .text-center img {
        width: 250px;
        float: left;
        margin-bottom: 5rem
    }

    .swiper-slide {

        padding-left: 17px;
        padding-right: 17px;
    }

    .card {
        min-height: 22rem !important;
    }

    .count-subscription {
        min-height: 18rem !important;
    }

    .card.blog {
        width: unset !important;
        margin: 6px 12px !important;
        padding: unset !important;
        min-height: unset !important;
        font-size: unset !important;
    }

    #employeSwiper {
        width: 95% !important;
    }

    #employerSwiperContent {
        margin-left: 50px !important;
    }

    #employeSwiper .swiper-slide {
        padding-right: 1px !important;
        padding-left: 0 !important;
        /* margin: 0px  !important; */
    }

    #employeSwiper img {
        width: 260px;
    }

}

@media (min-width:910px) and (max-width:1100px) {

    .cr-investor-card .text-center img {
        width: 300px;
        float: left;
        margin-bottom: 5rem
    }

    #employeSwiper {
        width: 80%;
    }

    .cr-investor-card .text-center img {
        width: 250px;
        float: left;
        margin-bottom: 5rem
    }

    .swiper-slide {

        padding-left: 10px;
        padding-right: 10px;
    }

    .card {
        width: 13rem;
        margin: auto;
        padding: 0.5rem;
        min-height: 23rem !important;
    }

    .count-subscription {
        min-height: 17rem !important;
    }

    .card.blog {
        width: unset !important;
        margin: 6px 12px !important;
        padding: unset !important;
        min-height: unset !important;
    }

    .logo-title {
        font-size: 11px;
        margin-left: 0px !important;
        position: absolute !important;
        top: 45px;
    }

    .cr-header .navbar-brand,
    .cr-header .navbar-toggler {
        display: grid;
    }

    #employeSwiper {
        width: 95% !important;
    }

    #employerSwiperContent {
        margin-left: 50px !important;
    }

    #employeSwiper .swiper-slide {
        padding-right: 0px !important;
        padding-left: 0px !important;
        /* margin: 0px  !important; */
    }

    #employeSwiper img {
        width: 260px;
    }


}

@media (min-width:1100px) and (max-width:1470px) {

    .cr-investor-card .text-center img {
        width: 300px;
        float: left;
        margin-bottom: 5rem
    }

    .cr-investor-card .text-center img {
        width: 250px;
        float: left;
        margin-bottom: 5rem
    }

    .swiper-slide {

        padding-left: 40px;
        padding-right: 40px;
    }

    .card {
        width: 15rem;
        margin: auto;
        padding: 0.5rem;
        min-height: 22.5rem !important;
    }

    .count-subscription {
        min-height: 17.5rem !important;
    }

    .card.blog {
        width: unset !important;
        margin: 6px 12px !important;
        padding: unset !important;
        min-height: unset !important;
    }

    .logo-title {
        font-size: 11px;
        margin-left: 0px !important;
        position: absolute !important;
        top: 45px;
    }

    .cr-header .navbar-brand,
    .cr-header .navbar-toggler {
        display: grid;
    }

    #employeSwiper {
        width: 96% !important;
    }

    #employerSwiperContent {
        margin-left: 39px !important;
    }

    #employeSwiper .swiper-slide {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

@media (min-width:1301px) and (max-width:1400px) {

    #employeSwiper {
        width: 90%;
    }

    .cr-investor-card .text-center img {
        width: 250px;
        float: left;
        margin-bottom: 3rem
    }

    .swiper-slide {

        padding-left: 40px;
        padding-right: 40px;
    }

    .card {
        width: 19rem;
        margin: auto;
        padding: 0.5rem;
        min-height: 22.5rem !important;
    }

    .card.blog {
        width: unset !important;
        margin: 6px 12px !important;
        padding: unset !important;
        min-height: unset !important;
    }

    .logo-title {
        font-size: 11px;

    }

    #employeSwiper {
        width: 90% !important;
    }

    #employerSwiperContent {
        margin-left: 65px !important;
    }

    #employeSwiper .swiper-slide {
        padding-right: 0px !important;
        padding-left: 0px !important;
        /* margin: 0px  !important; */
    }
}

@media (min-width:1401px) and (max-width:1500px) {


    .cr-investor-card .text-center img {
        width: 250px;
        float: left;
        margin-bottom: 3rem
    }

    .swiper-slide {

        padding-left: 40px;
        padding-right: 40px;
    }

    .card {
        width: 21rem;
        margin: auto;
        padding: 0.5rem;
        min-height: 24.3rem !important;
    }

    .count-subscription {
        min-height: 21.3rem !important;
    }

    .card.blog {
        width: unset !important;
        margin: 6px 12px !important;
        padding: unset !important;
        min-height: unset !important;
    }

    #employeSwiper {
        width: 95% !important;
    }

    #employerSwiperContent {
        margin-left: 40px !important;
    }

    #employeSwiper .swiper-slide {
        padding-right: 8px !important;
        padding-left: 8px !important;
        /* margin: 0px  !important; */
    }

    #employeSwiper img {
        width: 260px;
    }



}

@media (min-width:1450px) and (max-width:1500px) {
    #employerSwiperContent {
        margin-left: 45px !important;
    }

    #employeSwiper {
        width: 91% !important;
    }
}

@media (min-width:1501px) and (max-width:1599px) {
    .cr-investor-card .text-center img {
        width: 250px;
        float: left;
        margin-bottom: 3rem
    }

    .swiper-slide {

        padding-left: 50px;
        padding-right: 50px;
    }

    .card {
        width: 21rem;
        margin: auto;
        padding: 0.8rem;
        min-height: 21.3rem !important;
    }

    .card.blog {
        width: unset !important;
        margin: 6px 12px !important;
        padding: unset !important;
        min-height: unset !important;
    }

    #employeSwiper {
        width: 90% !important;
    }

    #employerSwiperContent {
        margin-left: 40px !important;
    }

    #employeSwiper .swiper-slide {
        padding-right: 8px !important;
        padding-left: 8px !important;
        /* margin: 0px  !important; */
    }

    #employeSwiper img {
        width: 260px;
    }


}

@media (min-width:1600px) and (max-width:1650px) {
    .cr-investor-card .text-center img {
        width: 250px;
        float: left;
        margin-bottom: 3rem
    }

    .swiper-slide {

        padding-left: 40px;
        padding-right: 40px;
    }

    #NewsSwipperSlider .swiper-slide {

        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px
    }

    .card {
        width: 23rem;
        margin: auto;
        padding: 0.5rem;
        min-height: 21.3rem !important;
    }

    .count-subscription {
        min-height: 19.3rem !important;
    }

    .card.blog {
        width: unset !important;
        margin: 6px 12px !important;
        padding: unset !important;
        min-height: unset !important;
    }

    #employeSwiper {
        width: 84% !important;
    }

    #employerSwiperContent {
        margin-left: 30px !important;
    }

    #employeSwiper .swiper-slide {
        padding-right: 0px !important;
        padding-left: 0px !important;
        /* margin: 0px  !important; */
    }

    #employeSwiper img {
        width: 260px;
    }


}

@media (min-width:1670px) and (max-width:1728px) {

    #employeSwiper {
        width: 80%;
    }

    .cr-investor-card .text-center img {
        width: 170px;
        margin-bottom: 3rem
    }

    .swiper-slide {

        padding-left: 45px;
        padding-right: 45px;
        margin-top: 10px
    }

    #employeSwiper {
        width: 82% !important;
    }

    #employerSwiperContent {
        margin-left: 40px !important;
    }

    #employeSwiper .swiper-slide {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }

    #NewsSwipperSlider .swiper-slide {

        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px
    }

    .card {
        width: 21rem;
        margin: auto;
        padding: 0.5rem;
        min-height: 21.3rem !important;
    }

    .card.blog {
        width: unset !important;
        margin: 6px 12px !important;
        padding: unset !important;
        min-height: unset !important;
    }

}

@media (min-width:1740px) and (max-width:1800px) {

    #employeSwiper {
        width: 80%;
    }

    .cr-investor-card .text-center img {
        width: 170px;
        margin-bottom: 3rem
    }

    .swiper-slide {

        padding-left: 40px;
        padding-right: 40px;
        margin-top: 10px
    }

    #NewsSwipperSlider .swiper-slide {

        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px
    }

    .card {
        width: 22rem;
        margin: auto;
        padding: 0.5rem;
        min-height: 24.3rem !important;
    }

    .card.blog {
        width: unset !important;
        margin: 6px 12px !important;
        padding: unset !important;
        min-height: unset !important;
    }

    #employeSwiper {
        width: 82% !important;
    }

    #employerSwiperContent {
        margin-left: 40px !important;
    }

    #employeSwiper .swiper-slide {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

}

@media (min-width:1805px) and (max-width:1900px) {
    .cr-investor-card .text-center img {
        width: 170px;
        margin-bottom: 3rem
    }

    .swiper-slide {
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 10px
    }

    .card {
        width: 23rem;
        margin: auto;
        padding: 0.5rem;
        min-height: 24.5rem !important;
    }

    .card.blog {
        width: unset !important;
        margin: 6px 12px !important;
        padding: unset !important;
        min-height: unset !important;
    }

    #employeSwiper {
        width: 79% !important;
    }

    #employerSwiperContent {
        margin-left: 50px !important;
    }

    #employeSwiper .swiper-slide {
        padding-right: 0px !important;
        padding-left: 0px !important;
        /* margin: 0px  !important; */
    }

    #employeSwiper img {
        width: 260px;
    }

}

@media (min-width:1805px) and (max-width:1900px) {

    .cr-investor-card .text-center img {
        width: 170px;
        margin-bottom: 3rem
    }

    .swiper-slide {

        padding-left: 40px;
        padding-right: 40px;
    }

    .card {
        width: 23rem;
        margin: auto;
        padding: 0.5rem;
        min-height: 24.5rem !important;
    }

    .card.blog {
        width: unset !important;
        margin: 6px 12px !important;
        padding: unset !important;
        min-height: unset !important;
    }

    #employeSwiper {
        width: 77% !important;
    }

    #employerSwiperContent {
        margin-left: 50px !important;
    }

    #employeSwiper .swiper-slide {
        padding-right: 0px !important;
        padding-left: 0px !important;
        /* margin: 0px  !important; */
    }

    #employeSwiper img {
        width: 260px;
    }


}

@media (min-width:1901px) and (max-width:2000px) {

    #employeSwiper {
        width: 73%;
    }

    .cr-investor-card .text-center img {
        width: 170px;
        margin-bottom: 3rem
    }

    .swiper-slide {

        padding-left: 50px;
        padding-right: 50px;
    }

    .card {
        width: 21rem;
        margin: auto;
        padding: 0.5rem;
        min-height: 24.3rem !important;
    }
    .count-subscription {
        min-height: 19.3rem !important;
    }
    .card.blog {
        width: unset !important;
        margin: 6px 12px !important;
        padding: unset !important;
        min-height: unset !important;
    }

    #employeSwiper {
        width: 70% !important;
    }

    /* #employerSwiperContent {
        margin-left: 50px !important;
    } */

    #employeSwiper .swiper-slide {
        padding-right: 0px !important;
        padding-left: 0px !important;
        /* margin: 0px  !important; */
    }

    #employeSwiper img {
        width: 260px;
    }



}

@media (min-width:2001px) and (max-width:2200px) {
    .card {
        width: 21rem;
        margin: auto;
        padding: 0.5rem;
        min-height: 24.3rem !important;
    }

    .card.blog {
        width: unset !important;
        margin: 6px 12px !important;
        padding: unset !important;
        min-height: unset !important;
    }
}

@media (min-width:2201px) and (max-width:3100px) {
    .card {
        width: 21rem;
        margin: auto;
        padding: 0.5rem;
        min-height: 24.3rem !important;
    }

    .card.blog {
        width: unset !important;
        margin: 6px 12px !important;
        padding: unset !important;
        min-height: unset !important;
    }
}

.fa-linkedin {
    color: rgb(0, 123, 182);
}

/* @media (min-width: 920px){
#cookReviewIndex .p-md-32 {
    padding: 2rem !important;
    height: 35rem;
}
#cookReviewIndex .cr-testimonial__body {
    border-radius: 32px;
    width: 49rem;
} */


/* #cookrNewsSwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -23px;
    left: 0;
    width: 100%;
} */

@media (max-width:760px) {
    .twitter {
        height: 23px;
        margin-bottom: 4px;
    }
}

.cookr_News {
    display: inline-block;
    float: left;
}

/* @media (min-width:900px) {
    #NewsSwipperSlider .container{
        max-width: 90%;
    }
    #cookrNewsSwiper{
     padding-left: 7rem;   
     padding-right: 7rem;   
    }
    
} */


.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.3);
    border-radius: 1rem;
    /* width: 18rem;
        margin: auto; */
    padding: 0.6rem;
    transition: 0.3s;
    filter: drop-shadow(-1px -1px 4px rgba(0, 0, 0, 0.05)) drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.1));
}

.card.blog {
    border: none !important;
    filter: unset !important;
}

.card:hover {
    background-color: var(--cr-green-text);
    color: #fff;
    transform: translate(0px, -15px);
    box-shadow: -3px 3px 10px gray, 3px 3px 10px gray;
    transform: scale(105%, 105%);

}

.card.blog:hover {
    cursor: pointer;
    background-color: unset !important;
    color: unset !important;
    transform: unset !important;
    box-shadow: unset !important;
    transform: unset !important;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    box-shadow: 0 4px 10px #c1c1c157 !important;
    /* filter: drop-shadow(-1px -1px 4px rgba(0, 0, 0, 0.05)) drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.1)) !important; */
}

.card:hover p {
    color: #fff;
    transition: 0.2s;

}

.card.blog:hover p {
    color: #000;
    transition: 0.2s;

}

#cookrNewsSwiper .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.7rem;
    background-color: var(--cr-green);
    border-radius: 2px solid #ff9900;
    transition: 0.5s;
}

#cookrNewsSwiper .swiper-pagination-bullet-active {
    width: 0.9rem;
    height: 0.9rem;
    background-color: var(--cr-green-text);
}

@media (max-width:760px) {
    #cookrNewsSwiper .swiper-pagination-bullet {
        width: 0.5rem;
        height: 0.5rem;
        background-color: #ff9900;
        transition: 0.5s;
    }

    #cookrNewsSwiper .swiper-pagination-bullet-active {
        width: 0.6rem;
        height: 0.6rem;

    }

    .tamil-fs {
        font-size: 0.93rem !important;
    }
}

.blogs {
    /* background-image:url(../images/comingsoon/MicrosoftTeams-image.png); */
    /* width: 100%; */
    /* height: 90vh; */
    background-size: contain;
    background-repeat: no-repeat;
    /* display: flex; */
}

.blogs img {
    width: 100%;
    height: 100%;
}

#blogs .cr-section--download-mobile-app-small {
    border-radius: 0px;
}

.head-top {
    background-color: var(--cr-green);
    /* background-image: url(../../images/festival/diwali-gift-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;  */
    position: sticky;
    top: 0px;
    z-index: 15;
    transition: opacity 500ms;
}

.logo-title {
    color: #000;
    font-weight: 600;
}

@media (min-width:768px) {
    .cr-footerlinks {
        font-size: 1.16rem !important;
    }
}

#comingsoonSwiper .swiper-slide {
    padding: 0px !important;
}

.close-transition {
    transition-duration: 2s, 1s !important;
    opacity: 0.1;
}

#headtop .ms-md-10 {
    cursor: pointer;

}

#headtop .ms-md-10 svg {
    transition: 0.3s;
}

#headtop .ms-md-10 svg:hover {
    transform: scale(135%, 135%);
}

input:required:invalid {
    animation: shake 0.5s;

}

input:required:focus:invalid {
    border: 2px solid red;
    box-shadow: 0.1px 0.1px 5px red, -0.1px -0.1px 5px red;
}

input:required:focus:valid {
    border: 3px solid green;
    box-shadow: 0.1px 0.1px 5px green, -0.1px -0.1px 5px green;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    10%,
    90% {
        transform: translateX(-10px);
    }

    30%,
    70% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(0);
    }
}

.festival-main .navbar .d-inline-flex {
    padding: 10px 15px;
}

.festival-main .navbar .ms-lg-auto {
    border-radius: 30px;
    background-color: #FACD09;

}

.cookr-provider .boxes .col-sm-6 {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: auto;
    border-radius: 16px;
    box-sizing: border-box;
}

.cookr-provider .bg-yellow {
    border-radius: 30px;
}

.footer-sec {
    max-width: 90%;
    border-top-right-radius: 84px;
    box-sizing: border-box;
}

.contact-whatsapp a {
    background-color: #765532;
    border-radius: 30px;
}

@media (max-width:398px) {
    .cookr-provider .boxes .col-sm-6 {
        width: 160px !important;
        margin-top: 15px;
        height: 180px;
    }

    .download img {
        width: 100px !important;
    }
}

@media (max-width:499px) and (min-width:399px) {
    .cookr-provider .boxes .col-sm-6 {
        width: 190px !important;
        margin-top: 15px;
        height: 142px;
    }
}

@media (max-width:767px) and (min-width:500px) {
    .cookr-provider .boxes .col-sm-6 {
        width: 230px !important;
        margin-top: 15px;
        height: 142px;
    }
}

@media (min-width:767px) and (max-width:989px) {
    .cookr-provider .boxes .col-sm-6 {
        width: 280px !important;
        margin-top: 25px;
        height: 142px;
    }
}

@media (min-width:998px) and (max-width:1199px) {
    .cookr-provider .boxes .col-sm-6 {
        width: 230px !important;
        margin-top: 25px;
        height: 142px;
    }
}

@media (min-width:1200px) and (max-width:1402px) {
    .cookr-provider .boxes .col-sm-6 {
        width: 250px !important;
        margin-top: 25px;
        height: 142px;
    }
}

@media (min-width:1403px) {
    .cookr-provider .boxes .col-sm-6 {
        width: 290px !important;
        margin-top: 15px;
        height: 142px;
    }
}

@media (max-width:470px) {
    .download img {
        width: 140px;
    }
}

/* Default styles */

@font-face {
    font-family: 'gilroy';
    src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Responsive styles */
@media (min-width: 246px) {
    #biriyaniSwiper {
        width: 240px;
    }

    .customer-review-background {
        height: 350px;
    }

    .cr-section--our-team .cr-profile {
        width: 160px !important;
    }

    #festivalHeader .logo-title {
        top: 10px !important;
        font-size: 9px !important;
    }
}

@media (min-width: 314px) {
    #customer-review-slider {
        width: 320px;
        margin-top: 40px;
    }

    #festivalHeader .logo-title {
        top: 10px !important;
        font-size: 14px !important;
    }
}

@media(max-width:360px) {
    #festivalHeader img {
        width: 100px;
    }

    #festivalHeader {
        font-size: 10px;
    }

    .foot-content .fs-md-48 {
        font-size: 10px !important;
    }

    .foot-content a {
        font-size: 10px;
    }

    .social-media-festival img {
        width: 15px;
    }

    .social-media-festival p {
        font-size: 0.7rem !important;
    }


    .contact-whatsapp a {
        font-size: 10px;
        margin: 5px !important;
    }

}

@media(max-width:560px) {
    #festival-box img {
        width: 35px !important;
    }

    .contact-whatsapp .mt-md-10 {
        height: 35px;
        margin-top: 10px !important;
    }

    .contact-whatsapp .mt-md-10 img {
        width: 20px;
    }
}

@media (min-width: 412px) {
    #customer-review-slider {
        width: 380px;
        margin-top: 40px;
    }

    #festivalHeader .logo-title {
        font-size: 16px !important;
    }

}

@media (min-width: 510px) {
    #customer-review-slider {
        width: 490px;
        margin-top: 45px;
    }

    #customer-review-slider {
        width: 410px;
        margin-top: 40px;
    }

    #festivalHeader .logo-title {
        font-size: 20px !important;
    }

}

@media (min-width: 576px) {
    #biriyaniSwiper {
        width: 540px;
    }

    #customer-review-slider {
        width: 544px;
        margin-top: 45px;
    }

    .customer-review-background {
        height: 330px;
    }

    .cr-section--our-team .cr-profile {
        width: 234.65px !important;
    }

    .delivery-area {
        height: 25vh;
    }

}

@media (min-width: 768px) {
    #biriyaniSwiper {
        width: 720px;
    }

    #customer-review-slider {
        width: 725px;
    }

    .customer-review-background {
        height: 460px;
    }

    .delivery-area {
        height: 30vh;
    }
}

@media (min-width: 992px) {
    #biriyaniSwiper {
        width: 960px;
    }

    #customer-review-slider {
        width: 966px;
    }

    .customer-review-background {
        height: 430px;
    }

    .delivery-area {
        height: 35vh;
    }
}

@media (min-width: 1200px) {
    #biriyaniSwiper {
        width: 1170px;
        box-sizing: border-box;
    }

    #customer-review-slider {
        width: 1130px;
    }

    .customer-review-background {
        height: 400px;
    }

    .delivery-area {
        height: 35vh;
    }
}

.customer-review-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: #FFFAE5;
}

@media (min-width: 1400px) {
    #customer-review-slider {
        width: 1320px;
    }
}

@media (min-width: 2000px) {
    #employeSwiper {
        width: 60%;
    }
}

@media (min-width: 2300px) {
    #employeSwiper {
        width: 50%;
    }
}

@media (min-width: 2800px) {
    #employeSwiper {
        width: 45%;
    }
}

@media (min-width: 3300px) {
    #employeSwiper {
        width: 45%;
    }
}

@media (min-width: 2800px) {
    #employeSwiper {
        width: 40%;
    }
}

@media (min-width: 3600px) {
    #employeSwiper {
        width: 30%;
    }
}

#customer-review-slider {
    box-shadow: 0px 4px 25px rgba(209, 207, 207, 0.48);
    border-radius: 30px;
}

#biriyaniSwiper .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 20px;
    padding-right: 30px;
}

#biriyaniSwiper .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 20px;
    padding-left: 30px;
}

#customer-review-slider .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 20px;
    /* padding-right: 30px; */
}

#customer-review-slider .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 20px;
    /* padding-left: 30px;
    padding-: 40px; */
}

.contact-whatsapp {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(150px);
    position: sticky;
    bottom: 1px;
    z-index: 3;
    padding: 10px;
}

.festival-main {
    font-family: 'gilroy';
}

/* memployee slider */
@media (min-width:1680px) {}

@media (min-width:998px) and (max-width:1199px) {
    .cookr-provider .boxes .col-sm-6 {
        width: 230px !important;
        margin-top: 25px;
        height: 142px;
    }

}

@media (min-width:997px) and (max-width:1199px) {
    .cr-section--our-team .cr-profile {
        width: 190.65px !important;
    }

    .cr-section--our-team .cr-profile h6 {
        font-size: 14px !important;
    }

    #employeSwiper h6 {
        font-size: 14px !important;
    }
}

/* animation for festival page */
.shake {
    animation: shake 1.5s infinite;
}

@keyframes shake {
    0% {
        transform: translate(0, 0);
    }

    5% {
        transform: translate(-3px, 0);
    }

    10% {
        transform: translate(3px, 0);
    }

    15% {
        transform: translate(-3px, 0);
    }

    20% {
        transform: translate(3px, 0);
    }

    25% {
        transform: translate(0, 0);
    }

    30% {
        transform: translate(0, 0);
    }

    35% {
        transform: translate(0, 0);
    }

    40% {
        transform: translate(3px, );
    }

    45% {
        transform: translate(-3px, 0);
    }

    50% {
        transform: translate(3px, 0);
    }

    55% {
        transform: translate(-3px, 0);
    }

    60% {
        transform: translate(0, 0);
    }

    65% {
        transform: translate(0, 0);
    }

    70% {
        transform: translate(0px, 0);
    }

    75% {
        transform: translate(3, 0);
    }

    80% {
        transform: translate(-3, 0);
    }

    85% {
        transform: translate(3px, 0);
    }

    90% {
        transform: translate(-3px, 0);
    }

    95% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.contact-whatsappr {
    height: 100vh;
    overflow: auto;
}

.advisor-slider {
    padding: 0px !important;
}

#overlayOne,
#overlayTwo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: auto;
    background-color: #fff;
    border-radius: 30px !important;
    padding: 10px;
    animation: popup-animation 0.5s ease-out;
}

@media screen and (max-width: 768px) {
    #popup {
        width: 80%;
        height: 50%;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 1580px) {
    #popup {
        overflow-y: scroll;
        height: 65%;
    }
}

@keyframes popup-animation {
    from {
        opacity: 0;
        transform: translate(-50%, -55%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.advisor-image {
    transition: 0.3s;
    cursor: pointer;
}

.advisor-image:hover {
    transform: scale(1.1);
    padding-bottom: 20px;
}

.advisor-close {
    float: right;
    cursor: pointer;
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.joinWithUsHeader {
    background-color: #fff !important;
    color: #be2025 !important;
}

.joinWithUsHeader:hover {
    border: 1px solid white !important;
    background-color: #be2025 !important;
    color: #fff !important;
}

.joinWithUs {
    background-color: #fff !important;
    color: var(--cr-green-text) !important;
    border: none;
}

.joinWithUs:hover {
    /* border: 1px solid white !important; */
    background-color: var(--cr-green-text) !important;
    color: #fff !important;
}

.joinWithUs:hover .p {
    /* border: 1px solid white !important; */
    /* background-color: var(--cr-green-text) !important; */
    color: #fff !important;
}

.posterModal {
    cursor: pointer;
    right: 0px !important;
    top: 0px !important;
    background-color: #f90;
    width: 40px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 8px;
    color: #fff;
    border-bottom-left-radius: 8px;
}

button.btn-close.posterModalClose {
    padding: unset !important;
    margin: unset !important;
}

.posterATag {
    text-decoration: unset;
    margin: auto;
}

.modal-header-style {
    background-color: var(--cr-festive-yellow);
}

.modal-text-style {
    font-weight: 700;
    color: #8E2169;
    /* font-family: Poppins; */
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.posterVisit {
    height: 40px;
}

.posterVisit.cr-btn {
    padding: 12px 16px;
}

.posterVisit.cr-btn--with-arrow {
    padding-right: 52px;
}

.posterVisit.cr-btn--with-arrow:hover {
    background-color: #f90;
}

.posterVisit.cr-btn--with-arrow span {
    bottom: 0;
    height: 30px;
    margin: auto 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 6px;
    top: 0;
    width: 30px;
}

.diwali-gift-tagline span {
    padding: 0px 10px 0 4px;
}

.diwali-gift-tagline button {
    background-color: #FEC72F;
    border-radius: 30px;
    border: none;
    padding: 4px 12px;
}

.diwali-gift-tagline button a {
    text-decoration: none;
    color: #411F54;
}

.bottom-rounded-8px {
    border-radius: 8px;
}

.modal-close-button {
    border-radius: 50%;
    padding: 0.5rem;
    position: absolute;
    background-color: #481D4F;
    top: 1px;
    right: 1px;
}

.modal-close-button button {
    color: white !important
}

.count-appinstall {
    background-color: var(--cr-light-green) !important;
}

.count-appinstall:hover {
    background-color: var(--cr-light-green) !important;
    color: #000 !important;
    transform: unset !important;
    box-shadow: none !important;
    transform: unset !important;
}

.count-appinstall:hover p {
    color: #000 !important;
}

.count-subscription {
    position: relative;
    background-color: var(--cr-light-green) !important;
    min-height: 18.5rem;
}

.count-subscription-image {
    position: absolute;
    top: -85px;
    height: 200px;
}

.count-subscription:hover {
    background-color: var(--cr-light-green) !important;
    color: #000 !important;
    transform: unset !important;
    box-shadow: none !important;
    transform: unset !important;
}

.count-subscription:hover p {
    color: #000 !important;
}

.count-subscription:hover .counter-text-strickout {
    color: #929292 !important;
}

.counter-text-strickout {
    font-weight: 800 !important;
    color: #929292;
    inline-size: max-content !important;
    /* line-height: normal; */
}
.counter-text-bold {
    font-weight: 800 !important;
    inline-size: max-content !important;
    line-height: normal;
}

.modal-header-text-wrap-balance {
    text-wrap: balance !important;
}

.modal-close-btn-home {
    border-radius: 30%;
    background-color: #fff;
    height: 30px;
    width: 30px;
}

/* video */
.showcase {
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111;
    transition: 0.5s;
    z-index: 2;
}

.showcase-home {
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111;
    transition: 0.5s;
    z-index: 2;
}

.showcase.active {
    right: 300px;
}

.showcase video {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.showcase-home.active {
    right: 300px;
}

.showcase-home video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000045;
    mix-blend-mode: overlay;
}

.text {
    position: relative;
    z-index: 10;
}

.text h2 {
    font-size: 5em;
    font-weight: 800;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
}

.text h3 {
    font-size: 4em;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
}

.text p {
    font-size: 1.1em;
    color: #fff;
    margin: 20px 0;
    font-weight: 400;
    max-width: 700px;
}

@media (max-width: 991px) {

    .showcase,
    .showcase-home,
    .showcase header,
    .showcase-home header {
        padding: 40px;
    }

    .text h2 {
        font-size: 3em;
    }

    .text h3 {
        font-size: 2em;
    }
}

.chef-audio {
    bottom: 120px;
    right: 30px;
    z-index: 10;
}

#audio-toggle {
    border-radius: 50%;
    padding: 10px;
    background-color: #C0C0C0;
    border: 2px solid #C0C0C0;
}

#audio {
    height: 25px;
    width: 25px;
}

.polocyarticle-seller-ul {
    color: #888 !important;
}

.cr-policyarticle__content p {
    text-align: justify;
}


/****************** Inline CSS Changes *******************/

.facebook-image {
    height: 1px;
    width: 1px;
    display: none;
}

.medal-image {
    width: 28px;
    height: 28px;
}

.close-button {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.org-svg {
    width: 28px;
    height: 28px;
    fill: none;
}

.stroke-path {
    stroke: #FEC72F;
    stroke-width: 3.33333;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.stroke-path-btn {
    stroke: var(--cr-ghost-btn-color);
    stroke-width: 3.33333;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rect {
    width: 42px;
    height: 42px;
    fill: white;
}

.org-svg-twitter {
    width: 42px;
    /* height:42px; */
    fill: none;
}

.fill-path {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: var(--cr-green-text);
}

.fill-path-translate {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: var(--cr-green-text);
    transform: translate(-0.007 -5.424);
}

.fill-svg {
    fill: none;
}

.call-us {
    /* --bs-bg-opacity:0.2; */
    border-radius: 40px 40px 0 0;
    background-color: var(--cr-green-text) !important;
}

.cr-footerlinks a {
    font-size: 16px;
    text-decoration: none;
}

.cr-footerlinks a:hover {
    color: orange !important;
}

/***** about page ******/

.investors-1 {
    width: 350px;
}

.investors-2 {
    width: 100px;
    margin-left: 120px;
}

.investors-3 {
    width: 300px;
}

.investor-image {
    height: auto;
    max-width: 70%;
}

@media (max-width:289px) {
    .aegis {
        margin-left: 40px !important;
        width: 50% !important;
    }

    .social {
        margin-left: 40px !important;
        width: 50% !important;
    }

    .m2p {
        margin-left: 20px !important;
    }
}

@media (min-width:289px) and (max-width:401px) {
    .aegis {
        margin-left: 50px !important;
        width: 50% !important;
    }

    .social {
        margin-left: 50px !important;
        width: 50% !important;
    }

    .m2p {
        margin-left: 40px !important;
    }
}

@media (min-width:768px) {
    .investors-3 {
        margin-left: 20px;
    }
}

@media (min-width:1200px) {
    .investors-2 {
        margin-left: 40px !important;
    }

    .investors-3 {
        margin-left: 0px !important;
    }

    .investors-4 {
        margin-left: 80px !important;
    }

    .investors-9 {
        margin-left: 0px !important;
    }
}

.investors-4 {
    width: 120px;
    margin-left: 120px;
}

.investors-5 {
    width: 300px;
}

.investors-6 {
    width: 120px;
    margin-left: 100px;
}

.investors-7 {
    width: 300px;
}

.investors-8 {
    width: 250px;
}

.investors-9 {
    width: 300px;
}

.linkedin-sk {
    margin-right: 5px;
}

.advisor-meet {
    box-sizing: border-box;
}




/****delivery-areas page/index page *****/

.celebrate-meal {
    width: 90%;
}

.delivery-areas {
    color: var(--cr-green-text);
}

/******** Festival Page ******/

.festival-cookr {
    width: 140px;
}

.festival-girl {
    width: auto;
}

.biriyani-wrap {
    display: none;
}

.swiper-slide img {
    object-fit: contain;
}

/********* home-chef page/index page *******/

.videoFrame {
    width: 100%;
    height: 450px;
}

/************ error-page *************/

.error {
    width: 1200px;
    padding-left: 400px;
    margin-top: 100px;
}

/*********** careers page ************/

.locatelabel {
    font-size: 20px;
}

.resumelabel {
    font-size: 20px;
}

.nav-font {
    font-size: 18px !important;
}

.dropdown-toggle.nav-font {
    background-color: #DEF4E4;
}

.blog-author {
    height: 15% !important;
    width: 15% !important;
    object-fit: cover;
}

.author {
    margin-left: 10px;
}

.techblog-author {
    height: 6%;
    width: 6%;
}

.author-name {
    padding-left: 10px;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Remove default dropdown styling */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path fill='none' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7' /></svg>");
    /* Add a small arrow icon */
    background-repeat: no-repeat;
    background-position: right 10px center;
    /* Position the arrow icon */
    cursor: pointer;
}

.form-control:invalid {
    color: #929292 !important;
    opacity: 1 !important
}

.form-wrap {
    background-color: #def4e4;
    width: 100%;
    max-width: 850px;
    padding: 25px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

/* .form-wrap:before{
	content: "";
	width: 90%;
	height: calc(100% + 60px);
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	background: var(--cr-green-text);
	z-index: -1;
	opacity: 0.8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
} */
.form-wrap .form-group {
    margin-bottom: 10px;
}

.form-wrap .form-group .required {
    color: var(--cr-red);
}

.subscription-modal-form .form-group .required {
    color: var(--cr-red);
}

.subscription-modal-form .form-group .select-date-error {
    color: var(--cr-red);
}

.form-wrap .form-group>label {
    display: block;
    font-size: 16px;
    color: #000;
}

.form-wrap .custom-control-label {
    color: #000;
    font-size: 14px;
}

.form-wrap .form-control {
    height: 38px;
    background: #fff;
    border-color: transparent;
    padding: 0 15px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-wrap .form-control:focus {
    border-color: var(--cr-green-text);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.form-wrap textarea.form-control {
    height: 100px;
    padding-top: 15px;
    resize: none;
}

.form-wrap .btn {
    padding: .657rem .75rem;
    font-size: 14px;
    letter-spacing: 0.050em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-wrap .btn-location {
    padding: 0.3rem .5rem;
    font-size: 14px;
    letter-spacing: 0.050em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-wrap .btn-primary {
    color: #fff;
    background-color: var(--cr-green-text);
    border-color: var(--cr-green-text);
}

.form-wrap .btn-primary:hover {
    color: var(--cr-green-text);
    background-color: #ffffff;
    border-color: var(--cr-green-text);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.form-wrap .btn-primary:focus,
.btn-primary.focus {
    color: var(--cr-green-text);
    background-color: #ffffff;
    border-color: var(--cr-green-text);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.form-wrap .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: var(--cr-green-text);
    background-color: #ffffff;
    border-color: var(--cr-green-text);
}

.form-wrap .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.modal-backdrop.fade.show {
    display: none;
}

.veg-non-veg {
    input[type=checkbox] {
        height: 0;
        width: 0;
        visibility: hidden;
    }

    label {
        cursor: pointer;
        text-indent: -9999px;
        width: 70px;
        height: 30px;
        background: var(--cr-green-text);
        display: block;
        border-radius: 100px;
        position: relative;
    }

    label:after {
        content: '';
        position: absolute;
        top: 5px;
        left: 5px;
        width: 30px;
        height: 20px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

    input:checked+label {
        background: var(--cr-red);
    }

    input:checked+label:after {
        left: calc(100% - 5px);
        transform: translateX(-100%);
    }

    label:active:after {
        width: 130px;
    }
}

.veg-non-veg .pure-veg {
    color: var(--cr-green-text);
}

.veg-non-veg .non-veg {
    color: var(--cr-red);
}

.hidden-element {
    display: none;
}

/* .card-img-top.blog-image{
    height: 350px !important;
    object-fit: cover !important;
} */



.view-menu-button span {
    margin-left: 10px;
}

.view-menu-button {
    border: 2px solid #4CAF50;
    color: #4CAF50;
    background-color: white;
    border-radius: 10px;
    padding: 18px ;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bolder;
    cursor: pointer;
    /* margin-right: 12%;
    margin-top: 1%; */
}
 
  .tick {
    width: 230px;
    height: 200px;
  }

.subscribe-span {
    color: #FACD09;
}

/* form */

.message-box-location {
    /* width: 400px; */
    padding: 20px; 
    background-color: #DEF4E4; 
    border: 1px solid #cfd8dc; 
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 1); 
  }
  
  .message-box-location h2 {
    color: #169839; 
    font-size: 1.5em;
    margin-bottom: 10px; 
  }
  
  .message-box-location p {
    color: black;
    font-size: 1em;
    margin: 0;
  }

  .message-box-no-location {
    /* width: 300px; */
    padding: 20px;
    z-index: 50;
    background-color: #DEF4E4;
    border: 1px solid #cfd8dc; /* Light grey border */
    border-radius: 10px; /* Rounded corners */
    text-align: center; /* Center align text */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 1); /* Light shadow for some depth */

  }
  
  .message-box-no-location h2 {
    color: #2e7d32; /* Green color for the heading */
    font-size: 1.5em; /* Larger font size for the heading */
    margin-bottom: 10px; /* Space below the heading */
  }
  
  .message-box-no-location p {
    color: #546e7a; /* Dark grey color for the paragraph */
    font-size: 1em; /* Standard font size for the paragraph */
    margin: 0; /* Remove default margins */
  }

  .menu-img {
    width: 250px;
    height: 250px;
    /* margin-left: 5%; */

  }

  .menu-list {
    /* margin-top: 3%;
    text-align: center; */
  }

  .menu-list ul {
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 0;
    /* padding: 16px 0; */
  }

  .menu-content {
    /* width: 80%;
    margin-left: 15%; */
    min-height: 600px;
  }
  .menu-content .carousel-item {
    min-height: 500px;
    background-color: #fff;
  }

  .carousel-inner {
    background-color: #F5F5F5;
  } 

  /* .modal-content {
    margin-right: 200px;
  } */

  .menu-item h2 {
    font-size: 30px;
    color: #03621d;
    font-weight: 1000;
    text-align: center;
    /* padding-left: 230px; */
    margin-top: 5%;
  }

  .prev-button {
    width: 60px; /* Adjust width as needed */
    height: 60px; /* Adjust height as needed */
    font-size: 2rem; /* Adjust font size for the icon */
    padding: 15px; /* Adjust padding for spacing inside the button */
    background-color: #169839; /* Blue color as an example */
    border-radius: 50%;
    margin-top: 20%;
  }

  .next-button {
    width: 60px; /* Adjust width as needed */
    height: 60px; /* Adjust height as needed */
    font-size: 2rem; /* Adjust font size for the icon */
    padding: 15px; /* Adjust padding for spacing inside the button */
    background-color: #169839; /* Blue color as an example */
    border-radius: 50%;
    margin-top: 20%;
  }

  #VegMenuModal {
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
  }

  #NonVegMenuModal {
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
  }

  .note-head {
    font-weight: 600;
    font-size: 12px;
    margin-left: 5%;
    width: 100%;
  }

  .note {
    color: black;
    font-size: 10px;
    margin-left: 8%;
    text-align: center;
  }

  .daysWeek {
    /* margin-right: 2%; */
    font-size: 16px;
}
.daysWeek .day {
    width: 17%;
    color:  #169839;
  }
  .menu-display {
    font-size: 16px;
    width: 83%;
}

  .menu-items-list {
    margin-left: 2%;
    text-align: start;
  }


  .menu-header {
    font-size: 24px;
    background-color: #169839;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu-header h5 {
    font-size: 30px;
    /* padding-left: 400px; */
    text-align: center;
    align-items: center;
    font-weight: 600;
  }
  
  .menu-header button {
    background-color: white;
  }

  .carousel-indicators button {
    width: 10px; 
    height: 10px; 
    border-radius: 0%;
    background-color: #555; 
    margin-bottom: 4%;
    
}
.carousel-indicators .active {
    background-color: #169839; 
}

.carousel-control-prev {
    left: -30px; 
}
.carousel-control-next {
    right: -30px;
}

.message-box-no-location {
    /* width: 300px;
    margin-left: 20px; */
}

.banner {
    /* position: absolute;
    t */
    margin-left: 6%;
    margin-bottom: 10%;
}

.hide {
    display: none;
}

.count-subscription {
    width: 26%;
}

/* #vegElement {
    margin-left: 10%;
}

#nonVegElement {
    margin-left: 10%;
} */

.menu-gap {
    margin: .7rem 0;
    width: 90%;
}

.food-card {
    padding: 0 10%;
}

.price-details {
    font-weight: 800;
    background-color: white !important;
    color: black !important;
    border-radius: 20px;
    margin-top: 18px;
    margin-bottom: 18px;
    display: flex;
    width: fit-content;
}

.price-details button {
    padding: 5px 8px 5px;
    border: none;
    border-radius: 20px;
    background-color: white;
}

.nav-link-price {
   color: black !important
} 

.price-tab {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
} 

.price-tabs button .active {
    background-color: black !important;
    color: white !important;
}

.menu-notes {
    font-size: 14px;
    width: 75%;
    margin-bottom: 0px;
}

.food-dropdown {
    align-items: center !important;
    justify-content: center !important;
    float: right !important;
    width: 60%;
    padding: 6px !important;
    /* margin-right: 25%; */
}
.food-dropdown:disabled {
    background-color: #e9ecef !important;
    /* margin-right: 25%; */
}

/* RazorPay Bill */

/* #ReceiptPlanModal {
    background: rgba(0, 0, 0, 0.8);
} */

/* .receipt-plan-modal {
    margin-left: 35%;
    width: 415px;
  } */
  
  .receipt-content {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 10px;
    overflow: visible;
  }
  
  .receipt-content::before,
  .receipt-content::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    background-image: 
      radial-gradient(circle at 10px -5px, transparent 12px, white 13px);
    background-size: 20px 20px;
    background-repeat: repeat-x;
  }
  
  .receipt-content::before {
    top: -10px;
  }
  
  .receipt-content::after {
    bottom: -10px;
    transform: rotate(180deg);
  }
  
  .receipt-header {
    border-bottom: none;
    position: relative;
  }
  
  .receipt-title {
    font-weight: 800;
    font-size: 16px;
    color: #28a745;
  }
  
  .receipt-body {
    padding: 20px;
  }
  
  .receipt-details {
    font-size: 12px;
    line-height: 1.5;
    color: #333;
  }
  
  .receipt-details p {
    margin: 0 0 8px;
  }
  
  .receipt-details .meal-plan {
    margin: 16px 0;
  }
  
  .receipt-details .meal-plan p {
    margin: 0;
  }
  
  .receipt-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 14px;
  }

  .receipt-item-list {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
  }
  
  .receipt-item:last-child {
    border-bottom: none;
  }
  
  .food-category {
    color: #28a745;
  }
  
  .charges {
    margin: 16px 0;
  }
  
  .total-amount {
    font-size: 16px;
    font-weight: bold;
    margin: 16px 0;
    text-align: right;
  }
  
  .btn-confirm-order {
    display: block;
    width: 100%;
    background-color:  #169839;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
  }
  
  .btn-confirm-order:hover {
    background-color:  #169839;
  }

  .cr-header .subscription:hover {
    background-color: #FF9900 !important;
    color: white !important;
}
.cr-header .home-food:hover {
    background: #0A6021 !important;
    color: white !important;
}
          
  
@media (min-width:289px) and (max-width:401px) {

    .cr-section--subscription-hero {
        /* background: url(../images/about/hero/Lunchboxmobile.svg) 0 0 no-repeat; */
        background: url(../images/about/hero/SubscriptionMobileBanner.webp) 0 0 no-repeat;
        background-position: 50% 50%;
        background-size: contain !important;
        height: 60vh !important;
    }

    .price-details {
        font-weight: 800;
        background-color: white !important;
        color: black !important;
        border-radius: 20px;
        margin-top: 2%;
        margin-bottom: 2%;
        display: flex;
        width: fit-content;
    }
    
    .price-details button {
        padding: 1px 4px 1px;
        border: none;
        border-radius: 20px;
        background-color: white;
        font-size: 12px;
    }

    .daysWeek {
        font-size: 11px;
    }
    .daysWeek .day {
        width: 25% !important;
        color:  #169839;
      }
    .menu-display {
        font-size: 11px;
        width: 75%;
    }

    /* #ReceiptPlanModal {
        width: 400px;
        margin-left: 1% ;
    } */

    .banner {
        position: absolute;
        bottom: 0;
        transition: top 1s ease-in-out;
      }
  
      .cr-section--subscription-hero .banner {
          bottom: auto;
      }

    .menu-content {
        /* width: 90%;
        margin-left: 6%; */
    }

    #VegMenuModal {
        width: 400px;
        position: fixed;
        overflow: visible;
        /* margin-top: 40px; */
        background: rgba(0, 0, 0, 0.8);
    }

    #NonVegMenuModal {
        width: 400px;
        position: fixed;
        overflow: visible;
        margin-top: 35px;
        background: rgba(0, 0, 0, 0.8);
    }

    .menu-header {
        font-size: 10px;
        height: 50px;
        
    }

    .menu-header h5 {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }

    .menu-item h2 {
        font-size: 12px;
        font-weight: 800;
        text-align: center;
        /* padding-left: 140px; */
        margin-top: 5px;     
    }

    .menu-item .menu-img {
        width: 150px;
        height: 100px;
        /* padding-right: 15%;       */
    }

    .menu-item .menu-list {
        padding: 0 10px;
    }
    .menu-list ul {
        font-size: 10px;
        /* text-align: center; */
        justify-content: center;
        gap: 10px !important;
    }

    /* .menu-list{
        font-size: 6px;
        text-align: center;
        width: 160%; 
        margin-right: 30px;
        display: flex;
        align-items: center;
        justify-content: center; 
    } */


    .message-box-location {
        /* width: 350px; */
    }

    .note {
        font-size: 8px;
        margin-bottom: 2px;

    }

    .note-head {
        font-size: 10px;
    }

    .menu-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .prev-button {
        margin-top: 25%;
        width: 40px; /* Adjust width as needed */
        height: 40px;
        margin-left: 50px;
    }

    .next-button {
        margin-top: 25%;
        width: 40px; /* Adjust width as needed */
        height: 40px;
        margin-right: 50px;
    }

    .carousel-indicators {
        margin-bottom: -2%;

    }  
    .count-subscription {
        width: 100%;
        justify-content: center;    
    }

    .view-menu-button {
        padding: 8px;
        /* margin-top: 2%; */
        font-size: 16px;
    }

    .menu-gap {
        margin: 1%;
    }

    .price-tabs {
        /* margin-left: 5%; */
    }

    .menu-gap-list {
        /* margin: 3%; */
        margin: .7rem 0;
    }

}

@media (min-width:570px) and (max-width:768px) {
    .cr-section--subscription-hero {
        /* background: url(../images/about/hero/Lunchbox-media410.svg) center center no-repeat !important; */
        background: url(../images/about/hero/SubscriptionMobileBanner.webp) center center no-repeat !important;
        /* background: linear-gradient(270deg, rgba(0, 154, 73, 0.8) 41.22%, rgba(7, 81, 27, 0.8) 100%), 
        url(../images/about/hero/Lunchbox-mobile.svg) no-repeat center center;; */
        background-position: 50% 15% !important;
        background-size: cover !important;
        /* background: linear-gradient(270deg, #009A49 41.22%, #07511B 100%); */
        height: 100vh !important;
        width: 100% !important;
    }
}

@media (min-width:402px) and (max-width:768px) {

    .cr-section--subscription-hero {
        /* background: url(../images/about/hero/Lunchbox-media410.svg) center center no-repeat; */
        background: url(../images/about/hero/SubscriptionMobileBanner.webp) center center no-repeat;
        /* background: linear-gradient(270deg, rgba(0, 154, 73, 0.8) 41.22%, rgba(7, 81, 27, 0.8) 100%), 
        url(../images/about/hero/Lunchbox-mobile.svg) no-repeat center center;; */
        background-size: contain !important;
        background-position: 50% 50%;
        /* background: linear-gradient(270deg, #009A49 41.22%, #07511B 100%); */
        height: 100vh;
        width: 100%;
    }

    .menu-gap-list {
        /* margin: 3%; */
        margin: .7rem 0;
    }

    .price-details {
        font-weight: 800;
        background-color: white !important;
        color: black !important;
        border-radius: 20px;
        margin-top: 2%;
        margin-bottom: 2%;
        display: flex;
        width: fit-content;
    }
    
    .price-details button {
        padding: 1px 4px 1px;
        border: none;
        border-radius: 20px;
        background-color: white;
        font-size: 12px;
    }

    .daysWeek {
        font-size: 11px;
    }
    .daysWeek .day {
        width: 25% !important;
        color:  #169839;
      }
      .menu-display {
        font-size: 11px;
        width: 75%;
    }

    /* #ReceiptPlanModal {
        width: 400px;
        margin-left: 1% ;
    } */

    .price-tabs {
        /* margin-left: 10%; */
    }

    .banner {
      position: absolute;
      bottom: 0;
      transition: top 1s ease-in-out;
    }

    .cr-section--subscription-hero .banner {
        top: 5%;
        bottom: auto;
    }

    .menu-content {
        /* width: 90%;
        margin-left: 6%; */
    }

    #VegMenuModal {
        width: 100%;
        /* height: 70%; */
        position: fixed;
        overflow: visible;
        /* margin-top: 60px; */
        background: rgba(0, 0, 0, 0.8);
    }

    #NonVegMenuModal {
        width: 100%;
        /* height: 100%; */
        position: fixed;
        overflow: visible;
        /* margin-top: 50px; */
        background: rgba(0, 0, 0, 0.8);
    }

    .carousel-inner {
        height: 50%;
    }

    .menu-notes {
        font-size: 10px !important;
        width: 95%;
        margin-bottom: 0px;
    }

    .menu-header {
        font-size: 10px;
        height: 50px;
        
    }

    .menu-header h5 {
        display: flex;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }

    /* #vegModalClose {
        padding-bottom: -40px;
    } */

    .menu-item h2 {
        font-size: 12px;
        font-weight: 800;
        text-align: center;
        /* padding-left: 140px; */
        margin-top: 5px;     
    }
    .menu-item .menu-list {
        padding: 0 10px;
    }
    .menu-list ul {
        font-size: 10px;
    }

    .menu-item .menu-img {
        width: 200px;
        height: 100px;
        margin-right: 10px; 
    }

    /* .menu-list{
        font-size: 8px;
        text-align: center;
        width: 160%; 
        margin-right: 30px;
        display: flex;
        align-items: center;
        justify-content: center; 
    } */


    .message-box-location {
        /* width: 350px; */
    }

    .note {
        font-size: 8px;
        margin-bottom: 30px;

    }

    .note-head {
        font-size: 10px;
    }

    .menu-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .prev-button {
        margin-top: 25%;
        width: 40px; /* Adjust width as needed */
        height: 40px;
        margin-left: 50px;
    }

    .next-button {
        margin-top: 25%;
        width: 40px; /* Adjust width as needed */
        height: 40px;
        margin-right: 50px;
    }

    .carousel-indicators {
        margin-bottom: -2%;
        
    }

    .card-size {
        display: block;
        width: 300px;
    }

    .count-subscription {
        width: 200px;
        height: 300px;
    }

    /* .view-menu-button {
        margin-top: -20%;
    } */

    .menu-gap {
        margin: .2rem 0;
    }
}
.counter-subscription {
    position: relative;
}
.counter-subscription::after {
    content: "*";
    position: absolute;
    top: 0;
    right: -13px;
    font-size: 17px;
    /* color: red; */
    margin: 5px;
}


.group-about{
position: relative;
cursor: pointer;
}

.group-join-us{
    position: relative;
cursor: pointer;
}

.group-arrows{

}
/* style="position: absolute; top: 40px; display: flex; flex-direction: column; width: 150px;" */
.group-dropdown{
position: absolute;
top: 36px;
left: 50%;
transform: translate(-50%, 0);
display: flex;
flex-direction: column;
align-items: center;
width: 150px;
background-color: white;
border-radius: 16px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.join-group-dropdown{
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    background-color: white;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.order-now-dropdown{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    background-color: white;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.group-dropdown-text{
    color: black !important;
}

.subscribtion-mob-container{
    display: none;
}

.sub-btn{
    width: 200px !important;
font-size: 20px

}
.order-btn{
    width: 260px !important;
font-size: 20px

}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .nav-mobile{
        display: none !important;
    }
    .subscribtion-mob-container{
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        gap: 2px;
    }
}

@media only screen and (max-width: 1100px) { 
    .cr-header__menu-list {
        display: flex;
        flex-direction: column !important;
        align-items: start;
        width: 100%;
    }
    .download-now {
        display: flex;
        flex-direction: column;
    }
    
}

@media only screen and (min-width: 1101px) { 
     .cr-header__menu-list {
        display: flex;
        flex-direction: row !important;
        align-items: center;
    }
    .download-now {
        display: none ;
    }
}

@media only screen and (max-width: 768px) {
    /* .group-about{

    }
    .group-arrows{

    } */
    .nav-mobile{
        display: none !important;
    }
    .group-dropdown{
        position: relative;
top: 0px;
left: 40%;
display: flex;
flex-direction: column;
/* width: 350px; */
background-color: transparent;
border-radius: 0px;
box-shadow:none;
align-items: flex-start;
justify-content: flex-start;
/* transform: translate(10, 0); */
    }

    .group-dropdown-text{
        color: #169839 !important;
    }

    .join-group-dropdown{
        position: relative;
top: 0px;
left: 40%;
display: flex;
flex-direction: column;
/* width: 350px; */
background-color: transparent;
border-radius: 0px;
box-shadow:none;
text-align: left;
align-items: flex-start;
justify-content: flex-start;
/* align-items: start; */

    }

    .order-now-dropdown{
        position: relative;
top: 0px;
left: 40%;
display: flex;
flex-direction: column;
/* width: 350px; */
background-color: transparent;
border-radius: 0px;
box-shadow:none;
text-align: left;
align-items: flex-start;
justify-content: flex-start;
/* align-items: start; */

    }

    .cr-header__menu-list{
        overflow: auto;
        padding-bottom: 30px
    }
    .subscribtion-mob-container{
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        gap: 2px;
    }
    .subscription-container{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 2px;
    }
    .cookr-logo{
        height: 50px;
        width: 75px;
    }
    .sub-btn{
       display: none !important;
    }
    .order-btn{
        display: none !important;

    }
}

/* Left bar open/close icon */
.navbar-toggler{
    display: flex !important;
    flex-direction: column !important;
}

@media (max-width: 592px) {
    .subscribtion-mob-container {
        display: none;
    }
}

@media (min-width:1100px) {
    .navbar-toggler{
        display: none !important;
    }
}

/* @media (min-width:1100px) {
    .navbar-toggler{
        display: none !important;
    }
} */

@media (min-width:769px) {
    .subscription-container{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.subscription-body{
    /* overflow: visible !important; */
}
.subscription-cursor-pointer {
    cursor: pointer;
}
.ReceiptPlanModal {
    margin-top: 0 !important;
}
#startDateModal {
    margin-top: 0 !important;
}
#UnserviceableModal {
    margin-top: 0 !important;
}
#submitNoLocationModal {
    margin-top: 0 !important;
}
#submitLocationModal {
    margin-top: 0 !important;
}
#VegMenuModal {
    margin-top: 0 !important;
}
#NonVegMenuModal {
    margin-top: 0 !important;
}
@media (max-width:1016px) {
    #razorpay-checkout-v2-container{
        padding-bottom: 16% !important;
    }
    .razorpay-container{
        padding-bottom: 16% !important;
    }
}
.order-btn .svg-icon {
    width: 30px;
    height: 30px;
    transition: stroke 0.3s ease;
  }
  
  .order-btn .svg-icon path {
    stroke: #047138 !important; /* Default stroke color */
  }
  
  .order-btn:hover .svg-icon path {
    stroke: #fff !important; /* Stroke color on hover */
  }
.home-food .svg-icon {
    width: 30px;
    height: 30px;
    transition: stroke 0.3s ease;
  }
  
  .home-food .svg-icon path {
    stroke: #047138 !important; /* Default stroke color */
  }
  
  .home-food:hover .svg-icon path {
    stroke: #fff !important; /* Stroke color on hover */
  }
.subscription .svg-icon {
    width: 30px;
    height: 30px;
    transition: stroke 0.3s ease;
  }
  
  .subscription .svg-icon path {
    stroke: #FF9900 !important; /* Default stroke color */
  }
  
  .subscription:hover .svg-icon path {
    stroke: #fff !important; /* Stroke color on hover */
  }
  @media (min-width:767px) {
      .modal-veg-menu .carousel-indicators{
        bottom: -45px;
      }
      .modal-nonveg-menu .carousel-indicators{
        bottom: -45px;
      }
  }

  /* Home Page UI */

  @media (min-height:500px) and (max-height:700px) {
    .cr-section--home-hero .cr-hero__title .txt{
        font-size: 34px;
        margin-bottom: 0px !important;
    }

    .cr-section--home-hero .swiper-slide .slide img {
        height: 600px;
    }
  }

  @media (min-width:289px) and (max-width:468px) {
    .cr-section--home-hero .cr-hero__title .txt{
        font-size: 25px !important;
        margin-bottom: 5px !important;
    }

    .cr-section--home-hero .swiper-slide .slide img {
        height: 400px !important;
        width: 450px;
        margin-bottom: 2%;
    }
  }
  #map {
    height: 350px;
    width: 100%;
}
#currentLocation {
    padding: 8px;
    width: 50px;
}

/* .map-controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
} */
.intl-tel-input {
    display: table-cell;
  }
  .intl-tel-input .selected-flag {
    z-index: 4;
  }
  .intl-tel-input .country-list {
    z-index: 5;
  }
  .input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
  }
  .iti {
    width: 100% !important;
  }
  #phoneNumber.invalid-input {
    border: 2px solid red;
    box-shadow: 0.1px 0.1px 5px red, -0.1px -0.1px 5px red;
  }

.dropdown-item:active {
    color: #ffff;
    text-decoration: none;
    background-color: #0A6021;

    .group-dropdown-text {
        color: #ffff !important;
    }
}