.row.equal-height > [class*="col"] > * {
    height: 100%;
    margin-bottom: 0;
}
:root {
    --bs-blue: #007bff;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #28a745;
    --bs-teal: #20c997;
    --bs-cyan: #17a2b8;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-medium: #ced4da;
    --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: #000;
    --bs-primary: #875e29;
    --bs-secondary: #4d4c44;
    --bs-success: #28a745;
    --bs-info: #17a2b8;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #4d4c44;
    --bs-white: #fff;
    --bs-black: #000;
    --bs-blue: #22458a;
    --bs-bronze: #875e29;
    --bs-flower: #fcdee0;
    --bs-sky: #bad8e1;
    --bs-copper: #b4d7b8;
    --bs-plaster: #e2ddcb;
    --bs-stone: #beb7b3;
    --bs-flower-50: #fdeeef;
    --bs-sky-50: #dcebf0;
    --bs-copper-50: #d9ebdb;
    --bs-plaster-50: #f0eee5;
    --bs-stone-50: #dedbd9;
    --bs-dark-50: #a6a5a1;
    --bs-flower-25: #fef8f9;
    --bs-sky-25: #f1f7f9;
    --bs-copper-25: #f0f7f1;
    --bs-plaster-25: #f9f8f5;
    --bs-stone-25: #f2f1f0;
    --bs-dark-25: #dbdbda;
    --bs-dark-grey: #777671;
    --bs-darker: #43423a;
    --bs-plaster-75: #e9e6d8;
    --bs-primary-rgb: 135, 94, 41;
    --bs-secondary-rgb: 77, 76, 68;
    --bs-success-rgb: 40, 167, 69;
    --bs-info-rgb: 23, 162, 184;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 77, 76, 68;
    --bs-blue-rgb: 34, 69, 138;
    --bs-bronze-rgb: 135, 94, 41;
    --bs-flower-rgb: 252, 222, 224;
    --bs-sky-rgb: 186, 216, 225;
    --bs-copper-rgb: 180, 215, 184;
    --bs-plaster-rgb: 226, 221, 203;
    --bs-stone-rgb: 190, 183, 179;
    --bs-flower-50-rgb: 253, 238, 239;
    --bs-sky-50-rgb: 220, 235, 240;
    --bs-copper-50-rgb: 217, 235, 219;
    --bs-plaster-50-rgb: 240, 238, 229;
    --bs-stone-50-rgb: 222, 219, 217;
    --bs-dark-50-rgb: 166, 165, 161;
    --bs-flower-25-rgb: 254, 248, 249;
    --bs-sky-25-rgb: 241, 247, 249;
    --bs-copper-25-rgb: 240, 247, 241;
    --bs-plaster-25-rgb: 249, 248, 245;
    --bs-stone-25-rgb: 242, 241, 240;
    --bs-dark-25-rgb: 219, 219, 218;
    --bs-dark-grey-rgb: 119, 118, 113;
    --bs-darker-rgb: 67, 66, 58;
    --bs-plaster-75-rgb: 233, 230, 216;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 77, 76, 68;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif,
        Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: #4d4c44;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.25rem;
    --bs-border-radius-sm: 0.2rem;
    --bs-border-radius-lg: 0.3rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #875e29;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-link-hover-color: #875e29;
    --bs-code-color: #e83e8c;
    --bs-highlight-bg: #fcf8e3;
    /* new starts 
    --bs-nav-link-font-size: 1rem;
    --bs-nav-link-font-weight: 400;
    new ends */
}
.accordion {
    --bs-accordion-color: #4d4c44;
    --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.25rem;
    --bs-accordion-inner-border-radius: calc(0.25rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #4d4c44;
    --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='%234d4c44'%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='%237a5525'%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: #875e29;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 6px #fff !important;
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #7a5525;
    --bs-accordion-active-bg: #f3efea;
}
.accordion-button {
    align-items: center;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    color: var(--bs-accordion-btn-color);
    display: flex;
    font-size: 1.0625rem;
    overflow-anchor: none;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    position: relative;
    text-align: left;
    transition: var(--bs-accordion-transition);
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-active-bg);
    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);
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:after {
    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;
    transition: var(--bs-accordion-btn-icon-transition);
    width: var(--bs-accordion-btn-icon-width);
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    border-color: var(--bs-accordion-btn-focus-border-color);
    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;
}
*,
:after,
:before {
    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 rgba(0, 0, 0, 0.1);
    color: inherit;
    margin: 1rem 0;
    opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: lora, serif;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.h1,
h1 {
    font-size: calc(1.3875rem + 1.65vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.625rem;
    }
}
.h2,
h2 {
    font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 1.875rem;
    }
}
.h3,
h3 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.5rem;
    }
}
.h4,
h4 {
    font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.3125rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1.0625rem;
}
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;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 500;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 80%;
}
.mark,
mark {
    background-color: var(--bs-highlight-bg);
    padding: 0.2em;
}
sub,
sup {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: var(--bs-link-color);
}
a,
a:hover {
    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 {
    color: #000;
    display: block;
    font-size: 87.5%;
    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: 87.5%;
}
a > code {
    color: inherit;
}
kbd {
    background-color: #000;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 87.5%;
    padding: 0.2rem 0.4rem;
}
kbd kbd {
    font-size: 1em;
    font-weight: 500;
    padding: 0;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    caption-side: bottom;
}
caption {
    color: #6c757d;
    padding-bottom: 0.5rem;
    padding-top: 0.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;
}
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: calc(1.275rem + 0.3vw);
    line-height: inherit;
    margin-bottom: 0.5rem;
    padding: 0;
    width: 100%;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    -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: calc(1.25625rem + 0.075vw);
    font-weight: 400;
}
@media (min-width: 1200px) {
    .lead {
        font-size: 1.3125rem;
    }
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}
.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 80%;
    text-transform: uppercase;
}
.blockquote {
    font-size: calc(1.25625rem + 0.075vw);
    margin-bottom: 1rem;
}
@media (min-width: 1200px) {
    .blockquote {
        font-size: 1.3125rem;
    }
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    color: #6c757d;
    font-size: 80%;
    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 #dee2e6;
    border-radius: 0.25rem;
    padding: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    line-height: 1;
    margin-bottom: 0.5rem;
}
.figure-caption {
    color: #6c757d;
    font-size: 90%;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.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: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-gutter,
.gx-gutter {
    --bs-gutter-x: 15px;
}
.g-gutter,
.gy-gutter {
    --bs-gutter-y: 15px;
}
.g-huge,
.gx-huge {
    --bs-gutter-x: 8rem;
}
.g-huge,
.gy-huge {
    --bs-gutter-y: 8rem;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 2rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 2rem;
}
.g-6,
.gx-6 {
    --bs-gutter-x: 2.5rem;
}
.g-6,
.gy-6 {
    --bs-gutter-y: 2.5rem;
}
.g-7,
.gx-7 {
    --bs-gutter-x: 3rem;
}
.g-7,
.gy-7 {
    --bs-gutter-y: 3rem;
}
.g-8,
.gx-8 {
    --bs-gutter-x: 3.5rem;
}
.g-8,
.gy-8 {
    --bs-gutter-y: 3.5rem;
}
.g-9,
.gx-9 {
    --bs-gutter-x: 4rem;
}
.g-9,
.gy-9 {
    --bs-gutter-y: 4rem;
}
.g-10,
.gx-10 {
    --bs-gutter-x: 4.5rem;
}
.g-10,
.gy-10 {
    --bs-gutter-y: 4.5rem;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-gutter,
    .gx-sm-gutter {
        --bs-gutter-x: 15px;
    }
    .g-sm-gutter,
    .gy-sm-gutter {
        --bs-gutter-y: 15px;
    }
    .g-sm-huge,
    .gx-sm-huge {
        --bs-gutter-x: 8rem;
    }
    .g-sm-huge,
    .gy-sm-huge {
        --bs-gutter-y: 8rem;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 2rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 2rem;
    }
    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 2.5rem;
    }
    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 2.5rem;
    }
    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 3rem;
    }
    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 3.5rem;
    }
    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 3.5rem;
    }
    .g-sm-9,
    .gx-sm-9 {
        --bs-gutter-x: 4rem;
    }
    .g-sm-9,
    .gy-sm-9 {
        --bs-gutter-y: 4rem;
    }
    .g-sm-10,
    .gx-sm-10 {
        --bs-gutter-x: 4.5rem;
    }
    .g-sm-10,
    .gy-sm-10 {
        --bs-gutter-y: 4.5rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-gutter,
    .gx-md-gutter {
        --bs-gutter-x: 15px;
    }
    .g-md-gutter,
    .gy-md-gutter {
        --bs-gutter-y: 15px;
    }
    .g-md-huge,
    .gx-md-huge {
        --bs-gutter-x: 8rem;
    }
    .g-md-huge,
    .gy-md-huge {
        --bs-gutter-y: 8rem;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 2rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 2rem;
    }
    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 2.5rem;
    }
    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 2.5rem;
    }
    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 3rem;
    }
    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 3rem;
    }
    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 3.5rem;
    }
    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 3.5rem;
    }
    .g-md-9,
    .gx-md-9 {
        --bs-gutter-x: 4rem;
    }
    .g-md-9,
    .gy-md-9 {
        --bs-gutter-y: 4rem;
    }
    .g-md-10,
    .gx-md-10 {
        --bs-gutter-x: 4.5rem;
    }
    .g-md-10,
    .gy-md-10 {
        --bs-gutter-y: 4.5rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-gutter,
    .gx-lg-gutter {
        --bs-gutter-x: 15px;
    }
    .g-lg-gutter,
    .gy-lg-gutter {
        --bs-gutter-y: 15px;
    }
    .g-lg-huge,
    .gx-lg-huge {
        --bs-gutter-x: 8rem;
    }
    .g-lg-huge,
    .gy-lg-huge {
        --bs-gutter-y: 8rem;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 2rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 2rem;
    }
    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 2.5rem;
    }
    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 2.5rem;
    }
    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 3rem;
    }
    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 3.5rem;
    }
    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 3.5rem;
    }
    .g-lg-9,
    .gx-lg-9 {
        --bs-gutter-x: 4rem;
    }
    .g-lg-9,
    .gy-lg-9 {
        --bs-gutter-y: 4rem;
    }
    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 4.5rem;
    }
    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 4.5rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-gutter,
    .gx-xl-gutter {
        --bs-gutter-x: 15px;
    }
    .g-xl-gutter,
    .gy-xl-gutter {
        --bs-gutter-y: 15px;
    }
    .g-xl-huge,
    .gx-xl-huge {
        --bs-gutter-x: 8rem;
    }
    .g-xl-huge,
    .gy-xl-huge {
        --bs-gutter-y: 8rem;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 2rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 2rem;
    }
    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 2.5rem;
    }
    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 2.5rem;
    }
    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 3rem;
    }
    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 3.5rem;
    }
    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 3.5rem;
    }
    .g-xl-9,
    .gx-xl-9 {
        --bs-gutter-x: 4rem;
    }
    .g-xl-9,
    .gy-xl-9 {
        --bs-gutter-y: 4rem;
    }
    .g-xl-10,
    .gx-xl-10 {
        --bs-gutter-x: 4.5rem;
    }
    .g-xl-10,
    .gy-xl-10 {
        --bs-gutter-y: 4.5rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-gutter,
    .gx-xxl-gutter {
        --bs-gutter-x: 15px;
    }
    .g-xxl-gutter,
    .gy-xxl-gutter {
        --bs-gutter-y: 15px;
    }
    .g-xxl-huge,
    .gx-xxl-huge {
        --bs-gutter-x: 8rem;
    }
    .g-xxl-huge,
    .gy-xxl-huge {
        --bs-gutter-y: 8rem;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 2rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 2rem;
    }
    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 2.5rem;
    }
    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 2.5rem;
    }
    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 3rem;
    }
    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 3.5rem;
    }
    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 3.5rem;
    }
    .g-xxl-9,
    .gx-xxl-9 {
        --bs-gutter-x: 4rem;
    }
    .g-xxl-9,
    .gy-xxl-9 {
        --bs-gutter-y: 4rem;
    }
    .g-xxl-10,
    .gx-xxl-10 {
        --bs-gutter-x: 4.5rem;
    }
    .g-xxl-10,
    .gy-xxl-10 {
        --bs-gutter-y: 4.5rem;
    }
}
.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: #dee2e6;
    --bs-table-accent-bg: rgba(0, 0, 0, 0.05);
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.075);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%;
}
.table > :not(caption) > * > * {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    padding: 0.5rem;
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table-group-divider {
    border-top: 2px solid;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
    border-top-width: 0;
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n),
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #e7dfd4;
    --bs-table-border-color: #d0c9bf;
    --bs-table-striped-bg: #dbd4c9;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #d0c9bf;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d6cec4;
    --bs-table-hover-color: #000;
}
.table-primary,
.table-secondary {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
}
.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #dbdbda;
    --bs-table-border-color: #c5c5c4;
    --bs-table-striped-bg: #d0d0cf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c5c5c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #cbcbca;
    --bs-table-hover-color: #000;
}
.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d4edda;
    --bs-table-border-color: #bfd5c4;
    --bs-table-striped-bg: #c9e1cf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bfd5c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c4dbca;
    --bs-table-hover-color: #000;
}
.table-info,
.table-success {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
}
.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #d1ecf1;
    --bs-table-border-color: #bcd4d9;
    --bs-table-striped-bg: #c7e0e5;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd4d9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1dadf;
    --bs-table-hover-color: #000;
}
.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #e6dbb9;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
}
.table-danger,
.table-warning {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
}
.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #dfc2c4;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
}
.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #dfe0e1;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
}
.table-dark,
.table-light {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
}
.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #4d4c44;
    --bs-table-border-color: #5f5e57;
    --bs-table-striped-bg: #56554d;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #5f5e57;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #5a5952;
    --bs-table-hover-color: #fff;
}
.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    font-size: inherit;
    line-height: 1.5882352941;
    margin-bottom: 0;
    padding-bottom: calc(0.375rem + 1px);
    padding-top: calc(0.375rem + 1px);
}
.col-form-label-lg {
    font-size: 1.25rem;
    padding-bottom: calc(0.5rem + 1px);
    padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
    font-size: 0.9375rem;
    padding-bottom: calc(0.25rem + 1px);
    padding-top: calc(0.25rem + 1px);
}
.form-text {
    color: #6c757d;
    font-size: 80%;
    margin-top: 0.25rem;
}
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #875e29;
    border-radius: 0;
    color: #495057;
    display: block;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5882352941;
    padding: 0.375rem 0.75rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    background-color: #fff;
    border-color: #875e29;
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 4px #000,
        0 0 0 6px #fff;
    color: #495057;
    outline: 0;
}
.form-control::-webkit-date-and-time-value {
    height: 1.5882352941em;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::-webkit-file-upload-button {
    -webkit-margin-end: 0.75rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #495057;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    padding: 0.375rem 0.75rem;
    pointer-events: none;
    -webkit-transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
    -webkit-margin-end: 0.75rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #495057;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    padding: 0.375rem 0.75rem;
    pointer-events: none;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
    .form-control::file-selector-button {
        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: #4d4c44;
    display: block;
    line-height: 1.5882352941;
    margin-bottom: 0;
    padding: 0.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: 0;
    font-size: 0.9375rem;
    min-height: calc(1.90625rem + 2px);
    padding: 0.25rem 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
    -webkit-margin-end: 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
    padding: 0.25rem 0.5rem;
}
.form-control-sm::file-selector-button {
    -webkit-margin-end: 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
    padding: 0.25rem 0.5rem;
}
.form-control-lg {
    border-radius: 0;
    font-size: 1.25rem;
    min-height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
}
.form-control-lg::-webkit-file-upload-button {
    -webkit-margin-end: 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
    padding: 0.5rem 1rem;
}
.form-control-lg::file-selector-button {
    -webkit-margin-end: 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
    padding: 0.5rem 1rem;
}
textarea.form-control {
    min-height: calc(2.4375rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.90625rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(2.875rem + 2px);
}
.form-control-color {
    height: calc(2.4375rem + 2px);
    padding: 0.375rem;
    width: 3rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
    border-radius: 0;
}
.form-control-color.form-control-sm {
    height: calc(1.90625rem + 2px);
}
.form-control-color.form-control-lg {
    height: calc(2.875rem + 2px);
}
.form-select {
    -moz-padding-start: calc(0.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 0.75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #875e29;
    border-radius: 0;
    color: #495057;
    display: block;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5882352941;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: #875e29;
    box-shadow: var(--focus-box-shadow, 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 6px #fff);
    outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: 0.75rem;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-select-sm {
    border-radius: 0;
    font-size: 0.9375rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-top: 0.25rem;
}
.form-select-lg {
    border-radius: 0;
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
}
.form-check {
    display: block;
    margin-bottom: 0.125rem;
    min-height: 1.6875rem;
    padding-left: 2.5rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -2.5rem;
}
.form-check-reverse {
    padding-left: 0;
    padding-right: 2.5rem;
    text-align: right;
}
.form-check-reverse .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -2.5rem;
}
.form-check-input {
    print-color-adjust: exact;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #dee2e6;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #adb5bd;
    height: 1em;
    margin-top: 0.2941176471em;
    vertical-align: top;
    width: 1em;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #adb5bd;
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 4px #000,
        0 0 0 6px #fff;
    outline: 0;
}
.form-check-input:checked {
    background-color: #875e29;
    border-color: #875e29;
}
.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: #875e29;
    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: #875e29;
}
.form-check-input:disabled {
    filter: none;
    opacity: 0.5;
    pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: 0.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;
    transition: background-position 0.15s ease-in-out;
    width: 2em;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23875e29'/%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 {
    filter: none;
    opacity: 0.65;
    pointer-events: none;
}
.form-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.4rem;
    padding: 0;
    width: 100%;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 2px #fff,
        0 0 0 4px #000,
        0 0 0 6px #fff;
}
.form-range:focus::-moz-range-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 2px #fff,
        0 0 0 4px #000,
        0 0 0 6px #fff;
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #875e29;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    -webkit-transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    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: #dbcfbf;
}
.form-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}
.form-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #875e29;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    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: #dbcfbf;
}
.form-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.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 0.75rem;
    pointer-events: none;
    position: absolute;
    text-align: start;
    text-overflow: ellipsis;
    top: 0;
    transform-origin: 0 0;
    transition:
        opacity 0.1s ease-in-out,
        transform 0.1s ease-in-out;
    white-space: nowrap;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem;
}
.form-floating > .form-control-plaintext::-moz-placeholder,
.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-bottom: 0.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: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-select {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.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: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0;
}
.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
    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 {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #875e29;
    border-radius: 0;
    color: #495057;
    display: flex;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5882352941;
    padding: 0.375rem 0.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: 0;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    border-radius: 0;
    font-size: 0.9375rem;
    padding: 0.25rem 0.5rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}
.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),
.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
    > :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: #28a745;
    display: none;
    font-size: 80%;
    margin-top: 0.25rem;
    width: 100%;
}
.valid-tooltip {
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
    color: #fff;
    display: none;
    font-size: 0.9375rem;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.25rem 0.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='%2328a745' 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(0.39706em + 0.1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(0.79412em + 0.375rem) calc(0.79412em + 0.375rem);
    border-color: #28a745;
    padding-right: 2.4375rem;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(0.39706em + 0.1875rem) right calc(0.39706em + 0.1875rem);
    padding-right: 2.4375rem;
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #28a745;
}
.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='%2328a745' 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 0.75rem center,
        center right 2.25rem;
    background-size:
        16px 12px,
        calc(0.79412em + 0.375rem) calc(0.79412em + 0.375rem);
    padding-right: 4.125rem;
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
    width: 5.4375rem;
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #28a745;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #28a745;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.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: 80%;
    margin-top: 0.25rem;
    width: 100%;
}
.invalid-tooltip {
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
    color: #fff;
    display: none;
    font-size: 0.9375rem;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.25rem 0.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(0.39706em + 0.1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(0.79412em + 0.375rem) calc(0.79412em + 0.375rem);
    border-color: #dc3545;
    padding-right: 2.4375rem;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(0.39706em + 0.1875rem) right calc(0.39706em + 0.1875rem);
    padding-right: 2.4375rem;
}
.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 0.75rem center,
        center right 2.25rem;
    background-size:
        16px 12px,
        calc(0.79412em + 0.375rem) calc(0.79412em + 0.375rem);
    padding-right: 4.125rem;
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
    width: 5.4375rem;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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: 0.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;
}
.btn {
    --bs-btn-padding-x: 2.1875rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1.0625rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5882352941;
    --bs-btn-color: #4d4c44;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 100rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    text-decoration: none;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color);
    text-decoration: none;
}
.btn-check + .btn:hover {
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
    color: var(--bs-btn-color);
}
.btn:focus-visible {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    color: var(--bs-btn-hover-color);
    outline: 0;
}
.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    outline: 0;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: var(--bs-btn-active-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    color: var(--bs-btn-disabled-color);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #875e29;
    --bs-btn-border-color: #875e29;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #735023;
    --bs-btn-hover-border-color: #6c4b21;
    --bs-btn-focus-shadow-rgb: 153, 118, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c4b21;
    --bs-btn-active-border-color: #65471f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #875e29;
    --bs-btn-disabled-border-color: #875e29;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4d4c44;
    --bs-btn-border-color: #4d4c44;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #41413a;
    --bs-btn-hover-border-color: #3e3d36;
    --bs-btn-focus-shadow-rgb: 104, 103, 96;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3e3d36;
    --bs-btn-active-border-color: #3a3933;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4d4c44;
    --bs-btn-disabled-border-color: #4d4c44;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #28a745;
    --bs-btn-border-color: #28a745;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #228e3b;
    --bs-btn-hover-border-color: #208637;
    --bs-btn-focus-shadow-rgb: 72, 180, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #208637;
    --bs-btn-active-border-color: #1e7d34;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #28a745;
    --bs-btn-disabled-border-color: #28a745;
}
.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #17a2b8;
    --bs-btn-border-color: #17a2b8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #148a9c;
    --bs-btn-hover-border-color: #128293;
    --bs-btn-focus-shadow-rgb: 58, 176, 195;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #128293;
    --bs-btn-active-border-color: #117a8a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #17a2b8;
    --bs-btn-disabled-border-color: #17a2b8;
}
.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4d4c44;
    --bs-btn-border-color: #4d4c44;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #686760;
    --bs-btn-hover-border-color: #5f5e57;
    --bs-btn-focus-shadow-rgb: 104, 103, 96;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #717069;
    --bs-btn-active-border-color: #5f5e57;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4d4c44;
    --bs-btn-disabled-border-color: #4d4c44;
}
.btn-white {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 217, 217, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
}
.btn-black {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 38, 38, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000;
    --bs-btn-disabled-border-color: #000;
}
.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #22458a;
    --bs-btn-border-color: #22458a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1d3b75;
    --bs-btn-hover-border-color: #1b376e;
    --bs-btn-focus-shadow-rgb: 67, 97, 156;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1b376e;
    --bs-btn-active-border-color: #1a3468;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #22458a;
    --bs-btn-disabled-border-color: #22458a;
}
.btn-bronze {
    --bs-btn-color: #fff;
    --bs-btn-bg: #875e29;
    --bs-btn-border-color: #875e29;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #735023;
    --bs-btn-hover-border-color: #6c4b21;
    --bs-btn-focus-shadow-rgb: 153, 118, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c4b21;
    --bs-btn-active-border-color: #65471f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #875e29;
    --bs-btn-disabled-border-color: #875e29;
}
.btn-flower {
    --bs-btn-color: #000;
    --bs-btn-bg: #fcdee0;
    --bs-btn-border-color: #fcdee0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fce3e5;
    --bs-btn-hover-border-color: #fce1e3;
    --bs-btn-focus-shadow-rgb: 214, 189, 190;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fde5e6;
    --bs-btn-active-border-color: #fce1e3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fcdee0;
    --bs-btn-disabled-border-color: #fcdee0;
}
.btn-sky {
    --bs-btn-color: #000;
    --bs-btn-bg: #bad8e1;
    --bs-btn-border-color: #bad8e1;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #c4dee6;
    --bs-btn-hover-border-color: #c1dce4;
    --bs-btn-focus-shadow-rgb: 158, 184, 191;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c8e0e7;
    --bs-btn-active-border-color: #c1dce4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #bad8e1;
    --bs-btn-disabled-border-color: #bad8e1;
}
.btn-copper {
    --bs-btn-color: #000;
    --bs-btn-bg: #b4d7b8;
    --bs-btn-border-color: #b4d7b8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #bfddc3;
    --bs-btn-hover-border-color: #bcdbbf;
    --bs-btn-focus-shadow-rgb: 153, 183, 156;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c3dfc6;
    --bs-btn-active-border-color: #bcdbbf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #b4d7b8;
    --bs-btn-disabled-border-color: #b4d7b8;
}
.btn-plaster {
    --bs-btn-color: #000;
    --bs-btn-bg: #e2ddcb;
    --bs-btn-border-color: #e2ddcb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e6e2d3;
    --bs-btn-hover-border-color: #e5e0d0;
    --bs-btn-focus-shadow-rgb: 192, 188, 173;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e8e4d5;
    --bs-btn-active-border-color: #e5e0d0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e2ddcb;
    --bs-btn-disabled-border-color: #e2ddcb;
}
.btn-stone {
    --bs-btn-color: #000;
    --bs-btn-bg: #beb7b3;
    --bs-btn-border-color: #beb7b3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #c8c2be;
    --bs-btn-hover-border-color: #c5bebb;
    --bs-btn-focus-shadow-rgb: 162, 156, 152;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #cbc5c2;
    --bs-btn-active-border-color: #c5bebb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #beb7b3;
    --bs-btn-disabled-border-color: #beb7b3;
}
.btn-flower-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fdeeef;
    --bs-btn-border-color: #fdeeef;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdf1f1;
    --bs-btn-hover-border-color: #fdf0f1;
    --bs-btn-focus-shadow-rgb: 215, 202, 203;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdf1f2;
    --bs-btn-active-border-color: #fdf0f1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fdeeef;
    --bs-btn-disabled-border-color: #fdeeef;
}
.btn-sky-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #dcebf0;
    --bs-btn-border-color: #dcebf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e1eef2;
    --bs-btn-hover-border-color: #e0edf2;
    --bs-btn-focus-shadow-rgb: 187, 200, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e3eff3;
    --bs-btn-active-border-color: #e0edf2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #dcebf0;
    --bs-btn-disabled-border-color: #dcebf0;
}
.btn-copper-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #d9ebdb;
    --bs-btn-border-color: #d9ebdb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #dfeee0;
    --bs-btn-hover-border-color: #ddeddf;
    --bs-btn-focus-shadow-rgb: 184, 200, 186;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e1efe2;
    --bs-btn-active-border-color: #ddeddf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #d9ebdb;
    --bs-btn-disabled-border-color: #d9ebdb;
}
.btn-plaster-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f0eee5;
    --bs-btn-border-color: #f0eee5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f2f1e9;
    --bs-btn-hover-border-color: #f2f0e8;
    --bs-btn-focus-shadow-rgb: 204, 202, 195;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f3f1ea;
    --bs-btn-active-border-color: #f2f0e8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f0eee5;
    --bs-btn-disabled-border-color: #f0eee5;
}
.btn-stone-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #dedbd9;
    --bs-btn-border-color: #dedbd9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e3e0df;
    --bs-btn-hover-border-color: #e1dfdd;
    --bs-btn-focus-shadow-rgb: 189, 186, 184;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e5e2e1;
    --bs-btn-active-border-color: #e1dfdd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #dedbd9;
    --bs-btn-disabled-border-color: #dedbd9;
}
.btn-dark-50 {
    --bs-btn-color: #000;
    --bs-btn-bg: #a6a5a1;
    --bs-btn-border-color: #a6a5a1;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #b3b3af;
    --bs-btn-hover-border-color: #afaeaa;
    --bs-btn-focus-shadow-rgb: 141, 140, 137;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #b8b7b4;
    --bs-btn-active-border-color: #afaeaa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #a6a5a1;
    --bs-btn-disabled-border-color: #a6a5a1;
}
.btn-flower-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #fef8f9;
    --bs-btn-border-color: #fef8f9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef9fa;
    --bs-btn-hover-border-color: #fef9fa;
    --bs-btn-focus-shadow-rgb: 216, 211, 212;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef9fa;
    --bs-btn-active-border-color: #fef9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fef8f9;
    --bs-btn-disabled-border-color: #fef8f9;
}
.btn-sky-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f1f7f9;
    --bs-btn-border-color: #f1f7f9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f3f8fa;
    --bs-btn-hover-border-color: #f2f8fa;
    --bs-btn-focus-shadow-rgb: 205, 210, 212;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f4f9fa;
    --bs-btn-active-border-color: #f2f8fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f1f7f9;
    --bs-btn-disabled-border-color: #f1f7f9;
}
.btn-copper-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f0f7f1;
    --bs-btn-border-color: #f0f7f1;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f2f8f3;
    --bs-btn-hover-border-color: #f2f8f2;
    --bs-btn-focus-shadow-rgb: 204, 210, 205;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f3f9f4;
    --bs-btn-active-border-color: #f2f8f2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f0f7f1;
    --bs-btn-disabled-border-color: #f0f7f1;
}
.btn-plaster-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f9f8f5;
    --bs-btn-border-color: #f9f8f5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #faf9f7;
    --bs-btn-hover-border-color: #faf9f6;
    --bs-btn-focus-shadow-rgb: 212, 211, 208;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #faf9f7;
    --bs-btn-active-border-color: #faf9f6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f9f8f5;
    --bs-btn-disabled-border-color: #f9f8f5;
}
.btn-stone-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #f2f1f0;
    --bs-btn-border-color: #f2f1f0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f4f3f2;
    --bs-btn-hover-border-color: #f3f2f2;
    --bs-btn-focus-shadow-rgb: 206, 205, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f5f4f3;
    --bs-btn-active-border-color: #f3f2f2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f2f1f0;
    --bs-btn-disabled-border-color: #f2f1f0;
}
.btn-dark-25 {
    --bs-btn-color: #000;
    --bs-btn-bg: #dbdbda;
    --bs-btn-border-color: #dbdbda;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e0e0e0;
    --bs-btn-hover-border-color: #dfdfde;
    --bs-btn-focus-shadow-rgb: 186, 186, 185;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e2e2e1;
    --bs-btn-active-border-color: #dfdfde;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #dbdbda;
    --bs-btn-disabled-border-color: #dbdbda;
}
.btn-dark-grey {
    --bs-btn-color: #fff;
    --bs-btn-bg: #777671;
    --bs-btn-border-color: #777671;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #656460;
    --bs-btn-hover-border-color: #5f5e5a;
    --bs-btn-focus-shadow-rgb: 139, 139, 134;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5f5e5a;
    --bs-btn-active-border-color: #595955;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #777671;
    --bs-btn-disabled-border-color: #777671;
}
.btn-darker {
    --bs-btn-color: #fff;
    --bs-btn-bg: #43423a;
    --bs-btn-border-color: #43423a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #393831;
    --bs-btn-hover-border-color: #36352e;
    --bs-btn-focus-shadow-rgb: 95, 94, 88;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #36352e;
    --bs-btn-active-border-color: #32322c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #43423a;
    --bs-btn-disabled-border-color: #43423a;
}
.btn-plaster-75 {
    --bs-btn-color: #000;
    --bs-btn-bg: #e9e6d8;
    --bs-btn-border-color: #e9e6d8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eceade;
    --bs-btn-hover-border-color: #ebe9dc;
    --bs-btn-focus-shadow-rgb: 198, 196, 184;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #edebe0;
    --bs-btn-active-border-color: #ebe9dc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e9e6d8;
    --bs-btn-disabled-border-color: #e9e6d8;
}
.btn-outline-primary {
    --bs-btn-color: #875e29;
    --bs-btn-border-color: #875e29;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #875e29;
    --bs-btn-hover-border-color: #875e29;
    --bs-btn-focus-shadow-rgb: 135, 94, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #875e29;
    --bs-btn-active-border-color: #875e29;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #875e29;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #875e29;
    --bs-gradient: none;
}
.btn-outline-secondary {
    --bs-btn-color: #4d4c44;
    --bs-btn-border-color: #4d4c44;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4d4c44;
    --bs-btn-hover-border-color: #4d4c44;
    --bs-btn-focus-shadow-rgb: 77, 76, 68;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d4c44;
    --bs-btn-active-border-color: #4d4c44;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4d4c44;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4d4c44;
    --bs-gradient: none;
}
.btn-outline-success {
    --bs-btn-color: #28a745;
    --bs-btn-border-color: #28a745;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #28a745;
    --bs-btn-hover-border-color: #28a745;
    --bs-btn-focus-shadow-rgb: 40, 167, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #28a745;
    --bs-btn-active-border-color: #28a745;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #28a745;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #28a745;
    --bs-gradient: none;
}
.btn-outline-info {
    --bs-btn-color: #17a2b8;
    --bs-btn-border-color: #17a2b8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #17a2b8;
    --bs-btn-hover-border-color: #17a2b8;
    --bs-btn-focus-shadow-rgb: 23, 162, 184;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #17a2b8;
    --bs-btn-active-border-color: #17a2b8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #17a2b8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #17a2b8;
    --bs-gradient: none;
}
.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none;
}
.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
}
.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}
.btn-outline-dark {
    --bs-btn-color: #4d4c44;
    --bs-btn-border-color: #4d4c44;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4d4c44;
    --bs-btn-hover-border-color: #4d4c44;
    --bs-btn-focus-shadow-rgb: 77, 76, 68;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d4c44;
    --bs-btn-active-border-color: #4d4c44;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4d4c44;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4d4c44;
    --bs-gradient: none;
}
.btn-outline-white {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff;
    --bs-gradient: none;
}
.btn-outline-black {
    --bs-btn-color: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000;
    --bs-gradient: none;
}
.btn-outline-blue {
    --bs-btn-color: #22458a;
    --bs-btn-border-color: #22458a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #22458a;
    --bs-btn-hover-border-color: #22458a;
    --bs-btn-focus-shadow-rgb: 34, 69, 138;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #22458a;
    --bs-btn-active-border-color: #22458a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #22458a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #22458a;
    --bs-gradient: none;
}
.btn-outline-bronze {
    --bs-btn-color: #875e29;
    --bs-btn-border-color: #875e29;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #875e29;
    --bs-btn-hover-border-color: #875e29;
    --bs-btn-focus-shadow-rgb: 135, 94, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #875e29;
    --bs-btn-active-border-color: #875e29;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #875e29;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #875e29;
    --bs-gradient: none;
}
.btn-outline-flower {
    --bs-btn-color: #fcdee0;
    --bs-btn-border-color: #fcdee0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcdee0;
    --bs-btn-hover-border-color: #fcdee0;
    --bs-btn-focus-shadow-rgb: 252, 222, 224;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fcdee0;
    --bs-btn-active-border-color: #fcdee0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fcdee0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fcdee0;
    --bs-gradient: none;
}
.btn-outline-sky {
    --bs-btn-color: #bad8e1;
    --bs-btn-border-color: #bad8e1;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #bad8e1;
    --bs-btn-hover-border-color: #bad8e1;
    --bs-btn-focus-shadow-rgb: 186, 216, 225;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #bad8e1;
    --bs-btn-active-border-color: #bad8e1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #bad8e1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #bad8e1;
    --bs-gradient: none;
}
.btn-outline-copper {
    --bs-btn-color: #b4d7b8;
    --bs-btn-border-color: #b4d7b8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #b4d7b8;
    --bs-btn-hover-border-color: #b4d7b8;
    --bs-btn-focus-shadow-rgb: 180, 215, 184;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #b4d7b8;
    --bs-btn-active-border-color: #b4d7b8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #b4d7b8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #b4d7b8;
    --bs-gradient: none;
}
.btn-outline-plaster {
    --bs-btn-color: #e2ddcb;
    --bs-btn-border-color: #e2ddcb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e2ddcb;
    --bs-btn-hover-border-color: #e2ddcb;
    --bs-btn-focus-shadow-rgb: 226, 221, 203;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e2ddcb;
    --bs-btn-active-border-color: #e2ddcb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e2ddcb;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e2ddcb;
    --bs-gradient: none;
}
.btn-outline-stone {
    --bs-btn-color: #beb7b3;
    --bs-btn-border-color: #beb7b3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #beb7b3;
    --bs-btn-hover-border-color: #beb7b3;
    --bs-btn-focus-shadow-rgb: 190, 183, 179;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #beb7b3;
    --bs-btn-active-border-color: #beb7b3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #beb7b3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #beb7b3;
    --bs-gradient: none;
}
.btn-outline-flower-50 {
    --bs-btn-color: #fdeeef;
    --bs-btn-border-color: #fdeeef;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fdeeef;
    --bs-btn-hover-border-color: #fdeeef;
    --bs-btn-focus-shadow-rgb: 253, 238, 239;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdeeef;
    --bs-btn-active-border-color: #fdeeef;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fdeeef;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fdeeef;
    --bs-gradient: none;
}
.btn-outline-sky-50 {
    --bs-btn-color: #dcebf0;
    --bs-btn-border-color: #dcebf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #dcebf0;
    --bs-btn-hover-border-color: #dcebf0;
    --bs-btn-focus-shadow-rgb: 220, 235, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #dcebf0;
    --bs-btn-active-border-color: #dcebf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dcebf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dcebf0;
    --bs-gradient: none;
}
.btn-outline-copper-50 {
    --bs-btn-color: #d9ebdb;
    --bs-btn-border-color: #d9ebdb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d9ebdb;
    --bs-btn-hover-border-color: #d9ebdb;
    --bs-btn-focus-shadow-rgb: 217, 235, 219;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d9ebdb;
    --bs-btn-active-border-color: #d9ebdb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #d9ebdb;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d9ebdb;
    --bs-gradient: none;
}
.btn-outline-plaster-50 {
    --bs-btn-color: #f0eee5;
    --bs-btn-border-color: #f0eee5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f0eee5;
    --bs-btn-hover-border-color: #f0eee5;
    --bs-btn-focus-shadow-rgb: 240, 238, 229;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f0eee5;
    --bs-btn-active-border-color: #f0eee5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f0eee5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f0eee5;
    --bs-gradient: none;
}
.btn-outline-stone-50 {
    --bs-btn-color: #dedbd9;
    --bs-btn-border-color: #dedbd9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #dedbd9;
    --bs-btn-hover-border-color: #dedbd9;
    --bs-btn-focus-shadow-rgb: 222, 219, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #dedbd9;
    --bs-btn-active-border-color: #dedbd9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dedbd9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dedbd9;
    --bs-gradient: none;
}
.btn-outline-dark-50 {
    --bs-btn-color: #a6a5a1;
    --bs-btn-border-color: #a6a5a1;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #a6a5a1;
    --bs-btn-hover-border-color: #a6a5a1;
    --bs-btn-focus-shadow-rgb: 166, 165, 161;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #a6a5a1;
    --bs-btn-active-border-color: #a6a5a1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #a6a5a1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #a6a5a1;
    --bs-gradient: none;
}
.btn-outline-flower-25 {
    --bs-btn-color: #fef8f9;
    --bs-btn-border-color: #fef8f9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef8f9;
    --bs-btn-hover-border-color: #fef8f9;
    --bs-btn-focus-shadow-rgb: 254, 248, 249;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef8f9;
    --bs-btn-active-border-color: #fef8f9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fef8f9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fef8f9;
    --bs-gradient: none;
}
.btn-outline-sky-25 {
    --bs-btn-color: #f1f7f9;
    --bs-btn-border-color: #f1f7f9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f1f7f9;
    --bs-btn-hover-border-color: #f1f7f9;
    --bs-btn-focus-shadow-rgb: 241, 247, 249;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f1f7f9;
    --bs-btn-active-border-color: #f1f7f9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f1f7f9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f1f7f9;
    --bs-gradient: none;
}
.btn-outline-copper-25 {
    --bs-btn-color: #f0f7f1;
    --bs-btn-border-color: #f0f7f1;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f0f7f1;
    --bs-btn-hover-border-color: #f0f7f1;
    --bs-btn-focus-shadow-rgb: 240, 247, 241;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f0f7f1;
    --bs-btn-active-border-color: #f0f7f1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f0f7f1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f0f7f1;
    --bs-gradient: none;
}
.btn-outline-plaster-25 {
    --bs-btn-color: #f9f8f5;
    --bs-btn-border-color: #f9f8f5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f9f8f5;
    --bs-btn-hover-border-color: #f9f8f5;
    --bs-btn-focus-shadow-rgb: 249, 248, 245;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9f8f5;
    --bs-btn-active-border-color: #f9f8f5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f9f8f5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f9f8f5;
    --bs-gradient: none;
}
.btn-outline-stone-25 {
    --bs-btn-color: #f2f1f0;
    --bs-btn-border-color: #f2f1f0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f2f1f0;
    --bs-btn-hover-border-color: #f2f1f0;
    --bs-btn-focus-shadow-rgb: 242, 241, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f2f1f0;
    --bs-btn-active-border-color: #f2f1f0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f2f1f0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f2f1f0;
    --bs-gradient: none;
}
.btn-outline-dark-25 {
    --bs-btn-color: #dbdbda;
    --bs-btn-border-color: #dbdbda;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #dbdbda;
    --bs-btn-hover-border-color: #dbdbda;
    --bs-btn-focus-shadow-rgb: 219, 219, 218;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #dbdbda;
    --bs-btn-active-border-color: #dbdbda;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dbdbda;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dbdbda;
    --bs-gradient: none;
}
.btn-outline-dark-grey {
    --bs-btn-color: #777671;
    --bs-btn-border-color: #777671;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #777671;
    --bs-btn-hover-border-color: #777671;
    --bs-btn-focus-shadow-rgb: 119, 118, 113;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #777671;
    --bs-btn-active-border-color: #777671;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #777671;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #777671;
    --bs-gradient: none;
}
.btn-outline-darker {
    --bs-btn-color: #43423a;
    --bs-btn-border-color: #43423a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #43423a;
    --bs-btn-hover-border-color: #43423a;
    --bs-btn-focus-shadow-rgb: 67, 66, 58;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #43423a;
    --bs-btn-active-border-color: #43423a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #43423a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #43423a;
    --bs-gradient: none;
}
.btn-outline-plaster-75 {
    --bs-btn-color: #e9e6d8;
    --bs-btn-border-color: #e9e6d8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e9e6d8;
    --bs-btn-hover-border-color: #e9e6d8;
    --bs-btn-focus-shadow-rgb: 233, 230, 216;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e9e6d8;
    --bs-btn-active-border-color: #e9e6d8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e9e6d8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e9e6d8;
    --bs-gradient: none;
}
.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 153, 118, 73;
    text-decoration: underline;
}
.btn-link:focus-visible,
.btn-link:hover {
    text-decoration: underline;
}
.btn-link:focus-visible {
    color: var(--bs-btn-color);
}
.btn-link:hover {
    color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 100rem;
}
.btn-group-sm > .btn,
.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.9375rem;
    --bs-btn-border-radius: 100rem;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    height: auto;
    transition: width 0.35s ease;
    width: 0;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0;
    --bs-dropdown-font-size: 1.0625rem;
    --bs-dropdown-color: #4d4c44;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
    --bs-dropdown-border-radius: none;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(none - 1px);
    --bs-dropdown-divider-bg: #e9ecef;
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    --bs-dropdown-link-color: #875e29;
    --bs-dropdown-link-hover-color: #4d4c44;
    --bs-dropdown-link-hover-bg: #f9f8f5;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #875e29;
    --bs-dropdown-link-disabled-color: #6c757d;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.5rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    background-clip: padding-box;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    color: var(--bs-dropdown-color);
    display: none;
    font-size: var(--bs-dropdown-font-size);
    list-style: none;
    margin: 0;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    position: absolute;
    text-align: left;
    z-index: var(--bs-dropdown-zindex);
}
.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
    top: 100%;
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    bottom: 100%;
    margin-bottom: var(--bs-dropdown-spacer);
    margin-top: 0;
    top: auto;
}
.dropup .dropdown-toggle:after {
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: auto;
    top: 0;
}
.dropend .dropdown-toggle:after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-right: 0;
    border-top: 0.3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropend .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-toggle:after {
    vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: 100%;
    top: 0;
}
.dropstart .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:before {
    border-bottom: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-top: 0.3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-divider {
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    opacity: 1;
    overflow: hidden;
}
.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: var(--bs-dropdown-link-color);
    display: block;
    font-weight: 400;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-hover-color);
    text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--bs-dropdown-link-active-bg);
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    color: var(--bs-dropdown-header-color);
    display: block;
    font-size: 0.9375rem;
    margin-bottom: 0;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    white-space: nowrap;
}
.dropdown-item-text {
    color: var(--bs-dropdown-link-color);
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}
.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: #e9ecef;
    --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #875e29;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    flex: 1 1 auto;
    position: relative;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group {
    border-radius: 100rem;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > :not(.btn-check:first-child) + .btn {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dropdown-toggle-split {
    padding-left: 1.640625rem;
    padding-right: 1.640625rem;
}
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.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: #4d4c44;
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    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;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
.header .nav-item a {
    border-bottom: 2px solid rgba(0,0,0,0)
}

.header .nav-item>.active {
    border-color: #4d4c44;
    padding: .5rem 0 0
}

.header .nav-item>.active span {
    padding: 0 1rem .5rem
}
.header .nav-item>.active span {
    padding: 0 1rem .5rem
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color);
    text-decoration: none;
}
.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: #d3cbb5;
    --bs-nav-tabs-border-radius: 0.25rem;
    --bs-nav-tabs-link-hover-border-color: #d3cbb5;
    --bs-nav-tabs-link-active-color: #4d4c44;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #d3cbb5 #d3cbb5 #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.25rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #875e29;
}
.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 {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    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: 1rem;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.5);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3511029412rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 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=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 100rem;
    --bs-navbar-toggler-focus-width: 0.2rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    align-items: center;
    display: flex;
    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 {
    align-items: center;
    display: flex;
    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);
    text-decoration: none;
}
.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);
    display: flex;
    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: 0.5rem;
    padding-top: 0.5rem;
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color);
}
.navbar-collapse {
    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);
    transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    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 {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-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 {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        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 {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-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 {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        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 {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-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 {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        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 {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-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 {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        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 {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-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 {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        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 {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-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 {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto;
}
.navbar-expand .offcanvas .offcanvas-header {
    display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
}
.navbar-dark {
    --bs-navbar-color: hsla(0, 0%, 100%, 0.5);
    --bs-navbar-hover-color: hsla(0, 0%, 100%, 0.75);
    --bs-navbar-disabled-color: hsla(0, 0%, 100%, 0.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%, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E");
}
.card {
    --bs-card-spacer-y: 0.75rem;
    --bs-card-spacer-x: 1.25rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: rgba(0, 0, 0, 0.125);
    --bs-card-border-radius: 0;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: -1px;
    --bs-card-cap-padding-y: 0.375rem;
    --bs-card-cap-padding-x: 1.25rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #f9f8f5;
    --bs-card-img-overlay-padding: 1.25rem;
    --bs-card-group-margin: 15px;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    min-width: 0;
    position: relative;
}
.card > hr {
    margin-left: 0;
    margin-right: 0;
}
.card > .list-group {
    border-bottom: inherit;
    border-top: inherit;
}
.card > .list-group:first-child {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
    border-top-width: 0;
}
.card > .list-group:last-child {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    color: var(--bs-card-color);
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}
.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
}
.card-subtitle {
    margin-top: calc(var(--bs-card-title-spacer-y) * -0.5);
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
}
.card-header {
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    margin-bottom: 0;
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
}
.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
}
.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
    border-bottom: 0;
    margin-bottom: calc(var(--bs-card-cap-padding-y) * -1);
    margin-left: calc(var(--bs-card-cap-padding-x) * -0.5);
    margin-right: calc(var(--bs-card-cap-padding-x) * -0.5);
}
.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
    margin-left: calc(var(--bs-card-cap-padding-x) * -0.5);
    margin-right: calc(var(--bs-card-cap-padding-x) * -0.5);
}
.card-img-overlay {
    border-radius: var(--bs-card-inner-border-radius);
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    position: absolute;
    right: 0;
    top: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        border-left: 0;
        margin-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.breadcrumb {
    --bs-breadcrumb-padding-x: 1rem;
    --bs-breadcrumb-padding-y: 0.75rem;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: #e9ecef;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: #bfbfbc;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #4d4c44;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
    display: flex;
    flex-wrap: wrap;
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item:before {
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "›");
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.5rem;
    --bs-pagination-font-size: 1.0625rem;
    --bs-pagination-color: #875e29;
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #875e29;
    --bs-pagination-border-radius: 0.25rem;
    --bs-pagination-hover-color: #4d4c44;
    --bs-pagination-hover-bg: #f2f1f0;
    --bs-pagination-hover-border-color: #a6a5a1;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 6px #fff;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #875e29;
    --bs-pagination-active-border-color: #875e29;
    --bs-pagination-disabled-color: #777671;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #a6a5a1;
    display: flex;
    list-style: none;
    padding-left: 0;
}
.page-link {
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    color: var(--bs-pagination-color);
    display: block;
    font-size: var(--bs-pagination-font-size);
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    position: relative;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}
.page-link:hover {
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
    color: var(--bs-pagination-hover-color);
    text-decoration: none;
    z-index: 2;
}
.page-link:focus {
    background-color: var(--bs-pagination-focus-bg);
    box-shadow: var(--bs-pagination-focus-box-shadow);
    color: var(--bs-pagination-focus-color);
    outline: 0;
    z-index: 3;
}
.active > .page-link,
.page-link.active {
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
    color: var(--bs-pagination-active-color);
    z-index: 3;
}
.disabled > .page-link,
.page-link.disabled {
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item:first-child .page-link {
    border-bottom-left-radius: var(--bs-pagination-border-radius);
    border-top-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
    border-bottom-right-radius: var(--bs-pagination-border-radius);
    border-top-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: 0.3rem;
}
.pagination-sm {
    --bs-pagination-padding-x: 0.85rem;
    --bs-pagination-padding-y: 0.33rem;
    --bs-pagination-font-size: 0.9375rem;
    --bs-pagination-border-radius: 0.2rem;
}
.badge {
    --bs-badge-padding-x: 0.4em;
    --bs-badge-padding-y: 0.25em;
    --bs-badge-font-size: 75%;
    --bs-badge-font-weight: 500;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.25rem;
    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;
}
.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1.25rem;
    --bs-alert-padding-y: 0.75rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.25rem;
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
    color: var(--bs-alert-color);
    margin-bottom: var(--bs-alert-margin-bottom);
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    position: relative;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 3.75rem;
}
.alert-dismissible .btn-close {
    padding: 0.9375rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.alert-primary {
    --bs-alert-color: #513819;
    --bs-alert-bg: #e7dfd4;
    --bs-alert-border-color: #dbcfbf;
}
.alert-primary .alert-link {
    color: #412d14;
}
.alert-secondary {
    --bs-alert-color: #2e2e29;
    --bs-alert-bg: #dbdbda;
    --bs-alert-border-color: #cac9c7;
}
.alert-secondary .alert-link {
    color: #252521;
}
.alert-success {
    --bs-alert-color: #186429;
    --bs-alert-bg: #d4edda;
    --bs-alert-border-color: #bfe5c7;
}
.alert-success .alert-link {
    color: #135021;
}
.alert-info {
    --bs-alert-color: #0e616e;
    --bs-alert-bg: #d1ecf1;
    --bs-alert-border-color: #b9e3ea;
}
.alert-info .alert-link {
    color: #0b4e58;
}
.alert-warning {
    --bs-alert-color: #997404;
    --bs-alert-bg: #fff3cd;
    --bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
    color: #7a5d03;
}
.alert-danger {
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
    color: #6a1a21;
}
.alert-light {
    --bs-alert-color: #959596;
    --bs-alert-bg: #fefefe;
    --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
    color: #777778;
}
.alert-dark {
    --bs-alert-color: #2e2e29;
    --bs-alert-bg: #dbdbda;
    --bs-alert-border-color: #cac9c7;
}
.alert-dark .alert-link {
    color: #252521;
}
.alert-white {
    --bs-alert-color: #999;
    --bs-alert-bg: #fff;
    --bs-alert-border-color: #fff;
}
.alert-white .alert-link {
    color: #7a7a7a;
}
.alert-black {
    --bs-alert-color: #000;
    --bs-alert-bg: #ccc;
    --bs-alert-border-color: #b3b3b3;
}
.alert-black .alert-link {
    color: #000;
}
.alert-blue {
    --bs-alert-color: #142953;
    --bs-alert-bg: #d3dae8;
    --bs-alert-border-color: #bdc7dc;
}
.alert-blue .alert-link {
    color: #102142;
}
.alert-bronze {
    --bs-alert-color: #513819;
    --bs-alert-bg: #e7dfd4;
    --bs-alert-border-color: #dbcfbf;
}
.alert-bronze .alert-link {
    color: #412d14;
}
.alert-flower {
    --bs-alert-color: #978586;
    --bs-alert-bg: #fef8f9;
    --bs-alert-border-color: #fef5f6;
}
.alert-flower .alert-link {
    color: #796a6b;
}
.alert-sky {
    --bs-alert-color: #708287;
    --bs-alert-bg: #f1f7f9;
    --bs-alert-border-color: #eaf3f6;
}
.alert-sky .alert-link {
    color: #5a686c;
}
.alert-copper {
    --bs-alert-color: #6c816e;
    --bs-alert-bg: #f0f7f1;
    --bs-alert-border-color: #e9f3ea;
}
.alert-copper .alert-link {
    color: #566758;
}
.alert-plaster {
    --bs-alert-color: #88857a;
    --bs-alert-bg: #f9f8f5;
    --bs-alert-border-color: #f6f5ef;
}
.alert-plaster .alert-link {
    color: #6d6a62;
}
.alert-stone {
    --bs-alert-color: #726e6b;
    --bs-alert-bg: #f2f1f0;
    --bs-alert-border-color: #ece9e8;
}
.alert-stone .alert-link {
    color: #5b5856;
}
.alert-flower-50 {
    --bs-alert-color: #988f8f;
    --bs-alert-bg: #fffcfc;
    --bs-alert-border-color: #fefafa;
}
.alert-flower-50 .alert-link {
    color: #7a7272;
}
.alert-sky-50 {
    --bs-alert-color: #848d90;
    --bs-alert-bg: #f8fbfc;
    --bs-alert-border-color: #f5f9fb;
}
.alert-sky-50 .alert-link {
    color: #6a7173;
}
.alert-copper-50 {
    --bs-alert-color: #828d83;
    --bs-alert-bg: #f7fbf8;
    --bs-alert-border-color: #f4f9f4;
}
.alert-copper-50 .alert-link {
    color: #687169;
}
.alert-plaster-50 {
    --bs-alert-color: #908f89;
    --bs-alert-bg: #fcfcfa;
    --bs-alert-border-color: #fbfaf7;
}
.alert-plaster-50 .alert-link {
    color: #73726e;
}
.alert-stone-50 {
    --bs-alert-color: #858382;
    --bs-alert-bg: #f8f8f7;
    --bs-alert-border-color: #f5f4f4;
}
.alert-stone-50 .alert-link {
    color: #6a6968;
}
.alert-dark-50 {
    --bs-alert-color: #646361;
    --bs-alert-bg: #ededec;
    --bs-alert-border-color: #e4e4e3;
}
.alert-dark-50 .alert-link {
    color: #504f4e;
}
.alert-flower-25 {
    --bs-alert-color: #989595;
    --bs-alert-bg: #fffefe;
    --bs-alert-border-color: #fffdfd;
}
.alert-flower-25 .alert-link {
    color: #7a7777;
}
.alert-sky-25 {
    --bs-alert-color: #919495;
    --bs-alert-bg: #fcfdfe;
    --bs-alert-border-color: #fbfdfd;
}
.alert-sky-25 .alert-link {
    color: #747677;
}
.alert-copper-25 {
    --bs-alert-color: #909491;
    --bs-alert-bg: #fcfdfc;
    --bs-alert-border-color: #fbfdfb;
}
.alert-copper-25 .alert-link {
    color: #737674;
}
.alert-plaster-25 {
    --bs-alert-color: #959593;
    --bs-alert-bg: #fefefd;
    --bs-alert-border-color: #fdfdfc;
}
.alert-plaster-25 .alert-link {
    color: #777776;
}
.alert-stone-25 {
    --bs-alert-color: #919190;
    --bs-alert-bg: #fcfcfc;
    --bs-alert-border-color: #fbfbfb;
}
.alert-stone-25 .alert-link {
    color: #747473;
}
.alert-dark-25 {
    --bs-alert-color: #838383;
    --bs-alert-bg: #f8f8f8;
    --bs-alert-border-color: #f4f4f4;
}
.alert-dark-25 .alert-link {
    color: dimgray;
}
.alert-dark-grey {
    --bs-alert-color: #474744;
    --bs-alert-bg: #e4e4e3;
    --bs-alert-border-color: #d6d6d4;
}
.alert-dark-grey .alert-link {
    color: #393936;
}
.alert-darker {
    --bs-alert-color: #282823;
    --bs-alert-bg: #d9d9d8;
    --bs-alert-border-color: #c7c6c4;
}
.alert-darker .alert-link {
    color: #20201c;
}
.alert-plaster-75 {
    --bs-alert-color: #8c8a82;
    --bs-alert-bg: #fbfaf7;
    --bs-alert-border-color: #f8f8f3;
}
.alert-plaster-75 .alert-link {
    color: #706e68;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.796875rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.25rem;
    --bs-progress-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #875e29;
    --bs-progress-bar-transition: width 0.6s ease;
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    font-size: var(--bs-progress-font-size);
    height: var(--bs-progress-height);
}
.progress,
.progress-bar {
    display: flex;
    overflow: hidden;
}
.progress-bar {
    background-color: var(--bs-progress-bar-bg);
    color: var(--bs-progress-bar-color);
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: var(--bs-progress-bar-transition);
    white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
    background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.list-group {
    --bs-list-group-color: #000;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.25rem;
    --bs-list-group-item-padding-x: 1.25rem;
    --bs-list-group-item-padding-y: 0.75rem;
    --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: #4d4c44;
    --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: #875e29;
    --bs-list-group-active-border-color: #875e29;
    border-radius: var(--bs-list-group-border-radius);
    display: flex;
    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 {
    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 {
        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 {
        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 {
        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 {
        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 {
        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-bottom-width: var(--bs-list-group-border-width);
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    background-color: #e7dfd4;
    color: #513819;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #d0c9bf;
    color: #513819;
}
.list-group-item-primary.list-group-item-action.active {
    background-color: #513819;
    border-color: #513819;
    color: #fff;
}
.list-group-item-secondary {
    background-color: #dbdbda;
    color: #2e2e29;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #c5c5c4;
    color: #2e2e29;
}
.list-group-item-secondary.list-group-item-action.active {
    background-color: #2e2e29;
    border-color: #2e2e29;
    color: #fff;
}
.list-group-item-success {
    background-color: #d4edda;
    color: #186429;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #bfd5c4;
    color: #186429;
}
.list-group-item-success.list-group-item-action.active {
    background-color: #186429;
    border-color: #186429;
    color: #fff;
}
.list-group-item-info {
    background-color: #d1ecf1;
    color: #0e616e;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #bcd4d9;
    color: #0e616e;
}
.list-group-item-info.list-group-item-action.active {
    background-color: #0e616e;
    border-color: #0e616e;
    color: #fff;
}
.list-group-item-warning {
    background-color: #fff3cd;
    color: #997404;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #e6dbb9;
    color: #997404;
}
.list-group-item-warning.list-group-item-action.active {
    background-color: #997404;
    border-color: #997404;
    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: #959596;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #e5e5e5;
    color: #959596;
}
.list-group-item-light.list-group-item-action.active {
    background-color: #959596;
    border-color: #959596;
    color: #fff;
}
.list-group-item-dark {
    background-color: #dbdbda;
    color: #2e2e29;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #c5c5c4;
    color: #2e2e29;
}
.list-group-item-dark.list-group-item-action.active {
    background-color: #2e2e29;
    border-color: #2e2e29;
    color: #fff;
}
.list-group-item-white {
    background-color: #fff;
    color: #999;
}
.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
    background-color: #e6e6e6;
    color: #999;
}
.list-group-item-white.list-group-item-action.active {
    background-color: #999;
    border-color: #999;
    color: #fff;
}
.list-group-item-black {
    background-color: #ccc;
    color: #000;
}
.list-group-item-black.list-group-item-action:focus,
.list-group-item-black.list-group-item-action:hover {
    background-color: #b8b8b8;
    color: #000;
}
.list-group-item-black.list-group-item-action.active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.list-group-item-blue {
    background-color: #d3dae8;
    color: #142953;
}
.list-group-item-blue.list-group-item-action:focus,
.list-group-item-blue.list-group-item-action:hover {
    background-color: #bec4d1;
    color: #142953;
}
.list-group-item-blue.list-group-item-action.active {
    background-color: #142953;
    border-color: #142953;
    color: #fff;
}
.list-group-item-bronze {
    background-color: #e7dfd4;
    color: #513819;
}
.list-group-item-bronze.list-group-item-action:focus,
.list-group-item-bronze.list-group-item-action:hover {
    background-color: #d0c9bf;
    color: #513819;
}
.list-group-item-bronze.list-group-item-action.active {
    background-color: #513819;
    border-color: #513819;
    color: #fff;
}
.list-group-item-flower {
    background-color: #fef8f9;
    color: #978586;
}
.list-group-item-flower.list-group-item-action:focus,
.list-group-item-flower.list-group-item-action:hover {
    background-color: #e5dfe0;
    color: #978586;
}
.list-group-item-flower.list-group-item-action.active {
    background-color: #978586;
    border-color: #978586;
    color: #fff;
}
.list-group-item-sky {
    background-color: #f1f7f9;
    color: #708287;
}
.list-group-item-sky.list-group-item-action:focus,
.list-group-item-sky.list-group-item-action:hover {
    background-color: #d9dee0;
    color: #708287;
}
.list-group-item-sky.list-group-item-action.active {
    background-color: #708287;
    border-color: #708287;
    color: #fff;
}
.list-group-item-copper {
    background-color: #f0f7f1;
    color: #6c816e;
}
.list-group-item-copper.list-group-item-action:focus,
.list-group-item-copper.list-group-item-action:hover {
    background-color: #d8ded9;
    color: #6c816e;
}
.list-group-item-copper.list-group-item-action.active {
    background-color: #6c816e;
    border-color: #6c816e;
    color: #fff;
}
.list-group-item-plaster {
    background-color: #f9f8f5;
    color: #88857a;
}
.list-group-item-plaster.list-group-item-action:focus,
.list-group-item-plaster.list-group-item-action:hover {
    background-color: #e0dfdd;
    color: #88857a;
}
.list-group-item-plaster.list-group-item-action.active {
    background-color: #88857a;
    border-color: #88857a;
    color: #fff;
}
.list-group-item-stone {
    background-color: #f2f1f0;
    color: #726e6b;
}
.list-group-item-stone.list-group-item-action:focus,
.list-group-item-stone.list-group-item-action:hover {
    background-color: #dad9d8;
    color: #726e6b;
}
.list-group-item-stone.list-group-item-action.active {
    background-color: #726e6b;
    border-color: #726e6b;
    color: #fff;
}
.list-group-item-flower-50 {
    background-color: #fffcfc;
    color: #988f8f;
}
.list-group-item-flower-50.list-group-item-action:focus,
.list-group-item-flower-50.list-group-item-action:hover {
    background-color: #e6e3e3;
    color: #988f8f;
}
.list-group-item-flower-50.list-group-item-action.active {
    background-color: #988f8f;
    border-color: #988f8f;
    color: #fff;
}
.list-group-item-sky-50 {
    background-color: #f8fbfc;
    color: #848d90;
}
.list-group-item-sky-50.list-group-item-action:focus,
.list-group-item-sky-50.list-group-item-action:hover {
    background-color: #dfe2e3;
    color: #848d90;
}
.list-group-item-sky-50.list-group-item-action.active {
    background-color: #848d90;
    border-color: #848d90;
    color: #fff;
}
.list-group-item-copper-50 {
    background-color: #f7fbf8;
    color: #828d83;
}
.list-group-item-copper-50.list-group-item-action:focus,
.list-group-item-copper-50.list-group-item-action:hover {
    background-color: #dee2df;
    color: #828d83;
}
.list-group-item-copper-50.list-group-item-action.active {
    background-color: #828d83;
    border-color: #828d83;
    color: #fff;
}
.list-group-item-plaster-50 {
    background-color: #fcfcfa;
    color: #908f89;
}
.list-group-item-plaster-50.list-group-item-action:focus,
.list-group-item-plaster-50.list-group-item-action:hover {
    background-color: #e3e3e1;
    color: #908f89;
}
.list-group-item-plaster-50.list-group-item-action.active {
    background-color: #908f89;
    border-color: #908f89;
    color: #fff;
}
.list-group-item-stone-50 {
    background-color: #f8f8f7;
    color: #858382;
}
.list-group-item-stone-50.list-group-item-action:focus,
.list-group-item-stone-50.list-group-item-action:hover {
    background-color: #dfdfde;
    color: #858382;
}
.list-group-item-stone-50.list-group-item-action.active {
    background-color: #858382;
    border-color: #858382;
    color: #fff;
}
.list-group-item-dark-50 {
    background-color: #ededec;
    color: #646361;
}
.list-group-item-dark-50.list-group-item-action:focus,
.list-group-item-dark-50.list-group-item-action:hover {
    background-color: #d5d5d4;
    color: #646361;
}
.list-group-item-dark-50.list-group-item-action.active {
    background-color: #646361;
    border-color: #646361;
    color: #fff;
}
.list-group-item-flower-25 {
    background-color: #fffefe;
    color: #989595;
}
.list-group-item-flower-25.list-group-item-action:focus,
.list-group-item-flower-25.list-group-item-action:hover {
    background-color: #e6e5e5;
    color: #989595;
}
.list-group-item-flower-25.list-group-item-action.active {
    background-color: #989595;
    border-color: #989595;
    color: #fff;
}
.list-group-item-sky-25 {
    background-color: #fcfdfe;
    color: #919495;
}
.list-group-item-sky-25.list-group-item-action:focus,
.list-group-item-sky-25.list-group-item-action:hover {
    background-color: #e3e4e5;
    color: #919495;
}
.list-group-item-sky-25.list-group-item-action.active {
    background-color: #919495;
    border-color: #919495;
    color: #fff;
}
.list-group-item-copper-25 {
    background-color: #fcfdfc;
    color: #909491;
}
.list-group-item-copper-25.list-group-item-action:focus,
.list-group-item-copper-25.list-group-item-action:hover {
    background-color: #e3e4e3;
    color: #909491;
}
.list-group-item-copper-25.list-group-item-action.active {
    background-color: #909491;
    border-color: #909491;
    color: #fff;
}
.list-group-item-plaster-25 {
    background-color: #fefefd;
    color: #959593;
}
.list-group-item-plaster-25.list-group-item-action:focus,
.list-group-item-plaster-25.list-group-item-action:hover {
    background-color: #e5e5e4;
    color: #959593;
}
.list-group-item-plaster-25.list-group-item-action.active {
    background-color: #959593;
    border-color: #959593;
    color: #fff;
}
.list-group-item-stone-25 {
    background-color: #fcfcfc;
    color: #919190;
}
.list-group-item-stone-25.list-group-item-action:focus,
.list-group-item-stone-25.list-group-item-action:hover {
    background-color: #e3e3e3;
    color: #919190;
}
.list-group-item-stone-25.list-group-item-action.active {
    background-color: #919190;
    border-color: #919190;
    color: #fff;
}
.list-group-item-dark-25 {
    background-color: #f8f8f8;
    color: #838383;
}
.list-group-item-dark-25.list-group-item-action:focus,
.list-group-item-dark-25.list-group-item-action:hover {
    background-color: #dfdfdf;
    color: #838383;
}
.list-group-item-dark-25.list-group-item-action.active {
    background-color: #838383;
    border-color: #838383;
    color: #fff;
}
.list-group-item-dark-grey {
    background-color: #e4e4e3;
    color: #474744;
}
.list-group-item-dark-grey.list-group-item-action:focus,
.list-group-item-dark-grey.list-group-item-action:hover {
    background-color: #cdcdcc;
    color: #474744;
}
.list-group-item-dark-grey.list-group-item-action.active {
    background-color: #474744;
    border-color: #474744;
    color: #fff;
}
.list-group-item-darker {
    background-color: #d9d9d8;
    color: #282823;
}
.list-group-item-darker.list-group-item-action:focus,
.list-group-item-darker.list-group-item-action:hover {
    background-color: #c3c3c2;
    color: #282823;
}
.list-group-item-darker.list-group-item-action.active {
    background-color: #282823;
    border-color: #282823;
    color: #fff;
}
.list-group-item-plaster-75 {
    background-color: #fbfaf7;
    color: #8c8a82;
}
.list-group-item-plaster-75.list-group-item-action:focus,
.list-group-item-plaster-75.list-group-item-action:hover {
    background-color: #e2e1de;
    color: #8c8a82;
}
.list-group-item-plaster-75.list-group-item-action.active {
    background-color: #8c8a82;
    border-color: #8c8a82;
    color: #fff;
}
.btn-close {
    background: transparent
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
        50%/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: 0.5;
    padding: 0.25em;
    width: 1em;
}
.btn-close:hover {
    color: #000;
    opacity: 0.75;
    text-decoration: none;
}
.btn-close:focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 94, 41, 0.25);
    opacity: 1;
    outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
    opacity: 0.25;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.modal {
    --bs-modal-zindex: 1050;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: rgba(0, 0, 0, 0.2);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.3rem;
    --bs-modal-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    --bs-modal-inner-border-radius: calc(0.3rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem;
    --bs-modal-header-border-color: #e9ecef;
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5882352941;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: #e9ecef;
    --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 {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - 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 {
    align-items: center;
    display: flex;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
    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);
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}
.modal-backdrop {
    --bs-backdrop-zindex: 1040;
    --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 {
    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: 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) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5)
        calc(var(--bs-modal-header-padding-y) * -0.5) auto;
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
}
.modal-title {
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 0;
}
.modal-body {
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    position: relative;
}
.modal-footer {
    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: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
}
.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    }
    .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;
    }
}
.tooltip {
    --bs-tooltip-zindex: 1070;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: 0;
    --bs-tooltip-font-size: 0.9375rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.25rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    word-wrap: break-word;
    display: block;
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol;
    font-size: var(--bs-tooltip-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5882352941;
    margin: var(--bs-tooltip-margin);
    opacity: 0;
    padding: var(--bs-tooltip-arrow-height);
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: var(--bs-tooltip-zindex);
}
.tooltip.show {
    opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
    display: block;
    height: var(--bs-tooltip-arrow-height);
    width: var(--bs-tooltip-arrow-width);
}
.tooltip .tooltip-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-bottom-width: 0;
    border-left-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    border-right-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    border-top-color: var(--bs-tooltip-bg);
    border-top-width: var(--bs-tooltip-arrow-height);
    top: -1px;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    height: var(--bs-tooltip-arrow-width);
    left: 0;
    width: var(--bs-tooltip-arrow-height);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-bottom-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    border-left-width: 0;
    border-right-color: var(--bs-tooltip-bg);
    border-right-width: var(--bs-tooltip-arrow-height);
    border-top-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    right: -1px;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: var(--bs-tooltip-bg);
    border-bottom-width: var(--bs-tooltip-arrow-height);
    border-left-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    border-right-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    border-top-width: 0;
    bottom: -1px;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    height: var(--bs-tooltip-arrow-width);
    right: 0;
    width: var(--bs-tooltip-arrow-height);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-bottom-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    border-left-color: var(--bs-tooltip-bg);
    border-left-width: var(--bs-tooltip-arrow-height);
    border-right-width: 0;
    border-top-width: calc(var(--bs-tooltip-arrow-width) * 0.5);
    left: -1px;
}
.tooltip-inner {
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
    color: var(--bs-tooltip-color);
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    text-align: center;
}
.popover {
    --bs-popover-zindex: 1060;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.9375rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: rgba(0, 0, 0, 0.2);
    --bs-popover-border-radius: 0.3rem;
    --bs-popover-inner-border-radius: calc(0.3rem - 1px);
    --bs-popover-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
    --bs-popover-header-padding-x: 0.75rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1.0625rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: #f7f7f7;
    --bs-popover-body-padding-x: 0.75rem;
    --bs-popover-body-padding-y: 0.5rem;
    --bs-popover-body-color: #4d4c44;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: var(--bs-popover-bg);
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
    display: block;
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol;
    font-size: var(--bs-popover-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5882352941;
    max-width: var(--bs-popover-max-width);
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: var(--bs-popover-zindex);
}
.popover .popover-arrow {
    display: block;
    height: var(--bs-popover-arrow-height);
    width: var(--bs-popover-arrow-width);
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
    border: 0 solid transparent;
    content: "";
    display: block;
    position: absolute;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
    bottom: calc((var(--bs-popover-arrow-height)) * -1 - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:after,
.bs-popover-top > .popover-arrow:before {
    border-bottom-width: 0;
    border-left-width: calc(var(--bs-popover-arrow-width) * 0.5);
    border-right-width: calc(var(--bs-popover-arrow-width) * 0.5);
    border-top-width: var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
    border-top-color: var(--bs-popover-arrow-border);
    bottom: 0;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
    border-top-color: var(--bs-popover-bg);
    bottom: var(--bs-popover-border-width);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
    height: var(--bs-popover-arrow-width);
    left: calc((var(--bs-popover-arrow-height)) * -1 - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:after,
.bs-popover-end > .popover-arrow:before {
    border-bottom-width: calc(var(--bs-popover-arrow-width) * 0.5);
    border-left-width: 0;
    border-right-width: var(--bs-popover-arrow-height);
    border-top-width: calc(var(--bs-popover-arrow-width) * 0.5);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
    border-right-color: var(--bs-popover-arrow-border);
    left: 0;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
    border-right-color: var(--bs-popover-bg);
    left: var(--bs-popover-border-width);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
    top: calc((var(--bs-popover-arrow-height)) * -1 - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:before {
    border-bottom-width: var(--bs-popover-arrow-height);
    border-left-width: calc(var(--bs-popover-arrow-width) * 0.5);
    border-right-width: calc(var(--bs-popover-arrow-width) * 0.5);
    border-top-width: 0;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
    border-bottom-color: var(--bs-popover-arrow-border);
    top: 0;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
    border-bottom-color: var(--bs-popover-bg);
    top: var(--bs-popover-border-width);
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
    content: "";
    display: block;
    left: 50%;
    margin-left: calc(var(--bs-popover-arrow-width) * -0.5);
    position: absolute;
    top: 0;
    width: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
    height: var(--bs-popover-arrow-width);
    right: calc((var(--bs-popover-arrow-height)) * -1 - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:after,
.bs-popover-start > .popover-arrow:before {
    border-bottom-width: calc(var(--bs-popover-arrow-width) * 0.5);
    border-left-width: var(--bs-popover-arrow-height);
    border-right-width: 0;
    border-top-width: calc(var(--bs-popover-arrow-width) * 0.5);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
    border-left-color: var(--bs-popover-arrow-border);
    right: 0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
    border-left-color: var(--bs-popover-bg);
    right: var(--bs-popover-border-width);
}
.popover-header {
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
    color: var(--bs-popover-header-color);
    font-size: var(--bs-popover-header-font-size);
    margin-bottom: 0;
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    color: var(--bs-popover-body-color);
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-inner:after {
    clear: both;
    content: "";
    display: block;
}
.carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: transform 0.6s ease;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    opacity: 0;
    transition: opacity 0s 0.6s;
    z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    align-items: center;
    background: none;
    border: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.15s ease;
    width: 10%;
    z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: 0.9;
    outline: 0;
    text-decoration: none;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z%27/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z%27/%3E%3C/svg%3E");
}
.carousel-indicators {
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 10%;
    margin-right: 10%;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
.carousel-indicators [data-bs-target] {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    opacity: 0.5;
    padding: 0;
    text-indent: -999px;
    transition: opacity 0.6s ease;
    width: 30px;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    bottom: 1.25rem;
    color: #fff;
    left: 7.3611111111%;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    right: 7.3611111111%;
    text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.text-bg-primary {
    background-color: RGBA(135, 94, 41, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}
.text-bg-secondary {
    background-color: RGBA(77, 76, 68, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}
.text-bg-success {
    background-color: RGBA(40, 167, 69, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}
.text-bg-info {
    background-color: RGBA(23, 162, 184, var(--bs-bg-opacity, 1)) !important;
    color: #fff !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(77, 76, 68, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}
.text-bg-white {
    background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-black {
    background-color: RGBA(0, 0, 0, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}
.text-bg-blue {
    background-color: RGBA(34, 69, 138, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}
.text-bg-bronze {
    background-color: RGBA(135, 94, 41, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}
.text-bg-flower {
    background-color: RGBA(252, 222, 224, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-sky {
    background-color: RGBA(186, 216, 225, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-copper {
    background-color: RGBA(180, 215, 184, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-plaster {
    background-color: RGBA(226, 221, 203, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-stone {
    background-color: RGBA(190, 183, 179, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-flower-50 {
    background-color: RGBA(253, 238, 239, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-sky-50 {
    background-color: RGBA(220, 235, 240, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-copper-50 {
    background-color: RGBA(217, 235, 219, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-plaster-50 {
    background-color: RGBA(240, 238, 229, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-stone-50 {
    background-color: RGBA(222, 219, 217, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-dark-50 {
    background-color: RGBA(166, 165, 161, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-flower-25 {
    background-color: RGBA(254, 248, 249, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-sky-25 {
    background-color: RGBA(241, 247, 249, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-copper-25 {
    background-color: RGBA(240, 247, 241, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-plaster-25 {
    background-color: RGBA(249, 248, 245, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-stone-25 {
    background-color: RGBA(242, 241, 240, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-dark-25 {
    background-color: RGBA(219, 219, 218, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.text-bg-dark-grey {
    background-color: RGBA(119, 118, 113, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}
.text-bg-darker {
    background-color: RGBA(67, 66, 58, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}
.text-bg-plaster-75 {
    background-color: RGBA(233, 230, 216, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}
.link-primary {
    color: #875e29 !important;
}
.link-primary:focus,
.link-primary:hover {
    color: #6c4b21 !important;
}
.link-secondary {
    color: #4d4c44 !important;
}
.link-secondary:focus,
.link-secondary:hover {
    color: #3e3d36 !important;
}
.link-success {
    color: #28a745 !important;
}
.link-success:focus,
.link-success:hover {
    color: #208637 !important;
}
.link-info {
    color: #17a2b8 !important;
}
.link-info:focus,
.link-info:hover {
    color: #128293 !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: #4d4c44 !important;
}
.link-dark:focus,
.link-dark:hover {
    color: #3e3d36 !important;
}
.link-white,
.link-white:focus,
.link-white:hover {
    color: #fff !important;
}
.link-black,
.link-black:focus,
.link-black:hover {
    color: #000 !important;
}
.link-blue {
    color: #22458a !important;
}
.link-blue:focus,
.link-blue:hover {
    color: #1b376e !important;
}
.link-bronze {
    color: #875e29 !important;
}
.link-bronze:focus,
.link-bronze:hover {
    color: #6c4b21 !important;
}
.link-flower {
    color: #fcdee0 !important;
}
.link-flower:focus,
.link-flower:hover {
    color: #fde5e6 !important;
}
.link-sky {
    color: #bad8e1 !important;
}
.link-sky:focus,
.link-sky:hover {
    color: #c8e0e7 !important;
}
.link-copper {
    color: #b4d7b8 !important;
}
.link-copper:focus,
.link-copper:hover {
    color: #c3dfc6 !important;
}
.link-plaster {
    color: #e2ddcb !important;
}
.link-plaster:focus,
.link-plaster:hover {
    color: #e8e4d5 !important;
}
.link-stone {
    color: #beb7b3 !important;
}
.link-stone:focus,
.link-stone:hover {
    color: #cbc5c2 !important;
}
.link-flower-50 {
    color: #fdeeef !important;
}
.link-flower-50:focus,
.link-flower-50:hover {
    color: #fdf1f2 !important;
}
.link-sky-50 {
    color: #dcebf0 !important;
}
.link-sky-50:focus,
.link-sky-50:hover {
    color: #e3eff3 !important;
}
.link-copper-50 {
    color: #d9ebdb !important;
}
.link-copper-50:focus,
.link-copper-50:hover {
    color: #e1efe2 !important;
}
.link-plaster-50 {
    color: #f0eee5 !important;
}
.link-plaster-50:focus,
.link-plaster-50:hover {
    color: #f3f1ea !important;
}
.link-stone-50 {
    color: #dedbd9 !important;
}
.link-stone-50:focus,
.link-stone-50:hover {
    color: #e5e2e1 !important;
}
.link-dark-50 {
    color: #a6a5a1 !important;
}
.link-dark-50:focus,
.link-dark-50:hover {
    color: #b8b7b4 !important;
}
.link-flower-25 {
    color: #fef8f9 !important;
}
.link-flower-25:focus,
.link-flower-25:hover {
    color: #fef9fa !important;
}
.link-sky-25 {
    color: #f1f7f9 !important;
}
.link-sky-25:focus,
.link-sky-25:hover {
    color: #f4f9fa !important;
}
.link-copper-25 {
    color: #f0f7f1 !important;
}
.link-copper-25:focus,
.link-copper-25:hover {
    color: #f3f9f4 !important;
}
.link-plaster-25 {
    color: #f9f8f5 !important;
}
.link-plaster-25:focus,
.link-plaster-25:hover {
    color: #faf9f7 !important;
}
.link-stone-25 {
    color: #f2f1f0 !important;
}
.link-stone-25:focus,
.link-stone-25:hover {
    color: #f5f4f3 !important;
}
.link-dark-25 {
    color: #dbdbda !important;
}
.link-dark-25:focus,
.link-dark-25:hover {
    color: #e2e2e1 !important;
}
.link-dark-grey {
    color: #777671 !important;
}
.link-dark-grey:focus,
.link-dark-grey:hover {
    color: #5f5e5a !important;
}
.link-darker {
    color: #43423a !important;
}
.link-darker:focus,
.link-darker:hover {
    color: #36352e !important;
}
.link-plaster-75 {
    color: #e9e6d8 !important;
}
.link-plaster-75:focus,
.link-plaster-75:hover {
    color: #edebe0 !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-bottom {
    bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
}
@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 {
    align-items: center;
    flex-direction: row;
}
.hstack,
.vstack {
    align-self: stretch;
    display: flex;
}
.vstack {
    flex: 1 1 auto;
    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;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vr {
    align-self: stretch;
    background-color: currentcolor;
    display: inline-block;
    min-height: 1em;
    opacity: 0.25;
    width: 1px;
}
.spinner-border,
.spinner-grow {
    -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    border-radius: 50%;
    display: inline-block;
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    width: var(--bs-spinner-width);
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border-right-color: currentcolor;
    border: var(--bs-spinner-border-width) solid;
    border-right: var(--bs-spinner-border-width) solid transparent;
}
.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
}
.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s;
    }
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !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-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-blue {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-blue-rgb), var(--bs-border-opacity)) !important;
}
.border-bronze {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-bronze-rgb), var(--bs-border-opacity)) !important;
}
.border-flower {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-flower-rgb), var(--bs-border-opacity)) !important;
}
.border-sky {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-sky-rgb), var(--bs-border-opacity)) !important;
}
.border-copper {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-copper-rgb), var(--bs-border-opacity)) !important;
}
.border-plaster {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-plaster-rgb), var(--bs-border-opacity)) !important;
}
.border-stone {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-stone-rgb), var(--bs-border-opacity)) !important;
}
.border-flower-50 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-flower-50-rgb), var(--bs-border-opacity)) !important;
}
.border-sky-50 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-sky-50-rgb), var(--bs-border-opacity)) !important;
}
.border-copper-50 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-copper-50-rgb), var(--bs-border-opacity)) !important;
}
.border-plaster-50 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-plaster-50-rgb), var(--bs-border-opacity)) !important;
}
.border-stone-50 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-stone-50-rgb), var(--bs-border-opacity)) !important;
}
.border-dark-50 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-50-rgb), var(--bs-border-opacity)) !important;
}
.border-flower-25 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-flower-25-rgb), var(--bs-border-opacity)) !important;
}
.border-sky-25 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-sky-25-rgb), var(--bs-border-opacity)) !important;
}
.border-copper-25 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-copper-25-rgb), var(--bs-border-opacity)) !important;
}
.border-plaster-25 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-plaster-25-rgb), var(--bs-border-opacity)) !important;
}
.border-stone-25 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-stone-25-rgb), var(--bs-border-opacity)) !important;
}
.border-dark-25 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-25-rgb), var(--bs-border-opacity)) !important;
}
.border-dark-grey {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-grey-rgb), var(--bs-border-opacity)) !important;
}
.border-darker {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-darker-rgb), var(--bs-border-opacity)) !important;
}
.border-plaster-75 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-plaster-75-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-100 {
    width: 100% !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-gutter {
    margin: 15px !important;
}
.m-huge {
    margin: 8rem !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 2rem !important;
}
.m-6 {
    margin: 2.5rem !important;
}
.m-7 {
    margin: 3rem !important;
}
.m-8 {
    margin: 3.5rem !important;
}
.m-9 {
    margin: 4rem !important;
}
.m-10 {
    margin: 4.5rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-gutter {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.mx-huge {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}
.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
.mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}
.mx-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}
.mx-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.mx-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
}
.mx-9 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}
.mx-10 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-gutter {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}
.my-huge {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
}
.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.my-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
}
.my-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}
.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}
.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}
.my-5 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
}
.my-6 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
}
.my-7 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}
.my-8 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important;
}
.my-9 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
}
.my-10 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
}
.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}
.mt-gutter {
    margin-top: 15px !important;
}
.mt-huge {
    margin-top: 8rem !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 2rem !important;
}
.mt-6 {
    margin-top: 2.5rem !important;
}
.mt-7 {
    margin-top: 3rem !important;
}
.mt-8 {
    margin-top: 3.5rem !important;
}
.mt-9 {
    margin-top: 4rem !important;
}
.mt-10 {
    margin-top: 4.5rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-gutter {
    margin-right: 15px !important;
}
.me-huge {
    margin-right: 8rem !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 2rem !important;
}
.me-6 {
    margin-right: 2.5rem !important;
}
.me-7 {
    margin-right: 3rem !important;
}
.me-8 {
    margin-right: 3.5rem !important;
}
.me-9 {
    margin-right: 4rem !important;
}
.me-10 {
    margin-right: 4.5rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-gutter {
    margin-bottom: 15px !important;
}
.mb-huge {
    margin-bottom: 8rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 2rem !important;
}
.mb-6 {
    margin-bottom: 2.5rem !important;
}
.mb-7 {
    margin-bottom: 3rem !important;
}
.mb-8 {
    margin-bottom: 3.5rem !important;
}
.mb-9 {
    margin-bottom: 4rem !important;
}
.mb-10 {
    margin-bottom: 4.5rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-gutter {
    margin-left: 15px !important;
}
.ms-huge {
    margin-left: 8rem !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 2rem !important;
}
.ms-6 {
    margin-left: 2.5rem !important;
}
.ms-7 {
    margin-left: 3rem !important;
}
.ms-8 {
    margin-left: 3.5rem !important;
}
.ms-9 {
    margin-left: 4rem !important;
}
.ms-10 {
    margin-left: 4.5rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-gutter {
    padding: 15px !important;
}
.p-huge {
    padding: 8rem !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 2rem !important;
}
.p-6 {
    padding: 2.5rem !important;
}
.p-7 {
    padding: 3rem !important;
}
.p-8 {
    padding: 3.5rem !important;
}
.p-9 {
    padding: 4rem !important;
}
.p-10 {
    padding: 4.5rem !important;
}
.px-gutter {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.px-huge {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.px-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
.px-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.px-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
}
.px-9 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
.px-10 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
}
.py-gutter {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
.py-huge {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
}
.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.py-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
}
.py-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}
.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}
.py-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
}
.py-6 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
}
.py-7 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}
.py-8 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important;
}
.py-9 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
}
.py-10 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
}
.pt-gutter {
    padding-top: 15px !important;
}
.pt-huge {
    padding-top: 8rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 2rem !important;
}
.pt-6 {
    padding-top: 2.5rem !important;
}
.pt-7 {
    padding-top: 3rem !important;
}
.pt-8 {
    padding-top: 3.5rem !important;
}
.pt-9 {
    padding-top: 4rem !important;
}
.pt-10 {
    padding-top: 4.5rem !important;
}
.pe-gutter {
    padding-right: 15px !important;
}
.pe-huge {
    padding-right: 8rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 2rem !important;
}
.pe-6 {
    padding-right: 2.5rem !important;
}
.pe-7 {
    padding-right: 3rem !important;
}
.pe-8 {
    padding-right: 3.5rem !important;
}
.pe-9 {
    padding-right: 4rem !important;
}
.pe-10 {
    padding-right: 4.5rem !important;
}
.pb-gutter {
    padding-bottom: 15px !important;
}
.pb-huge {
    padding-bottom: 8rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 2rem !important;
}
.pb-6 {
    padding-bottom: 2.5rem !important;
}
.pb-7 {
    padding-bottom: 3rem !important;
}
.pb-8 {
    padding-bottom: 3.5rem !important;
}
.pb-9 {
    padding-bottom: 4rem !important;
}
.pb-10 {
    padding-bottom: 4.5rem !important;
}
.ps-gutter {
    padding-left: 15px !important;
}
.ps-huge {
    padding-left: 8rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 2rem !important;
}
.ps-6 {
    padding-left: 2.5rem !important;
}
.ps-7 {
    padding-left: 3rem !important;
}
.ps-8 {
    padding-left: 3.5rem !important;
}
.ps-9 {
    padding-left: 4rem !important;
}
.ps-10 {
    padding-left: 4.5rem !important;
}
.gap-gutter {
    gap: 15px !important;
}
.gap-huge {
    gap: 8rem !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 2rem !important;
}
.gap-6 {
    gap: 2.5rem !important;
}
.gap-7 {
    gap: 3rem !important;
}
.gap-8 {
    gap: 3.5rem !important;
}
.gap-9 {
    gap: 4rem !important;
}
.gap-10 {
    gap: 4.5rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-base {
    font-size: 1.0625rem !important;
}
.fs-sm {
    font-size: 0.9375rem !important;
}
.fs-lg {
    font-size: 1.25rem !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: 500 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.5 !important;
}
.lh-base {
    line-height: 1.5882352941 !important;
}
.lh-lg {
    line-height: 1.5 !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-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-blue {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}
.text-bronze {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-bronze-rgb), var(--bs-text-opacity)) !important;
}
.text-flower {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-flower-rgb), var(--bs-text-opacity)) !important;
}
.text-sky {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-sky-rgb), var(--bs-text-opacity)) !important;
}
.text-copper {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-copper-rgb), var(--bs-text-opacity)) !important;
}
.text-plaster {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-plaster-rgb), var(--bs-text-opacity)) !important;
}
.text-stone {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-stone-rgb), var(--bs-text-opacity)) !important;
}
.text-flower-50 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-flower-50-rgb), var(--bs-text-opacity)) !important;
}
.text-sky-50 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-sky-50-rgb), var(--bs-text-opacity)) !important;
}
.text-copper-50 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-copper-50-rgb), var(--bs-text-opacity)) !important;
}
.text-plaster-50 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-plaster-50-rgb), var(--bs-text-opacity)) !important;
}
.text-stone-50 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-stone-50-rgb), var(--bs-text-opacity)) !important;
}
.text-dark-50 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-50-rgb), var(--bs-text-opacity)) !important;
}
.text-flower-25 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-flower-25-rgb), var(--bs-text-opacity)) !important;
}
.text-sky-25 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-sky-25-rgb), var(--bs-text-opacity)) !important;
}
.text-copper-25 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-copper-25-rgb), var(--bs-text-opacity)) !important;
}
.text-plaster-25 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-plaster-25-rgb), var(--bs-text-opacity)) !important;
}
.text-stone-25 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-stone-25-rgb), var(--bs-text-opacity)) !important;
}
.text-dark-25 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-25-rgb), var(--bs-text-opacity)) !important;
}
.text-dark-grey {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-grey-rgb), var(--bs-text-opacity)) !important;
}
.text-darker {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-darker-rgb), var(--bs-text-opacity)) !important;
}
.text-plaster-75 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-plaster-75-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-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-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}
.bg-bronze {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-bronze-rgb), var(--bs-bg-opacity)) !important;
}
.bg-flower {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-flower-rgb), var(--bs-bg-opacity)) !important;
}
.bg-sky {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-sky-rgb), var(--bs-bg-opacity)) !important;
}
.bg-copper {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-copper-rgb), var(--bs-bg-opacity)) !important;
}
.bg-plaster {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-plaster-rgb), var(--bs-bg-opacity)) !important;
}
.bg-stone {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-stone-rgb), var(--bs-bg-opacity)) !important;
}
.bg-flower-50 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-flower-50-rgb), var(--bs-bg-opacity)) !important;
}
.bg-sky-50 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-sky-50-rgb), var(--bs-bg-opacity)) !important;
}
.bg-copper-50 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-copper-50-rgb), var(--bs-bg-opacity)) !important;
}
.bg-plaster-50 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-plaster-50-rgb), var(--bs-bg-opacity)) !important;
}
.bg-stone-50 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-stone-50-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark-50 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-50-rgb), var(--bs-bg-opacity)) !important;
}
.bg-flower-25 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-flower-25-rgb), var(--bs-bg-opacity)) !important;
}
.bg-sky-25 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-sky-25-rgb), var(--bs-bg-opacity)) !important;
}
.bg-copper-25 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-copper-25-rgb), var(--bs-bg-opacity)) !important;
}
.bg-plaster-25 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-plaster-25-rgb), var(--bs-bg-opacity)) !important;
}
.bg-stone-25 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-stone-25-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark-25 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-25-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-grey-rgb), var(--bs-bg-opacity)) !important;
}
.bg-darker {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-darker-rgb), var(--bs-bg-opacity)) !important;
}
.bg-plaster-75 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-plaster-75-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;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-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: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-gutter {
        margin: 15px !important;
    }
    .m-sm-huge {
        margin: 8rem !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 2rem !important;
    }
    .m-sm-6 {
        margin: 2.5rem !important;
    }
    .m-sm-7 {
        margin: 3rem !important;
    }
    .m-sm-8 {
        margin: 3.5rem !important;
    }
    .m-sm-9 {
        margin: 4rem !important;
    }
    .m-sm-10 {
        margin: 4.5rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-gutter {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .mx-sm-huge {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }
    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-sm-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mx-sm-6 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-sm-7 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-sm-8 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }
    .mx-sm-9 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-sm-10 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-sm-gutter {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    .my-sm-huge {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important;
    }
    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-sm-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    .my-sm-6 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important;
    }
    .my-sm-7 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-sm-8 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important;
    }
    .my-sm-9 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .my-sm-10 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important;
    }
    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-sm-gutter {
        margin-top: 15px !important;
    }
    .mt-sm-huge {
        margin-top: 8rem !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 2rem !important;
    }
    .mt-sm-6 {
        margin-top: 2.5rem !important;
    }
    .mt-sm-7 {
        margin-top: 3rem !important;
    }
    .mt-sm-8 {
        margin-top: 3.5rem !important;
    }
    .mt-sm-9 {
        margin-top: 4rem !important;
    }
    .mt-sm-10 {
        margin-top: 4.5rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-gutter {
        margin-right: 15px !important;
    }
    .me-sm-huge {
        margin-right: 8rem !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 2rem !important;
    }
    .me-sm-6 {
        margin-right: 2.5rem !important;
    }
    .me-sm-7 {
        margin-right: 3rem !important;
    }
    .me-sm-8 {
        margin-right: 3.5rem !important;
    }
    .me-sm-9 {
        margin-right: 4rem !important;
    }
    .me-sm-10 {
        margin-right: 4.5rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-gutter {
        margin-bottom: 15px !important;
    }
    .mb-sm-huge {
        margin-bottom: 8rem !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 2rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 2.5rem !important;
    }
    .mb-sm-7 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-8 {
        margin-bottom: 3.5rem !important;
    }
    .mb-sm-9 {
        margin-bottom: 4rem !important;
    }
    .mb-sm-10 {
        margin-bottom: 4.5rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-gutter {
        margin-left: 15px !important;
    }
    .ms-sm-huge {
        margin-left: 8rem !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 2rem !important;
    }
    .ms-sm-6 {
        margin-left: 2.5rem !important;
    }
    .ms-sm-7 {
        margin-left: 3rem !important;
    }
    .ms-sm-8 {
        margin-left: 3.5rem !important;
    }
    .ms-sm-9 {
        margin-left: 4rem !important;
    }
    .ms-sm-10 {
        margin-left: 4.5rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-gutter {
        padding: 15px !important;
    }
    .p-sm-huge {
        padding: 8rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 2rem !important;
    }
    .p-sm-6 {
        padding: 2.5rem !important;
    }
    .p-sm-7 {
        padding: 3rem !important;
    }
    .p-sm-8 {
        padding: 3.5rem !important;
    }
    .p-sm-9 {
        padding: 4rem !important;
    }
    .p-sm-10 {
        padding: 4.5rem !important;
    }
    .px-sm-gutter {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .px-sm-huge {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-sm-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-sm-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-sm-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .px-sm-6 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-sm-7 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-sm-8 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .px-sm-9 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-sm-10 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .py-sm-gutter {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }
    .py-sm-huge {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important;
    }
    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-sm-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    .py-sm-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important;
    }
    .py-sm-7 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-sm-8 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important;
    }
    .py-sm-9 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    .py-sm-10 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important;
    }
    .pt-sm-gutter {
        padding-top: 15px !important;
    }
    .pt-sm-huge {
        padding-top: 8rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 2rem !important;
    }
    .pt-sm-6 {
        padding-top: 2.5rem !important;
    }
    .pt-sm-7 {
        padding-top: 3rem !important;
    }
    .pt-sm-8 {
        padding-top: 3.5rem !important;
    }
    .pt-sm-9 {
        padding-top: 4rem !important;
    }
    .pt-sm-10 {
        padding-top: 4.5rem !important;
    }
    .pe-sm-gutter {
        padding-right: 15px !important;
    }
    .pe-sm-huge {
        padding-right: 8rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 2rem !important;
    }
    .pe-sm-6 {
        padding-right: 2.5rem !important;
    }
    .pe-sm-7 {
        padding-right: 3rem !important;
    }
    .pe-sm-8 {
        padding-right: 3.5rem !important;
    }
    .pe-sm-9 {
        padding-right: 4rem !important;
    }
    .pe-sm-10 {
        padding-right: 4.5rem !important;
    }
    .pb-sm-gutter {
        padding-bottom: 15px !important;
    }
    .pb-sm-huge {
        padding-bottom: 8rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 2rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 2.5rem !important;
    }
    .pb-sm-7 {
        padding-bottom: 3rem !important;
    }
    .pb-sm-8 {
        padding-bottom: 3.5rem !important;
    }
    .pb-sm-9 {
        padding-bottom: 4rem !important;
    }
    .pb-sm-10 {
        padding-bottom: 4.5rem !important;
    }
    .ps-sm-gutter {
        padding-left: 15px !important;
    }
    .ps-sm-huge {
        padding-left: 8rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 2rem !important;
    }
    .ps-sm-6 {
        padding-left: 2.5rem !important;
    }
    .ps-sm-7 {
        padding-left: 3rem !important;
    }
    .ps-sm-8 {
        padding-left: 3.5rem !important;
    }
    .ps-sm-9 {
        padding-left: 4rem !important;
    }
    .ps-sm-10 {
        padding-left: 4.5rem !important;
    }
    .gap-sm-gutter {
        gap: 15px !important;
    }
    .gap-sm-huge {
        gap: 8rem !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 2rem !important;
    }
    .gap-sm-6 {
        gap: 2.5rem !important;
    }
    .gap-sm-7 {
        gap: 3rem !important;
    }
    .gap-sm-8 {
        gap: 3.5rem !important;
    }
    .gap-sm-9 {
        gap: 4rem !important;
    }
    .gap-sm-10 {
        gap: 4.5rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-gutter {
        margin: 15px !important;
    }
    .m-md-huge {
        margin: 8rem !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 2rem !important;
    }
    .m-md-6 {
        margin: 2.5rem !important;
    }
    .m-md-7 {
        margin: 3rem !important;
    }
    .m-md-8 {
        margin: 3.5rem !important;
    }
    .m-md-9 {
        margin: 4rem !important;
    }
    .m-md-10 {
        margin: 4.5rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-gutter {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .mx-md-huge {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }
    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-md-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-md-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-md-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mx-md-6 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-md-7 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-md-8 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }
    .mx-md-9 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-md-10 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-md-gutter {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    .my-md-huge {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important;
    }
    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-md-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-md-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-md-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    .my-md-6 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important;
    }
    .my-md-7 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-md-8 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important;
    }
    .my-md-9 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .my-md-10 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important;
    }
    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-md-gutter {
        margin-top: 15px !important;
    }
    .mt-md-huge {
        margin-top: 8rem !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 2rem !important;
    }
    .mt-md-6 {
        margin-top: 2.5rem !important;
    }
    .mt-md-7 {
        margin-top: 3rem !important;
    }
    .mt-md-8 {
        margin-top: 3.5rem !important;
    }
    .mt-md-9 {
        margin-top: 4rem !important;
    }
    .mt-md-10 {
        margin-top: 4.5rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-gutter {
        margin-right: 15px !important;
    }
    .me-md-huge {
        margin-right: 8rem !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 2rem !important;
    }
    .me-md-6 {
        margin-right: 2.5rem !important;
    }
    .me-md-7 {
        margin-right: 3rem !important;
    }
    .me-md-8 {
        margin-right: 3.5rem !important;
    }
    .me-md-9 {
        margin-right: 4rem !important;
    }
    .me-md-10 {
        margin-right: 4.5rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-gutter {
        margin-bottom: 15px !important;
    }
    .mb-md-huge {
        margin-bottom: 8rem !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 2rem !important;
    }
    .mb-md-6 {
        margin-bottom: 2.5rem !important;
    }
    .mb-md-7 {
        margin-bottom: 3rem !important;
    }
    .mb-md-8 {
        margin-bottom: 3.5rem !important;
    }
    .mb-md-9 {
        margin-bottom: 4rem !important;
    }
    .mb-md-10 {
        margin-bottom: 4.5rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-gutter {
        margin-left: 15px !important;
    }
    .ms-md-huge {
        margin-left: 8rem !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 2rem !important;
    }
    .ms-md-6 {
        margin-left: 2.5rem !important;
    }
    .ms-md-7 {
        margin-left: 3rem !important;
    }
    .ms-md-8 {
        margin-left: 3.5rem !important;
    }
    .ms-md-9 {
        margin-left: 4rem !important;
    }
    .ms-md-10 {
        margin-left: 4.5rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-gutter {
        padding: 15px !important;
    }
    .p-md-huge {
        padding: 8rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 2rem !important;
    }
    .p-md-6 {
        padding: 2.5rem !important;
    }
    .p-md-7 {
        padding: 3rem !important;
    }
    .p-md-8 {
        padding: 3.5rem !important;
    }
    .p-md-9 {
        padding: 4rem !important;
    }
    .p-md-10 {
        padding: 4.5rem !important;
    }
    .px-md-gutter {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .px-md-huge {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-md-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-md-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-md-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .px-md-6 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-md-7 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-md-8 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .px-md-9 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-md-10 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .py-md-gutter {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }
    .py-md-huge {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important;
    }
    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-md-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-md-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-md-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    .py-md-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important;
    }
    .py-md-7 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-md-8 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important;
    }
    .py-md-9 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    .py-md-10 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important;
    }
    .pt-md-gutter {
        padding-top: 15px !important;
    }
    .pt-md-huge {
        padding-top: 8rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 2rem !important;
    }
    .pt-md-6 {
        padding-top: 2.5rem !important;
    }
    .pt-md-7 {
        padding-top: 3rem !important;
    }
    .pt-md-8 {
        padding-top: 3.5rem !important;
    }
    .pt-md-9 {
        padding-top: 4rem !important;
    }
    .pt-md-10 {
        padding-top: 4.5rem !important;
    }
    .pe-md-gutter {
        padding-right: 15px !important;
    }
    .pe-md-huge {
        padding-right: 8rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 2rem !important;
    }
    .pe-md-6 {
        padding-right: 2.5rem !important;
    }
    .pe-md-7 {
        padding-right: 3rem !important;
    }
    .pe-md-8 {
        padding-right: 3.5rem !important;
    }
    .pe-md-9 {
        padding-right: 4rem !important;
    }
    .pe-md-10 {
        padding-right: 4.5rem !important;
    }
    .pb-md-gutter {
        padding-bottom: 15px !important;
    }
    .pb-md-huge {
        padding-bottom: 8rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 2rem !important;
    }
    .pb-md-6 {
        padding-bottom: 2.5rem !important;
    }
    .pb-md-7 {
        padding-bottom: 3rem !important;
    }
    .pb-md-8 {
        padding-bottom: 3.5rem !important;
    }
    .pb-md-9 {
        padding-bottom: 4rem !important;
    }
    .pb-md-10 {
        padding-bottom: 4.5rem !important;
    }
    .ps-md-gutter {
        padding-left: 15px !important;
    }
    .ps-md-huge {
        padding-left: 8rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 2rem !important;
    }
    .ps-md-6 {
        padding-left: 2.5rem !important;
    }
    .ps-md-7 {
        padding-left: 3rem !important;
    }
    .ps-md-8 {
        padding-left: 3.5rem !important;
    }
    .ps-md-9 {
        padding-left: 4rem !important;
    }
    .ps-md-10 {
        padding-left: 4.5rem !important;
    }
    .gap-md-gutter {
        gap: 15px !important;
    }
    .gap-md-huge {
        gap: 8rem !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 2rem !important;
    }
    .gap-md-6 {
        gap: 2.5rem !important;
    }
    .gap-md-7 {
        gap: 3rem !important;
    }
    .gap-md-8 {
        gap: 3.5rem !important;
    }
    .gap-md-9 {
        gap: 4rem !important;
    }
    .gap-md-10 {
        gap: 4.5rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-gutter {
        margin: 15px !important;
    }
    .m-lg-huge {
        margin: 8rem !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 2rem !important;
    }
    .m-lg-6 {
        margin: 2.5rem !important;
    }
    .m-lg-7 {
        margin: 3rem !important;
    }
    .m-lg-8 {
        margin: 3.5rem !important;
    }
    .m-lg-9 {
        margin: 4rem !important;
    }
    .m-lg-10 {
        margin: 4.5rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-gutter {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .mx-lg-huge {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-lg-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mx-lg-6 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-lg-7 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-lg-8 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }
    .mx-lg-9 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-lg-10 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-lg-gutter {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    .my-lg-huge {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important;
    }
    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-lg-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    .my-lg-6 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important;
    }
    .my-lg-7 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-lg-8 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important;
    }
    .my-lg-9 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .my-lg-10 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important;
    }
    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-lg-gutter {
        margin-top: 15px !important;
    }
    .mt-lg-huge {
        margin-top: 8rem !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 2rem !important;
    }
    .mt-lg-6 {
        margin-top: 2.5rem !important;
    }
    .mt-lg-7 {
        margin-top: 3rem !important;
    }
    .mt-lg-8 {
        margin-top: 3.5rem !important;
    }
    .mt-lg-9 {
        margin-top: 4rem !important;
    }
    .mt-lg-10 {
        margin-top: 4.5rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-gutter {
        margin-right: 15px !important;
    }
    .me-lg-huge {
        margin-right: 8rem !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 2rem !important;
    }
    .me-lg-6 {
        margin-right: 2.5rem !important;
    }
    .me-lg-7 {
        margin-right: 3rem !important;
    }
    .me-lg-8 {
        margin-right: 3.5rem !important;
    }
    .me-lg-9 {
        margin-right: 4rem !important;
    }
    .me-lg-10 {
        margin-right: 4.5rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-gutter {
        margin-bottom: 15px !important;
    }
    .mb-lg-huge {
        margin-bottom: 8rem !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 2rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 2.5rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 3.5rem !important;
    }
    .mb-lg-9 {
        margin-bottom: 4rem !important;
    }
    .mb-lg-10 {
        margin-bottom: 4.5rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-gutter {
        margin-left: 15px !important;
    }
    .ms-lg-huge {
        margin-left: 8rem !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 2rem !important;
    }
    .ms-lg-6 {
        margin-left: 2.5rem !important;
    }
    .ms-lg-7 {
        margin-left: 3rem !important;
    }
    .ms-lg-8 {
        margin-left: 3.5rem !important;
    }
    .ms-lg-9 {
        margin-left: 4rem !important;
    }
    .ms-lg-10 {
        margin-left: 4.5rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-gutter {
        padding: 15px !important;
    }
    .p-lg-huge {
        padding: 8rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 2rem !important;
    }
    .p-lg-6 {
        padding: 2.5rem !important;
    }
    .p-lg-7 {
        padding: 3rem !important;
    }
    .p-lg-8 {
        padding: 3.5rem !important;
    }
    .p-lg-9 {
        padding: 4rem !important;
    }
    .p-lg-10 {
        padding: 4.5rem !important;
    }
    .px-lg-gutter {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .px-lg-huge {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-lg-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-lg-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-lg-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .px-lg-6 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-lg-7 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-lg-8 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .px-lg-9 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-lg-10 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .py-lg-gutter {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }
    .py-lg-huge {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important;
    }
    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-lg-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    .py-lg-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important;
    }
    .py-lg-7 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-lg-8 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important;
    }
    .py-lg-9 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    .py-lg-10 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important;
    }
    .pt-lg-gutter {
        padding-top: 15px !important;
    }
    .pt-lg-huge {
        padding-top: 8rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 2rem !important;
    }
    .pt-lg-6 {
        padding-top: 2.5rem !important;
    }
    .pt-lg-7 {
        padding-top: 3rem !important;
    }
    .pt-lg-8 {
        padding-top: 3.5rem !important;
    }
    .pt-lg-9 {
        padding-top: 4rem !important;
    }
    .pt-lg-10 {
        padding-top: 4.5rem !important;
    }
    .pe-lg-gutter {
        padding-right: 15px !important;
    }
    .pe-lg-huge {
        padding-right: 8rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 2rem !important;
    }
    .pe-lg-6 {
        padding-right: 2.5rem !important;
    }
    .pe-lg-7 {
        padding-right: 3rem !important;
    }
    .pe-lg-8 {
        padding-right: 3.5rem !important;
    }
    .pe-lg-9 {
        padding-right: 4rem !important;
    }
    .pe-lg-10 {
        padding-right: 4.5rem !important;
    }
    .pb-lg-gutter {
        padding-bottom: 15px !important;
    }
    .pb-lg-huge {
        padding-bottom: 8rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 2rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 2.5rem !important;
    }
    .pb-lg-7 {
        padding-bottom: 3rem !important;
    }
    .pb-lg-8 {
        padding-bottom: 3.5rem !important;
    }
    .pb-lg-9 {
        padding-bottom: 4rem !important;
    }
    .pb-lg-10 {
        padding-bottom: 4.5rem !important;
    }
    .ps-lg-gutter {
        padding-left: 15px !important;
    }
    .ps-lg-huge {
        padding-left: 8rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 2rem !important;
    }
    .ps-lg-6 {
        padding-left: 2.5rem !important;
    }
    .ps-lg-7 {
        padding-left: 3rem !important;
    }
    .ps-lg-8 {
        padding-left: 3.5rem !important;
    }
    .ps-lg-9 {
        padding-left: 4rem !important;
    }
    .ps-lg-10 {
        padding-left: 4.5rem !important;
    }
    .gap-lg-gutter {
        gap: 15px !important;
    }
    .gap-lg-huge {
        gap: 8rem !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 2rem !important;
    }
    .gap-lg-6 {
        gap: 2.5rem !important;
    }
    .gap-lg-7 {
        gap: 3rem !important;
    }
    .gap-lg-8 {
        gap: 3.5rem !important;
    }
    .gap-lg-9 {
        gap: 4rem !important;
    }
    .gap-lg-10 {
        gap: 4.5rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-gutter {
        margin: 15px !important;
    }
    .m-xl-huge {
        margin: 8rem !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 2rem !important;
    }
    .m-xl-6 {
        margin: 2.5rem !important;
    }
    .m-xl-7 {
        margin: 3rem !important;
    }
    .m-xl-8 {
        margin: 3.5rem !important;
    }
    .m-xl-9 {
        margin: 4rem !important;
    }
    .m-xl-10 {
        margin: 4.5rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-gutter {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .mx-xl-huge {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }
    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mx-xl-6 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-xl-7 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-xl-8 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }
    .mx-xl-9 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-xl-10 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xl-gutter {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    .my-xl-huge {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important;
    }
    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-xl-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    .my-xl-6 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important;
    }
    .my-xl-7 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-xl-8 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important;
    }
    .my-xl-9 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .my-xl-10 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important;
    }
    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-xl-gutter {
        margin-top: 15px !important;
    }
    .mt-xl-huge {
        margin-top: 8rem !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 2rem !important;
    }
    .mt-xl-6 {
        margin-top: 2.5rem !important;
    }
    .mt-xl-7 {
        margin-top: 3rem !important;
    }
    .mt-xl-8 {
        margin-top: 3.5rem !important;
    }
    .mt-xl-9 {
        margin-top: 4rem !important;
    }
    .mt-xl-10 {
        margin-top: 4.5rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-gutter {
        margin-right: 15px !important;
    }
    .me-xl-huge {
        margin-right: 8rem !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 2rem !important;
    }
    .me-xl-6 {
        margin-right: 2.5rem !important;
    }
    .me-xl-7 {
        margin-right: 3rem !important;
    }
    .me-xl-8 {
        margin-right: 3.5rem !important;
    }
    .me-xl-9 {
        margin-right: 4rem !important;
    }
    .me-xl-10 {
        margin-right: 4.5rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-gutter {
        margin-bottom: 15px !important;
    }
    .mb-xl-huge {
        margin-bottom: 8rem !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 2rem !important;
    }
    .mb-xl-6 {
        margin-bottom: 2.5rem !important;
    }
    .mb-xl-7 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-8 {
        margin-bottom: 3.5rem !important;
    }
    .mb-xl-9 {
        margin-bottom: 4rem !important;
    }
    .mb-xl-10 {
        margin-bottom: 4.5rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-gutter {
        margin-left: 15px !important;
    }
    .ms-xl-huge {
        margin-left: 8rem !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 2rem !important;
    }
    .ms-xl-6 {
        margin-left: 2.5rem !important;
    }
    .ms-xl-7 {
        margin-left: 3rem !important;
    }
    .ms-xl-8 {
        margin-left: 3.5rem !important;
    }
    .ms-xl-9 {
        margin-left: 4rem !important;
    }
    .ms-xl-10 {
        margin-left: 4.5rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-gutter {
        padding: 15px !important;
    }
    .p-xl-huge {
        padding: 8rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 2rem !important;
    }
    .p-xl-6 {
        padding: 2.5rem !important;
    }
    .p-xl-7 {
        padding: 3rem !important;
    }
    .p-xl-8 {
        padding: 3.5rem !important;
    }
    .p-xl-9 {
        padding: 4rem !important;
    }
    .p-xl-10 {
        padding: 4.5rem !important;
    }
    .px-xl-gutter {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .px-xl-huge {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-xl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-xl-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .px-xl-6 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-xl-7 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-xl-8 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .px-xl-9 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-xl-10 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .py-xl-gutter {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }
    .py-xl-huge {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important;
    }
    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-xl-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    .py-xl-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important;
    }
    .py-xl-7 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-xl-8 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important;
    }
    .py-xl-9 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    .py-xl-10 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important;
    }
    .pt-xl-gutter {
        padding-top: 15px !important;
    }
    .pt-xl-huge {
        padding-top: 8rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 2rem !important;
    }
    .pt-xl-6 {
        padding-top: 2.5rem !important;
    }
    .pt-xl-7 {
        padding-top: 3rem !important;
    }
    .pt-xl-8 {
        padding-top: 3.5rem !important;
    }
    .pt-xl-9 {
        padding-top: 4rem !important;
    }
    .pt-xl-10 {
        padding-top: 4.5rem !important;
    }
    .pe-xl-gutter {
        padding-right: 15px !important;
    }
    .pe-xl-huge {
        padding-right: 8rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 2rem !important;
    }
    .pe-xl-6 {
        padding-right: 2.5rem !important;
    }
    .pe-xl-7 {
        padding-right: 3rem !important;
    }
    .pe-xl-8 {
        padding-right: 3.5rem !important;
    }
    .pe-xl-9 {
        padding-right: 4rem !important;
    }
    .pe-xl-10 {
        padding-right: 4.5rem !important;
    }
    .pb-xl-gutter {
        padding-bottom: 15px !important;
    }
    .pb-xl-huge {
        padding-bottom: 8rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 2rem !important;
    }
    .pb-xl-6 {
        padding-bottom: 2.5rem !important;
    }
    .pb-xl-7 {
        padding-bottom: 3rem !important;
    }
    .pb-xl-8 {
        padding-bottom: 3.5rem !important;
    }
    .pb-xl-9 {
        padding-bottom: 4rem !important;
    }
    .pb-xl-10 {
        padding-bottom: 4.5rem !important;
    }
    .ps-xl-gutter {
        padding-left: 15px !important;
    }
    .ps-xl-huge {
        padding-left: 8rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 2rem !important;
    }
    .ps-xl-6 {
        padding-left: 2.5rem !important;
    }
    .ps-xl-7 {
        padding-left: 3rem !important;
    }
    .ps-xl-8 {
        padding-left: 3.5rem !important;
    }
    .ps-xl-9 {
        padding-left: 4rem !important;
    }
    .ps-xl-10 {
        padding-left: 4.5rem !important;
    }
    .gap-xl-gutter {
        gap: 15px !important;
    }
    .gap-xl-huge {
        gap: 8rem !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 2rem !important;
    }
    .gap-xl-6 {
        gap: 2.5rem !important;
    }
    .gap-xl-7 {
        gap: 3rem !important;
    }
    .gap-xl-8 {
        gap: 3.5rem !important;
    }
    .gap-xl-9 {
        gap: 4rem !important;
    }
    .gap-xl-10 {
        gap: 4.5rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-gutter {
        margin: 15px !important;
    }
    .m-xxl-huge {
        margin: 8rem !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 2rem !important;
    }
    .m-xxl-6 {
        margin: 2.5rem !important;
    }
    .m-xxl-7 {
        margin: 3rem !important;
    }
    .m-xxl-8 {
        margin: 3.5rem !important;
    }
    .m-xxl-9 {
        margin: 4rem !important;
    }
    .m-xxl-10 {
        margin: 4.5rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-gutter {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .mx-xxl-huge {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }
    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mx-xxl-6 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-xxl-7 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-xxl-8 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }
    .mx-xxl-9 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-xxl-10 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xxl-gutter {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    .my-xxl-huge {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important;
    }
    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    .my-xxl-6 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important;
    }
    .my-xxl-7 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-xxl-8 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important;
    }
    .my-xxl-9 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .my-xxl-10 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important;
    }
    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-xxl-gutter {
        margin-top: 15px !important;
    }
    .mt-xxl-huge {
        margin-top: 8rem !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 2rem !important;
    }
    .mt-xxl-6 {
        margin-top: 2.5rem !important;
    }
    .mt-xxl-7 {
        margin-top: 3rem !important;
    }
    .mt-xxl-8 {
        margin-top: 3.5rem !important;
    }
    .mt-xxl-9 {
        margin-top: 4rem !important;
    }
    .mt-xxl-10 {
        margin-top: 4.5rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-gutter {
        margin-right: 15px !important;
    }
    .me-xxl-huge {
        margin-right: 8rem !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 2rem !important;
    }
    .me-xxl-6 {
        margin-right: 2.5rem !important;
    }
    .me-xxl-7 {
        margin-right: 3rem !important;
    }
    .me-xxl-8 {
        margin-right: 3.5rem !important;
    }
    .me-xxl-9 {
        margin-right: 4rem !important;
    }
    .me-xxl-10 {
        margin-right: 4.5rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-gutter {
        margin-bottom: 15px !important;
    }
    .mb-xxl-huge {
        margin-bottom: 8rem !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 2rem !important;
    }
    .mb-xxl-6 {
        margin-bottom: 2.5rem !important;
    }
    .mb-xxl-7 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-8 {
        margin-bottom: 3.5rem !important;
    }
    .mb-xxl-9 {
        margin-bottom: 4rem !important;
    }
    .mb-xxl-10 {
        margin-bottom: 4.5rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-gutter {
        margin-left: 15px !important;
    }
    .ms-xxl-huge {
        margin-left: 8rem !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 2rem !important;
    }
    .ms-xxl-6 {
        margin-left: 2.5rem !important;
    }
    .ms-xxl-7 {
        margin-left: 3rem !important;
    }
    .ms-xxl-8 {
        margin-left: 3.5rem !important;
    }
    .ms-xxl-9 {
        margin-left: 4rem !important;
    }
    .ms-xxl-10 {
        margin-left: 4.5rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-gutter {
        padding: 15px !important;
    }
    .p-xxl-huge {
        padding: 8rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 2rem !important;
    }
    .p-xxl-6 {
        padding: 2.5rem !important;
    }
    .p-xxl-7 {
        padding: 3rem !important;
    }
    .p-xxl-8 {
        padding: 3.5rem !important;
    }
    .p-xxl-9 {
        padding: 4rem !important;
    }
    .p-xxl-10 {
        padding: 4.5rem !important;
    }
    .px-xxl-gutter {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .px-xxl-huge {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xxl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .px-xxl-6 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-xxl-7 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-xxl-8 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .px-xxl-9 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-xxl-10 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .py-xxl-gutter {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }
    .py-xxl-huge {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important;
    }
    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    .py-xxl-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important;
    }
    .py-xxl-7 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-xxl-8 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important;
    }
    .py-xxl-9 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    .py-xxl-10 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important;
    }
    .pt-xxl-gutter {
        padding-top: 15px !important;
    }
    .pt-xxl-huge {
        padding-top: 8rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 2rem !important;
    }
    .pt-xxl-6 {
        padding-top: 2.5rem !important;
    }
    .pt-xxl-7 {
        padding-top: 3rem !important;
    }
    .pt-xxl-8 {
        padding-top: 3.5rem !important;
    }
    .pt-xxl-9 {
        padding-top: 4rem !important;
    }
    .pt-xxl-10 {
        padding-top: 4.5rem !important;
    }
    .pe-xxl-gutter {
        padding-right: 15px !important;
    }
    .pe-xxl-huge {
        padding-right: 8rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 2rem !important;
    }
    .pe-xxl-6 {
        padding-right: 2.5rem !important;
    }
    .pe-xxl-7 {
        padding-right: 3rem !important;
    }
    .pe-xxl-8 {
        padding-right: 3.5rem !important;
    }
    .pe-xxl-9 {
        padding-right: 4rem !important;
    }
    .pe-xxl-10 {
        padding-right: 4.5rem !important;
    }
    .pb-xxl-gutter {
        padding-bottom: 15px !important;
    }
    .pb-xxl-huge {
        padding-bottom: 8rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 2rem !important;
    }
    .pb-xxl-6 {
        padding-bottom: 2.5rem !important;
    }
    .pb-xxl-7 {
        padding-bottom: 3rem !important;
    }
    .pb-xxl-8 {
        padding-bottom: 3.5rem !important;
    }
    .pb-xxl-9 {
        padding-bottom: 4rem !important;
    }
    .pb-xxl-10 {
        padding-bottom: 4.5rem !important;
    }
    .ps-xxl-gutter {
        padding-left: 15px !important;
    }
    .ps-xxl-huge {
        padding-left: 8rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 2rem !important;
    }
    .ps-xxl-6 {
        padding-left: 2.5rem !important;
    }
    .ps-xxl-7 {
        padding-left: 3rem !important;
    }
    .ps-xxl-8 {
        padding-left: 3.5rem !important;
    }
    .ps-xxl-9 {
        padding-left: 4rem !important;
    }
    .ps-xxl-10 {
        padding-left: 4.5rem !important;
    }
    .gap-xxl-gutter {
        gap: 15px !important;
    }
    .gap-xxl-huge {
        gap: 8rem !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 2rem !important;
    }
    .gap-xxl-6 {
        gap: 2.5rem !important;
    }
    .gap-xxl-7 {
        gap: 3rem !important;
    }
    .gap-xxl-8 {
        gap: 3.5rem !important;
    }
    .gap-xxl-9 {
        gap: 4rem !important;
    }
    .gap-xxl-10 {
        gap: 4.5rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("../Webfonts/Inter-VariableFont.ttf") format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("../Webfonts/Inter-VariableFont.ttf") format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("../Webfonts/Inter-VariableFont.ttf") format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    src: url("../Webfonts/Lora-VariableFont.ttf") format("truetype");
}


@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
.bg-img {
    background-repeat: no-repeat;
    background-size: contain;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-start {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.cborder > * {
    border: 1px solid #dee2e6 !important;
}
.cborder-top > * {
    border-top: 1px solid #dee2e6 !important;
}
.cborder-end > * {
    border-right: 1px solid #dee2e6 !important;
}
.cborder-bottom > * {
    border-bottom: 1px solid #dee2e6 !important;
}
.cborder-start > * {
    border-left: 1px solid #dee2e6 !important;
}
.cborder-0 > * {
    border: 0 !important;
}
.cborder-top-0 > * {
    border-top: 0 !important;
}
.cborder-end-0 > * {
    border-right: 0 !important;
}
.cborder-bottom-0 > * {
    border-bottom: 0 !important;
}
.cborder-start-0 > * {
    border-left: 0 !important;
}
.gcborder > * > * {
    border: 1px solid #dee2e6 !important;
}
.gcborder-top > * > * {
    border-top: 1px solid #dee2e6 !important;
}
.gcborder-end > * > * {
    border-right: 1px solid #dee2e6 !important;
}
.gcborder-bottom > * > * {
    border-bottom: 1px solid #dee2e6 !important;
}
.gcborder-start > * > * {
    border-left: 1px solid #dee2e6 !important;
}
.gcborder-0 > * > * {
    border: 0 !important;
}
.gcborder-top-0 > * > * {
    border-top: 0 !important;
}
.gcborder-end-0 > * > * {
    border-right: 0 !important;
}
.gcborder-bottom-0 > * > * {
    border-bottom: 0 !important;
}
.gcborder-start-0 > * > * {
    border-left: 0 !important;
}
.border-primary,
.cborder-primary > *,
.gcborder-primary > * > * {
    border-color: #875e29 !important;
}
.border-secondary,
.cborder-secondary > *,
.gcborder-secondary > * > * {
    border-color: #4d4c44 !important;
}
.border-success,
.cborder-success > *,
.gcborder-success > * > * {
    border-color: #28a745 !important;
}
.border-info,
.cborder-info > *,
.gcborder-info > * > * {
    border-color: #17a2b8 !important;
}
.border-warning,
.cborder-warning > *,
.gcborder-warning > * > * {
    border-color: #ffc107 !important;
}
.border-danger,
.cborder-danger > *,
.gcborder-danger > * > * {
    border-color: #dc3545 !important;
}
.border-light,
.cborder-light > *,
.gcborder-light > * > * {
    border-color: #f8f9fa !important;
}
.border-dark,
.cborder-dark > *,
.gcborder-dark > * > * {
    border-color: #4d4c44 !important;
}
.border-white,
.cborder-white > *,
.gcborder-white > * > * {
    border-color: #fff !important;
}
.border-black,
.cborder-black > *,
.gcborder-black > * > * {
    border-color: #000 !important;
}
.border-blue,
.cborder-blue > *,
.gcborder-blue > * > * {
    border-color: #22458a !important;
}
.border-bronze,
.cborder-bronze > *,
.gcborder-bronze > * > * {
    border-color: #875e29 !important;
}
.border-flower,
.cborder-flower > *,
.gcborder-flower > * > * {
    border-color: #fcdee0 !important;
}
.border-sky,
.cborder-sky > *,
.gcborder-sky > * > * {
    border-color: #bad8e1 !important;
}
.border-copper,
.cborder-copper > *,
.gcborder-copper > * > * {
    border-color: #b4d7b8 !important;
}
.border-plaster,
.cborder-plaster > *,
.gcborder-plaster > * > * {
    border-color: #e2ddcb !important;
}
.border-stone,
.cborder-stone > *,
.gcborder-stone > * > * {
    border-color: #beb7b3 !important;
}
.border-flower-50,
.cborder-flower-50 > *,
.gcborder-flower-50 > * > * {
    border-color: #fdeeef !important;
}
.border-sky-50,
.cborder-sky-50 > *,
.gcborder-sky-50 > * > * {
    border-color: #dcebf0 !important;
}
.border-copper-50,
.cborder-copper-50 > *,
.gcborder-copper-50 > * > * {
    border-color: #d9ebdb !important;
}
.border-plaster-50,
.cborder-plaster-50 > *,
.gcborder-plaster-50 > * > * {
    border-color: #f0eee5 !important;
}
.border-stone-50,
.cborder-stone-50 > *,
.gcborder-stone-50 > * > * {
    border-color: #dedbd9 !important;
}
.border-dark-50,
.cborder-dark-50 > *,
.gcborder-dark-50 > * > * {
    border-color: #a6a5a1 !important;
}
.border-flower-25,
.cborder-flower-25 > *,
.gcborder-flower-25 > * > * {
    border-color: #fef8f9 !important;
}
.border-sky-25,
.cborder-sky-25 > *,
.gcborder-sky-25 > * > * {
    border-color: #f1f7f9 !important;
}
.border-copper-25,
.cborder-copper-25 > *,
.gcborder-copper-25 > * > * {
    border-color: #f0f7f1 !important;
}
.border-plaster-25,
.cborder-plaster-25 > *,
.gcborder-plaster-25 > * > * {
    border-color: #f9f8f5 !important;
}
.border-stone-25,
.cborder-stone-25 > *,
.gcborder-stone-25 > * > * {
    border-color: #f2f1f0 !important;
}
.border-dark-25,
.cborder-dark-25 > *,
.gcborder-dark-25 > * > * {
    border-color: #dbdbda !important;
}
.border-dark-grey,
.cborder-dark-grey > *,
.gcborder-dark-grey > * > * {
    border-color: #777671 !important;
}
.border-darker,
.cborder-darker > *,
.gcborder-darker > * > * {
    border-color: #43423a !important;
}
.border-plaster-75,
.cborder-plaster-75 > *,
.gcborder-plaster-75 > * > * {
    border-color: #e9e6d8 !important;
}
@media (min-width: 576px) {
    .border-sm {
        border: 1px solid #dee2e6 !important;
    }
    .border-sm-top {
        border-top: 1px solid #dee2e6 !important;
    }
    .border-sm-end {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-sm-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-sm-start {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-sm-0 {
        border: 0 !important;
    }
    .border-sm-top-0 {
        border-top: 0 !important;
    }
    .border-sm-end-0 {
        border-right: 0 !important;
    }
    .border-sm-bottom-0 {
        border-bottom: 0 !important;
    }
    .border-sm-start-0 {
        border-left: 0 !important;
    }
    .border-between-sm:last-child {
        border-bottom: 0 !important;
    }
    .cborder > * {
        border: 1px solid #dee2e6 !important;
    }
    .cborder-top > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .cborder-end > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .cborder-bottom > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .cborder-start > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .cborder-0 > * {
        border: 0 !important;
    }
    .cborder-top-0 > * {
        border-top: 0 !important;
    }
    .cborder-end-0 > * {
        border-right: 0 !important;
    }
    .cborder-bottom-0 > * {
        border-bottom: 0 !important;
    }
    .cborder-start-0 > * {
        border-left: 0 !important;
    }
    .cborder-sm > * {
        border: 1px solid #dee2e6 !important;
    }
    .cborder-sm-top > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .cborder-sm-end > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .cborder-sm-bottom > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .cborder-sm-start > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .cborder-sm-0 > * {
        border: 0 !important;
    }
    .cborder-sm-top-0 > * {
        border-top: 0 !important;
    }
    .cborder-sm-end-0 > * {
        border-right: 0 !important;
    }
    .cborder-sm-bottom-0 > * {
        border-bottom: 0 !important;
    }
    .cborder-sm-start-0 > * {
        border-left: 0 !important;
    }
    .gcborder > * > * {
        border: 1px solid #dee2e6 !important;
    }
    .gcborder-top > * > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .gcborder-end > * > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .gcborder-bottom > * > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .gcborder-start > * > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .gcborder-0 > * > * {
        border: 0 !important;
    }
    .gcborder-top-0 > * > * {
        border-top: 0 !important;
    }
    .gcborder-end-0 > * > * {
        border-right: 0 !important;
    }
    .gcborder-bottom-0 > * > * {
        border-bottom: 0 !important;
    }
    .gcborder-start-0 > * > * {
        border-left: 0 !important;
    }
    .gcborder-sm > * > * {
        border: 1px solid #dee2e6 !important;
    }
    .gcborder-sm-top > * > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .gcborder-sm-end > * > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .gcborder-sm-bottom > * > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .gcborder-sm-start > * > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .gcborder-sm-0 > * > * {
        border: 0 !important;
    }
    .gcborder-sm-top-0 > * > * {
        border-top: 0 !important;
    }
    .gcborder-sm-end-0 > * > * {
        border-right: 0 !important;
    }
    .gcborder-sm-bottom-0 > * > * {
        border-bottom: 0 !important;
    }
    .gcborder-sm-start-0 > * > * {
        border-left: 0 !important;
    }
    .border-sm-primary,
    .cborder-sm-primary > *,
    .gcborder-sm-primary > * > * {
        border-color: #875e29 !important;
    }
    .border-sm-secondary,
    .cborder-sm-secondary > *,
    .gcborder-sm-secondary > * > * {
        border-color: #4d4c44 !important;
    }
    .border-sm-success,
    .cborder-sm-success > *,
    .gcborder-sm-success > * > * {
        border-color: #28a745 !important;
    }
    .border-sm-info,
    .cborder-sm-info > *,
    .gcborder-sm-info > * > * {
        border-color: #17a2b8 !important;
    }
    .border-sm-warning,
    .cborder-sm-warning > *,
    .gcborder-sm-warning > * > * {
        border-color: #ffc107 !important;
    }
    .border-sm-danger,
    .cborder-sm-danger > *,
    .gcborder-sm-danger > * > * {
        border-color: #dc3545 !important;
    }
    .border-sm-light,
    .cborder-sm-light > *,
    .gcborder-sm-light > * > * {
        border-color: #f8f9fa !important;
    }
    .border-sm-dark,
    .cborder-sm-dark > *,
    .gcborder-sm-dark > * > * {
        border-color: #4d4c44 !important;
    }
    .border-sm-white,
    .cborder-sm-white > *,
    .gcborder-sm-white > * > * {
        border-color: #fff !important;
    }
    .border-sm-black,
    .cborder-sm-black > *,
    .gcborder-sm-black > * > * {
        border-color: #000 !important;
    }
    .border-sm-blue,
    .cborder-sm-blue > *,
    .gcborder-sm-blue > * > * {
        border-color: #22458a !important;
    }
    .border-sm-bronze,
    .cborder-sm-bronze > *,
    .gcborder-sm-bronze > * > * {
        border-color: #875e29 !important;
    }
    .border-sm-flower,
    .cborder-sm-flower > *,
    .gcborder-sm-flower > * > * {
        border-color: #fcdee0 !important;
    }
    .border-sm-sky,
    .cborder-sm-sky > *,
    .gcborder-sm-sky > * > * {
        border-color: #bad8e1 !important;
    }
    .border-sm-copper,
    .cborder-sm-copper > *,
    .gcborder-sm-copper > * > * {
        border-color: #b4d7b8 !important;
    }
    .border-sm-plaster,
    .cborder-sm-plaster > *,
    .gcborder-sm-plaster > * > * {
        border-color: #e2ddcb !important;
    }
    .border-sm-stone,
    .cborder-sm-stone > *,
    .gcborder-sm-stone > * > * {
        border-color: #beb7b3 !important;
    }
    .border-sm-flower-50,
    .cborder-sm-flower-50 > *,
    .gcborder-sm-flower-50 > * > * {
        border-color: #fdeeef !important;
    }
    .border-sm-sky-50,
    .cborder-sm-sky-50 > *,
    .gcborder-sm-sky-50 > * > * {
        border-color: #dcebf0 !important;
    }
    .border-sm-copper-50,
    .cborder-sm-copper-50 > *,
    .gcborder-sm-copper-50 > * > * {
        border-color: #d9ebdb !important;
    }
    .border-sm-plaster-50,
    .cborder-sm-plaster-50 > *,
    .gcborder-sm-plaster-50 > * > * {
        border-color: #f0eee5 !important;
    }
    .border-sm-stone-50,
    .cborder-sm-stone-50 > *,
    .gcborder-sm-stone-50 > * > * {
        border-color: #dedbd9 !important;
    }
    .border-sm-dark-50,
    .cborder-sm-dark-50 > *,
    .gcborder-sm-dark-50 > * > * {
        border-color: #a6a5a1 !important;
    }
    .border-sm-flower-25,
    .cborder-sm-flower-25 > *,
    .gcborder-sm-flower-25 > * > * {
        border-color: #fef8f9 !important;
    }
    .border-sm-sky-25,
    .cborder-sm-sky-25 > *,
    .gcborder-sm-sky-25 > * > * {
        border-color: #f1f7f9 !important;
    }
    .border-sm-copper-25,
    .cborder-sm-copper-25 > *,
    .gcborder-sm-copper-25 > * > * {
        border-color: #f0f7f1 !important;
    }
    .border-sm-plaster-25,
    .cborder-sm-plaster-25 > *,
    .gcborder-sm-plaster-25 > * > * {
        border-color: #f9f8f5 !important;
    }
    .border-sm-stone-25,
    .cborder-sm-stone-25 > *,
    .gcborder-sm-stone-25 > * > * {
        border-color: #f2f1f0 !important;
    }
    .border-sm-dark-25,
    .cborder-sm-dark-25 > *,
    .gcborder-sm-dark-25 > * > * {
        border-color: #dbdbda !important;
    }
    .border-sm-dark-grey,
    .cborder-sm-dark-grey > *,
    .gcborder-sm-dark-grey > * > * {
        border-color: #777671 !important;
    }
    .border-sm-darker,
    .cborder-sm-darker > *,
    .gcborder-sm-darker > * > * {
        border-color: #43423a !important;
    }
    .border-sm-plaster-75,
    .cborder-sm-plaster-75 > *,
    .gcborder-sm-plaster-75 > * > * {
        border-color: #e9e6d8 !important;
    }
}
@media (min-width: 768px) {
    .border-md {
        border: 1px solid #dee2e6 !important;
    }
    .border-md-top {
        border-top: 1px solid #dee2e6 !important;
    }
    .border-md-end {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-md-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-md-start {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-md-0 {
        border: 0 !important;
    }
    .border-md-top-0 {
        border-top: 0 !important;
    }
    .border-md-end-0 {
        border-right: 0 !important;
    }
    .border-md-bottom-0 {
        border-bottom: 0 !important;
    }
    .border-md-start-0 {
        border-left: 0 !important;
    }
    .border-between-md:last-child {
        border-bottom: 0 !important;
    }
    .cborder > * {
        border: 1px solid #dee2e6 !important;
    }
    .cborder-top > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .cborder-end > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .cborder-bottom > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .cborder-start > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .cborder-0 > * {
        border: 0 !important;
    }
    .cborder-top-0 > * {
        border-top: 0 !important;
    }
    .cborder-end-0 > * {
        border-right: 0 !important;
    }
    .cborder-bottom-0 > * {
        border-bottom: 0 !important;
    }
    .cborder-start-0 > * {
        border-left: 0 !important;
    }
    .cborder-md > * {
        border: 1px solid #dee2e6 !important;
    }
    .cborder-md-top > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .cborder-md-end > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .cborder-md-bottom > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .cborder-md-start > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .cborder-md-0 > * {
        border: 0 !important;
    }
    .cborder-md-top-0 > * {
        border-top: 0 !important;
    }
    .cborder-md-end-0 > * {
        border-right: 0 !important;
    }
    .cborder-md-bottom-0 > * {
        border-bottom: 0 !important;
    }
    .cborder-md-start-0 > * {
        border-left: 0 !important;
    }
    .gcborder > * > * {
        border: 1px solid #dee2e6 !important;
    }
    .gcborder-top > * > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .gcborder-end > * > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .gcborder-bottom > * > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .gcborder-start > * > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .gcborder-0 > * > * {
        border: 0 !important;
    }
    .gcborder-top-0 > * > * {
        border-top: 0 !important;
    }
    .gcborder-end-0 > * > * {
        border-right: 0 !important;
    }
    .gcborder-bottom-0 > * > * {
        border-bottom: 0 !important;
    }
    .gcborder-start-0 > * > * {
        border-left: 0 !important;
    }
    .gcborder-md > * > * {
        border: 1px solid #dee2e6 !important;
    }
    .gcborder-md-top > * > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .gcborder-md-end > * > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .gcborder-md-bottom > * > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .gcborder-md-start > * > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .gcborder-md-0 > * > * {
        border: 0 !important;
    }
    .gcborder-md-top-0 > * > * {
        border-top: 0 !important;
    }
    .gcborder-md-end-0 > * > * {
        border-right: 0 !important;
    }
    .gcborder-md-bottom-0 > * > * {
        border-bottom: 0 !important;
    }
    .gcborder-md-start-0 > * > * {
        border-left: 0 !important;
    }
    .border-md-primary,
    .cborder-md-primary > *,
    .gcborder-md-primary > * > * {
        border-color: #875e29 !important;
    }
    .border-md-secondary,
    .cborder-md-secondary > *,
    .gcborder-md-secondary > * > * {
        border-color: #4d4c44 !important;
    }
    .border-md-success,
    .cborder-md-success > *,
    .gcborder-md-success > * > * {
        border-color: #28a745 !important;
    }
    .border-md-info,
    .cborder-md-info > *,
    .gcborder-md-info > * > * {
        border-color: #17a2b8 !important;
    }
    .border-md-warning,
    .cborder-md-warning > *,
    .gcborder-md-warning > * > * {
        border-color: #ffc107 !important;
    }
    .border-md-danger,
    .cborder-md-danger > *,
    .gcborder-md-danger > * > * {
        border-color: #dc3545 !important;
    }
    .border-md-light,
    .cborder-md-light > *,
    .gcborder-md-light > * > * {
        border-color: #f8f9fa !important;
    }
    .border-md-dark,
    .cborder-md-dark > *,
    .gcborder-md-dark > * > * {
        border-color: #4d4c44 !important;
    }
    .border-md-white,
    .cborder-md-white > *,
    .gcborder-md-white > * > * {
        border-color: #fff !important;
    }
    .border-md-black,
    .cborder-md-black > *,
    .gcborder-md-black > * > * {
        border-color: #000 !important;
    }
    .border-md-blue,
    .cborder-md-blue > *,
    .gcborder-md-blue > * > * {
        border-color: #22458a !important;
    }
    .border-md-bronze,
    .cborder-md-bronze > *,
    .gcborder-md-bronze > * > * {
        border-color: #875e29 !important;
    }
    .border-md-flower,
    .cborder-md-flower > *,
    .gcborder-md-flower > * > * {
        border-color: #fcdee0 !important;
    }
    .border-md-sky,
    .cborder-md-sky > *,
    .gcborder-md-sky > * > * {
        border-color: #bad8e1 !important;
    }
    .border-md-copper,
    .cborder-md-copper > *,
    .gcborder-md-copper > * > * {
        border-color: #b4d7b8 !important;
    }
    .border-md-plaster,
    .cborder-md-plaster > *,
    .gcborder-md-plaster > * > * {
        border-color: #e2ddcb !important;
    }
    .border-md-stone,
    .cborder-md-stone > *,
    .gcborder-md-stone > * > * {
        border-color: #beb7b3 !important;
    }
    .border-md-flower-50,
    .cborder-md-flower-50 > *,
    .gcborder-md-flower-50 > * > * {
        border-color: #fdeeef !important;
    }
    .border-md-sky-50,
    .cborder-md-sky-50 > *,
    .gcborder-md-sky-50 > * > * {
        border-color: #dcebf0 !important;
    }
    .border-md-copper-50,
    .cborder-md-copper-50 > *,
    .gcborder-md-copper-50 > * > * {
        border-color: #d9ebdb !important;
    }
    .border-md-plaster-50,
    .cborder-md-plaster-50 > *,
    .gcborder-md-plaster-50 > * > * {
        border-color: #f0eee5 !important;
    }
    .border-md-stone-50,
    .cborder-md-stone-50 > *,
    .gcborder-md-stone-50 > * > * {
        border-color: #dedbd9 !important;
    }
    .border-md-dark-50,
    .cborder-md-dark-50 > *,
    .gcborder-md-dark-50 > * > * {
        border-color: #a6a5a1 !important;
    }
    .border-md-flower-25,
    .cborder-md-flower-25 > *,
    .gcborder-md-flower-25 > * > * {
        border-color: #fef8f9 !important;
    }
    .border-md-sky-25,
    .cborder-md-sky-25 > *,
    .gcborder-md-sky-25 > * > * {
        border-color: #f1f7f9 !important;
    }
    .border-md-copper-25,
    .cborder-md-copper-25 > *,
    .gcborder-md-copper-25 > * > * {
        border-color: #f0f7f1 !important;
    }
    .border-md-plaster-25,
    .cborder-md-plaster-25 > *,
    .gcborder-md-plaster-25 > * > * {
        border-color: #f9f8f5 !important;
    }
    .border-md-stone-25,
    .cborder-md-stone-25 > *,
    .gcborder-md-stone-25 > * > * {
        border-color: #f2f1f0 !important;
    }
    .border-md-dark-25,
    .cborder-md-dark-25 > *,
    .gcborder-md-dark-25 > * > * {
        border-color: #dbdbda !important;
    }
    .border-md-dark-grey,
    .cborder-md-dark-grey > *,
    .gcborder-md-dark-grey > * > * {
        border-color: #777671 !important;
    }
    .border-md-darker,
    .cborder-md-darker > *,
    .gcborder-md-darker > * > * {
        border-color: #43423a !important;
    }
    .border-md-plaster-75,
    .cborder-md-plaster-75 > *,
    .gcborder-md-plaster-75 > * > * {
        border-color: #e9e6d8 !important;
    }
}
@media (min-width: 992px) {
    .border-lg {
        border: 1px solid #dee2e6 !important;
    }
    .border-lg-top {
        border-top: 1px solid #dee2e6 !important;
    }
    .border-lg-end {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-lg-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-lg-start {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-lg-0 {
        border: 0 !important;
    }
    .border-lg-top-0 {
        border-top: 0 !important;
    }
    .border-lg-end-0 {
        border-right: 0 !important;
    }
    .border-lg-bottom-0 {
        border-bottom: 0 !important;
    }
    .border-lg-start-0 {
        border-left: 0 !important;
    }
    .border-between-lg:last-child {
        border-bottom: 0 !important;
    }
    .cborder > * {
        border: 1px solid #dee2e6 !important;
    }
    .cborder-top > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .cborder-end > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .cborder-bottom > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .cborder-start > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .cborder-0 > * {
        border: 0 !important;
    }
    .cborder-top-0 > * {
        border-top: 0 !important;
    }
    .cborder-end-0 > * {
        border-right: 0 !important;
    }
    .cborder-bottom-0 > * {
        border-bottom: 0 !important;
    }
    .cborder-start-0 > * {
        border-left: 0 !important;
    }
    .cborder-lg > * {
        border: 1px solid #dee2e6 !important;
    }
    .cborder-lg-top > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .cborder-lg-end > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .cborder-lg-bottom > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .cborder-lg-start > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .cborder-lg-0 > * {
        border: 0 !important;
    }
    .cborder-lg-top-0 > * {
        border-top: 0 !important;
    }
    .cborder-lg-end-0 > * {
        border-right: 0 !important;
    }
    .cborder-lg-bottom-0 > * {
        border-bottom: 0 !important;
    }
    .cborder-lg-start-0 > * {
        border-left: 0 !important;
    }
    .gcborder > * > * {
        border: 1px solid #dee2e6 !important;
    }
    .gcborder-top > * > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .gcborder-end > * > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .gcborder-bottom > * > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .gcborder-start > * > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .gcborder-0 > * > * {
        border: 0 !important;
    }
    .gcborder-top-0 > * > * {
        border-top: 0 !important;
    }
    .gcborder-end-0 > * > * {
        border-right: 0 !important;
    }
    .gcborder-bottom-0 > * > * {
        border-bottom: 0 !important;
    }
    .gcborder-start-0 > * > * {
        border-left: 0 !important;
    }
    .gcborder-lg > * > * {
        border: 1px solid #dee2e6 !important;
    }
    .gcborder-lg-top > * > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .gcborder-lg-end > * > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .gcborder-lg-bottom > * > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .gcborder-lg-start > * > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .gcborder-lg-0 > * > * {
        border: 0 !important;
    }
    .gcborder-lg-top-0 > * > * {
        border-top: 0 !important;
    }
    .gcborder-lg-end-0 > * > * {
        border-right: 0 !important;
    }
    .gcborder-lg-bottom-0 > * > * {
        border-bottom: 0 !important;
    }
    .gcborder-lg-start-0 > * > * {
        border-left: 0 !important;
    }
    .border-lg-primary,
    .cborder-lg-primary > *,
    .gcborder-lg-primary > * > * {
        border-color: #875e29 !important;
    }
    .border-lg-secondary,
    .cborder-lg-secondary > *,
    .gcborder-lg-secondary > * > * {
        border-color: #4d4c44 !important;
    }
    .border-lg-success,
    .cborder-lg-success > *,
    .gcborder-lg-success > * > * {
        border-color: #28a745 !important;
    }
    .border-lg-info,
    .cborder-lg-info > *,
    .gcborder-lg-info > * > * {
        border-color: #17a2b8 !important;
    }
    .border-lg-warning,
    .cborder-lg-warning > *,
    .gcborder-lg-warning > * > * {
        border-color: #ffc107 !important;
    }
    .border-lg-danger,
    .cborder-lg-danger > *,
    .gcborder-lg-danger > * > * {
        border-color: #dc3545 !important;
    }
    .border-lg-light,
    .cborder-lg-light > *,
    .gcborder-lg-light > * > * {
        border-color: #f8f9fa !important;
    }
    .border-lg-dark,
    .cborder-lg-dark > *,
    .gcborder-lg-dark > * > * {
        border-color: #4d4c44 !important;
    }
    .border-lg-white,
    .cborder-lg-white > *,
    .gcborder-lg-white > * > * {
        border-color: #fff !important;
    }
    .border-lg-black,
    .cborder-lg-black > *,
    .gcborder-lg-black > * > * {
        border-color: #000 !important;
    }
    .border-lg-blue,
    .cborder-lg-blue > *,
    .gcborder-lg-blue > * > * {
        border-color: #22458a !important;
    }
    .border-lg-bronze,
    .cborder-lg-bronze > *,
    .gcborder-lg-bronze > * > * {
        border-color: #875e29 !important;
    }
    .border-lg-flower,
    .cborder-lg-flower > *,
    .gcborder-lg-flower > * > * {
        border-color: #fcdee0 !important;
    }
    .border-lg-sky,
    .cborder-lg-sky > *,
    .gcborder-lg-sky > * > * {
        border-color: #bad8e1 !important;
    }
    .border-lg-copper,
    .cborder-lg-copper > *,
    .gcborder-lg-copper > * > * {
        border-color: #b4d7b8 !important;
    }
    .border-lg-plaster,
    .cborder-lg-plaster > *,
    .gcborder-lg-plaster > * > * {
        border-color: #e2ddcb !important;
    }
    .border-lg-stone,
    .cborder-lg-stone > *,
    .gcborder-lg-stone > * > * {
        border-color: #beb7b3 !important;
    }
    .border-lg-flower-50,
    .cborder-lg-flower-50 > *,
    .gcborder-lg-flower-50 > * > * {
        border-color: #fdeeef !important;
    }
    .border-lg-sky-50,
    .cborder-lg-sky-50 > *,
    .gcborder-lg-sky-50 > * > * {
        border-color: #dcebf0 !important;
    }
    .border-lg-copper-50,
    .cborder-lg-copper-50 > *,
    .gcborder-lg-copper-50 > * > * {
        border-color: #d9ebdb !important;
    }
    .border-lg-plaster-50,
    .cborder-lg-plaster-50 > *,
    .gcborder-lg-plaster-50 > * > * {
        border-color: #f0eee5 !important;
    }
    .border-lg-stone-50,
    .cborder-lg-stone-50 > *,
    .gcborder-lg-stone-50 > * > * {
        border-color: #dedbd9 !important;
    }
    .border-lg-dark-50,
    .cborder-lg-dark-50 > *,
    .gcborder-lg-dark-50 > * > * {
        border-color: #a6a5a1 !important;
    }
    .border-lg-flower-25,
    .cborder-lg-flower-25 > *,
    .gcborder-lg-flower-25 > * > * {
        border-color: #fef8f9 !important;
    }
    .border-lg-sky-25,
    .cborder-lg-sky-25 > *,
    .gcborder-lg-sky-25 > * > * {
        border-color: #f1f7f9 !important;
    }
    .border-lg-copper-25,
    .cborder-lg-copper-25 > *,
    .gcborder-lg-copper-25 > * > * {
        border-color: #f0f7f1 !important;
    }
    .border-lg-plaster-25,
    .cborder-lg-plaster-25 > *,
    .gcborder-lg-plaster-25 > * > * {
        border-color: #f9f8f5 !important;
    }
    .border-lg-stone-25,
    .cborder-lg-stone-25 > *,
    .gcborder-lg-stone-25 > * > * {
        border-color: #f2f1f0 !important;
    }
    .border-lg-dark-25,
    .cborder-lg-dark-25 > *,
    .gcborder-lg-dark-25 > * > * {
        border-color: #dbdbda !important;
    }
    .border-lg-dark-grey,
    .cborder-lg-dark-grey > *,
    .gcborder-lg-dark-grey > * > * {
        border-color: #777671 !important;
    }
    .border-lg-darker,
    .cborder-lg-darker > *,
    .gcborder-lg-darker > * > * {
        border-color: #43423a !important;
    }
    .border-lg-plaster-75,
    .cborder-lg-plaster-75 > *,
    .gcborder-lg-plaster-75 > * > * {
        border-color: #e9e6d8 !important;
    }
}
@media (min-width: 1200px) {
    .border-xl {
        border: 1px solid #dee2e6 !important;
    }
    .border-xl-top {
        border-top: 1px solid #dee2e6 !important;
    }
    .border-xl-end {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-xl-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-xl-start {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-xl-0 {
        border: 0 !important;
    }
    .border-xl-top-0 {
        border-top: 0 !important;
    }
    .border-xl-end-0 {
        border-right: 0 !important;
    }
    .border-xl-bottom-0 {
        border-bottom: 0 !important;
    }
    .border-xl-start-0 {
        border-left: 0 !important;
    }
    .border-between-xl:last-child {
        border-bottom: 0 !important;
    }
    .cborder > * {
        border: 1px solid #dee2e6 !important;
    }
    .cborder-top > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .cborder-end > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .cborder-bottom > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .cborder-start > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .cborder-0 > * {
        border: 0 !important;
    }
    .cborder-top-0 > * {
        border-top: 0 !important;
    }
    .cborder-end-0 > * {
        border-right: 0 !important;
    }
    .cborder-bottom-0 > * {
        border-bottom: 0 !important;
    }
    .cborder-start-0 > * {
        border-left: 0 !important;
    }
    .cborder-xl > * {
        border: 1px solid #dee2e6 !important;
    }
    .cborder-xl-top > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .cborder-xl-end > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .cborder-xl-bottom > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .cborder-xl-start > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .cborder-xl-0 > * {
        border: 0 !important;
    }
    .cborder-xl-top-0 > * {
        border-top: 0 !important;
    }
    .cborder-xl-end-0 > * {
        border-right: 0 !important;
    }
    .cborder-xl-bottom-0 > * {
        border-bottom: 0 !important;
    }
    .cborder-xl-start-0 > * {
        border-left: 0 !important;
    }
    .gcborder > * > * {
        border: 1px solid #dee2e6 !important;
    }
    .gcborder-top > * > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .gcborder-end > * > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .gcborder-bottom > * > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .gcborder-start > * > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .gcborder-0 > * > * {
        border: 0 !important;
    }
    .gcborder-top-0 > * > * {
        border-top: 0 !important;
    }
    .gcborder-end-0 > * > * {
        border-right: 0 !important;
    }
    .gcborder-bottom-0 > * > * {
        border-bottom: 0 !important;
    }
    .gcborder-start-0 > * > * {
        border-left: 0 !important;
    }
    .gcborder-xl > * > * {
        border: 1px solid #dee2e6 !important;
    }
    .gcborder-xl-top > * > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .gcborder-xl-end > * > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .gcborder-xl-bottom > * > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .gcborder-xl-start > * > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .gcborder-xl-0 > * > * {
        border: 0 !important;
    }
    .gcborder-xl-top-0 > * > * {
        border-top: 0 !important;
    }
    .gcborder-xl-end-0 > * > * {
        border-right: 0 !important;
    }
    .gcborder-xl-bottom-0 > * > * {
        border-bottom: 0 !important;
    }
    .gcborder-xl-start-0 > * > * {
        border-left: 0 !important;
    }
    .border-xl-primary,
    .cborder-xl-primary > *,
    .gcborder-xl-primary > * > * {
        border-color: #875e29 !important;
    }
    .border-xl-secondary,
    .cborder-xl-secondary > *,
    .gcborder-xl-secondary > * > * {
        border-color: #4d4c44 !important;
    }
    .border-xl-success,
    .cborder-xl-success > *,
    .gcborder-xl-success > * > * {
        border-color: #28a745 !important;
    }
    .border-xl-info,
    .cborder-xl-info > *,
    .gcborder-xl-info > * > * {
        border-color: #17a2b8 !important;
    }
    .border-xl-warning,
    .cborder-xl-warning > *,
    .gcborder-xl-warning > * > * {
        border-color: #ffc107 !important;
    }
    .border-xl-danger,
    .cborder-xl-danger > *,
    .gcborder-xl-danger > * > * {
        border-color: #dc3545 !important;
    }
    .border-xl-light,
    .cborder-xl-light > *,
    .gcborder-xl-light > * > * {
        border-color: #f8f9fa !important;
    }
    .border-xl-dark,
    .cborder-xl-dark > *,
    .gcborder-xl-dark > * > * {
        border-color: #4d4c44 !important;
    }
    .border-xl-white,
    .cborder-xl-white > *,
    .gcborder-xl-white > * > * {
        border-color: #fff !important;
    }
    .border-xl-black,
    .cborder-xl-black > *,
    .gcborder-xl-black > * > * {
        border-color: #000 !important;
    }
    .border-xl-blue,
    .cborder-xl-blue > *,
    .gcborder-xl-blue > * > * {
        border-color: #22458a !important;
    }
    .border-xl-bronze,
    .cborder-xl-bronze > *,
    .gcborder-xl-bronze > * > * {
        border-color: #875e29 !important;
    }
    .border-xl-flower,
    .cborder-xl-flower > *,
    .gcborder-xl-flower > * > * {
        border-color: #fcdee0 !important;
    }
    .border-xl-sky,
    .cborder-xl-sky > *,
    .gcborder-xl-sky > * > * {
        border-color: #bad8e1 !important;
    }
    .border-xl-copper,
    .cborder-xl-copper > *,
    .gcborder-xl-copper > * > * {
        border-color: #b4d7b8 !important;
    }
    .border-xl-plaster,
    .cborder-xl-plaster > *,
    .gcborder-xl-plaster > * > * {
        border-color: #e2ddcb !important;
    }
    .border-xl-stone,
    .cborder-xl-stone > *,
    .gcborder-xl-stone > * > * {
        border-color: #beb7b3 !important;
    }
    .border-xl-flower-50,
    .cborder-xl-flower-50 > *,
    .gcborder-xl-flower-50 > * > * {
        border-color: #fdeeef !important;
    }
    .border-xl-sky-50,
    .cborder-xl-sky-50 > *,
    .gcborder-xl-sky-50 > * > * {
        border-color: #dcebf0 !important;
    }
    .border-xl-copper-50,
    .cborder-xl-copper-50 > *,
    .gcborder-xl-copper-50 > * > * {
        border-color: #d9ebdb !important;
    }
    .border-xl-plaster-50,
    .cborder-xl-plaster-50 > *,
    .gcborder-xl-plaster-50 > * > * {
        border-color: #f0eee5 !important;
    }
    .border-xl-stone-50,
    .cborder-xl-stone-50 > *,
    .gcborder-xl-stone-50 > * > * {
        border-color: #dedbd9 !important;
    }
    .border-xl-dark-50,
    .cborder-xl-dark-50 > *,
    .gcborder-xl-dark-50 > * > * {
        border-color: #a6a5a1 !important;
    }
    .border-xl-flower-25,
    .cborder-xl-flower-25 > *,
    .gcborder-xl-flower-25 > * > * {
        border-color: #fef8f9 !important;
    }
    .border-xl-sky-25,
    .cborder-xl-sky-25 > *,
    .gcborder-xl-sky-25 > * > * {
        border-color: #f1f7f9 !important;
    }
    .border-xl-copper-25,
    .cborder-xl-copper-25 > *,
    .gcborder-xl-copper-25 > * > * {
        border-color: #f0f7f1 !important;
    }
    .border-xl-plaster-25,
    .cborder-xl-plaster-25 > *,
    .gcborder-xl-plaster-25 > * > * {
        border-color: #f9f8f5 !important;
    }
    .border-xl-stone-25,
    .cborder-xl-stone-25 > *,
    .gcborder-xl-stone-25 > * > * {
        border-color: #f2f1f0 !important;
    }
    .border-xl-dark-25,
    .cborder-xl-dark-25 > *,
    .gcborder-xl-dark-25 > * > * {
        border-color: #dbdbda !important;
    }
    .border-xl-dark-grey,
    .cborder-xl-dark-grey > *,
    .gcborder-xl-dark-grey > * > * {
        border-color: #777671 !important;
    }
    .border-xl-darker,
    .cborder-xl-darker > *,
    .gcborder-xl-darker > * > * {
        border-color: #43423a !important;
    }
    .border-xl-plaster-75,
    .cborder-xl-plaster-75 > *,
    .gcborder-xl-plaster-75 > * > * {
        border-color: #e9e6d8 !important;
    }
}
@media (min-width: 1400px) {
    .border-xxl {
        border: 1px solid #dee2e6 !important;
    }
    .border-xxl-top {
        border-top: 1px solid #dee2e6 !important;
    }
    .border-xxl-end {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-xxl-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-xxl-start {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-xxl-0 {
        border: 0 !important;
    }
    .border-xxl-top-0 {
        border-top: 0 !important;
    }
    .border-xxl-end-0 {
        border-right: 0 !important;
    }
    .border-xxl-bottom-0 {
        border-bottom: 0 !important;
    }
    .border-xxl-start-0 {
        border-left: 0 !important;
    }
    .border-between-xxl:last-child {
        border-bottom: 0 !important;
    }
    .cborder > * {
        border: 1px solid #dee2e6 !important;
    }
    .cborder-top > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .cborder-end > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .cborder-bottom > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .cborder-start > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .cborder-0 > * {
        border: 0 !important;
    }
    .cborder-top-0 > * {
        border-top: 0 !important;
    }
    .cborder-end-0 > * {
        border-right: 0 !important;
    }
    .cborder-bottom-0 > * {
        border-bottom: 0 !important;
    }
    .cborder-start-0 > * {
        border-left: 0 !important;
    }
    .cborder-xxl > * {
        border: 1px solid #dee2e6 !important;
    }
    .cborder-xxl-top > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .cborder-xxl-end > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .cborder-xxl-bottom > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .cborder-xxl-start > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .cborder-xxl-0 > * {
        border: 0 !important;
    }
    .cborder-xxl-top-0 > * {
        border-top: 0 !important;
    }
    .cborder-xxl-end-0 > * {
        border-right: 0 !important;
    }
    .cborder-xxl-bottom-0 > * {
        border-bottom: 0 !important;
    }
    .cborder-xxl-start-0 > * {
        border-left: 0 !important;
    }
    .gcborder > * > * {
        border: 1px solid #dee2e6 !important;
    }
    .gcborder-top > * > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .gcborder-end > * > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .gcborder-bottom > * > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .gcborder-start > * > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .gcborder-0 > * > * {
        border: 0 !important;
    }
    .gcborder-top-0 > * > * {
        border-top: 0 !important;
    }
    .gcborder-end-0 > * > * {
        border-right: 0 !important;
    }
    .gcborder-bottom-0 > * > * {
        border-bottom: 0 !important;
    }
    .gcborder-start-0 > * > * {
        border-left: 0 !important;
    }
    .gcborder-xxl > * > * {
        border: 1px solid #dee2e6 !important;
    }
    .gcborder-xxl-top > * > * {
        border-top: 1px solid #dee2e6 !important;
    }
    .gcborder-xxl-end > * > * {
        border-right: 1px solid #dee2e6 !important;
    }
    .gcborder-xxl-bottom > * > * {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .gcborder-xxl-start > * > * {
        border-left: 1px solid #dee2e6 !important;
    }
    .gcborder-xxl-0 > * > * {
        border: 0 !important;
    }
    .gcborder-xxl-top-0 > * > * {
        border-top: 0 !important;
    }
    .gcborder-xxl-end-0 > * > * {
        border-right: 0 !important;
    }
    .gcborder-xxl-bottom-0 > * > * {
        border-bottom: 0 !important;
    }
    .gcborder-xxl-start-0 > * > * {
        border-left: 0 !important;
    }
    .border-xxl-primary,
    .cborder-xxl-primary > *,
    .gcborder-xxl-primary > * > * {
        border-color: #875e29 !important;
    }
    .border-xxl-secondary,
    .cborder-xxl-secondary > *,
    .gcborder-xxl-secondary > * > * {
        border-color: #4d4c44 !important;
    }
    .border-xxl-success,
    .cborder-xxl-success > *,
    .gcborder-xxl-success > * > * {
        border-color: #28a745 !important;
    }
    .border-xxl-info,
    .cborder-xxl-info > *,
    .gcborder-xxl-info > * > * {
        border-color: #17a2b8 !important;
    }
    .border-xxl-warning,
    .cborder-xxl-warning > *,
    .gcborder-xxl-warning > * > * {
        border-color: #ffc107 !important;
    }
    .border-xxl-danger,
    .cborder-xxl-danger > *,
    .gcborder-xxl-danger > * > * {
        border-color: #dc3545 !important;
    }
    .border-xxl-light,
    .cborder-xxl-light > *,
    .gcborder-xxl-light > * > * {
        border-color: #f8f9fa !important;
    }
    .border-xxl-dark,
    .cborder-xxl-dark > *,
    .gcborder-xxl-dark > * > * {
        border-color: #4d4c44 !important;
    }
    .border-xxl-white,
    .cborder-xxl-white > *,
    .gcborder-xxl-white > * > * {
        border-color: #fff !important;
    }
    .border-xxl-black,
    .cborder-xxl-black > *,
    .gcborder-xxl-black > * > * {
        border-color: #000 !important;
    }
    .border-xxl-blue,
    .cborder-xxl-blue > *,
    .gcborder-xxl-blue > * > * {
        border-color: #22458a !important;
    }
    .border-xxl-bronze,
    .cborder-xxl-bronze > *,
    .gcborder-xxl-bronze > * > * {
        border-color: #875e29 !important;
    }
    .border-xxl-flower,
    .cborder-xxl-flower > *,
    .gcborder-xxl-flower > * > * {
        border-color: #fcdee0 !important;
    }
    .border-xxl-sky,
    .cborder-xxl-sky > *,
    .gcborder-xxl-sky > * > * {
        border-color: #bad8e1 !important;
    }
    .border-xxl-copper,
    .cborder-xxl-copper > *,
    .gcborder-xxl-copper > * > * {
        border-color: #b4d7b8 !important;
    }
    .border-xxl-plaster,
    .cborder-xxl-plaster > *,
    .gcborder-xxl-plaster > * > * {
        border-color: #e2ddcb !important;
    }
    .border-xxl-stone,
    .cborder-xxl-stone > *,
    .gcborder-xxl-stone > * > * {
        border-color: #beb7b3 !important;
    }
    .border-xxl-flower-50,
    .cborder-xxl-flower-50 > *,
    .gcborder-xxl-flower-50 > * > * {
        border-color: #fdeeef !important;
    }
    .border-xxl-sky-50,
    .cborder-xxl-sky-50 > *,
    .gcborder-xxl-sky-50 > * > * {
        border-color: #dcebf0 !important;
    }
    .border-xxl-copper-50,
    .cborder-xxl-copper-50 > *,
    .gcborder-xxl-copper-50 > * > * {
        border-color: #d9ebdb !important;
    }
    .border-xxl-plaster-50,
    .cborder-xxl-plaster-50 > *,
    .gcborder-xxl-plaster-50 > * > * {
        border-color: #f0eee5 !important;
    }
    .border-xxl-stone-50,
    .cborder-xxl-stone-50 > *,
    .gcborder-xxl-stone-50 > * > * {
        border-color: #dedbd9 !important;
    }
    .border-xxl-dark-50,
    .cborder-xxl-dark-50 > *,
    .gcborder-xxl-dark-50 > * > * {
        border-color: #a6a5a1 !important;
    }
    .border-xxl-flower-25,
    .cborder-xxl-flower-25 > *,
    .gcborder-xxl-flower-25 > * > * {
        border-color: #fef8f9 !important;
    }
    .border-xxl-sky-25,
    .cborder-xxl-sky-25 > *,
    .gcborder-xxl-sky-25 > * > * {
        border-color: #f1f7f9 !important;
    }
    .border-xxl-copper-25,
    .cborder-xxl-copper-25 > *,
    .gcborder-xxl-copper-25 > * > * {
        border-color: #f0f7f1 !important;
    }
    .border-xxl-plaster-25,
    .cborder-xxl-plaster-25 > *,
    .gcborder-xxl-plaster-25 > * > * {
        border-color: #f9f8f5 !important;
    }
    .border-xxl-stone-25,
    .cborder-xxl-stone-25 > *,
    .gcborder-xxl-stone-25 > * > * {
        border-color: #f2f1f0 !important;
    }
    .border-xxl-dark-25,
    .cborder-xxl-dark-25 > *,
    .gcborder-xxl-dark-25 > * > * {
        border-color: #dbdbda !important;
    }
    .border-xxl-dark-grey,
    .cborder-xxl-dark-grey > *,
    .gcborder-xxl-dark-grey > * > * {
        border-color: #777671 !important;
    }
    .border-xxl-darker,
    .cborder-xxl-darker > *,
    .gcborder-xxl-darker > * > * {
        border-color: #43423a !important;
    }
    .border-xxl-plaster-75,
    .cborder-xxl-plaster-75 > *,
    .gcborder-xxl-plaster-75 > * > * {
        border-color: #e9e6d8 !important;
    }
}
.border-between:last-child {
    border-bottom: 0 !important;
}
.btn {
    --bs-btn-focus-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 6px #fff;
    text-decoration: none !important;
}
.btn-link {
    padding: 0;
}
.cookie__btn--no {
    background-color: transparent;
    color: #4d4c44;
}
.cookie__btn--no:hover {
    text-decoration: underline !important;
}
.btn.cookie__btn--ok {
    color: #fff !important;
}
.btn.cookie__btn--ok.dark {
    background-color: #4d4c44;
}
.btn.cookie__btn--ok.dark:hover {
    text-decoration: underline !important;
}
.card {
    background-color: #fff;
    border: 0;
    max-height: 100%;
}
.card .card-body {
    padding: 1.25rem;
}
@media (min-width: 576px) {
    .card-group .card {
        margin-left: 15px !important;
        margin-right: 15px;
    }
}
.card-header .h1,
.card-header .h2,
.card-header .h3,
.card-header .h4,
.card-header .h5,
.card-header .h6,
.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
    margin: 0;
}
.card-date {
    padding: 0.5rem 0.5rem 0;
}
@media (min-width: 768px) {
    .card-date {
        margin-right: 1rem;
        padding: 0;
    }
}
.card-item {
    flex-direction: column;
}
@media (min-width: 768px) {
    .card-item {
        flex-direction: row;
    }
}
.card-item .card-img {
    padding: 0.5rem 0.5rem 0;
}
.card-image-narrow {
    max-width: 50vw;
    width: 100%;
}
.card-img-container {
    display: block;
    padding-top: 66.66%;
    position: relative;
    width: 100%;
}
.nav-block:hover .card-img-container {
    opacity: 0.85;
}
.card-img-container img {
    display: block;
    font-family: "object-fit:cover", "object-fit: cover;";
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100% !important;
}
@media (min-width: 768px) {
    .card-item {
        flex-direction: row;
        height: auto;
        margin-bottom: 2rem;
    }
    .card-item .card-img {
        margin-right: 1rem;
        padding: 0;
        width: auto;
    }
    .card-item .card-img img {
        min-width: 190px;
        position: relative;
        width: 190px !important;
    }
    .card-item .card-img img,
    .card-item.card-item-square .card-img img {
        display: block;
        font-family: "object-fit:cover", "object-fit: cover;";
        height: 125px;
        min-height: 125px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .card-item.card-item-square .card-img img {
        min-width: 125px;
        width: 125px !important;
    }
    .card-item .card-img.card-img-lg img {
        min-width: 300px;
        position: relative;
        width: 300px !important;
    }
    .card-item .card-img.card-img-lg img,
    .card-item.card-item-square .card-img.card-img-lg img {
        display: block;
        font-family: "object-fit:cover", "object-fit: cover;";
        height: 170px;
        min-height: 170px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .card-item.card-item-square .card-img.card-img-lg img {
        min-width: 170px;
        width: 170px !important;
    }
    .card-item .card-img-container {
        padding: 0;
    }
    .card-item .card-body {
        overflow: hidden;
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 575.98px) {
    .card-item-card .card-body p {
        display: none;
    }
}
@media (min-width: 768px) {
    .card-item-lined {
        border-bottom: 1px solid #dee2e6;
        border-top: 1px solid #dee2e6;
        margin: -1px 0 0;
        padding: 1rem 0;
    }
}
.col-lined {
    margin-top: -1px;
}
.collapse-xs {
    display: block !important;
}
@media (min-width: 576px) {
    .collapse-sm {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .collapse-md {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .collapse-lg {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .collapse-xl {
        display: block !important;
    }
}
@media (min-width: 1400px) {
    .collapse-xxl {
        display: block !important;
    }
}
.collapse-hide {
    display: block;
}
.collapse-hide-inline {
    display: inline;
}
.collapse-hide-flex {
    display: flex;
}
.collapse-show,
.collapse-show-flex,
.collapse-show-inline,
.collapsed .collapse-hide,
.collapsed .collapse-hide-flex,
.collapsed .collapse-hide-inline {
    display: none;
}
.collapsed .collapse-show {
    display: block;
}
.collapsed .collapse-show-inline {
    display: inline;
}
.collapsed .collapse-show-flex {
    display: flex;
}
.cursor-default {
    cursor: default;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-none {
    cursor: none;
}
.figure {
    min-height: 1px;
    width: 100%;
}
.figure img {
    height: auto;
    width: 100%;
}
.flex-1 {
    flex: 1;
}
.nav-link,
.nav-link:hover {
    text-decoration: underline;
}
/*.nav-link.active {
    color: #4d4c44;
}*/
.font-weight-light .dropdown-item/*,
.font-weight-light .nav-link*/ {
    font-weight: 300 !important;
}
.font-weight-normal .dropdown-item,
.font-weight-normal .nav-link {
    font-weight: 400 !important;
}
.font-weight-bold .dropdown-item,
.font-weight-bold .nav-link,
.font-weight-medium .dropdown-item,
.font-weight-medium .nav-link {
    font-weight: 500 !important;
}
.text-primary .dropdown-item,
.text-primary .nav-link {
    color: #875e29 !important;
}
.text-secondary .dropdown-item,
.text-secondary .nav-link {
    color: #4d4c44 !important;
}
.text-success .dropdown-item,
.text-success .nav-link {
    color: #28a745 !important;
}
.text-info .dropdown-item,
.text-info .nav-link {
    color: #17a2b8 !important;
}
.text-warning .dropdown-item,
.text-warning .nav-link {
    color: #ffc107 !important;
}
.text-danger .dropdown-item,
.text-danger .nav-link {
    color: #dc3545 !important;
}
.text-light .dropdown-item,
.text-light .nav-link {
    color: #f8f9fa !important;
}
.text-dark .dropdown-item,
.text-dark .nav-link {
    color: #4d4c44 !important;
}
.text-white .dropdown-item,
.text-white .nav-link {
    color: #fff !important;
}
.text-black .dropdown-item,
.text-black .nav-link {
    color: #000 !important;
}
.text-blue .dropdown-item,
.text-blue .nav-link {
    color: #22458a !important;
}
.text-bronze .dropdown-item,
.text-bronze .nav-link {
    color: #875e29 !important;
}
.text-flower .dropdown-item,
.text-flower .nav-link {
    color: #fcdee0 !important;
}
.text-sky .dropdown-item,
.text-sky .nav-link {
    color: #bad8e1 !important;
}
.text-copper .dropdown-item,
.text-copper .nav-link {
    color: #b4d7b8 !important;
}
.text-plaster .dropdown-item,
.text-plaster .nav-link {
    color: #e2ddcb !important;
}
.text-stone .dropdown-item,
.text-stone .nav-link {
    color: #beb7b3 !important;
}
.text-flower-50 .dropdown-item,
.text-flower-50 .nav-link {
    color: #fdeeef !important;
}
.text-sky-50 .dropdown-item,
.text-sky-50 .nav-link {
    color: #dcebf0 !important;
}
.text-copper-50 .dropdown-item,
.text-copper-50 .nav-link {
    color: #d9ebdb !important;
}
.text-plaster-50 .dropdown-item,
.text-plaster-50 .nav-link {
    color: #f0eee5 !important;
}
.text-stone-50 .dropdown-item,
.text-stone-50 .nav-link {
    color: #dedbd9 !important;
}
.text-dark-50 .dropdown-item,
.text-dark-50 .nav-link {
    color: #a6a5a1 !important;
}
.text-flower-25 .dropdown-item,
.text-flower-25 .nav-link {
    color: #fef8f9 !important;
}
.text-sky-25 .dropdown-item,
.text-sky-25 .nav-link {
    color: #f1f7f9 !important;
}
.text-copper-25 .dropdown-item,
.text-copper-25 .nav-link {
    color: #f0f7f1 !important;
}
.text-plaster-25 .dropdown-item,
.text-plaster-25 .nav-link {
    color: #f9f8f5 !important;
}
.text-stone-25 .dropdown-item,
.text-stone-25 .nav-link {
    color: #f2f1f0 !important;
}
.text-dark-25 .dropdown-item,
.text-dark-25 .nav-link {
    color: #dbdbda !important;
}
.text-dark-grey .dropdown-item,
.text-dark-grey .nav-link {
    color: #777671 !important;
}
.text-darker .dropdown-item,
.text-darker .nav-link {
    color: #43423a !important;
}
.text-plaster-75 .dropdown-item,
.text-plaster-75 .nav-link {
    color: #e9e6d8 !important;
}
.font-size-base .dropdown-item,
.font-size-base .nav-link {
    font-size: 1.0625rem !important;
}
.font-size-sm .dropdown-item,
.font-size-sm .nav-link {
    font-size: 0.9375rem !important;
}
.font-size-lg .dropdown-item,
.font-size-lg .nav-link {
    font-size: 1.25rem !important;
}
/*@media (min-width: 576px) {
    .font-size-sm-base .dropdown-item,
    .font-size-sm-base .nav-link {
        font-size: 1.0625rem !important;
    }
    .font-size-sm-sm .dropdown-item,
    .font-size-sm-sm .nav-link {
        font-size: 0.9375rem !important;
    }
    .font-size-sm-lg .dropdown-item,
    .font-size-sm-lg .nav-link {
        font-size: 1.25rem !important;
    }
}
@media (min-width: 768px) {
    .font-size-md-base .dropdown-item,
    .font-size-md-base .nav-link {
        font-size: 1.0625rem !important;
    }
    .font-size-md-sm .dropdown-item,
    .font-size-md-sm .nav-link {
        font-size: 0.9375rem !important;
    }
    .font-size-md-lg .dropdown-item,
    .font-size-md-lg .nav-link {
        font-size: 1.25rem !important;
    }
}
@media (min-width: 992px) {
    .font-size-lg-base .dropdown-item,
    .font-size-lg-base .nav-link {
        font-size: 1.0625rem !important;
    }
    .font-size-lg-sm .dropdown-item,
    .font-size-lg-sm .nav-link {
        font-size: 0.9375rem !important;
    }
    .font-size-lg-lg .dropdown-item,
    .font-size-lg-lg .nav-link {
        font-size: 1.25rem !important;
    }
}
@media (min-width: 1200px) {
    .font-size-xl-base .dropdown-item,
    .font-size-xl-base .nav-link {
        font-size: 1.0625rem !important;
    }
    .font-size-xl-sm .dropdown-item,
    .font-size-xl-sm .nav-link {
        font-size: 0.9375rem !important;
    }
    .font-size-xl-lg .dropdown-item,
    .font-size-xl-lg .nav-link {
        font-size: 1.25rem !important;
    }
}
@media (min-width: 1400px) {
    .font-size-xxl-base .dropdown-item,
    .font-size-xxl-base .nav-link {
        font-size: 1.0625rem !important;
    }
    .font-size-xxl-sm .dropdown-item,
    .font-size-xxl-sm .nav-link {
        font-size: 0.9375rem !important;
    }
    .font-size-xxl-lg .dropdown-item,
    .font-size-xxl-lg .nav-link {
        font-size: 1.25rem !important;
    }
}*/
.text-primary > .dropdown-item,
.text-primary > .nav-link {
    color: #875e29 !important;
}
.text-secondary > .dropdown-item,
.text-secondary > .nav-link {
    color: #4d4c44 !important;
}
.text-success > .dropdown-item,
.text-success > .nav-link {
    color: #28a745 !important;
}
.text-info > .dropdown-item,
.text-info > .nav-link {
    color: #17a2b8 !important;
}
.text-warning > .dropdown-item,
.text-warning > .nav-link {
    color: #ffc107 !important;
}
.text-danger > .dropdown-item,
.text-danger > .nav-link {
    color: #dc3545 !important;
}
.text-light > .dropdown-item,
.text-light > .nav-link {
    color: #f8f9fa !important;
}
.text-dark > .dropdown-item,
.text-dark > .nav-link {
    color: #4d4c44 !important;
}
.text-white > .dropdown-item,
.text-white > .nav-link {
    color: #fff !important;
}
.text-black > .dropdown-item,
.text-black > .nav-link {
    color: #000 !important;
}
.text-blue > .dropdown-item,
.text-blue > .nav-link {
    color: #22458a !important;
}
.text-bronze > .dropdown-item,
.text-bronze > .nav-link {
    color: #875e29 !important;
}
.text-flower > .dropdown-item,
.text-flower > .nav-link {
    color: #fcdee0 !important;
}
.text-sky > .dropdown-item,
.text-sky > .nav-link {
    color: #bad8e1 !important;
}
.text-copper > .dropdown-item,
.text-copper > .nav-link {
    color: #b4d7b8 !important;
}
.text-plaster > .dropdown-item,
.text-plaster > .nav-link {
    color: #e2ddcb !important;
}
.text-stone > .dropdown-item,
.text-stone > .nav-link {
    color: #beb7b3 !important;
}
.text-flower-50 > .dropdown-item,
.text-flower-50 > .nav-link {
    color: #fdeeef !important;
}
.text-sky-50 > .dropdown-item,
.text-sky-50 > .nav-link {
    color: #dcebf0 !important;
}
.text-copper-50 > .dropdown-item,
.text-copper-50 > .nav-link {
    color: #d9ebdb !important;
}
.text-plaster-50 > .dropdown-item,
.text-plaster-50 > .nav-link {
    color: #f0eee5 !important;
}
.text-stone-50 > .dropdown-item,
.text-stone-50 > .nav-link {
    color: #dedbd9 !important;
}
.text-dark-50 > .dropdown-item,
.text-dark-50 > .nav-link {
    color: #a6a5a1 !important;
}
.text-flower-25 > .dropdown-item,
.text-flower-25 > .nav-link {
    color: #fef8f9 !important;
}
.text-sky-25 > .dropdown-item,
.text-sky-25 > .nav-link {
    color: #f1f7f9 !important;
}
.text-copper-25 > .dropdown-item,
.text-copper-25 > .nav-link {
    color: #f0f7f1 !important;
}
.text-plaster-25 > .dropdown-item,
.text-plaster-25 > .nav-link {
    color: #f9f8f5 !important;
}
.text-stone-25 > .dropdown-item,
.text-stone-25 > .nav-link {
    color: #f2f1f0 !important;
}
.text-dark-25 > .dropdown-item,
.text-dark-25 > .nav-link {
    color: #dbdbda !important;
}
.text-dark-grey > .dropdown-item,
.text-dark-grey > .nav-link {
    color: #777671 !important;
}
.text-darker > .dropdown-item,
.text-darker > .nav-link {
    color: #43423a !important;
}
.text-plaster-75 > .dropdown-item,
.text-plaster-75 > .nav-link {
    color: #e9e6d8 !important;
}
.font-weight-light > .dropdown-item,
.font-weight-light > .nav-link {
    font-weight: 300 !important;
}
.font-weight-normal > .dropdown-item,
.font-weight-normal > .nav-link {
    font-weight: 400 !important;
}
.font-weight-bold > .dropdown-item,
.font-weight-bold > .nav-link,
.font-weight-medium > .dropdown-item,
.font-weight-medium > .nav-link {
    font-weight: 500 !important;
}
.font-size-base > .dropdown-item,
.font-size-base > .nav-link {
    font-size: 1.0625rem !important;
}
.font-size-sm > .dropdown-item,
.font-size-sm > .nav-link {
    font-size: 0.9375rem !important;
}
.font-size-lg > .dropdown-item,
.font-size-lg > .nav-link {
    font-size: 1.25rem !important;
}
@media (min-width: 576px) {
    .font-size-sm-base > .dropdown-item,
    .font-size-sm-base > .nav-link {
        font-size: 1.0625rem !important;
    }
    .font-size-sm-sm > .dropdown-item,
    .font-size-sm-sm > .nav-link {
        font-size: 0.9375rem !important;
    }
    .font-size-sm-lg > .dropdown-item,
    .font-size-sm-lg > .nav-link {
        font-size: 1.25rem !important;
    }
}
@media (min-width: 768px) {
    .font-size-md-base > .dropdown-item,
    .font-size-md-base > .nav-link {
        font-size: 1.0625rem !important;
    }
    .font-size-md-sm > .dropdown-item,
    .font-size-md-sm > .nav-link {
        font-size: 0.9375rem !important;
    }
    .font-size-md-lg > .dropdown-item,
    .font-size-md-lg > .nav-link {
        font-size: 1.25rem !important;
    }
}
@media (min-width: 992px) {
    .font-size-lg-base > .dropdown-item,
    .font-size-lg-base > .nav-link {
        font-size: 1.0625rem !important;
    }
    .font-size-lg-sm > .dropdown-item,
    .font-size-lg-sm > .nav-link {
        font-size: 0.9375rem !important;
    }
    .font-size-lg-lg > .dropdown-item,
    .font-size-lg-lg > .nav-link {
        font-size: 1.25rem !important;
    }
}
@media (min-width: 1200px) {
    .font-size-xl-base > .dropdown-item,
    .font-size-xl-base > .nav-link {
        font-size: 1.0625rem !important;
    }
    .font-size-xl-sm > .dropdown-item,
    .font-size-xl-sm > .nav-link {
        font-size: 0.9375rem !important;
    }
    .font-size-xl-lg > .dropdown-item,
    .font-size-xl-lg > .nav-link {
        font-size: 1.25rem !important;
    }
}
@media (min-width: 1400px) {
    .font-size-xxl-base > .dropdown-item,
    .font-size-xxl-base > .nav-link {
        font-size: 1.0625rem !important;
    }
    .font-size-xxl-sm > .dropdown-item,
    .font-size-xxl-sm > .nav-link {
        font-size: 0.9375rem !important;
    }
    .font-size-xxl-lg > .dropdown-item,
    .font-size-xxl-lg > .nav-link {
        font-size: 1.25rem !important;
    }
}
.nav-undecorated .active,
.nav-undecorated .dropdown-item,
.nav-undecorated .nav-link,
.nav-undecorated :link,
:link.nav-undecorated {
    text-decoration: none;
}
.nav-decorated .dropdown-item,
.nav-decorated .dropdown-item:hover,
.nav-decorated .nav-link,
.nav-decorated .nav-link:hover,
.nav-decorated :link,
.nav-decorated :link:hover,
.nav-undecorated .active:hover,
.nav-undecorated .dropdown-item:hover,
.nav-undecorated .nav-link:hover,
.nav-undecorated :link:hover,
:link.nav-decorated,
:link.nav-decorated:hover,
:link.nav-undecorated:hover {
    text-decoration: underline;
}
.nav-block {
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.nav-block,
.nav-block:hover {
    text-decoration: inherit;
}
.nav-block:focus {
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 4px #000,
        0 0 0 6px #fff;
    outline: none;
}
.nav-block-hover-primary:focus,
.nav-block-hover-primary:hover,
.nav-block-primary {
    background-color: #875e29 !important;
}
.nav-block-fade-primary:focus,
.nav-block-fade-primary:hover {
    background-color: #91652c !important;
}
.nav-block-hover-secondary:focus,
.nav-block-hover-secondary:hover,
.nav-block-secondary {
    background-color: #4d4c44 !important;
}
.nav-block-fade-secondary:focus,
.nav-block-fade-secondary:hover {
    background-color: #54534a !important;
}
.nav-block-hover-success:focus,
.nav-block-hover-success:hover,
.nav-block-success {
    background-color: #28a745 !important;
}
.nav-block-fade-success:focus,
.nav-block-fade-success:hover {
    background-color: #2ab149 !important;
}
.nav-block-hover-info:focus,
.nav-block-hover-info:hover,
.nav-block-info {
    background-color: #17a2b8 !important;
}
.nav-block-fade-info:focus,
.nav-block-fade-info:hover {
    background-color: #18acc3 !important;
}
.nav-block-hover-warning:focus,
.nav-block-hover-warning:hover,
.nav-block-warning {
    background-color: #ffc107 !important;
}
.nav-block-fade-warning:focus,
.nav-block-fade-warning:hover {
    background-color: #ffc414 !important;
}
.nav-block-danger,
.nav-block-hover-danger:focus,
.nav-block-hover-danger:hover {
    background-color: #dc3545 !important;
}
.nav-block-fade-danger:focus,
.nav-block-fade-danger:hover {
    background-color: #de404f !important;
}
.nav-block-hover-light:focus,
.nav-block-hover-light:hover,
.nav-block-light {
    background-color: #f8f9fa !important;
}
.nav-block-fade-light:focus,
.nav-block-fade-light:hover {
    background-color: #fff !important;
}
.nav-block-dark,
.nav-block-hover-dark:focus,
.nav-block-hover-dark:hover {
    background-color: #4d4c44 !important;
}
.nav-block-fade-dark:focus,
.nav-block-fade-dark:hover {
    background-color: #54534a !important;
}
.nav-block-fade-white:focus,
.nav-block-fade-white:hover,
.nav-block-hover-white:focus,
.nav-block-hover-white:hover,
.nav-block-white {
    background-color: #fff !important;
}
.nav-block-black,
.nav-block-hover-black:focus,
.nav-block-hover-black:hover {
    background-color: #000 !important;
}
.nav-block-fade-black:focus,
.nav-block-fade-black:hover {
    background-color: #060606 !important;
}
.nav-block-blue,
.nav-block-hover-blue:focus,
.nav-block-hover-blue:hover {
    background-color: #22458a !important;
}
.nav-block-fade-blue:focus,
.nav-block-fade-blue:hover {
    background-color: #254a94 !important;
}
.nav-block-bronze,
.nav-block-hover-bronze:focus,
.nav-block-hover-bronze:hover {
    background-color: #875e29 !important;
}
.nav-block-fade-bronze:focus,
.nav-block-fade-bronze:hover {
    background-color: #91652c !important;
}
.nav-block-flower,
.nav-block-hover-flower:focus,
.nav-block-hover-flower:hover {
    background-color: #fcdee0 !important;
}
.nav-block-fade-flower:focus,
.nav-block-fade-flower:hover {
    background-color: #fdeaeb !important;
}
.nav-block-hover-sky:focus,
.nav-block-hover-sky:hover,
.nav-block-sky {
    background-color: #bad8e1 !important;
}
.nav-block-fade-sky:focus,
.nav-block-fade-sky:hover {
    background-color: #c3dde5 !important;
}
.nav-block-copper,
.nav-block-hover-copper:focus,
.nav-block-hover-copper:hover {
    background-color: #b4d7b8 !important;
}
.nav-block-fade-copper:focus,
.nav-block-fade-copper:hover {
    background-color: #bcdbc0 !important;
}
.nav-block-hover-plaster:focus,
.nav-block-hover-plaster:hover,
.nav-block-plaster {
    background-color: #e2ddcb !important;
}
.nav-block-fade-plaster:focus,
.nav-block-fade-plaster:hover {
    background-color: #e7e2d3 !important;
}
.nav-block-hover-stone:focus,
.nav-block-hover-stone:hover,
.nav-block-stone {
    background-color: #beb7b3 !important;
}
.nav-block-fade-stone:focus,
.nav-block-fade-stone:hover {
    background-color: #c4beba !important;
}
.nav-block-flower-50,
.nav-block-hover-flower-50:focus,
.nav-block-hover-flower-50:hover {
    background-color: #fdeeef !important;
}
.nav-block-fade-flower-50:focus,
.nav-block-fade-flower-50:hover {
    background-color: #fef9fa !important;
}
.nav-block-hover-sky-50:focus,
.nav-block-hover-sky-50:hover,
.nav-block-sky-50 {
    background-color: #dcebf0 !important;
}
.nav-block-fade-sky-50:focus,
.nav-block-fade-sky-50:hover {
    background-color: #e5f0f4 !important;
}
.nav-block-copper-50,
.nav-block-hover-copper-50:focus,
.nav-block-hover-copper-50:hover {
    background-color: #d9ebdb !important;
}
.nav-block-fade-copper-50:focus,
.nav-block-fade-copper-50:hover {
    background-color: #e1efe3 !important;
}
.nav-block-hover-plaster-50:focus,
.nav-block-hover-plaster-50:hover,
.nav-block-plaster-50 {
    background-color: #f0eee5 !important;
}
.nav-block-fade-plaster-50:focus,
.nav-block-fade-plaster-50:hover {
    background-color: #f5f3ed !important;
}
.nav-block-hover-stone-50:focus,
.nav-block-hover-stone-50:hover,
.nav-block-stone-50 {
    background-color: #dedbd9 !important;
}
.nav-block-fade-stone-50:focus,
.nav-block-fade-stone-50:hover {
    background-color: #e4e1e0 !important;
}
.nav-block-dark-50,
.nav-block-hover-dark-50:focus,
.nav-block-hover-dark-50:hover {
    background-color: #a6a5a1 !important;
}
.nav-block-fade-dark-50:focus,
.nav-block-fade-dark-50:hover {
    background-color: #acaba8 !important;
}
.nav-block-flower-25,
.nav-block-hover-flower-25:focus,
.nav-block-hover-flower-25:hover {
    background-color: #fef8f9 !important;
}
.nav-block-fade-flower-25:focus,
.nav-block-fade-flower-25:hover {
    background-color: #fff !important;
}
.nav-block-hover-sky-25:focus,
.nav-block-hover-sky-25:hover,
.nav-block-sky-25 {
    background-color: #f1f7f9 !important;
}
.nav-block-fade-sky-25:focus,
.nav-block-fade-sky-25:hover {
    background-color: #fafcfd !important;
}
.nav-block-copper-25,
.nav-block-hover-copper-25:focus,
.nav-block-hover-copper-25:hover {
    background-color: #f0f7f1 !important;
}
.nav-block-fade-copper-25:focus,
.nav-block-fade-copper-25:hover {
    background-color: #f8fbf9 !important;
}
.nav-block-hover-plaster-25:focus,
.nav-block-hover-plaster-25:hover,
.nav-block-plaster-25 {
    background-color: #f9f8f5 !important;
}
.nav-block-fade-plaster-25:focus,
.nav-block-fade-plaster-25:hover {
    background-color: #fefefd !important;
}
.nav-block-hover-stone-25:focus,
.nav-block-hover-stone-25:hover,
.nav-block-stone-25 {
    background-color: #f2f1f0 !important;
}
.nav-block-fade-stone-25:focus,
.nav-block-fade-stone-25:hover {
    background-color: #f8f7f7 !important;
}
.nav-block-dark-25,
.nav-block-hover-dark-25:focus,
.nav-block-hover-dark-25:hover {
    background-color: #dbdbda !important;
}
.nav-block-fade-dark-25:focus,
.nav-block-fade-dark-25:hover {
    background-color: #e1e1e0 !important;
}
.nav-block-dark-grey,
.nav-block-hover-dark-grey:focus,
.nav-block-hover-dark-grey:hover {
    background-color: #777671 !important;
}
.nav-block-fade-dark-grey:focus,
.nav-block-fade-dark-grey:hover {
    background-color: #7e7c77 !important;
}
.nav-block-darker,
.nav-block-hover-darker:focus,
.nav-block-hover-darker:hover {
    background-color: #43423a !important;
}
.nav-block-fade-darker:focus,
.nav-block-fade-darker:hover {
    background-color: #4a4940 !important;
}
.nav-block-hover-plaster-75:focus,
.nav-block-hover-plaster-75:hover,
.nav-block-plaster-75 {
    background-color: #e9e6d8 !important;
}
.nav-block-fade-plaster-75:focus,
.nav-block-fade-plaster-75:hover {
    background-color: #eeebe0 !important;
}
.nav-block-link {
    color: #875e29;
}
.nav-block:hover .nav-block-link {
    text-decoration: underline;
}
.nav-pills .nav-link:not(.disabled) {
    text-decoration: none;
}
.nav-pills .nav-link:not(.disabled):focus,
.nav-pills .nav-link:not(.disabled):hover {
    text-decoration: underline;
}
.nav-pills .nav-link:not(.active):not(.disabled) {
    background-color: #f0eee5;
    color: #875e29;
}
.nav-pills .nav-link.disabled {
    text-decoration: none;
}
.nav-pills .nav-item {
    margin-bottom: 1rem;
    margin-right: 1rem;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.overflow-auto {
    overflow: auto;
}
.overflow-x-auto {
    overflow-x: auto;
}
.overflow-y-auto {
    overflow-y: auto;
}
.no-events,
.no-events-xs {
    pointer-events: none !important;
}
@media (min-width: 576px) {
    .no-events-sm {
        pointer-events: none !important;
    }
}
@media (min-width: 768px) {
    .no-events-md {
        pointer-events: none !important;
    }
}
@media (min-width: 992px) {
    .no-events-lg {
        pointer-events: none !important;
    }
}
@media (min-width: 1200px) {
    .no-events-xl {
        pointer-events: none !important;
    }
}
@media (min-width: 1400px) {
    .no-events-xxl {
        pointer-events: none !important;
    }
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    z-index: 100;
}
@media (min-width: 576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sticky-sm-top {
    z-index: 100;
}
@media (min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sticky-md-top {
    z-index: 100;
}
@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sticky-lg-top {
    z-index: 100;
}
@media (min-width: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sticky-xl-top {
    z-index: 100;
}
@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sticky-xxl-top {
    z-index: 100;
}
.progress {
    height: 0.25rem;
}
.mw-xxl {
    max-width: 1320px !important;
}
@media (min-width: 992px) {
    .mw-lg-xxl {
        max-width: 1320px !important;
    }
}
.h-auto {
    height: auto !important;
}
.w-auto {
    width: auto !important;
}
.mh-view-20 {
    max-height: 20vw;
}
.h-view-20 {
    height: 20vw;
}
.mh-view-25 {
    max-height: 25vw;
}
.h-view-25 {
    height: 25vw;
}
.mh-view-27 {
    max-height: 27vw;
}
.h-view-27 {
    height: 27vw;
}
.mh-view-33 {
    max-height: 33.3333vw;
}
.h-view-33 {
    height: 33.3333vw;
}
.mh-view-50 {
    max-height: 50vw;
}
.h-view-50 {
    height: 50vw;
}
.mh-view-66 {
    max-height: 66.6667vw;
}
.h-view-66 {
    height: 66.6667vw;
}
.mh-view-75 {
    max-height: 75vw;
}
.h-view-75 {
    height: 75vw;
}
.mh-view-100 {
    max-height: 100vw;
}
.h-view-100 {
    height: 100vw;
}
.mh-120 {
    max-height: 120px;
}
.h-120 {
    height: 120px;
}
.mh-315 {
    max-height: 315px;
}
.h-315 {
    height: 315px;
}
.mh-450 {
    max-height: 450px;
}
.h-450 {
    height: 450px;
}
@media (min-width: 576px) {
    .h-sm-auto {
        height: auto !important;
    }
    .w-sm-auto {
        width: auto !important;
    }
    .mh-sm-view-20 {
        max-height: 20vw;
    }
    .h-sm-view-20 {
        height: 20vw;
    }
    .mh-sm-view-25 {
        max-height: 25vw;
    }
    .h-sm-view-25 {
        height: 25vw;
    }
    .mh-sm-view-27 {
        max-height: 27vw;
    }
    .h-sm-view-27 {
        height: 27vw;
    }
    .mh-sm-view-33 {
        max-height: 33.3333vw;
    }
    .h-sm-view-33 {
        height: 33.3333vw;
    }
    .mh-sm-view-50 {
        max-height: 50vw;
    }
    .h-sm-view-50 {
        height: 50vw;
    }
    .mh-sm-view-66 {
        max-height: 66.6667vw;
    }
    .h-sm-view-66 {
        height: 66.6667vw;
    }
    .mh-sm-view-75 {
        max-height: 75vw;
    }
    .h-sm-view-75 {
        height: 75vw;
    }
    .mh-sm-view-100 {
        max-height: 100vw;
    }
    .h-sm-view-100 {
        height: 100vw;
    }
    .mh-sm-120 {
        max-height: 120px;
    }
    .h-sm-120 {
        height: 120px;
    }
    .mh-sm-315 {
        max-height: 315px;
    }
    .h-sm-315 {
        height: 315px;
    }
    .mh-sm-450 {
        max-height: 450px;
    }
    .h-sm-450 {
        height: 450px;
    }
}
@media (min-width: 768px) {
    .h-md-auto {
        height: auto !important;
    }
    .w-md-auto {
        width: auto !important;
    }
    .mh-md-view-20 {
        max-height: 20vw;
    }
    .h-md-view-20 {
        height: 20vw;
    }
    .mh-md-view-25 {
        max-height: 25vw;
    }
    .h-md-view-25 {
        height: 25vw;
    }
    .mh-md-view-27 {
        max-height: 27vw;
    }
    .h-md-view-27 {
        height: 27vw;
    }
    .mh-md-view-33 {
        max-height: 33.3333vw;
    }
    .h-md-view-33 {
        height: 33.3333vw;
    }
    .mh-md-view-50 {
        max-height: 50vw;
    }
    .h-md-view-50 {
        height: 50vw;
    }
    .mh-md-view-66 {
        max-height: 66.6667vw;
    }
    .h-md-view-66 {
        height: 66.6667vw;
    }
    .mh-md-view-75 {
        max-height: 75vw;
    }
    .h-md-view-75 {
        height: 75vw;
    }
    .mh-md-view-100 {
        max-height: 100vw;
    }
    .h-md-view-100 {
        height: 100vw;
    }
    .mh-md-120 {
        max-height: 120px;
    }
    .h-md-120 {
        height: 120px;
    }
    .mh-md-315 {
        max-height: 315px;
    }
    .h-md-315 {
        height: 315px;
    }
    .mh-md-450 {
        max-height: 450px;
    }
    .h-md-450 {
        height: 450px;
    }
}
@media (min-width: 992px) {
    .h-lg-auto {
        height: auto !important;
    }
    .w-lg-auto {
        width: auto !important;
    }
    .mh-lg-view-20 {
        max-height: 20vw;
    }
    .h-lg-view-20 {
        height: 20vw;
    }
    .mh-lg-view-25 {
        max-height: 25vw;
    }
    .h-lg-view-25 {
        height: 25vw;
    }
    .mh-lg-view-27 {
        max-height: 27vw;
    }
    .h-lg-view-27 {
        height: 27vw;
    }
    .mh-lg-view-33 {
        max-height: 33.3333vw;
    }
    .h-lg-view-33 {
        height: 33.3333vw;
    }
    .mh-lg-view-50 {
        max-height: 50vw;
    }
    .h-lg-view-50 {
        height: 50vw;
    }
    .mh-lg-view-66 {
        max-height: 66.6667vw;
    }
    .h-lg-view-66 {
        height: 66.6667vw;
    }
    .mh-lg-view-75 {
        max-height: 75vw;
    }
    .h-lg-view-75 {
        height: 75vw;
    }
    .mh-lg-view-100 {
        max-height: 100vw;
    }
    .h-lg-view-100 {
        height: 100vw;
    }
    .mh-lg-120 {
        max-height: 120px;
    }
    .h-lg-120 {
        height: 120px;
    }
    .mh-lg-315 {
        max-height: 315px;
    }
    .h-lg-315 {
        height: 315px;
    }
    .mh-lg-450 {
        max-height: 450px;
    }
    .h-lg-450 {
        height: 450px;
    }
}
@media (min-width: 1200px) {
    .h-xl-auto {
        height: auto !important;
    }
    .w-xl-auto {
        width: auto !important;
    }
    .mh-xl-view-20 {
        max-height: 20vw;
    }
    .h-xl-view-20 {
        height: 20vw;
    }
    .mh-xl-view-25 {
        max-height: 25vw;
    }
    .h-xl-view-25 {
        height: 25vw;
    }
    .mh-xl-view-27 {
        max-height: 27vw;
    }
    .h-xl-view-27 {
        height: 27vw;
    }
    .mh-xl-view-33 {
        max-height: 33.3333vw;
    }
    .h-xl-view-33 {
        height: 33.3333vw;
    }
    .mh-xl-view-50 {
        max-height: 50vw;
    }
    .h-xl-view-50 {
        height: 50vw;
    }
    .mh-xl-view-66 {
        max-height: 66.6667vw;
    }
    .h-xl-view-66 {
        height: 66.6667vw;
    }
    .mh-xl-view-75 {
        max-height: 75vw;
    }
    .h-xl-view-75 {
        height: 75vw;
    }
    .mh-xl-view-100 {
        max-height: 100vw;
    }
    .h-xl-view-100 {
        height: 100vw;
    }
    .mh-xl-120 {
        max-height: 120px;
    }
    .h-xl-120 {
        height: 120px;
    }
    .mh-xl-315 {
        max-height: 315px;
    }
    .h-xl-315 {
        height: 315px;
    }
    .mh-xl-450 {
        max-height: 450px;
    }
    .h-xl-450 {
        height: 450px;
    }
}
@media (min-width: 1400px) {
    .h-xxl-auto {
        height: auto !important;
    }
    .w-xxl-auto {
        width: auto !important;
    }
    .mh-xxl-view-20 {
        max-height: 20vw;
    }
    .h-xxl-view-20 {
        height: 20vw;
    }
    .mh-xxl-view-25 {
        max-height: 25vw;
    }
    .h-xxl-view-25 {
        height: 25vw;
    }
    .mh-xxl-view-27 {
        max-height: 27vw;
    }
    .h-xxl-view-27 {
        height: 27vw;
    }
    .mh-xxl-view-33 {
        max-height: 33.3333vw;
    }
    .h-xxl-view-33 {
        height: 33.3333vw;
    }
    .mh-xxl-view-50 {
        max-height: 50vw;
    }
    .h-xxl-view-50 {
        height: 50vw;
    }
    .mh-xxl-view-66 {
        max-height: 66.6667vw;
    }
    .h-xxl-view-66 {
        height: 66.6667vw;
    }
    .mh-xxl-view-75 {
        max-height: 75vw;
    }
    .h-xxl-view-75 {
        height: 75vw;
    }
    .mh-xxl-view-100 {
        max-height: 100vw;
    }
    .h-xxl-view-100 {
        height: 100vw;
    }
    .mh-xxl-120 {
        max-height: 120px;
    }
    .h-xxl-120 {
        height: 120px;
    }
    .mh-xxl-315 {
        max-height: 315px;
    }
    .h-xxl-315 {
        height: 315px;
    }
    .mh-xxl-450 {
        max-height: 450px;
    }
    .h-xxl-450 {
        height: 450px;
    }
}
.bottom-gutter {
    bottom: 15px !important;
}
.top-gutter {
    top: 15px !important;
}
.left-gutter {
    left: 15px !important;
}
.right-gutter {
    right: 15px !important;
}
.bottom-huge {
    bottom: 8rem !important;
}
.top-huge {
    top: 8rem !important;
}
.left-huge {
    left: 8rem !important;
}
.right-huge {
    right: 8rem !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.top-0 {
    top: 0 !important;
}
.left-0 {
    left: 0 !important;
}
.right-0 {
    right: 0 !important;
}
.bottom-1 {
    bottom: 0.25rem !important;
}
.top-1 {
    top: 0.25rem !important;
}
.left-1 {
    left: 0.25rem !important;
}
.right-1 {
    right: 0.25rem !important;
}
.bottom-2 {
    bottom: 0.5rem !important;
}
.top-2 {
    top: 0.5rem !important;
}
.left-2 {
    left: 0.5rem !important;
}
.right-2 {
    right: 0.5rem !important;
}
.bottom-3 {
    bottom: 1rem !important;
}
.top-3 {
    top: 1rem !important;
}
.left-3 {
    left: 1rem !important;
}
.right-3 {
    right: 1rem !important;
}
.bottom-4 {
    bottom: 1.5rem !important;
}
.top-4 {
    top: 1.5rem !important;
}
.left-4 {
    left: 1.5rem !important;
}
.right-4 {
    right: 1.5rem !important;
}
.bottom-5 {
    bottom: 2rem !important;
}
.top-5 {
    top: 2rem !important;
}
.left-5 {
    left: 2rem !important;
}
.right-5 {
    right: 2rem !important;
}
.bottom-6 {
    bottom: 2.5rem !important;
}
.top-6 {
    top: 2.5rem !important;
}
.left-6 {
    left: 2.5rem !important;
}
.right-6 {
    right: 2.5rem !important;
}
.bottom-7 {
    bottom: 3rem !important;
}
.top-7 {
    top: 3rem !important;
}
.left-7 {
    left: 3rem !important;
}
.right-7 {
    right: 3rem !important;
}
.bottom-8 {
    bottom: 3.5rem !important;
}
.top-8 {
    top: 3.5rem !important;
}
.left-8 {
    left: 3.5rem !important;
}
.right-8 {
    right: 3.5rem !important;
}
.bottom-9 {
    bottom: 4rem !important;
}
.top-9 {
    top: 4rem !important;
}
.left-9 {
    left: 4rem !important;
}
.right-9 {
    right: 4rem !important;
}
.bottom-10 {
    bottom: 4.5rem !important;
}
.top-10 {
    top: 4.5rem !important;
}
.left-10 {
    left: 4.5rem !important;
}
.right-10 {
    right: 4.5rem !important;
}
.nm-gutter {
    margin: -15px !important;
}
.nmt-gutter,
.nmy-gutter {
    margin-top: -15px !important;
}
.nmr-gutter,
.nmx-gutter {
    margin-right: -15px !important;
}
.nmb-gutter,
.nmy-gutter {
    margin-bottom: -15px !important;
}
.nml-gutter,
.nmx-gutter {
    margin-left: -15px !important;
}
.nm-huge {
    margin: -8rem !important;
}
.nmt-huge,
.nmy-huge {
    margin-top: -8rem !important;
}
.nmr-huge,
.nmx-huge {
    margin-right: -8rem !important;
}
.nmb-huge,
.nmy-huge {
    margin-bottom: -8rem !important;
}
.nml-huge,
.nmx-huge {
    margin-left: -8rem !important;
}
.nm-0 {
    margin: 0 !important;
}
.nmt-0,
.nmy-0 {
    margin-top: 0 !important;
}
.nmr-0,
.nmx-0 {
    margin-right: 0 !important;
}
.nmb-0,
.nmy-0 {
    margin-bottom: 0 !important;
}
.nml-0,
.nmx-0 {
    margin-left: 0 !important;
}
.nm-1 {
    margin: -0.25rem !important;
}
.nmt-1,
.nmy-1 {
    margin-top: -0.25rem !important;
}
.nmr-1,
.nmx-1 {
    margin-right: -0.25rem !important;
}
.nmb-1,
.nmy-1 {
    margin-bottom: -0.25rem !important;
}
.nml-1,
.nmx-1 {
    margin-left: -0.25rem !important;
}
.nm-2 {
    margin: -0.5rem !important;
}
.nmt-2,
.nmy-2 {
    margin-top: -0.5rem !important;
}
.nmr-2,
.nmx-2 {
    margin-right: -0.5rem !important;
}
.nmb-2,
.nmy-2 {
    margin-bottom: -0.5rem !important;
}
.nml-2,
.nmx-2 {
    margin-left: -0.5rem !important;
}
.nm-3 {
    margin: -1rem !important;
}
.nmt-3,
.nmy-3 {
    margin-top: -1rem !important;
}
.nmr-3,
.nmx-3 {
    margin-right: -1rem !important;
}
.nmb-3,
.nmy-3 {
    margin-bottom: -1rem !important;
}
.nml-3,
.nmx-3 {
    margin-left: -1rem !important;
}
.nm-4 {
    margin: -1.5rem !important;
}
.nmt-4,
.nmy-4 {
    margin-top: -1.5rem !important;
}
.nmr-4,
.nmx-4 {
    margin-right: -1.5rem !important;
}
.nmb-4,
.nmy-4 {
    margin-bottom: -1.5rem !important;
}
.nml-4,
.nmx-4 {
    margin-left: -1.5rem !important;
}
.nm-5 {
    margin: -2rem !important;
}
.nmt-5,
.nmy-5 {
    margin-top: -2rem !important;
}
.nmr-5,
.nmx-5 {
    margin-right: -2rem !important;
}
.nmb-5,
.nmy-5 {
    margin-bottom: -2rem !important;
}
.nml-5,
.nmx-5 {
    margin-left: -2rem !important;
}
.nm-6 {
    margin: -2.5rem !important;
}
.nmt-6,
.nmy-6 {
    margin-top: -2.5rem !important;
}
.nmr-6,
.nmx-6 {
    margin-right: -2.5rem !important;
}
.nmb-6,
.nmy-6 {
    margin-bottom: -2.5rem !important;
}
.nml-6,
.nmx-6 {
    margin-left: -2.5rem !important;
}
.nm-7 {
    margin: -3rem !important;
}
.nmt-7,
.nmy-7 {
    margin-top: -3rem !important;
}
.nmr-7,
.nmx-7 {
    margin-right: -3rem !important;
}
.nmb-7,
.nmy-7 {
    margin-bottom: -3rem !important;
}
.nml-7,
.nmx-7 {
    margin-left: -3rem !important;
}
.nm-8 {
    margin: -3.5rem !important;
}
.nmt-8,
.nmy-8 {
    margin-top: -3.5rem !important;
}
.nmr-8,
.nmx-8 {
    margin-right: -3.5rem !important;
}
.nmb-8,
.nmy-8 {
    margin-bottom: -3.5rem !important;
}
.nml-8,
.nmx-8 {
    margin-left: -3.5rem !important;
}
.nm-9 {
    margin: -4rem !important;
}
.nmt-9,
.nmy-9 {
    margin-top: -4rem !important;
}
.nmr-9,
.nmx-9 {
    margin-right: -4rem !important;
}
.nmb-9,
.nmy-9 {
    margin-bottom: -4rem !important;
}
.nml-9,
.nmx-9 {
    margin-left: -4rem !important;
}
.nm-10 {
    margin: -4.5rem !important;
}
.nmt-10,
.nmy-10 {
    margin-top: -4.5rem !important;
}
.nmr-10,
.nmx-10 {
    margin-right: -4.5rem !important;
}
.nmb-10,
.nmy-10 {
    margin-bottom: -4.5rem !important;
}
.nml-10,
.nmx-10 {
    margin-left: -4.5rem !important;
}
.np-gutter {
    padding: -15px !important;
}
.npt-gutter,
.npy-gutter {
    padding-top: -15px !important;
}
.npr-gutter,
.npx-gutter {
    padding-right: -15px !important;
}
.npb-gutter,
.npy-gutter {
    padding-bottom: -15px !important;
}
.npl-gutter,
.npx-gutter {
    padding-left: -15px !important;
}
.np-huge {
    padding: -8rem !important;
}
.npt-huge,
.npy-huge {
    padding-top: -8rem !important;
}
.npr-huge,
.npx-huge {
    padding-right: -8rem !important;
}
.npb-huge,
.npy-huge {
    padding-bottom: -8rem !important;
}
.npl-huge,
.npx-huge {
    padding-left: -8rem !important;
}
.np-0 {
    padding: 0 !important;
}
.npt-0,
.npy-0 {
    padding-top: 0 !important;
}
.npr-0,
.npx-0 {
    padding-right: 0 !important;
}
.npb-0,
.npy-0 {
    padding-bottom: 0 !important;
}
.npl-0,
.npx-0 {
    padding-left: 0 !important;
}
.np-1 {
    padding: -0.25rem !important;
}
.npt-1,
.npy-1 {
    padding-top: -0.25rem !important;
}
.npr-1,
.npx-1 {
    padding-right: -0.25rem !important;
}
.npb-1,
.npy-1 {
    padding-bottom: -0.25rem !important;
}
.npl-1,
.npx-1 {
    padding-left: -0.25rem !important;
}
.np-2 {
    padding: -0.5rem !important;
}
.npt-2,
.npy-2 {
    padding-top: -0.5rem !important;
}
.npr-2,
.npx-2 {
    padding-right: -0.5rem !important;
}
.npb-2,
.npy-2 {
    padding-bottom: -0.5rem !important;
}
.npl-2,
.npx-2 {
    padding-left: -0.5rem !important;
}
.np-3 {
    padding: -1rem !important;
}
.npt-3,
.npy-3 {
    padding-top: -1rem !important;
}
.npr-3,
.npx-3 {
    padding-right: -1rem !important;
}
.npb-3,
.npy-3 {
    padding-bottom: -1rem !important;
}
.npl-3,
.npx-3 {
    padding-left: -1rem !important;
}
.np-4 {
    padding: -1.5rem !important;
}
.npt-4,
.npy-4 {
    padding-top: -1.5rem !important;
}
.npr-4,
.npx-4 {
    padding-right: -1.5rem !important;
}
.npb-4,
.npy-4 {
    padding-bottom: -1.5rem !important;
}
.npl-4,
.npx-4 {
    padding-left: -1.5rem !important;
}
.np-5 {
    padding: -2rem !important;
}
.npt-5,
.npy-5 {
    padding-top: -2rem !important;
}
.npr-5,
.npx-5 {
    padding-right: -2rem !important;
}
.npb-5,
.npy-5 {
    padding-bottom: -2rem !important;
}
.npl-5,
.npx-5 {
    padding-left: -2rem !important;
}
.np-6 {
    padding: -2.5rem !important;
}
.npt-6,
.npy-6 {
    padding-top: -2.5rem !important;
}
.npr-6,
.npx-6 {
    padding-right: -2.5rem !important;
}
.npb-6,
.npy-6 {
    padding-bottom: -2.5rem !important;
}
.npl-6,
.npx-6 {
    padding-left: -2.5rem !important;
}
.np-7 {
    padding: -3rem !important;
}
.npt-7,
.npy-7 {
    padding-top: -3rem !important;
}
.npr-7,
.npx-7 {
    padding-right: -3rem !important;
}
.npb-7,
.npy-7 {
    padding-bottom: -3rem !important;
}
.npl-7,
.npx-7 {
    padding-left: -3rem !important;
}
.np-8 {
    padding: -3.5rem !important;
}
.npt-8,
.npy-8 {
    padding-top: -3.5rem !important;
}
.npr-8,
.npx-8 {
    padding-right: -3.5rem !important;
}
.npb-8,
.npy-8 {
    padding-bottom: -3.5rem !important;
}
.npl-8,
.npx-8 {
    padding-left: -3.5rem !important;
}
.np-9 {
    padding: -4rem !important;
}
.npt-9,
.npy-9 {
    padding-top: -4rem !important;
}
.npr-9,
.npx-9 {
    padding-right: -4rem !important;
}
.npb-9,
.npy-9 {
    padding-bottom: -4rem !important;
}
.npl-9,
.npx-9 {
    padding-left: -4rem !important;
}
.np-10 {
    padding: -4.5rem !important;
}
.npt-10,
.npy-10 {
    padding-top: -4.5rem !important;
}
.npr-10,
.npx-10 {
    padding-right: -4.5rem !important;
}
.npb-10,
.npy-10 {
    padding-bottom: -4.5rem !important;
}
.npl-10,
.npx-10 {
    padding-left: -4.5rem !important;
}
@media (min-width: 576px) {
    .bottom-sm-gutter {
        bottom: 15px !important;
    }
    .top-sm-gutter {
        top: 15px !important;
    }
    .left-sm-gutter {
        left: 15px !important;
    }
    .right-sm-gutter {
        right: 15px !important;
    }
    .bottom-sm-huge {
        bottom: 8rem !important;
    }
    .top-sm-huge {
        top: 8rem !important;
    }
    .left-sm-huge {
        left: 8rem !important;
    }
    .right-sm-huge {
        right: 8rem !important;
    }
    .bottom-sm-0 {
        bottom: 0 !important;
    }
    .top-sm-0 {
        top: 0 !important;
    }
    .left-sm-0 {
        left: 0 !important;
    }
    .right-sm-0 {
        right: 0 !important;
    }
    .bottom-sm-1 {
        bottom: 0.25rem !important;
    }
    .top-sm-1 {
        top: 0.25rem !important;
    }
    .left-sm-1 {
        left: 0.25rem !important;
    }
    .right-sm-1 {
        right: 0.25rem !important;
    }
    .bottom-sm-2 {
        bottom: 0.5rem !important;
    }
    .top-sm-2 {
        top: 0.5rem !important;
    }
    .left-sm-2 {
        left: 0.5rem !important;
    }
    .right-sm-2 {
        right: 0.5rem !important;
    }
    .bottom-sm-3 {
        bottom: 1rem !important;
    }
    .top-sm-3 {
        top: 1rem !important;
    }
    .left-sm-3 {
        left: 1rem !important;
    }
    .right-sm-3 {
        right: 1rem !important;
    }
    .bottom-sm-4 {
        bottom: 1.5rem !important;
    }
    .top-sm-4 {
        top: 1.5rem !important;
    }
    .left-sm-4 {
        left: 1.5rem !important;
    }
    .right-sm-4 {
        right: 1.5rem !important;
    }
    .bottom-sm-5 {
        bottom: 2rem !important;
    }
    .top-sm-5 {
        top: 2rem !important;
    }
    .left-sm-5 {
        left: 2rem !important;
    }
    .right-sm-5 {
        right: 2rem !important;
    }
    .bottom-sm-6 {
        bottom: 2.5rem !important;
    }
    .top-sm-6 {
        top: 2.5rem !important;
    }
    .left-sm-6 {
        left: 2.5rem !important;
    }
    .right-sm-6 {
        right: 2.5rem !important;
    }
    .bottom-sm-7 {
        bottom: 3rem !important;
    }
    .top-sm-7 {
        top: 3rem !important;
    }
    .left-sm-7 {
        left: 3rem !important;
    }
    .right-sm-7 {
        right: 3rem !important;
    }
    .bottom-sm-8 {
        bottom: 3.5rem !important;
    }
    .top-sm-8 {
        top: 3.5rem !important;
    }
    .left-sm-8 {
        left: 3.5rem !important;
    }
    .right-sm-8 {
        right: 3.5rem !important;
    }
    .bottom-sm-9 {
        bottom: 4rem !important;
    }
    .top-sm-9 {
        top: 4rem !important;
    }
    .left-sm-9 {
        left: 4rem !important;
    }
    .right-sm-9 {
        right: 4rem !important;
    }
    .bottom-sm-10 {
        bottom: 4.5rem !important;
    }
    .top-sm-10 {
        top: 4.5rem !important;
    }
    .left-sm-10 {
        left: 4.5rem !important;
    }
    .right-sm-10 {
        right: 4.5rem !important;
    }
    .nm-sm-gutter {
        margin: -15px !important;
    }
    .nmt-sm-gutter,
    .nmy-sm-gutter {
        margin-top: -15px !important;
    }
    .nmr-sm-gutter,
    .nmx-sm-gutter {
        margin-right: -15px !important;
    }
    .nmb-sm-gutter,
    .nmy-sm-gutter {
        margin-bottom: -15px !important;
    }
    .nml-sm-gutter,
    .nmx-sm-gutter {
        margin-left: -15px !important;
    }
    .nm-sm-huge {
        margin: -8rem !important;
    }
    .nmt-sm-huge,
    .nmy-sm-huge {
        margin-top: -8rem !important;
    }
    .nmr-sm-huge,
    .nmx-sm-huge {
        margin-right: -8rem !important;
    }
    .nmb-sm-huge,
    .nmy-sm-huge {
        margin-bottom: -8rem !important;
    }
    .nml-sm-huge,
    .nmx-sm-huge {
        margin-left: -8rem !important;
    }
    .nm-sm-0 {
        margin: 0 !important;
    }
    .nmt-sm-0,
    .nmy-sm-0 {
        margin-top: 0 !important;
    }
    .nmr-sm-0,
    .nmx-sm-0 {
        margin-right: 0 !important;
    }
    .nmb-sm-0,
    .nmy-sm-0 {
        margin-bottom: 0 !important;
    }
    .nml-sm-0,
    .nmx-sm-0 {
        margin-left: 0 !important;
    }
    .nm-sm-1 {
        margin: -0.25rem !important;
    }
    .nmt-sm-1,
    .nmy-sm-1 {
        margin-top: -0.25rem !important;
    }
    .nmr-sm-1,
    .nmx-sm-1 {
        margin-right: -0.25rem !important;
    }
    .nmb-sm-1,
    .nmy-sm-1 {
        margin-bottom: -0.25rem !important;
    }
    .nml-sm-1,
    .nmx-sm-1 {
        margin-left: -0.25rem !important;
    }
    .nm-sm-2 {
        margin: -0.5rem !important;
    }
    .nmt-sm-2,
    .nmy-sm-2 {
        margin-top: -0.5rem !important;
    }
    .nmr-sm-2,
    .nmx-sm-2 {
        margin-right: -0.5rem !important;
    }
    .nmb-sm-2,
    .nmy-sm-2 {
        margin-bottom: -0.5rem !important;
    }
    .nml-sm-2,
    .nmx-sm-2 {
        margin-left: -0.5rem !important;
    }
    .nm-sm-3 {
        margin: -1rem !important;
    }
    .nmt-sm-3,
    .nmy-sm-3 {
        margin-top: -1rem !important;
    }
    .nmr-sm-3,
    .nmx-sm-3 {
        margin-right: -1rem !important;
    }
    .nmb-sm-3,
    .nmy-sm-3 {
        margin-bottom: -1rem !important;
    }
    .nml-sm-3,
    .nmx-sm-3 {
        margin-left: -1rem !important;
    }
    .nm-sm-4 {
        margin: -1.5rem !important;
    }
    .nmt-sm-4,
    .nmy-sm-4 {
        margin-top: -1.5rem !important;
    }
    .nmr-sm-4,
    .nmx-sm-4 {
        margin-right: -1.5rem !important;
    }
    .nmb-sm-4,
    .nmy-sm-4 {
        margin-bottom: -1.5rem !important;
    }
    .nml-sm-4,
    .nmx-sm-4 {
        margin-left: -1.5rem !important;
    }
    .nm-sm-5 {
        margin: -2rem !important;
    }
    .nmt-sm-5,
    .nmy-sm-5 {
        margin-top: -2rem !important;
    }
    .nmr-sm-5,
    .nmx-sm-5 {
        margin-right: -2rem !important;
    }
    .nmb-sm-5,
    .nmy-sm-5 {
        margin-bottom: -2rem !important;
    }
    .nml-sm-5,
    .nmx-sm-5 {
        margin-left: -2rem !important;
    }
    .nm-sm-6 {
        margin: -2.5rem !important;
    }
    .nmt-sm-6,
    .nmy-sm-6 {
        margin-top: -2.5rem !important;
    }
    .nmr-sm-6,
    .nmx-sm-6 {
        margin-right: -2.5rem !important;
    }
    .nmb-sm-6,
    .nmy-sm-6 {
        margin-bottom: -2.5rem !important;
    }
    .nml-sm-6,
    .nmx-sm-6 {
        margin-left: -2.5rem !important;
    }
    .nm-sm-7 {
        margin: -3rem !important;
    }
    .nmt-sm-7,
    .nmy-sm-7 {
        margin-top: -3rem !important;
    }
    .nmr-sm-7,
    .nmx-sm-7 {
        margin-right: -3rem !important;
    }
    .nmb-sm-7,
    .nmy-sm-7 {
        margin-bottom: -3rem !important;
    }
    .nml-sm-7,
    .nmx-sm-7 {
        margin-left: -3rem !important;
    }
    .nm-sm-8 {
        margin: -3.5rem !important;
    }
    .nmt-sm-8,
    .nmy-sm-8 {
        margin-top: -3.5rem !important;
    }
    .nmr-sm-8,
    .nmx-sm-8 {
        margin-right: -3.5rem !important;
    }
    .nmb-sm-8,
    .nmy-sm-8 {
        margin-bottom: -3.5rem !important;
    }
    .nml-sm-8,
    .nmx-sm-8 {
        margin-left: -3.5rem !important;
    }
    .nm-sm-9 {
        margin: -4rem !important;
    }
    .nmt-sm-9,
    .nmy-sm-9 {
        margin-top: -4rem !important;
    }
    .nmr-sm-9,
    .nmx-sm-9 {
        margin-right: -4rem !important;
    }
    .nmb-sm-9,
    .nmy-sm-9 {
        margin-bottom: -4rem !important;
    }
    .nml-sm-9,
    .nmx-sm-9 {
        margin-left: -4rem !important;
    }
    .nm-sm-10 {
        margin: -4.5rem !important;
    }
    .nmt-sm-10,
    .nmy-sm-10 {
        margin-top: -4.5rem !important;
    }
    .nmr-sm-10,
    .nmx-sm-10 {
        margin-right: -4.5rem !important;
    }
    .nmb-sm-10,
    .nmy-sm-10 {
        margin-bottom: -4.5rem !important;
    }
    .nml-sm-10,
    .nmx-sm-10 {
        margin-left: -4.5rem !important;
    }
    .np-sm-gutter {
        padding: -15px !important;
    }
    .npt-sm-gutter,
    .npy-sm-gutter {
        padding-top: -15px !important;
    }
    .npr-sm-gutter,
    .npx-sm-gutter {
        padding-right: -15px !important;
    }
    .npb-sm-gutter,
    .npy-sm-gutter {
        padding-bottom: -15px !important;
    }
    .npl-sm-gutter,
    .npx-sm-gutter {
        padding-left: -15px !important;
    }
    .np-sm-huge {
        padding: -8rem !important;
    }
    .npt-sm-huge,
    .npy-sm-huge {
        padding-top: -8rem !important;
    }
    .npr-sm-huge,
    .npx-sm-huge {
        padding-right: -8rem !important;
    }
    .npb-sm-huge,
    .npy-sm-huge {
        padding-bottom: -8rem !important;
    }
    .npl-sm-huge,
    .npx-sm-huge {
        padding-left: -8rem !important;
    }
    .np-sm-0 {
        padding: 0 !important;
    }
    .npt-sm-0,
    .npy-sm-0 {
        padding-top: 0 !important;
    }
    .npr-sm-0,
    .npx-sm-0 {
        padding-right: 0 !important;
    }
    .npb-sm-0,
    .npy-sm-0 {
        padding-bottom: 0 !important;
    }
    .npl-sm-0,
    .npx-sm-0 {
        padding-left: 0 !important;
    }
    .np-sm-1 {
        padding: -0.25rem !important;
    }
    .npt-sm-1,
    .npy-sm-1 {
        padding-top: -0.25rem !important;
    }
    .npr-sm-1,
    .npx-sm-1 {
        padding-right: -0.25rem !important;
    }
    .npb-sm-1,
    .npy-sm-1 {
        padding-bottom: -0.25rem !important;
    }
    .npl-sm-1,
    .npx-sm-1 {
        padding-left: -0.25rem !important;
    }
    .np-sm-2 {
        padding: -0.5rem !important;
    }
    .npt-sm-2,
    .npy-sm-2 {
        padding-top: -0.5rem !important;
    }
    .npr-sm-2,
    .npx-sm-2 {
        padding-right: -0.5rem !important;
    }
    .npb-sm-2,
    .npy-sm-2 {
        padding-bottom: -0.5rem !important;
    }
    .npl-sm-2,
    .npx-sm-2 {
        padding-left: -0.5rem !important;
    }
    .np-sm-3 {
        padding: -1rem !important;
    }
    .npt-sm-3,
    .npy-sm-3 {
        padding-top: -1rem !important;
    }
    .npr-sm-3,
    .npx-sm-3 {
        padding-right: -1rem !important;
    }
    .npb-sm-3,
    .npy-sm-3 {
        padding-bottom: -1rem !important;
    }
    .npl-sm-3,
    .npx-sm-3 {
        padding-left: -1rem !important;
    }
    .np-sm-4 {
        padding: -1.5rem !important;
    }
    .npt-sm-4,
    .npy-sm-4 {
        padding-top: -1.5rem !important;
    }
    .npr-sm-4,
    .npx-sm-4 {
        padding-right: -1.5rem !important;
    }
    .npb-sm-4,
    .npy-sm-4 {
        padding-bottom: -1.5rem !important;
    }
    .npl-sm-4,
    .npx-sm-4 {
        padding-left: -1.5rem !important;
    }
    .np-sm-5 {
        padding: -2rem !important;
    }
    .npt-sm-5,
    .npy-sm-5 {
        padding-top: -2rem !important;
    }
    .npr-sm-5,
    .npx-sm-5 {
        padding-right: -2rem !important;
    }
    .npb-sm-5,
    .npy-sm-5 {
        padding-bottom: -2rem !important;
    }
    .npl-sm-5,
    .npx-sm-5 {
        padding-left: -2rem !important;
    }
    .np-sm-6 {
        padding: -2.5rem !important;
    }
    .npt-sm-6,
    .npy-sm-6 {
        padding-top: -2.5rem !important;
    }
    .npr-sm-6,
    .npx-sm-6 {
        padding-right: -2.5rem !important;
    }
    .npb-sm-6,
    .npy-sm-6 {
        padding-bottom: -2.5rem !important;
    }
    .npl-sm-6,
    .npx-sm-6 {
        padding-left: -2.5rem !important;
    }
    .np-sm-7 {
        padding: -3rem !important;
    }
    .npt-sm-7,
    .npy-sm-7 {
        padding-top: -3rem !important;
    }
    .npr-sm-7,
    .npx-sm-7 {
        padding-right: -3rem !important;
    }
    .npb-sm-7,
    .npy-sm-7 {
        padding-bottom: -3rem !important;
    }
    .npl-sm-7,
    .npx-sm-7 {
        padding-left: -3rem !important;
    }
    .np-sm-8 {
        padding: -3.5rem !important;
    }
    .npt-sm-8,
    .npy-sm-8 {
        padding-top: -3.5rem !important;
    }
    .npr-sm-8,
    .npx-sm-8 {
        padding-right: -3.5rem !important;
    }
    .npb-sm-8,
    .npy-sm-8 {
        padding-bottom: -3.5rem !important;
    }
    .npl-sm-8,
    .npx-sm-8 {
        padding-left: -3.5rem !important;
    }
    .np-sm-9 {
        padding: -4rem !important;
    }
    .npt-sm-9,
    .npy-sm-9 {
        padding-top: -4rem !important;
    }
    .npr-sm-9,
    .npx-sm-9 {
        padding-right: -4rem !important;
    }
    .npb-sm-9,
    .npy-sm-9 {
        padding-bottom: -4rem !important;
    }
    .npl-sm-9,
    .npx-sm-9 {
        padding-left: -4rem !important;
    }
    .np-sm-10 {
        padding: -4.5rem !important;
    }
    .npt-sm-10,
    .npy-sm-10 {
        padding-top: -4.5rem !important;
    }
    .npr-sm-10,
    .npx-sm-10 {
        padding-right: -4.5rem !important;
    }
    .npb-sm-10,
    .npy-sm-10 {
        padding-bottom: -4.5rem !important;
    }
    .npl-sm-10,
    .npx-sm-10 {
        padding-left: -4.5rem !important;
    }
}
@media (min-width: 768px) {
    .bottom-md-gutter {
        bottom: 15px !important;
    }
    .top-md-gutter {
        top: 15px !important;
    }
    .left-md-gutter {
        left: 15px !important;
    }
    .right-md-gutter {
        right: 15px !important;
    }
    .bottom-md-huge {
        bottom: 8rem !important;
    }
    .top-md-huge {
        top: 8rem !important;
    }
    .left-md-huge {
        left: 8rem !important;
    }
    .right-md-huge {
        right: 8rem !important;
    }
    .bottom-md-0 {
        bottom: 0 !important;
    }
    .top-md-0 {
        top: 0 !important;
    }
    .left-md-0 {
        left: 0 !important;
    }
    .right-md-0 {
        right: 0 !important;
    }
    .bottom-md-1 {
        bottom: 0.25rem !important;
    }
    .top-md-1 {
        top: 0.25rem !important;
    }
    .left-md-1 {
        left: 0.25rem !important;
    }
    .right-md-1 {
        right: 0.25rem !important;
    }
    .bottom-md-2 {
        bottom: 0.5rem !important;
    }
    .top-md-2 {
        top: 0.5rem !important;
    }
    .left-md-2 {
        left: 0.5rem !important;
    }
    .right-md-2 {
        right: 0.5rem !important;
    }
    .bottom-md-3 {
        bottom: 1rem !important;
    }
    .top-md-3 {
        top: 1rem !important;
    }
    .left-md-3 {
        left: 1rem !important;
    }
    .right-md-3 {
        right: 1rem !important;
    }
    .bottom-md-4 {
        bottom: 1.5rem !important;
    }
    .top-md-4 {
        top: 1.5rem !important;
    }
    .left-md-4 {
        left: 1.5rem !important;
    }
    .right-md-4 {
        right: 1.5rem !important;
    }
    .bottom-md-5 {
        bottom: 2rem !important;
    }
    .top-md-5 {
        top: 2rem !important;
    }
    .left-md-5 {
        left: 2rem !important;
    }
    .right-md-5 {
        right: 2rem !important;
    }
    .bottom-md-6 {
        bottom: 2.5rem !important;
    }
    .top-md-6 {
        top: 2.5rem !important;
    }
    .left-md-6 {
        left: 2.5rem !important;
    }
    .right-md-6 {
        right: 2.5rem !important;
    }
    .bottom-md-7 {
        bottom: 3rem !important;
    }
    .top-md-7 {
        top: 3rem !important;
    }
    .left-md-7 {
        left: 3rem !important;
    }
    .right-md-7 {
        right: 3rem !important;
    }
    .bottom-md-8 {
        bottom: 3.5rem !important;
    }
    .top-md-8 {
        top: 3.5rem !important;
    }
    .left-md-8 {
        left: 3.5rem !important;
    }
    .right-md-8 {
        right: 3.5rem !important;
    }
    .bottom-md-9 {
        bottom: 4rem !important;
    }
    .top-md-9 {
        top: 4rem !important;
    }
    .left-md-9 {
        left: 4rem !important;
    }
    .right-md-9 {
        right: 4rem !important;
    }
    .bottom-md-10 {
        bottom: 4.5rem !important;
    }
    .top-md-10 {
        top: 4.5rem !important;
    }
    .left-md-10 {
        left: 4.5rem !important;
    }
    .right-md-10 {
        right: 4.5rem !important;
    }
    .nm-md-gutter {
        margin: -15px !important;
    }
    .nmt-md-gutter,
    .nmy-md-gutter {
        margin-top: -15px !important;
    }
    .nmr-md-gutter,
    .nmx-md-gutter {
        margin-right: -15px !important;
    }
    .nmb-md-gutter,
    .nmy-md-gutter {
        margin-bottom: -15px !important;
    }
    .nml-md-gutter,
    .nmx-md-gutter {
        margin-left: -15px !important;
    }
    .nm-md-huge {
        margin: -8rem !important;
    }
    .nmt-md-huge,
    .nmy-md-huge {
        margin-top: -8rem !important;
    }
    .nmr-md-huge,
    .nmx-md-huge {
        margin-right: -8rem !important;
    }
    .nmb-md-huge,
    .nmy-md-huge {
        margin-bottom: -8rem !important;
    }
    .nml-md-huge,
    .nmx-md-huge {
        margin-left: -8rem !important;
    }
    .nm-md-0 {
        margin: 0 !important;
    }
    .nmt-md-0,
    .nmy-md-0 {
        margin-top: 0 !important;
    }
    .nmr-md-0,
    .nmx-md-0 {
        margin-right: 0 !important;
    }
    .nmb-md-0,
    .nmy-md-0 {
        margin-bottom: 0 !important;
    }
    .nml-md-0,
    .nmx-md-0 {
        margin-left: 0 !important;
    }
    .nm-md-1 {
        margin: -0.25rem !important;
    }
    .nmt-md-1,
    .nmy-md-1 {
        margin-top: -0.25rem !important;
    }
    .nmr-md-1,
    .nmx-md-1 {
        margin-right: -0.25rem !important;
    }
    .nmb-md-1,
    .nmy-md-1 {
        margin-bottom: -0.25rem !important;
    }
    .nml-md-1,
    .nmx-md-1 {
        margin-left: -0.25rem !important;
    }
    .nm-md-2 {
        margin: -0.5rem !important;
    }
    .nmt-md-2,
    .nmy-md-2 {
        margin-top: -0.5rem !important;
    }
    .nmr-md-2,
    .nmx-md-2 {
        margin-right: -0.5rem !important;
    }
    .nmb-md-2,
    .nmy-md-2 {
        margin-bottom: -0.5rem !important;
    }
    .nml-md-2,
    .nmx-md-2 {
        margin-left: -0.5rem !important;
    }
    .nm-md-3 {
        margin: -1rem !important;
    }
    .nmt-md-3,
    .nmy-md-3 {
        margin-top: -1rem !important;
    }
    .nmr-md-3,
    .nmx-md-3 {
        margin-right: -1rem !important;
    }
    .nmb-md-3,
    .nmy-md-3 {
        margin-bottom: -1rem !important;
    }
    .nml-md-3,
    .nmx-md-3 {
        margin-left: -1rem !important;
    }
    .nm-md-4 {
        margin: -1.5rem !important;
    }
    .nmt-md-4,
    .nmy-md-4 {
        margin-top: -1.5rem !important;
    }
    .nmr-md-4,
    .nmx-md-4 {
        margin-right: -1.5rem !important;
    }
    .nmb-md-4,
    .nmy-md-4 {
        margin-bottom: -1.5rem !important;
    }
    .nml-md-4,
    .nmx-md-4 {
        margin-left: -1.5rem !important;
    }
    .nm-md-5 {
        margin: -2rem !important;
    }
    .nmt-md-5,
    .nmy-md-5 {
        margin-top: -2rem !important;
    }
    .nmr-md-5,
    .nmx-md-5 {
        margin-right: -2rem !important;
    }
    .nmb-md-5,
    .nmy-md-5 {
        margin-bottom: -2rem !important;
    }
    .nml-md-5,
    .nmx-md-5 {
        margin-left: -2rem !important;
    }
    .nm-md-6 {
        margin: -2.5rem !important;
    }
    .nmt-md-6,
    .nmy-md-6 {
        margin-top: -2.5rem !important;
    }
    .nmr-md-6,
    .nmx-md-6 {
        margin-right: -2.5rem !important;
    }
    .nmb-md-6,
    .nmy-md-6 {
        margin-bottom: -2.5rem !important;
    }
    .nml-md-6,
    .nmx-md-6 {
        margin-left: -2.5rem !important;
    }
    .nm-md-7 {
        margin: -3rem !important;
    }
    .nmt-md-7,
    .nmy-md-7 {
        margin-top: -3rem !important;
    }
    .nmr-md-7,
    .nmx-md-7 {
        margin-right: -3rem !important;
    }
    .nmb-md-7,
    .nmy-md-7 {
        margin-bottom: -3rem !important;
    }
    .nml-md-7,
    .nmx-md-7 {
        margin-left: -3rem !important;
    }
    .nm-md-8 {
        margin: -3.5rem !important;
    }
    .nmt-md-8,
    .nmy-md-8 {
        margin-top: -3.5rem !important;
    }
    .nmr-md-8,
    .nmx-md-8 {
        margin-right: -3.5rem !important;
    }
    .nmb-md-8,
    .nmy-md-8 {
        margin-bottom: -3.5rem !important;
    }
    .nml-md-8,
    .nmx-md-8 {
        margin-left: -3.5rem !important;
    }
    .nm-md-9 {
        margin: -4rem !important;
    }
    .nmt-md-9,
    .nmy-md-9 {
        margin-top: -4rem !important;
    }
    .nmr-md-9,
    .nmx-md-9 {
        margin-right: -4rem !important;
    }
    .nmb-md-9,
    .nmy-md-9 {
        margin-bottom: -4rem !important;
    }
    .nml-md-9,
    .nmx-md-9 {
        margin-left: -4rem !important;
    }
    .nm-md-10 {
        margin: -4.5rem !important;
    }
    .nmt-md-10,
    .nmy-md-10 {
        margin-top: -4.5rem !important;
    }
    .nmr-md-10,
    .nmx-md-10 {
        margin-right: -4.5rem !important;
    }
    .nmb-md-10,
    .nmy-md-10 {
        margin-bottom: -4.5rem !important;
    }
    .nml-md-10,
    .nmx-md-10 {
        margin-left: -4.5rem !important;
    }
    .np-md-gutter {
        padding: -15px !important;
    }
    .npt-md-gutter,
    .npy-md-gutter {
        padding-top: -15px !important;
    }
    .npr-md-gutter,
    .npx-md-gutter {
        padding-right: -15px !important;
    }
    .npb-md-gutter,
    .npy-md-gutter {
        padding-bottom: -15px !important;
    }
    .npl-md-gutter,
    .npx-md-gutter {
        padding-left: -15px !important;
    }
    .np-md-huge {
        padding: -8rem !important;
    }
    .npt-md-huge,
    .npy-md-huge {
        padding-top: -8rem !important;
    }
    .npr-md-huge,
    .npx-md-huge {
        padding-right: -8rem !important;
    }
    .npb-md-huge,
    .npy-md-huge {
        padding-bottom: -8rem !important;
    }
    .npl-md-huge,
    .npx-md-huge {
        padding-left: -8rem !important;
    }
    .np-md-0 {
        padding: 0 !important;
    }
    .npt-md-0,
    .npy-md-0 {
        padding-top: 0 !important;
    }
    .npr-md-0,
    .npx-md-0 {
        padding-right: 0 !important;
    }
    .npb-md-0,
    .npy-md-0 {
        padding-bottom: 0 !important;
    }
    .npl-md-0,
    .npx-md-0 {
        padding-left: 0 !important;
    }
    .np-md-1 {
        padding: -0.25rem !important;
    }
    .npt-md-1,
    .npy-md-1 {
        padding-top: -0.25rem !important;
    }
    .npr-md-1,
    .npx-md-1 {
        padding-right: -0.25rem !important;
    }
    .npb-md-1,
    .npy-md-1 {
        padding-bottom: -0.25rem !important;
    }
    .npl-md-1,
    .npx-md-1 {
        padding-left: -0.25rem !important;
    }
    .np-md-2 {
        padding: -0.5rem !important;
    }
    .npt-md-2,
    .npy-md-2 {
        padding-top: -0.5rem !important;
    }
    .npr-md-2,
    .npx-md-2 {
        padding-right: -0.5rem !important;
    }
    .npb-md-2,
    .npy-md-2 {
        padding-bottom: -0.5rem !important;
    }
    .npl-md-2,
    .npx-md-2 {
        padding-left: -0.5rem !important;
    }
    .np-md-3 {
        padding: -1rem !important;
    }
    .npt-md-3,
    .npy-md-3 {
        padding-top: -1rem !important;
    }
    .npr-md-3,
    .npx-md-3 {
        padding-right: -1rem !important;
    }
    .npb-md-3,
    .npy-md-3 {
        padding-bottom: -1rem !important;
    }
    .npl-md-3,
    .npx-md-3 {
        padding-left: -1rem !important;
    }
    .np-md-4 {
        padding: -1.5rem !important;
    }
    .npt-md-4,
    .npy-md-4 {
        padding-top: -1.5rem !important;
    }
    .npr-md-4,
    .npx-md-4 {
        padding-right: -1.5rem !important;
    }
    .npb-md-4,
    .npy-md-4 {
        padding-bottom: -1.5rem !important;
    }
    .npl-md-4,
    .npx-md-4 {
        padding-left: -1.5rem !important;
    }
    .np-md-5 {
        padding: -2rem !important;
    }
    .npt-md-5,
    .npy-md-5 {
        padding-top: -2rem !important;
    }
    .npr-md-5,
    .npx-md-5 {
        padding-right: -2rem !important;
    }
    .npb-md-5,
    .npy-md-5 {
        padding-bottom: -2rem !important;
    }
    .npl-md-5,
    .npx-md-5 {
        padding-left: -2rem !important;
    }
    .np-md-6 {
        padding: -2.5rem !important;
    }
    .npt-md-6,
    .npy-md-6 {
        padding-top: -2.5rem !important;
    }
    .npr-md-6,
    .npx-md-6 {
        padding-right: -2.5rem !important;
    }
    .npb-md-6,
    .npy-md-6 {
        padding-bottom: -2.5rem !important;
    }
    .npl-md-6,
    .npx-md-6 {
        padding-left: -2.5rem !important;
    }
    .np-md-7 {
        padding: -3rem !important;
    }
    .npt-md-7,
    .npy-md-7 {
        padding-top: -3rem !important;
    }
    .npr-md-7,
    .npx-md-7 {
        padding-right: -3rem !important;
    }
    .npb-md-7,
    .npy-md-7 {
        padding-bottom: -3rem !important;
    }
    .npl-md-7,
    .npx-md-7 {
        padding-left: -3rem !important;
    }
    .np-md-8 {
        padding: -3.5rem !important;
    }
    .npt-md-8,
    .npy-md-8 {
        padding-top: -3.5rem !important;
    }
    .npr-md-8,
    .npx-md-8 {
        padding-right: -3.5rem !important;
    }
    .npb-md-8,
    .npy-md-8 {
        padding-bottom: -3.5rem !important;
    }
    .npl-md-8,
    .npx-md-8 {
        padding-left: -3.5rem !important;
    }
    .np-md-9 {
        padding: -4rem !important;
    }
    .npt-md-9,
    .npy-md-9 {
        padding-top: -4rem !important;
    }
    .npr-md-9,
    .npx-md-9 {
        padding-right: -4rem !important;
    }
    .npb-md-9,
    .npy-md-9 {
        padding-bottom: -4rem !important;
    }
    .npl-md-9,
    .npx-md-9 {
        padding-left: -4rem !important;
    }
    .np-md-10 {
        padding: -4.5rem !important;
    }
    .npt-md-10,
    .npy-md-10 {
        padding-top: -4.5rem !important;
    }
    .npr-md-10,
    .npx-md-10 {
        padding-right: -4.5rem !important;
    }
    .npb-md-10,
    .npy-md-10 {
        padding-bottom: -4.5rem !important;
    }
    .npl-md-10,
    .npx-md-10 {
        padding-left: -4.5rem !important;
    }
}
@media (min-width: 992px) {
    .bottom-lg-gutter {
        bottom: 15px !important;
    }
    .top-lg-gutter {
        top: 15px !important;
    }
    .left-lg-gutter {
        left: 15px !important;
    }
    .right-lg-gutter {
        right: 15px !important;
    }
    .bottom-lg-huge {
        bottom: 8rem !important;
    }
    .top-lg-huge {
        top: 8rem !important;
    }
    .left-lg-huge {
        left: 8rem !important;
    }
    .right-lg-huge {
        right: 8rem !important;
    }
    .bottom-lg-0 {
        bottom: 0 !important;
    }
    .top-lg-0 {
        top: 0 !important;
    }
    .left-lg-0 {
        left: 0 !important;
    }
    .right-lg-0 {
        right: 0 !important;
    }
    .bottom-lg-1 {
        bottom: 0.25rem !important;
    }
    .top-lg-1 {
        top: 0.25rem !important;
    }
    .left-lg-1 {
        left: 0.25rem !important;
    }
    .right-lg-1 {
        right: 0.25rem !important;
    }
    .bottom-lg-2 {
        bottom: 0.5rem !important;
    }
    .top-lg-2 {
        top: 0.5rem !important;
    }
    .left-lg-2 {
        left: 0.5rem !important;
    }
    .right-lg-2 {
        right: 0.5rem !important;
    }
    .bottom-lg-3 {
        bottom: 1rem !important;
    }
    .top-lg-3 {
        top: 1rem !important;
    }
    .left-lg-3 {
        left: 1rem !important;
    }
    .right-lg-3 {
        right: 1rem !important;
    }
    .bottom-lg-4 {
        bottom: 1.5rem !important;
    }
    .top-lg-4 {
        top: 1.5rem !important;
    }
    .left-lg-4 {
        left: 1.5rem !important;
    }
    .right-lg-4 {
        right: 1.5rem !important;
    }
    .bottom-lg-5 {
        bottom: 2rem !important;
    }
    .top-lg-5 {
        top: 2rem !important;
    }
    .left-lg-5 {
        left: 2rem !important;
    }
    .right-lg-5 {
        right: 2rem !important;
    }
    .bottom-lg-6 {
        bottom: 2.5rem !important;
    }
    .top-lg-6 {
        top: 2.5rem !important;
    }
    .left-lg-6 {
        left: 2.5rem !important;
    }
    .right-lg-6 {
        right: 2.5rem !important;
    }
    .bottom-lg-7 {
        bottom: 3rem !important;
    }
    .top-lg-7 {
        top: 3rem !important;
    }
    .left-lg-7 {
        left: 3rem !important;
    }
    .right-lg-7 {
        right: 3rem !important;
    }
    .bottom-lg-8 {
        bottom: 3.5rem !important;
    }
    .top-lg-8 {
        top: 3.5rem !important;
    }
    .left-lg-8 {
        left: 3.5rem !important;
    }
    .right-lg-8 {
        right: 3.5rem !important;
    }
    .bottom-lg-9 {
        bottom: 4rem !important;
    }
    .top-lg-9 {
        top: 4rem !important;
    }
    .left-lg-9 {
        left: 4rem !important;
    }
    .right-lg-9 {
        right: 4rem !important;
    }
    .bottom-lg-10 {
        bottom: 4.5rem !important;
    }
    .top-lg-10 {
        top: 4.5rem !important;
    }
    .left-lg-10 {
        left: 4.5rem !important;
    }
    .right-lg-10 {
        right: 4.5rem !important;
    }
    .nm-lg-gutter {
        margin: -15px !important;
    }
    .nmt-lg-gutter,
    .nmy-lg-gutter {
        margin-top: -15px !important;
    }
    .nmr-lg-gutter,
    .nmx-lg-gutter {
        margin-right: -15px !important;
    }
    .nmb-lg-gutter,
    .nmy-lg-gutter {
        margin-bottom: -15px !important;
    }
    .nml-lg-gutter,
    .nmx-lg-gutter {
        margin-left: -15px !important;
    }
    .nm-lg-huge {
        margin: -8rem !important;
    }
    .nmt-lg-huge,
    .nmy-lg-huge {
        margin-top: -8rem !important;
    }
    .nmr-lg-huge,
    .nmx-lg-huge {
        margin-right: -8rem !important;
    }
    .nmb-lg-huge,
    .nmy-lg-huge {
        margin-bottom: -8rem !important;
    }
    .nml-lg-huge,
    .nmx-lg-huge {
        margin-left: -8rem !important;
    }
    .nm-lg-0 {
        margin: 0 !important;
    }
    .nmt-lg-0,
    .nmy-lg-0 {
        margin-top: 0 !important;
    }
    .nmr-lg-0,
    .nmx-lg-0 {
        margin-right: 0 !important;
    }
    .nmb-lg-0,
    .nmy-lg-0 {
        margin-bottom: 0 !important;
    }
    .nml-lg-0,
    .nmx-lg-0 {
        margin-left: 0 !important;
    }
    .nm-lg-1 {
        margin: -0.25rem !important;
    }
    .nmt-lg-1,
    .nmy-lg-1 {
        margin-top: -0.25rem !important;
    }
    .nmr-lg-1,
    .nmx-lg-1 {
        margin-right: -0.25rem !important;
    }
    .nmb-lg-1,
    .nmy-lg-1 {
        margin-bottom: -0.25rem !important;
    }
    .nml-lg-1,
    .nmx-lg-1 {
        margin-left: -0.25rem !important;
    }
    .nm-lg-2 {
        margin: -0.5rem !important;
    }
    .nmt-lg-2,
    .nmy-lg-2 {
        margin-top: -0.5rem !important;
    }
    .nmr-lg-2,
    .nmx-lg-2 {
        margin-right: -0.5rem !important;
    }
    .nmb-lg-2,
    .nmy-lg-2 {
        margin-bottom: -0.5rem !important;
    }
    .nml-lg-2,
    .nmx-lg-2 {
        margin-left: -0.5rem !important;
    }
    .nm-lg-3 {
        margin: -1rem !important;
    }
    .nmt-lg-3,
    .nmy-lg-3 {
        margin-top: -1rem !important;
    }
    .nmr-lg-3,
    .nmx-lg-3 {
        margin-right: -1rem !important;
    }
    .nmb-lg-3,
    .nmy-lg-3 {
        margin-bottom: -1rem !important;
    }
    .nml-lg-3,
    .nmx-lg-3 {
        margin-left: -1rem !important;
    }
    .nm-lg-4 {
        margin: -1.5rem !important;
    }
    .nmt-lg-4,
    .nmy-lg-4 {
        margin-top: -1.5rem !important;
    }
    .nmr-lg-4,
    .nmx-lg-4 {
        margin-right: -1.5rem !important;
    }
    .nmb-lg-4,
    .nmy-lg-4 {
        margin-bottom: -1.5rem !important;
    }
    .nml-lg-4,
    .nmx-lg-4 {
        margin-left: -1.5rem !important;
    }
    .nm-lg-5 {
        margin: -2rem !important;
    }
    .nmt-lg-5,
    .nmy-lg-5 {
        margin-top: -2rem !important;
    }
    .nmr-lg-5,
    .nmx-lg-5 {
        margin-right: -2rem !important;
    }
    .nmb-lg-5,
    .nmy-lg-5 {
        margin-bottom: -2rem !important;
    }
    .nml-lg-5,
    .nmx-lg-5 {
        margin-left: -2rem !important;
    }
    .nm-lg-6 {
        margin: -2.5rem !important;
    }
    .nmt-lg-6,
    .nmy-lg-6 {
        margin-top: -2.5rem !important;
    }
    .nmr-lg-6,
    .nmx-lg-6 {
        margin-right: -2.5rem !important;
    }
    .nmb-lg-6,
    .nmy-lg-6 {
        margin-bottom: -2.5rem !important;
    }
    .nml-lg-6,
    .nmx-lg-6 {
        margin-left: -2.5rem !important;
    }
    .nm-lg-7 {
        margin: -3rem !important;
    }
    .nmt-lg-7,
    .nmy-lg-7 {
        margin-top: -3rem !important;
    }
    .nmr-lg-7,
    .nmx-lg-7 {
        margin-right: -3rem !important;
    }
    .nmb-lg-7,
    .nmy-lg-7 {
        margin-bottom: -3rem !important;
    }
    .nml-lg-7,
    .nmx-lg-7 {
        margin-left: -3rem !important;
    }
    .nm-lg-8 {
        margin: -3.5rem !important;
    }
    .nmt-lg-8,
    .nmy-lg-8 {
        margin-top: -3.5rem !important;
    }
    .nmr-lg-8,
    .nmx-lg-8 {
        margin-right: -3.5rem !important;
    }
    .nmb-lg-8,
    .nmy-lg-8 {
        margin-bottom: -3.5rem !important;
    }
    .nml-lg-8,
    .nmx-lg-8 {
        margin-left: -3.5rem !important;
    }
    .nm-lg-9 {
        margin: -4rem !important;
    }
    .nmt-lg-9,
    .nmy-lg-9 {
        margin-top: -4rem !important;
    }
    .nmr-lg-9,
    .nmx-lg-9 {
        margin-right: -4rem !important;
    }
    .nmb-lg-9,
    .nmy-lg-9 {
        margin-bottom: -4rem !important;
    }
    .nml-lg-9,
    .nmx-lg-9 {
        margin-left: -4rem !important;
    }
    .nm-lg-10 {
        margin: -4.5rem !important;
    }
    .nmt-lg-10,
    .nmy-lg-10 {
        margin-top: -4.5rem !important;
    }
    .nmr-lg-10,
    .nmx-lg-10 {
        margin-right: -4.5rem !important;
    }
    .nmb-lg-10,
    .nmy-lg-10 {
        margin-bottom: -4.5rem !important;
    }
    .nml-lg-10,
    .nmx-lg-10 {
        margin-left: -4.5rem !important;
    }
    .np-lg-gutter {
        padding: -15px !important;
    }
    .npt-lg-gutter,
    .npy-lg-gutter {
        padding-top: -15px !important;
    }
    .npr-lg-gutter,
    .npx-lg-gutter {
        padding-right: -15px !important;
    }
    .npb-lg-gutter,
    .npy-lg-gutter {
        padding-bottom: -15px !important;
    }
    .npl-lg-gutter,
    .npx-lg-gutter {
        padding-left: -15px !important;
    }
    .np-lg-huge {
        padding: -8rem !important;
    }
    .npt-lg-huge,
    .npy-lg-huge {
        padding-top: -8rem !important;
    }
    .npr-lg-huge,
    .npx-lg-huge {
        padding-right: -8rem !important;
    }
    .npb-lg-huge,
    .npy-lg-huge {
        padding-bottom: -8rem !important;
    }
    .npl-lg-huge,
    .npx-lg-huge {
        padding-left: -8rem !important;
    }
    .np-lg-0 {
        padding: 0 !important;
    }
    .npt-lg-0,
    .npy-lg-0 {
        padding-top: 0 !important;
    }
    .npr-lg-0,
    .npx-lg-0 {
        padding-right: 0 !important;
    }
    .npb-lg-0,
    .npy-lg-0 {
        padding-bottom: 0 !important;
    }
    .npl-lg-0,
    .npx-lg-0 {
        padding-left: 0 !important;
    }
    .np-lg-1 {
        padding: -0.25rem !important;
    }
    .npt-lg-1,
    .npy-lg-1 {
        padding-top: -0.25rem !important;
    }
    .npr-lg-1,
    .npx-lg-1 {
        padding-right: -0.25rem !important;
    }
    .npb-lg-1,
    .npy-lg-1 {
        padding-bottom: -0.25rem !important;
    }
    .npl-lg-1,
    .npx-lg-1 {
        padding-left: -0.25rem !important;
    }
    .np-lg-2 {
        padding: -0.5rem !important;
    }
    .npt-lg-2,
    .npy-lg-2 {
        padding-top: -0.5rem !important;
    }
    .npr-lg-2,
    .npx-lg-2 {
        padding-right: -0.5rem !important;
    }
    .npb-lg-2,
    .npy-lg-2 {
        padding-bottom: -0.5rem !important;
    }
    .npl-lg-2,
    .npx-lg-2 {
        padding-left: -0.5rem !important;
    }
    .np-lg-3 {
        padding: -1rem !important;
    }
    .npt-lg-3,
    .npy-lg-3 {
        padding-top: -1rem !important;
    }
    .npr-lg-3,
    .npx-lg-3 {
        padding-right: -1rem !important;
    }
    .npb-lg-3,
    .npy-lg-3 {
        padding-bottom: -1rem !important;
    }
    .npl-lg-3,
    .npx-lg-3 {
        padding-left: -1rem !important;
    }
    .np-lg-4 {
        padding: -1.5rem !important;
    }
    .npt-lg-4,
    .npy-lg-4 {
        padding-top: -1.5rem !important;
    }
    .npr-lg-4,
    .npx-lg-4 {
        padding-right: -1.5rem !important;
    }
    .npb-lg-4,
    .npy-lg-4 {
        padding-bottom: -1.5rem !important;
    }
    .npl-lg-4,
    .npx-lg-4 {
        padding-left: -1.5rem !important;
    }
    .np-lg-5 {
        padding: -2rem !important;
    }
    .npt-lg-5,
    .npy-lg-5 {
        padding-top: -2rem !important;
    }
    .npr-lg-5,
    .npx-lg-5 {
        padding-right: -2rem !important;
    }
    .npb-lg-5,
    .npy-lg-5 {
        padding-bottom: -2rem !important;
    }
    .npl-lg-5,
    .npx-lg-5 {
        padding-left: -2rem !important;
    }
    .np-lg-6 {
        padding: -2.5rem !important;
    }
    .npt-lg-6,
    .npy-lg-6 {
        padding-top: -2.5rem !important;
    }
    .npr-lg-6,
    .npx-lg-6 {
        padding-right: -2.5rem !important;
    }
    .npb-lg-6,
    .npy-lg-6 {
        padding-bottom: -2.5rem !important;
    }
    .npl-lg-6,
    .npx-lg-6 {
        padding-left: -2.5rem !important;
    }
    .np-lg-7 {
        padding: -3rem !important;
    }
    .npt-lg-7,
    .npy-lg-7 {
        padding-top: -3rem !important;
    }
    .npr-lg-7,
    .npx-lg-7 {
        padding-right: -3rem !important;
    }
    .npb-lg-7,
    .npy-lg-7 {
        padding-bottom: -3rem !important;
    }
    .npl-lg-7,
    .npx-lg-7 {
        padding-left: -3rem !important;
    }
    .np-lg-8 {
        padding: -3.5rem !important;
    }
    .npt-lg-8,
    .npy-lg-8 {
        padding-top: -3.5rem !important;
    }
    .npr-lg-8,
    .npx-lg-8 {
        padding-right: -3.5rem !important;
    }
    .npb-lg-8,
    .npy-lg-8 {
        padding-bottom: -3.5rem !important;
    }
    .npl-lg-8,
    .npx-lg-8 {
        padding-left: -3.5rem !important;
    }
    .np-lg-9 {
        padding: -4rem !important;
    }
    .npt-lg-9,
    .npy-lg-9 {
        padding-top: -4rem !important;
    }
    .npr-lg-9,
    .npx-lg-9 {
        padding-right: -4rem !important;
    }
    .npb-lg-9,
    .npy-lg-9 {
        padding-bottom: -4rem !important;
    }
    .npl-lg-9,
    .npx-lg-9 {
        padding-left: -4rem !important;
    }
    .np-lg-10 {
        padding: -4.5rem !important;
    }
    .npt-lg-10,
    .npy-lg-10 {
        padding-top: -4.5rem !important;
    }
    .npr-lg-10,
    .npx-lg-10 {
        padding-right: -4.5rem !important;
    }
    .npb-lg-10,
    .npy-lg-10 {
        padding-bottom: -4.5rem !important;
    }
    .npl-lg-10,
    .npx-lg-10 {
        padding-left: -4.5rem !important;
    }
}
@media (min-width: 1200px) {
    .bottom-xl-gutter {
        bottom: 15px !important;
    }
    .top-xl-gutter {
        top: 15px !important;
    }
    .left-xl-gutter {
        left: 15px !important;
    }
    .right-xl-gutter {
        right: 15px !important;
    }
    .bottom-xl-huge {
        bottom: 8rem !important;
    }
    .top-xl-huge {
        top: 8rem !important;
    }
    .left-xl-huge {
        left: 8rem !important;
    }
    .right-xl-huge {
        right: 8rem !important;
    }
    .bottom-xl-0 {
        bottom: 0 !important;
    }
    .top-xl-0 {
        top: 0 !important;
    }
    .left-xl-0 {
        left: 0 !important;
    }
    .right-xl-0 {
        right: 0 !important;
    }
    .bottom-xl-1 {
        bottom: 0.25rem !important;
    }
    .top-xl-1 {
        top: 0.25rem !important;
    }
    .left-xl-1 {
        left: 0.25rem !important;
    }
    .right-xl-1 {
        right: 0.25rem !important;
    }
    .bottom-xl-2 {
        bottom: 0.5rem !important;
    }
    .top-xl-2 {
        top: 0.5rem !important;
    }
    .left-xl-2 {
        left: 0.5rem !important;
    }
    .right-xl-2 {
        right: 0.5rem !important;
    }
    .bottom-xl-3 {
        bottom: 1rem !important;
    }
    .top-xl-3 {
        top: 1rem !important;
    }
    .left-xl-3 {
        left: 1rem !important;
    }
    .right-xl-3 {
        right: 1rem !important;
    }
    .bottom-xl-4 {
        bottom: 1.5rem !important;
    }
    .top-xl-4 {
        top: 1.5rem !important;
    }
    .left-xl-4 {
        left: 1.5rem !important;
    }
    .right-xl-4 {
        right: 1.5rem !important;
    }
    .bottom-xl-5 {
        bottom: 2rem !important;
    }
    .top-xl-5 {
        top: 2rem !important;
    }
    .left-xl-5 {
        left: 2rem !important;
    }
    .right-xl-5 {
        right: 2rem !important;
    }
    .bottom-xl-6 {
        bottom: 2.5rem !important;
    }
    .top-xl-6 {
        top: 2.5rem !important;
    }
    .left-xl-6 {
        left: 2.5rem !important;
    }
    .right-xl-6 {
        right: 2.5rem !important;
    }
    .bottom-xl-7 {
        bottom: 3rem !important;
    }
    .top-xl-7 {
        top: 3rem !important;
    }
    .left-xl-7 {
        left: 3rem !important;
    }
    .right-xl-7 {
        right: 3rem !important;
    }
    .bottom-xl-8 {
        bottom: 3.5rem !important;
    }
    .top-xl-8 {
        top: 3.5rem !important;
    }
    .left-xl-8 {
        left: 3.5rem !important;
    }
    .right-xl-8 {
        right: 3.5rem !important;
    }
    .bottom-xl-9 {
        bottom: 4rem !important;
    }
    .top-xl-9 {
        top: 4rem !important;
    }
    .left-xl-9 {
        left: 4rem !important;
    }
    .right-xl-9 {
        right: 4rem !important;
    }
    .bottom-xl-10 {
        bottom: 4.5rem !important;
    }
    .top-xl-10 {
        top: 4.5rem !important;
    }
    .left-xl-10 {
        left: 4.5rem !important;
    }
    .right-xl-10 {
        right: 4.5rem !important;
    }
    .nm-xl-gutter {
        margin: -15px !important;
    }
    .nmt-xl-gutter,
    .nmy-xl-gutter {
        margin-top: -15px !important;
    }
    .nmr-xl-gutter,
    .nmx-xl-gutter {
        margin-right: -15px !important;
    }
    .nmb-xl-gutter,
    .nmy-xl-gutter {
        margin-bottom: -15px !important;
    }
    .nml-xl-gutter,
    .nmx-xl-gutter {
        margin-left: -15px !important;
    }
    .nm-xl-huge {
        margin: -8rem !important;
    }
    .nmt-xl-huge,
    .nmy-xl-huge {
        margin-top: -8rem !important;
    }
    .nmr-xl-huge,
    .nmx-xl-huge {
        margin-right: -8rem !important;
    }
    .nmb-xl-huge,
    .nmy-xl-huge {
        margin-bottom: -8rem !important;
    }
    .nml-xl-huge,
    .nmx-xl-huge {
        margin-left: -8rem !important;
    }
    .nm-xl-0 {
        margin: 0 !important;
    }
    .nmt-xl-0,
    .nmy-xl-0 {
        margin-top: 0 !important;
    }
    .nmr-xl-0,
    .nmx-xl-0 {
        margin-right: 0 !important;
    }
    .nmb-xl-0,
    .nmy-xl-0 {
        margin-bottom: 0 !important;
    }
    .nml-xl-0,
    .nmx-xl-0 {
        margin-left: 0 !important;
    }
    .nm-xl-1 {
        margin: -0.25rem !important;
    }
    .nmt-xl-1,
    .nmy-xl-1 {
        margin-top: -0.25rem !important;
    }
    .nmr-xl-1,
    .nmx-xl-1 {
        margin-right: -0.25rem !important;
    }
    .nmb-xl-1,
    .nmy-xl-1 {
        margin-bottom: -0.25rem !important;
    }
    .nml-xl-1,
    .nmx-xl-1 {
        margin-left: -0.25rem !important;
    }
    .nm-xl-2 {
        margin: -0.5rem !important;
    }
    .nmt-xl-2,
    .nmy-xl-2 {
        margin-top: -0.5rem !important;
    }
    .nmr-xl-2,
    .nmx-xl-2 {
        margin-right: -0.5rem !important;
    }
    .nmb-xl-2,
    .nmy-xl-2 {
        margin-bottom: -0.5rem !important;
    }
    .nml-xl-2,
    .nmx-xl-2 {
        margin-left: -0.5rem !important;
    }
    .nm-xl-3 {
        margin: -1rem !important;
    }
    .nmt-xl-3,
    .nmy-xl-3 {
        margin-top: -1rem !important;
    }
    .nmr-xl-3,
    .nmx-xl-3 {
        margin-right: -1rem !important;
    }
    .nmb-xl-3,
    .nmy-xl-3 {
        margin-bottom: -1rem !important;
    }
    .nml-xl-3,
    .nmx-xl-3 {
        margin-left: -1rem !important;
    }
    .nm-xl-4 {
        margin: -1.5rem !important;
    }
    .nmt-xl-4,
    .nmy-xl-4 {
        margin-top: -1.5rem !important;
    }
    .nmr-xl-4,
    .nmx-xl-4 {
        margin-right: -1.5rem !important;
    }
    .nmb-xl-4,
    .nmy-xl-4 {
        margin-bottom: -1.5rem !important;
    }
    .nml-xl-4,
    .nmx-xl-4 {
        margin-left: -1.5rem !important;
    }
    .nm-xl-5 {
        margin: -2rem !important;
    }
    .nmt-xl-5,
    .nmy-xl-5 {
        margin-top: -2rem !important;
    }
    .nmr-xl-5,
    .nmx-xl-5 {
        margin-right: -2rem !important;
    }
    .nmb-xl-5,
    .nmy-xl-5 {
        margin-bottom: -2rem !important;
    }
    .nml-xl-5,
    .nmx-xl-5 {
        margin-left: -2rem !important;
    }
    .nm-xl-6 {
        margin: -2.5rem !important;
    }
    .nmt-xl-6,
    .nmy-xl-6 {
        margin-top: -2.5rem !important;
    }
    .nmr-xl-6,
    .nmx-xl-6 {
        margin-right: -2.5rem !important;
    }
    .nmb-xl-6,
    .nmy-xl-6 {
        margin-bottom: -2.5rem !important;
    }
    .nml-xl-6,
    .nmx-xl-6 {
        margin-left: -2.5rem !important;
    }
    .nm-xl-7 {
        margin: -3rem !important;
    }
    .nmt-xl-7,
    .nmy-xl-7 {
        margin-top: -3rem !important;
    }
    .nmr-xl-7,
    .nmx-xl-7 {
        margin-right: -3rem !important;
    }
    .nmb-xl-7,
    .nmy-xl-7 {
        margin-bottom: -3rem !important;
    }
    .nml-xl-7,
    .nmx-xl-7 {
        margin-left: -3rem !important;
    }
    .nm-xl-8 {
        margin: -3.5rem !important;
    }
    .nmt-xl-8,
    .nmy-xl-8 {
        margin-top: -3.5rem !important;
    }
    .nmr-xl-8,
    .nmx-xl-8 {
        margin-right: -3.5rem !important;
    }
    .nmb-xl-8,
    .nmy-xl-8 {
        margin-bottom: -3.5rem !important;
    }
    .nml-xl-8,
    .nmx-xl-8 {
        margin-left: -3.5rem !important;
    }
    .nm-xl-9 {
        margin: -4rem !important;
    }
    .nmt-xl-9,
    .nmy-xl-9 {
        margin-top: -4rem !important;
    }
    .nmr-xl-9,
    .nmx-xl-9 {
        margin-right: -4rem !important;
    }
    .nmb-xl-9,
    .nmy-xl-9 {
        margin-bottom: -4rem !important;
    }
    .nml-xl-9,
    .nmx-xl-9 {
        margin-left: -4rem !important;
    }
    .nm-xl-10 {
        margin: -4.5rem !important;
    }
    .nmt-xl-10,
    .nmy-xl-10 {
        margin-top: -4.5rem !important;
    }
    .nmr-xl-10,
    .nmx-xl-10 {
        margin-right: -4.5rem !important;
    }
    .nmb-xl-10,
    .nmy-xl-10 {
        margin-bottom: -4.5rem !important;
    }
    .nml-xl-10,
    .nmx-xl-10 {
        margin-left: -4.5rem !important;
    }
    .np-xl-gutter {
        padding: -15px !important;
    }
    .npt-xl-gutter,
    .npy-xl-gutter {
        padding-top: -15px !important;
    }
    .npr-xl-gutter,
    .npx-xl-gutter {
        padding-right: -15px !important;
    }
    .npb-xl-gutter,
    .npy-xl-gutter {
        padding-bottom: -15px !important;
    }
    .npl-xl-gutter,
    .npx-xl-gutter {
        padding-left: -15px !important;
    }
    .np-xl-huge {
        padding: -8rem !important;
    }
    .npt-xl-huge,
    .npy-xl-huge {
        padding-top: -8rem !important;
    }
    .npr-xl-huge,
    .npx-xl-huge {
        padding-right: -8rem !important;
    }
    .npb-xl-huge,
    .npy-xl-huge {
        padding-bottom: -8rem !important;
    }
    .npl-xl-huge,
    .npx-xl-huge {
        padding-left: -8rem !important;
    }
    .np-xl-0 {
        padding: 0 !important;
    }
    .npt-xl-0,
    .npy-xl-0 {
        padding-top: 0 !important;
    }
    .npr-xl-0,
    .npx-xl-0 {
        padding-right: 0 !important;
    }
    .npb-xl-0,
    .npy-xl-0 {
        padding-bottom: 0 !important;
    }
    .npl-xl-0,
    .npx-xl-0 {
        padding-left: 0 !important;
    }
    .np-xl-1 {
        padding: -0.25rem !important;
    }
    .npt-xl-1,
    .npy-xl-1 {
        padding-top: -0.25rem !important;
    }
    .npr-xl-1,
    .npx-xl-1 {
        padding-right: -0.25rem !important;
    }
    .npb-xl-1,
    .npy-xl-1 {
        padding-bottom: -0.25rem !important;
    }
    .npl-xl-1,
    .npx-xl-1 {
        padding-left: -0.25rem !important;
    }
    .np-xl-2 {
        padding: -0.5rem !important;
    }
    .npt-xl-2,
    .npy-xl-2 {
        padding-top: -0.5rem !important;
    }
    .npr-xl-2,
    .npx-xl-2 {
        padding-right: -0.5rem !important;
    }
    .npb-xl-2,
    .npy-xl-2 {
        padding-bottom: -0.5rem !important;
    }
    .npl-xl-2,
    .npx-xl-2 {
        padding-left: -0.5rem !important;
    }
    .np-xl-3 {
        padding: -1rem !important;
    }
    .npt-xl-3,
    .npy-xl-3 {
        padding-top: -1rem !important;
    }
    .npr-xl-3,
    .npx-xl-3 {
        padding-right: -1rem !important;
    }
    .npb-xl-3,
    .npy-xl-3 {
        padding-bottom: -1rem !important;
    }
    .npl-xl-3,
    .npx-xl-3 {
        padding-left: -1rem !important;
    }
    .np-xl-4 {
        padding: -1.5rem !important;
    }
    .npt-xl-4,
    .npy-xl-4 {
        padding-top: -1.5rem !important;
    }
    .npr-xl-4,
    .npx-xl-4 {
        padding-right: -1.5rem !important;
    }
    .npb-xl-4,
    .npy-xl-4 {
        padding-bottom: -1.5rem !important;
    }
    .npl-xl-4,
    .npx-xl-4 {
        padding-left: -1.5rem !important;
    }
    .np-xl-5 {
        padding: -2rem !important;
    }
    .npt-xl-5,
    .npy-xl-5 {
        padding-top: -2rem !important;
    }
    .npr-xl-5,
    .npx-xl-5 {
        padding-right: -2rem !important;
    }
    .npb-xl-5,
    .npy-xl-5 {
        padding-bottom: -2rem !important;
    }
    .npl-xl-5,
    .npx-xl-5 {
        padding-left: -2rem !important;
    }
    .np-xl-6 {
        padding: -2.5rem !important;
    }
    .npt-xl-6,
    .npy-xl-6 {
        padding-top: -2.5rem !important;
    }
    .npr-xl-6,
    .npx-xl-6 {
        padding-right: -2.5rem !important;
    }
    .npb-xl-6,
    .npy-xl-6 {
        padding-bottom: -2.5rem !important;
    }
    .npl-xl-6,
    .npx-xl-6 {
        padding-left: -2.5rem !important;
    }
    .np-xl-7 {
        padding: -3rem !important;
    }
    .npt-xl-7,
    .npy-xl-7 {
        padding-top: -3rem !important;
    }
    .npr-xl-7,
    .npx-xl-7 {
        padding-right: -3rem !important;
    }
    .npb-xl-7,
    .npy-xl-7 {
        padding-bottom: -3rem !important;
    }
    .npl-xl-7,
    .npx-xl-7 {
        padding-left: -3rem !important;
    }
    .np-xl-8 {
        padding: -3.5rem !important;
    }
    .npt-xl-8,
    .npy-xl-8 {
        padding-top: -3.5rem !important;
    }
    .npr-xl-8,
    .npx-xl-8 {
        padding-right: -3.5rem !important;
    }
    .npb-xl-8,
    .npy-xl-8 {
        padding-bottom: -3.5rem !important;
    }
    .npl-xl-8,
    .npx-xl-8 {
        padding-left: -3.5rem !important;
    }
    .np-xl-9 {
        padding: -4rem !important;
    }
    .npt-xl-9,
    .npy-xl-9 {
        padding-top: -4rem !important;
    }
    .npr-xl-9,
    .npx-xl-9 {
        padding-right: -4rem !important;
    }
    .npb-xl-9,
    .npy-xl-9 {
        padding-bottom: -4rem !important;
    }
    .npl-xl-9,
    .npx-xl-9 {
        padding-left: -4rem !important;
    }
    .np-xl-10 {
        padding: -4.5rem !important;
    }
    .npt-xl-10,
    .npy-xl-10 {
        padding-top: -4.5rem !important;
    }
    .npr-xl-10,
    .npx-xl-10 {
        padding-right: -4.5rem !important;
    }
    .npb-xl-10,
    .npy-xl-10 {
        padding-bottom: -4.5rem !important;
    }
    .npl-xl-10,
    .npx-xl-10 {
        padding-left: -4.5rem !important;
    }
}
@media (min-width: 1400px) {
    .bottom-xxl-gutter {
        bottom: 15px !important;
    }
    .top-xxl-gutter {
        top: 15px !important;
    }
    .left-xxl-gutter {
        left: 15px !important;
    }
    .right-xxl-gutter {
        right: 15px !important;
    }
    .bottom-xxl-huge {
        bottom: 8rem !important;
    }
    .top-xxl-huge {
        top: 8rem !important;
    }
    .left-xxl-huge {
        left: 8rem !important;
    }
    .right-xxl-huge {
        right: 8rem !important;
    }
    .bottom-xxl-0 {
        bottom: 0 !important;
    }
    .top-xxl-0 {
        top: 0 !important;
    }
    .left-xxl-0 {
        left: 0 !important;
    }
    .right-xxl-0 {
        right: 0 !important;
    }
    .bottom-xxl-1 {
        bottom: 0.25rem !important;
    }
    .top-xxl-1 {
        top: 0.25rem !important;
    }
    .left-xxl-1 {
        left: 0.25rem !important;
    }
    .right-xxl-1 {
        right: 0.25rem !important;
    }
    .bottom-xxl-2 {
        bottom: 0.5rem !important;
    }
    .top-xxl-2 {
        top: 0.5rem !important;
    }
    .left-xxl-2 {
        left: 0.5rem !important;
    }
    .right-xxl-2 {
        right: 0.5rem !important;
    }
    .bottom-xxl-3 {
        bottom: 1rem !important;
    }
    .top-xxl-3 {
        top: 1rem !important;
    }
    .left-xxl-3 {
        left: 1rem !important;
    }
    .right-xxl-3 {
        right: 1rem !important;
    }
    .bottom-xxl-4 {
        bottom: 1.5rem !important;
    }
    .top-xxl-4 {
        top: 1.5rem !important;
    }
    .left-xxl-4 {
        left: 1.5rem !important;
    }
    .right-xxl-4 {
        right: 1.5rem !important;
    }
    .bottom-xxl-5 {
        bottom: 2rem !important;
    }
    .top-xxl-5 {
        top: 2rem !important;
    }
    .left-xxl-5 {
        left: 2rem !important;
    }
    .right-xxl-5 {
        right: 2rem !important;
    }
    .bottom-xxl-6 {
        bottom: 2.5rem !important;
    }
    .top-xxl-6 {
        top: 2.5rem !important;
    }
    .left-xxl-6 {
        left: 2.5rem !important;
    }
    .right-xxl-6 {
        right: 2.5rem !important;
    }
    .bottom-xxl-7 {
        bottom: 3rem !important;
    }
    .top-xxl-7 {
        top: 3rem !important;
    }
    .left-xxl-7 {
        left: 3rem !important;
    }
    .right-xxl-7 {
        right: 3rem !important;
    }
    .bottom-xxl-8 {
        bottom: 3.5rem !important;
    }
    .top-xxl-8 {
        top: 3.5rem !important;
    }
    .left-xxl-8 {
        left: 3.5rem !important;
    }
    .right-xxl-8 {
        right: 3.5rem !important;
    }
    .bottom-xxl-9 {
        bottom: 4rem !important;
    }
    .top-xxl-9 {
        top: 4rem !important;
    }
    .left-xxl-9 {
        left: 4rem !important;
    }
    .right-xxl-9 {
        right: 4rem !important;
    }
    .bottom-xxl-10 {
        bottom: 4.5rem !important;
    }
    .top-xxl-10 {
        top: 4.5rem !important;
    }
    .left-xxl-10 {
        left: 4.5rem !important;
    }
    .right-xxl-10 {
        right: 4.5rem !important;
    }
    .nm-xxl-gutter {
        margin: -15px !important;
    }
    .nmt-xxl-gutter,
    .nmy-xxl-gutter {
        margin-top: -15px !important;
    }
    .nmr-xxl-gutter,
    .nmx-xxl-gutter {
        margin-right: -15px !important;
    }
    .nmb-xxl-gutter,
    .nmy-xxl-gutter {
        margin-bottom: -15px !important;
    }
    .nml-xxl-gutter,
    .nmx-xxl-gutter {
        margin-left: -15px !important;
    }
    .nm-xxl-huge {
        margin: -8rem !important;
    }
    .nmt-xxl-huge,
    .nmy-xxl-huge {
        margin-top: -8rem !important;
    }
    .nmr-xxl-huge,
    .nmx-xxl-huge {
        margin-right: -8rem !important;
    }
    .nmb-xxl-huge,
    .nmy-xxl-huge {
        margin-bottom: -8rem !important;
    }
    .nml-xxl-huge,
    .nmx-xxl-huge {
        margin-left: -8rem !important;
    }
    .nm-xxl-0 {
        margin: 0 !important;
    }
    .nmt-xxl-0,
    .nmy-xxl-0 {
        margin-top: 0 !important;
    }
    .nmr-xxl-0,
    .nmx-xxl-0 {
        margin-right: 0 !important;
    }
    .nmb-xxl-0,
    .nmy-xxl-0 {
        margin-bottom: 0 !important;
    }
    .nml-xxl-0,
    .nmx-xxl-0 {
        margin-left: 0 !important;
    }
    .nm-xxl-1 {
        margin: -0.25rem !important;
    }
    .nmt-xxl-1,
    .nmy-xxl-1 {
        margin-top: -0.25rem !important;
    }
    .nmr-xxl-1,
    .nmx-xxl-1 {
        margin-right: -0.25rem !important;
    }
    .nmb-xxl-1,
    .nmy-xxl-1 {
        margin-bottom: -0.25rem !important;
    }
    .nml-xxl-1,
    .nmx-xxl-1 {
        margin-left: -0.25rem !important;
    }
    .nm-xxl-2 {
        margin: -0.5rem !important;
    }
    .nmt-xxl-2,
    .nmy-xxl-2 {
        margin-top: -0.5rem !important;
    }
    .nmr-xxl-2,
    .nmx-xxl-2 {
        margin-right: -0.5rem !important;
    }
    .nmb-xxl-2,
    .nmy-xxl-2 {
        margin-bottom: -0.5rem !important;
    }
    .nml-xxl-2,
    .nmx-xxl-2 {
        margin-left: -0.5rem !important;
    }
    .nm-xxl-3 {
        margin: -1rem !important;
    }
    .nmt-xxl-3,
    .nmy-xxl-3 {
        margin-top: -1rem !important;
    }
    .nmr-xxl-3,
    .nmx-xxl-3 {
        margin-right: -1rem !important;
    }
    .nmb-xxl-3,
    .nmy-xxl-3 {
        margin-bottom: -1rem !important;
    }
    .nml-xxl-3,
    .nmx-xxl-3 {
        margin-left: -1rem !important;
    }
    .nm-xxl-4 {
        margin: -1.5rem !important;
    }
    .nmt-xxl-4,
    .nmy-xxl-4 {
        margin-top: -1.5rem !important;
    }
    .nmr-xxl-4,
    .nmx-xxl-4 {
        margin-right: -1.5rem !important;
    }
    .nmb-xxl-4,
    .nmy-xxl-4 {
        margin-bottom: -1.5rem !important;
    }
    .nml-xxl-4,
    .nmx-xxl-4 {
        margin-left: -1.5rem !important;
    }
    .nm-xxl-5 {
        margin: -2rem !important;
    }
    .nmt-xxl-5,
    .nmy-xxl-5 {
        margin-top: -2rem !important;
    }
    .nmr-xxl-5,
    .nmx-xxl-5 {
        margin-right: -2rem !important;
    }
    .nmb-xxl-5,
    .nmy-xxl-5 {
        margin-bottom: -2rem !important;
    }
    .nml-xxl-5,
    .nmx-xxl-5 {
        margin-left: -2rem !important;
    }
    .nm-xxl-6 {
        margin: -2.5rem !important;
    }
    .nmt-xxl-6,
    .nmy-xxl-6 {
        margin-top: -2.5rem !important;
    }
    .nmr-xxl-6,
    .nmx-xxl-6 {
        margin-right: -2.5rem !important;
    }
    .nmb-xxl-6,
    .nmy-xxl-6 {
        margin-bottom: -2.5rem !important;
    }
    .nml-xxl-6,
    .nmx-xxl-6 {
        margin-left: -2.5rem !important;
    }
    .nm-xxl-7 {
        margin: -3rem !important;
    }
    .nmt-xxl-7,
    .nmy-xxl-7 {
        margin-top: -3rem !important;
    }
    .nmr-xxl-7,
    .nmx-xxl-7 {
        margin-right: -3rem !important;
    }
    .nmb-xxl-7,
    .nmy-xxl-7 {
        margin-bottom: -3rem !important;
    }
    .nml-xxl-7,
    .nmx-xxl-7 {
        margin-left: -3rem !important;
    }
    .nm-xxl-8 {
        margin: -3.5rem !important;
    }
    .nmt-xxl-8,
    .nmy-xxl-8 {
        margin-top: -3.5rem !important;
    }
    .nmr-xxl-8,
    .nmx-xxl-8 {
        margin-right: -3.5rem !important;
    }
    .nmb-xxl-8,
    .nmy-xxl-8 {
        margin-bottom: -3.5rem !important;
    }
    .nml-xxl-8,
    .nmx-xxl-8 {
        margin-left: -3.5rem !important;
    }
    .nm-xxl-9 {
        margin: -4rem !important;
    }
    .nmt-xxl-9,
    .nmy-xxl-9 {
        margin-top: -4rem !important;
    }
    .nmr-xxl-9,
    .nmx-xxl-9 {
        margin-right: -4rem !important;
    }
    .nmb-xxl-9,
    .nmy-xxl-9 {
        margin-bottom: -4rem !important;
    }
    .nml-xxl-9,
    .nmx-xxl-9 {
        margin-left: -4rem !important;
    }
    .nm-xxl-10 {
        margin: -4.5rem !important;
    }
    .nmt-xxl-10,
    .nmy-xxl-10 {
        margin-top: -4.5rem !important;
    }
    .nmr-xxl-10,
    .nmx-xxl-10 {
        margin-right: -4.5rem !important;
    }
    .nmb-xxl-10,
    .nmy-xxl-10 {
        margin-bottom: -4.5rem !important;
    }
    .nml-xxl-10,
    .nmx-xxl-10 {
        margin-left: -4.5rem !important;
    }
    .np-xxl-gutter {
        padding: -15px !important;
    }
    .npt-xxl-gutter,
    .npy-xxl-gutter {
        padding-top: -15px !important;
    }
    .npr-xxl-gutter,
    .npx-xxl-gutter {
        padding-right: -15px !important;
    }
    .npb-xxl-gutter,
    .npy-xxl-gutter {
        padding-bottom: -15px !important;
    }
    .npl-xxl-gutter,
    .npx-xxl-gutter {
        padding-left: -15px !important;
    }
    .np-xxl-huge {
        padding: -8rem !important;
    }
    .npt-xxl-huge,
    .npy-xxl-huge {
        padding-top: -8rem !important;
    }
    .npr-xxl-huge,
    .npx-xxl-huge {
        padding-right: -8rem !important;
    }
    .npb-xxl-huge,
    .npy-xxl-huge {
        padding-bottom: -8rem !important;
    }
    .npl-xxl-huge,
    .npx-xxl-huge {
        padding-left: -8rem !important;
    }
    .np-xxl-0 {
        padding: 0 !important;
    }
    .npt-xxl-0,
    .npy-xxl-0 {
        padding-top: 0 !important;
    }
    .npr-xxl-0,
    .npx-xxl-0 {
        padding-right: 0 !important;
    }
    .npb-xxl-0,
    .npy-xxl-0 {
        padding-bottom: 0 !important;
    }
    .npl-xxl-0,
    .npx-xxl-0 {
        padding-left: 0 !important;
    }
    .np-xxl-1 {
        padding: -0.25rem !important;
    }
    .npt-xxl-1,
    .npy-xxl-1 {
        padding-top: -0.25rem !important;
    }
    .npr-xxl-1,
    .npx-xxl-1 {
        padding-right: -0.25rem !important;
    }
    .npb-xxl-1,
    .npy-xxl-1 {
        padding-bottom: -0.25rem !important;
    }
    .npl-xxl-1,
    .npx-xxl-1 {
        padding-left: -0.25rem !important;
    }
    .np-xxl-2 {
        padding: -0.5rem !important;
    }
    .npt-xxl-2,
    .npy-xxl-2 {
        padding-top: -0.5rem !important;
    }
    .npr-xxl-2,
    .npx-xxl-2 {
        padding-right: -0.5rem !important;
    }
    .npb-xxl-2,
    .npy-xxl-2 {
        padding-bottom: -0.5rem !important;
    }
    .npl-xxl-2,
    .npx-xxl-2 {
        padding-left: -0.5rem !important;
    }
    .np-xxl-3 {
        padding: -1rem !important;
    }
    .npt-xxl-3,
    .npy-xxl-3 {
        padding-top: -1rem !important;
    }
    .npr-xxl-3,
    .npx-xxl-3 {
        padding-right: -1rem !important;
    }
    .npb-xxl-3,
    .npy-xxl-3 {
        padding-bottom: -1rem !important;
    }
    .npl-xxl-3,
    .npx-xxl-3 {
        padding-left: -1rem !important;
    }
    .np-xxl-4 {
        padding: -1.5rem !important;
    }
    .npt-xxl-4,
    .npy-xxl-4 {
        padding-top: -1.5rem !important;
    }
    .npr-xxl-4,
    .npx-xxl-4 {
        padding-right: -1.5rem !important;
    }
    .npb-xxl-4,
    .npy-xxl-4 {
        padding-bottom: -1.5rem !important;
    }
    .npl-xxl-4,
    .npx-xxl-4 {
        padding-left: -1.5rem !important;
    }
    .np-xxl-5 {
        padding: -2rem !important;
    }
    .npt-xxl-5,
    .npy-xxl-5 {
        padding-top: -2rem !important;
    }
    .npr-xxl-5,
    .npx-xxl-5 {
        padding-right: -2rem !important;
    }
    .npb-xxl-5,
    .npy-xxl-5 {
        padding-bottom: -2rem !important;
    }
    .npl-xxl-5,
    .npx-xxl-5 {
        padding-left: -2rem !important;
    }
    .np-xxl-6 {
        padding: -2.5rem !important;
    }
    .npt-xxl-6,
    .npy-xxl-6 {
        padding-top: -2.5rem !important;
    }
    .npr-xxl-6,
    .npx-xxl-6 {
        padding-right: -2.5rem !important;
    }
    .npb-xxl-6,
    .npy-xxl-6 {
        padding-bottom: -2.5rem !important;
    }
    .npl-xxl-6,
    .npx-xxl-6 {
        padding-left: -2.5rem !important;
    }
    .np-xxl-7 {
        padding: -3rem !important;
    }
    .npt-xxl-7,
    .npy-xxl-7 {
        padding-top: -3rem !important;
    }
    .npr-xxl-7,
    .npx-xxl-7 {
        padding-right: -3rem !important;
    }
    .npb-xxl-7,
    .npy-xxl-7 {
        padding-bottom: -3rem !important;
    }
    .npl-xxl-7,
    .npx-xxl-7 {
        padding-left: -3rem !important;
    }
    .np-xxl-8 {
        padding: -3.5rem !important;
    }
    .npt-xxl-8,
    .npy-xxl-8 {
        padding-top: -3.5rem !important;
    }
    .npr-xxl-8,
    .npx-xxl-8 {
        padding-right: -3.5rem !important;
    }
    .npb-xxl-8,
    .npy-xxl-8 {
        padding-bottom: -3.5rem !important;
    }
    .npl-xxl-8,
    .npx-xxl-8 {
        padding-left: -3.5rem !important;
    }
    .np-xxl-9 {
        padding: -4rem !important;
    }
    .npt-xxl-9,
    .npy-xxl-9 {
        padding-top: -4rem !important;
    }
    .npr-xxl-9,
    .npx-xxl-9 {
        padding-right: -4rem !important;
    }
    .npb-xxl-9,
    .npy-xxl-9 {
        padding-bottom: -4rem !important;
    }
    .npl-xxl-9,
    .npx-xxl-9 {
        padding-left: -4rem !important;
    }
    .np-xxl-10 {
        padding: -4.5rem !important;
    }
    .npt-xxl-10,
    .npy-xxl-10 {
        padding-top: -4.5rem !important;
    }
    .npr-xxl-10,
    .npx-xxl-10 {
        padding-right: -4.5rem !important;
    }
    .npb-xxl-10,
    .npy-xxl-10 {
        padding-bottom: -4.5rem !important;
    }
    .npl-xxl-10,
    .npx-xxl-10 {
        padding-left: -4.5rem !important;
    }
}
.nav-tabs {
    border: 1px solid #d3cbb5;
    flex-direction: column;
}
@media (min-width: 992px) {
    .nav-tabs {
        border: 0;
        border-bottom: 1px solid #d3cbb5;
        flex-direction: row;
    }
}
.nav-tabs .nav-item {
    border-bottom: 1px solid #d3cbb5;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .nav-tabs .nav-item {
        border: 0;
        margin-right: 0.265625rem;
    }
}
.nav-tabs .nav-item:last-of-type {
    border: 0;
}
.nav-tabs .nav-link {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
}
@media (min-width: 992px) {
    .nav-tabs .nav-link {
        background-color: #f9f8f5;
        border: 1px solid #d3cbb5;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        text-align: left;
    }
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #4d4c44;
    text-decoration: none;
}
@media (min-width: 992px) {
    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        background-color: #f9f8f5;
        border-color: #d3cbb5;
        color: #4d4c44;
    }
    .nav-tabs .nav-link.disabled {
        background-color: transparent;
        border-color: transparent;
        color: #6c757d;
    }
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #f9f8f5;
    color: #4d4c44;
    font-weight: 400;
    text-decoration: none;
}
@media (min-width: 992px) {
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        background-color: #fff;
        border-bottom: 1px solid #fff !important;
        border-color: #d3cbb5 #d3cbb5 #fff;
        color: #4d4c44;
    }
}
.line-height-xs {
    line-height: 1 !important;
}
.line-height-sm {
    line-height: 1.5 !important;
}
.line-height-base {
    line-height: 1.5882352941 !important;
}
.line-height-lg {
    line-height: 1.5 !important;
}
.line-height-xl {
    line-height: 1.619047619 !important;
}
.font-size-base {
    font-size: 1.0625rem !important;
}
.font-size-sm {
    font-size: 0.9375rem !important;
}
.font-size-lg {
    font-size: 1.25rem !important;
}
/*@media (min-width: 576px) {
    .font-size-sm-base {
        font-size: 1.0625rem !important;
    }
    .font-size-sm-sm {
        font-size: 0.9375rem !important;
    }
    .font-size-sm-lg {
        font-size: 1.25rem !important;
    }
}
@media (min-width: 768px) {
    .font-size-md-base {
        font-size: 1.0625rem !important;
    }
    .font-size-md-sm {
        font-size: 0.9375rem !important;
    }
    .font-size-md-lg {
        font-size: 1.25rem !important;
    }
}
@media (min-width: 992px) {
    .font-size-lg-base {
        font-size: 1.0625rem !important;
    }
    .font-size-lg-sm {
        font-size: 0.9375rem !important;
    }
    .font-size-lg-lg {
        font-size: 1.25rem !important;
    }
}
@media (min-width: 1200px) {
    .font-size-xl-base {
        font-size: 1.0625rem !important;
    }
    .font-size-xl-sm {
        font-size: 0.9375rem !important;
    }
    .font-size-xl-lg {
        font-size: 1.25rem !important;
    }
}
@media (min-width: 1400px) {
    .font-size-xxl-base {
        font-size: 1.0625rem !important;
    }
    .font-size-xxl-sm {
        font-size: 0.9375rem !important;
    }
    .font-size-xxl-lg {
        font-size: 1.25rem !important;
    }
}*/
.lh-0 {
    line-height: 0;
}
bold,
strong {
    font-weight: 500;
}
.p {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0 0 1rem;
}
.p:last-child {
    margin: 0;
}
.text-wrap {
    white-space: inherit;
}
.font-base {
    font-family: var(--bs--body-font-family);
}
.container.oddfix {
    padding-left: 15.5px;
    padding-right: 15.5px;
}
a:not(.btn):not(.page-link):not(.map-container a):not(.stretched-link):focus-visible {
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 4px #000,
        0 0 0 6px #fff;
    outline: none;
}
.stretched-link {
    outline: none;
}
button:focus-visible,
input:focus-visible {
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 4px #000,
        0 0 0 6px #fff;
    outline: none;
}
a.text-white:focus,
a.text-white:hover {
    color: #d9d9d9 !important;
}
.text-dark-hover:hover {
    color: #4d4c44 !important;
}
a:not(.nav-undecorated):not(.expand-fallback):hover {
    text-decoration: none;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.lead {
    font-family: lora, serif;
    font-size: 1.25rem;
    line-height: 1.619047619;
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    .lead {
        font-size: 1.3125rem;
        margin-bottom: 2rem;
    }
}
.kicker {
    font-weight: 500;
    text-transform: uppercase;
}
.blockquote p {
    font-family: lora, serif;
    line-height: 1.619047619;
}
.blockquote .blockquote-footer {
    color: #4d4c44;
    margin-top: 0.5rem;
}
.font-size-sm {
    font-size: 0.9375rem;
}
.font-size-lg {
    font-size: 1.25rem;
}
.h1,
h1 {
    font-size: 1.875rem;
}
@media (min-width: 992px) {
    .h1,
    h1 {
        font-size: 2.625rem;
    }
}
article .h1,
article h1 {
    margin-bottom: 1.5rem;
}
.h2,
h2 {
    font-size: 1.5rem;
}
@media (min-width: 992px) {
    .h2,
    h2 {
        font-size: 1.875rem;
    }
}
.h3,
h3 {
    font-size: 1.3125rem;
}
@media (min-width: 992px) {
    .h3,
    h3 {
        font-size: 1.5rem;
    }
}
.h2,
.h3,
.h4,
.h5,
h2,
h3,
h4,
h5 {
    margin-top: 2rem;
}
.h6,
h6 {
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 1rem;
}
.letter-spacing-normal {
    letter-spacing: 0;
}
.letter-spacing-1 {
    letter-spacing: 0.5rem;
}
.letter-spacing-2 {
    letter-spacing: 1rem;
}
.letter-spacing-3 {
    letter-spacing: 1.5rem;
}
p:last-child {
    margin-bottom: 0;
}
.figure,
.nav-list,
.ratio,
.table,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
.figure:last-child,
.nav-list:last-child,
.ratio:last-child,
.table:last-child,
dl:last-child,
ol:last-child,
ul:last-child {
    margin-bottom: 0;
}
th {
    font-weight: 500;
}
.accordion .card:first-of-type,
.accordion .card:last-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.accordion-item {
    border: 1px solid var(--bs-border-color) !important;
    border-radius: 0.25rem;
}
.accordion-button {
    background-color: #f9f8f5 !important;
    border-radius: 0.25rem;
}
.accordion .collapse.show,
.accordion .collapsing {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion .card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}
.accordion .card-header {
    background-color: #f9f8f5;
    border: 0;
    padding: 4px;
}
.accordion .card-header .btn-link {
    border-radius: 0;
    display: block;
    padding: 0.5rem 1rem;
    text-align: left;
    width: 100%;
}
.accordion .card-header .btn-link:focus {
    box-shadow: none !important;
    outline: none !important;
}
.accordion .card-header .btn-link:focus-visible {
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 4px #000,
        0 0 0 6px #fff !important;
}
.accordion .card .collapse.show,
.accordion .card .collapsing {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion .card-body {
    background-color: #fff;
    padding: 1rem;
}
.blockline {
    bottom: 0;
    padding: 0 0 0 5px;
    text-align: left;
}
.p-gutter .blockline {
    bottom: 15px;
    width: calc(100% - 30px);
}
.p-huge .blockline {
    bottom: 8rem;
    width: calc(100% - 16rem);
}
.p-0 .blockline {
    bottom: 0;
    width: 100%;
}
.p-1 .blockline {
    bottom: 0.25rem;
    width: calc(100% - 0.5rem);
}
.p-2 .blockline {
    bottom: 0.5rem;
    width: calc(100% - 1rem);
}
.p-3 .blockline {
    bottom: 1rem;
    width: calc(100% - 2rem);
}
.p-4 .blockline {
    bottom: 1.5rem;
    width: calc(100% - 3rem);
}
.p-5 .blockline {
    bottom: 2rem;
    width: calc(100% - 4rem);
}
.p-6 .blockline {
    bottom: 2.5rem;
    width: calc(100% - 5rem);
}
.p-7 .blockline {
    bottom: 3rem;
    width: calc(100% - 6rem);
}
.p-8 .blockline {
    bottom: 3.5rem;
    width: calc(100% - 7rem);
}
.p-9 .blockline {
    bottom: 4rem;
    width: calc(100% - 8rem);
}
.p-10 .blockline {
    bottom: 4.5rem;
    width: calc(100% - 9rem);
}
@media (min-width: 576px) {
    .p-sm-gutter .blockline {
        bottom: 15px;
        width: calc(100% - 30px);
    }
    .p-sm-huge .blockline {
        bottom: 8rem;
        width: calc(100% - 16rem);
    }
    .p-sm-0 .blockline {
        bottom: 0;
        width: 100%;
    }
    .p-sm-1 .blockline {
        bottom: 0.25rem;
        width: calc(100% - 0.5rem);
    }
    .p-sm-2 .blockline {
        bottom: 0.5rem;
        width: calc(100% - 1rem);
    }
    .p-sm-3 .blockline {
        bottom: 1rem;
        width: calc(100% - 2rem);
    }
    .p-sm-4 .blockline {
        bottom: 1.5rem;
        width: calc(100% - 3rem);
    }
    .p-sm-5 .blockline {
        bottom: 2rem;
        width: calc(100% - 4rem);
    }
    .p-sm-6 .blockline {
        bottom: 2.5rem;
        width: calc(100% - 5rem);
    }
    .p-sm-7 .blockline {
        bottom: 3rem;
        width: calc(100% - 6rem);
    }
    .p-sm-8 .blockline {
        bottom: 3.5rem;
        width: calc(100% - 7rem);
    }
    .p-sm-9 .blockline {
        bottom: 4rem;
        width: calc(100% - 8rem);
    }
    .p-sm-10 .blockline {
        bottom: 4.5rem;
        width: calc(100% - 9rem);
    }
}
@media (min-width: 768px) {
    .p-md-gutter .blockline {
        bottom: 15px;
        width: calc(100% - 30px);
    }
    .p-md-huge .blockline {
        bottom: 8rem;
        width: calc(100% - 16rem);
    }
    .p-md-0 .blockline {
        bottom: 0;
        width: 100%;
    }
    .p-md-1 .blockline {
        bottom: 0.25rem;
        width: calc(100% - 0.5rem);
    }
    .p-md-2 .blockline {
        bottom: 0.5rem;
        width: calc(100% - 1rem);
    }
    .p-md-3 .blockline {
        bottom: 1rem;
        width: calc(100% - 2rem);
    }
    .p-md-4 .blockline {
        bottom: 1.5rem;
        width: calc(100% - 3rem);
    }
    .p-md-5 .blockline {
        bottom: 2rem;
        width: calc(100% - 4rem);
    }
    .p-md-6 .blockline {
        bottom: 2.5rem;
        width: calc(100% - 5rem);
    }
    .p-md-7 .blockline {
        bottom: 3rem;
        width: calc(100% - 6rem);
    }
    .p-md-8 .blockline {
        bottom: 3.5rem;
        width: calc(100% - 7rem);
    }
    .p-md-9 .blockline {
        bottom: 4rem;
        width: calc(100% - 8rem);
    }
    .p-md-10 .blockline {
        bottom: 4.5rem;
        width: calc(100% - 9rem);
    }
}
@media (min-width: 992px) {
    .p-lg-gutter .blockline {
        bottom: 15px;
        width: calc(100% - 30px);
    }
    .p-lg-huge .blockline {
        bottom: 8rem;
        width: calc(100% - 16rem);
    }
    .p-lg-0 .blockline {
        bottom: 0;
        width: 100%;
    }
    .p-lg-1 .blockline {
        bottom: 0.25rem;
        width: calc(100% - 0.5rem);
    }
    .p-lg-2 .blockline {
        bottom: 0.5rem;
        width: calc(100% - 1rem);
    }
    .p-lg-3 .blockline {
        bottom: 1rem;
        width: calc(100% - 2rem);
    }
    .p-lg-4 .blockline {
        bottom: 1.5rem;
        width: calc(100% - 3rem);
    }
    .p-lg-5 .blockline {
        bottom: 2rem;
        width: calc(100% - 4rem);
    }
    .p-lg-6 .blockline {
        bottom: 2.5rem;
        width: calc(100% - 5rem);
    }
    .p-lg-7 .blockline {
        bottom: 3rem;
        width: calc(100% - 6rem);
    }
    .p-lg-8 .blockline {
        bottom: 3.5rem;
        width: calc(100% - 7rem);
    }
    .p-lg-9 .blockline {
        bottom: 4rem;
        width: calc(100% - 8rem);
    }
    .p-lg-10 .blockline {
        bottom: 4.5rem;
        width: calc(100% - 9rem);
    }
}
@media (min-width: 1200px) {
    .p-xl-gutter .blockline {
        bottom: 15px;
        width: calc(100% - 30px);
    }
    .p-xl-huge .blockline {
        bottom: 8rem;
        width: calc(100% - 16rem);
    }
    .p-xl-0 .blockline {
        bottom: 0;
        width: 100%;
    }
    .p-xl-1 .blockline {
        bottom: 0.25rem;
        width: calc(100% - 0.5rem);
    }
    .p-xl-2 .blockline {
        bottom: 0.5rem;
        width: calc(100% - 1rem);
    }
    .p-xl-3 .blockline {
        bottom: 1rem;
        width: calc(100% - 2rem);
    }
    .p-xl-4 .blockline {
        bottom: 1.5rem;
        width: calc(100% - 3rem);
    }
    .p-xl-5 .blockline {
        bottom: 2rem;
        width: calc(100% - 4rem);
    }
    .p-xl-6 .blockline {
        bottom: 2.5rem;
        width: calc(100% - 5rem);
    }
    .p-xl-7 .blockline {
        bottom: 3rem;
        width: calc(100% - 6rem);
    }
    .p-xl-8 .blockline {
        bottom: 3.5rem;
        width: calc(100% - 7rem);
    }
    .p-xl-9 .blockline {
        bottom: 4rem;
        width: calc(100% - 8rem);
    }
    .p-xl-10 .blockline {
        bottom: 4.5rem;
        width: calc(100% - 9rem);
    }
}
@media (min-width: 1400px) {
    .p-xxl-gutter .blockline {
        bottom: 15px;
        width: calc(100% - 30px);
    }
    .p-xxl-huge .blockline {
        bottom: 8rem;
        width: calc(100% - 16rem);
    }
    .p-xxl-0 .blockline {
        bottom: 0;
        width: 100%;
    }
    .p-xxl-1 .blockline {
        bottom: 0.25rem;
        width: calc(100% - 0.5rem);
    }
    .p-xxl-2 .blockline {
        bottom: 0.5rem;
        width: calc(100% - 1rem);
    }
    .p-xxl-3 .blockline {
        bottom: 1rem;
        width: calc(100% - 2rem);
    }
    .p-xxl-4 .blockline {
        bottom: 1.5rem;
        width: calc(100% - 3rem);
    }
    .p-xxl-5 .blockline {
        bottom: 2rem;
        width: calc(100% - 4rem);
    }
    .p-xxl-6 .blockline {
        bottom: 2.5rem;
        width: calc(100% - 5rem);
    }
    .p-xxl-7 .blockline {
        bottom: 3rem;
        width: calc(100% - 6rem);
    }
    .p-xxl-8 .blockline {
        bottom: 3.5rem;
        width: calc(100% - 7rem);
    }
    .p-xxl-9 .blockline {
        bottom: 4rem;
        width: calc(100% - 8rem);
    }
    .p-xxl-10 .blockline {
        bottom: 4.5rem;
        width: calc(100% - 9rem);
    }
}
.blockline .h1,
.blockline h1 {
    box-shadow:
        5px 0 0 #fff,
        -5px 0 0 #fff;
    font-size: 1.875rem;
    line-height: 3.124875rem;
    padding: 5px 0;
}
@media (max-width: 575.98px) {
    .blockline .h1,
    .blockline h1 {
        font-size: 1.5rem;
        line-height: 2;
    }
}
@media (min-width: 1200px) {
    .blockline .h1,
    .blockline h1 {
        box-shadow:
            5px 0 0 #fff,
            -5px 0 0 #fff;
        font-size: 2.625rem;
        line-height: 3.9375rem;
        padding: 5px 0;
    }
    .masonry-tile-md .blockline .h1,
    .masonry-tile-md .blockline h1 {
        box-shadow:
            5px 0 0 #fff,
            -5px 0 0 #fff;
        font-size: 1.875rem;
        line-height: 3.124875rem;
        padding: 5px 0;
    }
    .masonry-tile-sm .blockline .h1,
    .masonry-tile-sm .blockline h1 {
        box-shadow:
            5px 0 0 #fff,
            -5px 0 0 #fff;
        font-size: 1.5rem;
        line-height: 2.7rem;
        padding: 5px 0;
    }
}
.blockline .h2,
.blockline h2 {
    box-shadow:
        5px 0 0 #fff,
        -5px 0 0 #fff;
    font-size: 1.875rem;
    line-height: 3.124875rem;
    padding: 5px 0;
}
.blockline .h3,
.blockline h3 {
    box-shadow:
        5px 0 0 #fff,
        -5px 0 0 #fff;
    font-size: 1.5rem;
    line-height: 2.7rem;
    padding: 5px 0;
}
.blockline .h4,
.blockline h4 {
    box-shadow:
        5px 0 0 #fff,
        -5px 0 0 #fff;
    font-size: 1.3125rem;
    line-height: 2.3625rem;
    padding: 3px 0;
}
.blockline .h5,
.blockline h5 {
    box-shadow:
        5px 0 0 #fff,
        -5px 0 0 #fff;
    font-size: 1.25rem;
    line-height: 2.25rem;
    padding: 5px 0;
}
.blockline .h6,
.blockline h6 {
    box-shadow:
        5px 0 0 #fff,
        -5px 0 0 #fff;
    font-size: 1.0625rem;
    line-height: 1.9125rem;
    padding: 5px 0;
}
.blockline .h1,
.blockline .h2,
.blockline .h3,
.blockline .h4,
.blockline .h5,
.blockline .h6,
.blockline h1,
.blockline h2,
.blockline h3,
.blockline h4,
.blockline h5,
.blockline h6,
.blockline p {
    display: inline;
    font-family: lora, serif;
    text-align: left;
}
.blockline .h1 .a,
.blockline .h1 a,
.blockline .h2 .a,
.blockline .h2 a,
.blockline .h3 .a,
.blockline .h3 a,
.blockline .h4 .a,
.blockline .h4 a,
.blockline .h5 .a,
.blockline .h5 a,
.blockline .h6 .a,
.blockline .h6 a,
.blockline h1 .a,
.blockline h1 a,
.blockline h2 .a,
.blockline h2 a,
.blockline h3 .a,
.blockline h3 a,
.blockline h4 .a,
.blockline h4 a,
.blockline h5 .a,
.blockline h5 a,
.blockline h6 .a,
.blockline h6 a,
.blockline p .a,
.blockline p a {
    background-color: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow:
        5px 0 0 #fff,
        -5px 0 0 #fff;
    line-height: 2.125rem;
    padding: 5px 3px;
}
.box-toggle-control {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f0eee5;
    border: 0;
    color: #875e29;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    text-align: left;
    width: 100%;
}
.box-toggle-content {
    padding: 1rem;
}
@media (min-width: 992px) {
    .box-toggle-content {
        border: 1px solid #e2ddcb;
        padding: 1rem 2rem;
    }
}
.breadcrumb-item {
    max-width: 100%;
    padding-right: 0.5rem;
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .breadcrumb-item {
        font-size: 0.9rem;
        line-height: 1.7rem;
    }
    .breadcrumb-item:nth-last-of-type(2):after {
        display: none;
    }
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}
.calendar-date-box {
    align-self: start;
    background: #22458a;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 80px;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 80px;
}
@media (min-width: 992px) {
    .calendar-date-box {
        height: 80px;
        width: 80px;
    }
}
.calendar-date-box .h1,
.calendar-date-box h1,
.calendar-date-box p {
    margin: 0;
}
.calendar-date-box p {
    font-size: 0.9375rem;
}
.calendar-card {
    display: flex;
}
.calendar-card-img img {
    height: auto;
    max-height: 80px;
    max-width: 80px;
    width: auto;
}
.calendar-card-text {
    padding-left: 1rem;
}
.calendar-card-category {
    text-transform: uppercase;
}
.calendar-card-meta {
    font-size: 0.9375rem;
}
.calendar-card-date {
    font-weight: 500;
}
.calendar-card-title {
    color: #875e29;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.carousel .sr-only {
    color: #000;
}
.carousel-controls {
    z-index: 100;
}
.carousel-controls-container {
    bottom: 0;
    min-width: 80px;
    position: absolute;
    right: 0;
    width: 10%;
    z-index: 150;
}
.carousel-controls-pause,
.carousel-controls-play {
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 80px;
    min-width: 80px;
    opacity: 0.85;
    width: 100%;
}
.carousel-controls-pause:hover,
.carousel-controls-play:hover {
    opacity: 1;
}
.carousel-controls-pause {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2240%22%20width%3D%2240%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20fill%3D%22%234d4c44%22%20fill-opacity%3D%22.3%22%20r%3D%2220%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M20%201.29a18.71%2018.71%200%201%201%200%2037.42%2018.71%2018.71%200%200%201%200-37.42zM20%200a20%2020%200%201%200%200%2040%2020%2020%200%200%200%200-40z%22%2F%3E%3Cpath%20d%3D%22M28.33%2012.36v15.28c0%20.19-.06.35-.2.49a.63.63%200%200%201-.46.2h-5.34a.63.63%200%200%201-.47-.2.68.68%200%200%201-.2-.5V12.37c0-.19.07-.35.2-.49.14-.13.3-.2.47-.2h5.34a.68.68%200%200%201%20.67.7zm-10%200v15.28c0%20.19-.06.35-.2.49a.63.63%200%200%201-.46.2h-5.34a.63.63%200%200%201-.47-.2.68.68%200%200%201-.2-.5V12.37c0-.19.07-.35.2-.49.14-.13.3-.2.47-.2h5.34a.68.68%200%200%201%20.67.7z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}
.carousel-controls-play {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2240%22%20width%3D%2240%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20fill%3D%22%234d4c44%22%20fill-opacity%3D%22.3%22%20r%3D%2220%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M20%201.29a18.71%2018.71%200%201%201%200%2037.42%2018.71%2018.71%200%200%201%200-37.42zM20%200a20%2020%200%201%200%200%2040%2020%2020%200%200%200%200-40z%22%2F%3E%3Cpath%20d%3D%22M29.75%2020.33L15.6%2028.25c-.17.1-.3.1-.42.04s-.18-.2-.18-.39V12.1c0-.19.06-.32.18-.39.11-.07.25-.06.42.04l14.15%207.92c.17.09.25.2.25.33s-.08.24-.25.33z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}
.carousel-item {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    height: 320px;
    perspective: inherit;
}
@media (min-width: 768px) {
    .carousel-item {
        height: 480px;
    }
}
@media (min-width: 992px) {
    .carousel-item {
        height: 600px;
    }
}
@media (min-width: 1200px) {
    .carousel-item {
        height: 720px;
    }
}
.carousel-item .col,
.carousel-item .col > .a,
.carousel-item .col > a,
.carousel-item .row {
    height: 100%;
    width: 100%;
}
.carousel-indicators {
    bottom: 0;
}
@media (min-width: 768px) {
    .carousel-indicators {
        bottom: 10px;
    }
}
.carousel-indicators li {
    cursor: pointer;
    height: 4px !important;
}
.carousel-img-container {
    display: block;
    height: 100%;
    min-height: 1px;
    width: 100%;
}
.carousel-img {
    display: block;
    font-family: "object-fit:cover", "object-fit: cover;";
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}
.nav-block:hover .carousel-img {
    opacity: 0.85;
}
.carousel-caption {
    bottom: 40px;
    margin: 0 auto;
    max-width: calc(100% - 100px);
    padding: 0;
    text-align: left;
    width: 80%;
}
@media (min-width: 768px) {
    .carousel-caption {
        bottom: 60px;
    }
}
.carousel-caption p {
    display: inline;
    font-family: lora, serif;
    text-align: left;
}
.carousel-caption p .a,
.carousel-caption p a {
    background-color: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow:
        5px 0 0 #fff,
        -5px 0 0 #fff;
    font-size: 1.0625rem;
    line-height: 2.125rem;
    padding: 5px 3px;
}
@media (min-width: 576px) {
    .carousel-caption p .a,
    .carousel-caption p a {
        box-shadow:
            5px 0 0 #fff,
            -5px 0 0 #fff;
        font-size: 1.5rem;
        line-height: 2.7rem;
        padding: 3px;
    }
}
@media (min-width: 768px) {
    .carousel-caption p .a,
    .carousel-caption p a {
        box-shadow:
            5px 0 0 #fff,
            -5px 0 0 #fff;
        font-size: 1.875rem;
        line-height: 3.124875rem;
        padding: 5px;
    }
}
@media (min-width: 992px) {
    .carousel-caption p .a,
    .carousel-caption p a {
        box-shadow:
            5px 0 0 #fff,
            -5px 0 0 #fff;
        font-size: 2.625rem;
        line-height: 3.9375rem;
        padding: 5px;
    }
}
.carousel-control-next,
.carousel-control-prev {
    min-width: 50px;
}
.carousel-controls > div:focus,
.carousel-inner:focus {
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 4px #000,
        0 0 0 6px #fff;
    outline: none;
}
.circle-progress {
    align-items: center;
    display: flex;
    height: 120px;
    justify-content: center;
    line-height: 1;
    width: 120px;
}
.circle-progress-value {
    font-family: lora, serif;
    font-size: 1.25rem;
    font-weight: 500;
}
.circle-progress canvas {
    position: absolute;
}
.container-fill {
    margin-left: -15px;
    margin-right: -15px;
}
.dropdown-hover .dropdown-toggle:hover {
    text-decoration: underline;
}
.dropdown-hover .dropdown-toggle:after {
    display: none;
}
.dropdown-item,
.dropdown-item:hover {
    background: none;
}
.dropdown-item.active {
    font-weight: 400 !important;
}
.dropdown-item.active:hover {
    background: none;
    color: #4d4c44;
}
.dropdown-hover:focus-within .dropdown-menu,
.dropdown-hover:hover .dropdown-menu {
    display: block !important;
}
.dropdown-menu-start {
    left: 0;
    right: auto;
}
.dropdown-menu-end {
    left: auto;
    right: 0;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        left: 0;
        right: auto;
    }
    .dropdown-menu-sm-end {
        left: auto;
        right: 0;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        left: 0;
        right: auto;
    }
    .dropdown-menu-md-end {
        left: auto;
        right: 0;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        left: 0;
        right: auto;
    }
    .dropdown-menu-lg-end {
        left: auto;
        right: 0;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        left: 0;
        right: auto;
    }
    .dropdown-menu-xl-end {
        left: auto;
        right: 0;
    }
}
@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        left: 0;
        right: auto;
    }
    .dropdown-menu-xxl-end {
        left: auto;
        right: 0;
    }
}
.expand-content {
    padding: 2rem;
}
.expand-content :last-child {
    margin-bottom: 0;
}
.expand-content-body {
    display: none;
    padding-top: 2rem;
}
.expand-control {
    background: hsla(0, 0%, 100%, 0.5);
    border-width: 0;
    cursor: pointer;
    font-weight: 400;
    padding: 1rem 2rem;
    text-align: center;
    width: 100%;
}
.expand-closed {
    display: initial;
}
.expand-open,
.expand-show .expand-closed {
    display: none;
}
.expand-show .expand-open {
    display: initial;
}
.expand-fallback {
    color: #4d4c44;
    text-decoration: none;
}
.event-title {
    display: flex;
    flex-direction: column;
}
.event-title__date {
    position: absolute;
}
.event-title__meta {
    display: flex;
    margin-left: calc(80px + 1rem);
}
@media (max-width: 575.98px) {
    .event-title__meta {
        margin-left: calc(80px + 1rem);
    }
}
.event-title__heading {
    margin-left: calc(80px + 1rem);
}
@media (max-width: 575.98px) {
    .event-title__heading {
        margin-left: calc(80px + 1rem);
    }
}
@media (max-width: 767.98px) {
    .event-title__heading .h1,
    .event-title__heading h1 {
        font-size: 1.75rem;
    }
}
.footer {
    background: #4d4c44;
    color: #fff;
    font-size: 0.9375rem;
    line-height: 1.5;
    overflow-x: hidden;
    padding: 2rem 0 0;
}
.footer-logo {
    height: auto;
    max-height: 160px;
    max-width: 100%;
    width: auto;
}
.footer-partner {
    height: auto;
    max-height: 54px;
    max-width: 130px;
    width: auto;
}
@media (max-width: 1024px) {
    .offset-md-3-maw {
        margin-left: 7%;
    }
}
.form-check-input:active {
    background-color: #dbb788;
    border-color: #dbb788;
    filter: none;
}
.form-check-label {
    margin-bottom: 0;
}
.form-control::-moz-placeholder {
    font-style: italic;
    line-height: normal;
}
.form-control::placeholder {
    font-style: italic;
    line-height: normal;
}
.form-control-file:focus-visible {
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 4px #000,
        0 0 0 6px #fff !important;
    outline: none;
}
.form-control-sm {
    height: calc(1.90625rem + 2px);
}
.form-control-lg {
    height: calc(2.875rem + 2px);
}
.form-select {
    border-radius: 0.25rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    border-radius: 0;
    font-size: 0.9375rem;
    line-height: 1.5 !important;
    padding: 0.25rem 0.5rem;
}
.input-group-round .btn,
.input-group-round .form-control,
.input-group-round .form-control-lg,
.input-group-round .form-control-sm,
.input-group-round .input-group-text,
.input-group-round > .input-group-append > .btn,
.input-group-round > .input-group-append > .input-group-text,
.input-group-round > .input-group-prepend > .btn,
.input-group-round > .input-group-prepend > .input-group-text {
    border-radius: 100rem;
}
.input-group-round > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-round > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group-round > .input-group-append:not(:last-child) > .btn,
.input-group-round > .input-group-append:not(:last-child) > .input-group-text,
.input-group-round > .input-group-prepend > .btn,
.input-group-round > .input-group-prepend > .input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-round > .input-group-append > .btn,
.input-group-round > .input-group-append > .input-group-text,
.input-group-round > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group-round > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group-round > .input-group-prepend:not(:first-child) > .btn,
.input-group-round > .input-group-prepend:not(:first-child) > .input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
fieldset legend {
    font-size: 1.0625rem;
    font-weight: 500;
}
@media (min-width: 992px) {
    .header-search-form {
        display: none !important;
    }
}
.nav-header-main .nav-item {
    border-bottom: 2px solid transparent;
}
.nav-header-main .nav-item.active {
    border-color: #4d4c44;
}
.nav-header-main .active .nav-link {
    color: var(--bs-nav-link-color); /*#4d4c44;*/
}
.title-with-sub .h1,
.title-with-sub h1,
.title-with-sub-blue .h1,
.title-with-sub-blue h1 {
    border-bottom-style: solid;
    border-width: 1px;
    padding-bottom: 0.25rem;
}
.hero {
    overflow: hidden;
    width: 100%;
}
.hero,
.hero .img-bg {
    position: relative;
}
@media (min-width: 992px) {
    .hero .img-bg {
        display: block;
    }
}
.hero-img {
    display: flex;
    flex-direction: column;
}
@media (min-width: 992px) {
    .hero-img {
        display: block;
        height: 100%;
        max-height: 450px;
    }
}
.hero-img-reverse {
    flex-direction: column-reverse;
}
.hero-title {
    margin: 0;
    padding: 0;
    position: relative;
}
@media (min-width: 992px) {
    .hero-title {
        margin: 0 0 1rem;
    }
}
.hero-img .hero-title {
    margin: 2rem 0;
}
@media (min-width: 992px) {
    .hero-img .hero-title {
        background: #fff;
        bottom: 0;
        left: 0;
        margin: 2rem;
        padding: 1rem 2rem;
        position: absolute;
    }
}
.hero-img-reverse .hero-title {
    margin: 0 0 2rem;
}
@media (min-width: 992px) {
    .hero-img-reverse .hero-title {
        margin: 2rem;
    }
}
.hero-title .h1,
.hero-title h1 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 0;
}
@media (min-width: 992px) {
    .hero-title .h1,
    .hero-title h1 {
        font-size: 2.375rem;
    }
}
.hero-title p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.1;
    margin: 1rem 0 0;
    text-transform: uppercase;
}
img:not(.map-container img):focus {
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 4px #000,
        0 0 0 6px #fff !important;
    outline: none;
}
.img-bg {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.nav-block:hover .img-bg {
    opacity: 0.85;
}
@media (min-width: 992px) {
    .img-bg {
        position: relative;
    }
}
.img-bg img {
    font-family: "object-fit:cover";
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.nav-block:hover .img-navblock-fade {
    opacity: 0.85;
}
.img-fit {
    display: block;
    font-family: "object-fit:cover", "object-fit: cover;";
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}
.img-hero-container {
    height: 50vw;
    max-height: 450px;
}
@media (min-width: 768px) {
    .img-hero-container {
        height: 44vw;
    }
}
@media (min-width: 1200px) {
    .img-hero-container {
        height: 37vw;
    }
}
.img-staff-list {
    display: block;
    font-family: "object-fit:cover", "object-fit: cover;";
    height: 160px;
    min-height: 160px;
    min-width: 152px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 152px !important;
}
@media (min-width: 992px) {
    .img-staff-list {
        display: block;
        font-family: "object-fit:cover", "object-fit: cover;";
        height: 200px;
        min-height: 200px;
        min-width: 190px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 190px !important;
    }
}
.img-staff-detail {
    display: block;
    font-family: "object-fit:cover", "object-fit: cover;";
    height: 160px;
    min-height: 160px;
    min-width: 152px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 152px !important;
}
@media (min-width: 992px) {
    .img-staff-detail {
        display: block;
        font-family: "object-fit:cover", "object-fit: cover;";
        height: 240px;
        min-height: 240px;
        min-width: 190px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 190px !important;
    }
}
.infobox {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 2rem;
    padding: 2rem;
    word-break: break-word;
}
.infobox.language-switch {
    padding: 0 2rem 2rem;
}
.list-item {
    display: flex;
    margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
    .list-item-card {
        background-color: #f9f8f5;
        flex-direction: column;
    }
}
.list-item-img {
    margin-right: 1rem;
}
@media (max-width: 575.98px) {
    .list-item-card .list-item-img {
        margin-right: 0;
    }
}
.list-item-img img {
    min-width: 190px;
    width: 190px !important;
}
.list-item-img img,
.list-item-square .list-item-img img {
    display: block;
    font-family: "object-fit:cover", "object-fit: cover;";
    height: 125px;
    min-height: 125px;
    -o-object-fit: cover;
    object-fit: cover;
}
.list-item-square .list-item-img img {
    min-width: 125px;
    width: 125px !important;
}
@media (max-width: 575.98px) {
    .list-item-card .list-item-img img {
        display: block;
        font-family: "object-fit:cover", "object-fit: cover;";
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100% !important;
    }
}
.list-item-body {
    overflow: hidden;
    position: relative;
}
@media (max-width: 575.98px) {
    .list-item-card .list-item-body {
        padding: 1rem;
    }
    .list-item-card .list-item-body p {
        display: none;
    }
}
.list-item-lined {
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    margin: -1px 0 0;
    padding: 1rem 0;
}
.list {
    padding-left: 2rem;
}
.list li {
    margin-bottom: 0.25rem;
    padding-left: 0.25rem;
}
ol.list {
    -webkit-padding-start: 2rem;
    padding-left: 2rem !important;
}
.list.nav,
.list.nav-accordion,
.list.navbar-nav {
    margin-bottom: 0;
}
.list.nav li,
.list.nav-accordion li,
.list.navbar-nav li {
    margin-bottom: 0;
    padding-left: 0;
}
.header-logo {
    align-items: center;
    display: flex;
    height: 100%;
}
.header-logo img {
    display: block;
}
.header-logo-ehl img {
    min-height: 64px;
    min-width: 153px;
}
.header-logo-institution img {
    max-height: 100px;
    min-height: 64px;
}
@media (max-width: 991.98px) {
    .header-logo img {
        max-height: 72px;
    }
}
@media (max-width: 1024px) {
    .medarbetarweb-title {
        font-size: 5vw;
    }
    .medarbetarweb-sub {
        font-size: 2vw;
    }
}
/*.main {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
@media (min-width: 992px) {
    .main {
        margin-bottom: 3.5rem;
        margin-top: 3.5rem;
    }
}*/
.map {
    height: 100%;
    width: 100%;
}
.map-container {
    height: 80vw;
    position: relative;
    width: 100%;
}
@media (min-width: 576px) {
    .map-container {
        height: 60vw;
    }
}
@media (min-width: 768px) {
    .map-container {
        height: 50vw;
    }
}
@media (min-width: 992px) {
    .map-container {
        height: 40vw;
    }
}
@media (min-width: 1200px) {
    .map-container {
        height: 33vw;
    }
}
.masonry {
    display: flex;
    height: auto;
    left: 0;
    top: 0;
    width: calc(100% + 0.53125rem);
}
@media (min-width: 992px) {
    .masonry {
        height: 100%;
        position: absolute;
        width: calc(100% + 1.0625rem);
    }
    .masonry .masonry-col-5 {
        width: 5%;
    }
    .masonry .masonry-row-5 {
        height: 5%;
    }
    .masonry .masonry-col-10 {
        width: 10%;
    }
    .masonry .masonry-row-10 {
        height: 10%;
    }
    .masonry .masonry-col-15 {
        width: 15%;
    }
    .masonry .masonry-row-15 {
        height: 15%;
    }
    .masonry .masonry-col-20 {
        width: 20%;
    }
    .masonry .masonry-row-20 {
        height: 20%;
    }
    .masonry .masonry-col-25 {
        width: 25%;
    }
    .masonry .masonry-row-25 {
        height: 25%;
    }
    .masonry .masonry-col-30 {
        width: 30%;
    }
    .masonry .masonry-row-30 {
        height: 30%;
    }
    .masonry .masonry-col-35 {
        width: 35%;
    }
    .masonry .masonry-row-35 {
        height: 35%;
    }
    .masonry .masonry-col-40 {
        width: 40%;
    }
    .masonry .masonry-row-40 {
        height: 40%;
    }
    .masonry .masonry-col-45 {
        width: 45%;
    }
    .masonry .masonry-row-45 {
        height: 45%;
    }
    .masonry .masonry-col-50 {
        width: 50%;
    }
    .masonry .masonry-row-50 {
        height: 50%;
    }
    .masonry .masonry-col-55 {
        width: 55%;
    }
    .masonry .masonry-row-55 {
        height: 55%;
    }
    .masonry .masonry-col-60 {
        width: 60%;
    }
    .masonry .masonry-row-60 {
        height: 60%;
    }
    .masonry .masonry-col-65 {
        width: 65%;
    }
    .masonry .masonry-row-65 {
        height: 65%;
    }
    .masonry .masonry-col-70 {
        width: 70%;
    }
    .masonry .masonry-row-70 {
        height: 70%;
    }
    .masonry .masonry-col-75 {
        width: 75%;
    }
    .masonry .masonry-row-75 {
        height: 75%;
    }
    .masonry .masonry-col-80 {
        width: 80%;
    }
    .masonry .masonry-row-80 {
        height: 80%;
    }
    .masonry .masonry-col-85 {
        width: 85%;
    }
    .masonry .masonry-row-85 {
        height: 85%;
    }
    .masonry .masonry-col-90 {
        width: 90%;
    }
    .masonry .masonry-row-90 {
        height: 90%;
    }
    .masonry .masonry-col-95 {
        width: 95%;
    }
    .masonry .masonry-row-95 {
        height: 95%;
    }
    .masonry .masonry-col-100 {
        width: 100%;
    }
    .masonry .masonry-row-100 {
        height: 100%;
    }
}
.masonry-container {
    margin: 0 -0.265625rem;
    position: relative;
    width: 100%;
    z-index: 1;
}
@media (min-width: 992px) {
    .masonry-container {
        margin: 0 -0.53125rem;
        padding-top: 100%;
    }
    .masonry-container-1by1 {
        padding-top: 100%;
    }
    .masonry-container-4by3 {
        padding-top: 75%;
    }
    .masonry-container-16by9 {
        padding-top: 56.25%;
    }
    .masonry-container-3by2 {
        padding-top: 66.6666666667%;
    }
    .masonry-container-8by5 {
        padding-top: 62.5%;
    }
    .masonry-container-2by1 {
        padding-top: 50%;
    }
}
.masonry-col,
.masonry-row {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
@media (min-width: 992px) {
    .masonry-col,
    .masonry-row {
        flex-direction: row;
    }
}
.masonry-row .masonry-cols {
    width: 100%;
}
.masonry-cols,
.masonry-rows {
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media (min-width: 992px) {
    .masonry-cols,
    .masonry-rows {
        flex-direction: row;
    }
}
.masonry-col,
.masonry-rows {
    flex-direction: column;
}
.masonry-tile {
    border: 0.265625rem solid transparent;
    flex: 1;
    height: 100%;
    position: relative;
    width: 100%;
}
@media (min-width: 992px) {
    .masonry-tile {
        border-width: 0.53125rem;
    }
}
.masonry-tile-img,
.masonry-tile > * {
    height: 100%;
    width: 100%;
}
.masonry-tile-img {
    min-height: 15rem;
    position: relative;
}
@media (min-width: 992px) {
    .masonry-tile-img {
        min-height: auto;
    }
}
.masonry-tile-img-bg {
    height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}
.nav-block:hover .masonry-tile-img-bg {
    opacity: 0.85;
}
.masonry-tile-img-bg img {
    display: block;
    font-family: "object-fit:cover", "object-fit: cover;";
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}
.masonry-tile-video-bg {
    height: 100%;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: -1;
}
.masonry-tile-video-bg video {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.nav-block:hover .masonry-tile-video-bg video {
    opacity: 0.85;
}
.masonry-tile-img-content {
    bottom: 1rem;
    padding: 0 1rem;
    position: absolute;
}
@media (min-width: 1200px) {
    .masonry-tile-img-content {
        bottom: 2rem;
        padding: 0 2rem;
    }
}
@media (min-width: 992px) {
    .masonry-tile-sm .h2,
    .masonry-tile-sm h2 {
        font-size: 1.3125rem;
    }
    .masonry-tile-md .h2,
    .masonry-tile-md h2 {
        font-size: 1.96875rem;
    }
}
.mobile-nav-bar {
    display: flex;
    height: 43px;
    overflow: hidden;
    white-space: nowrap;
}
.mobile-nav-bar .nav-item {
    border-bottom: 2px solid transparent;
    height: 43px;
    margin-right: 0.5rem;
}
.mobile-nav-bar .nav-item.active {
    border-bottom: 2px solid #a3a197;
}
.mobile-nav-bar .active .nav-link {
    color: #4d4c44;
}
.mobile-nav {
    border-top: 1px solid #dee2e6;
    list-style: none;
    padding: 0;
}
.mobile-nav-root {
    background-color: #4d4c44;
}
.mobile-nav-container {
    border-bottom: 1px solid;
    display: flex;
    padding: 0;
}
.mobile-nav-root .mobile-nav-container,
.mobile-nav-root .mobile-nav-toggle {
    border-color: rgba(222, 226, 230, 0.25);
}
.mobile-nav:not(.mobile-nav-root) .mobile-nav-container,
.mobile-nav:not(.mobile-nav-root) .mobile-nav-toggle {
    border-color: #dee2e6;
}
.mobile-nav:not(.mobile-nav-root) .mobile-nav-item {
    padding-left: 8px;
}
.mobile-nav-root .nav-link {
    color: #fff;
}
.mobile-nav-root .mobile-nav {
    background-color: #fff;
    border: 0;
}
.mobile-nav-root .mobile-nav .mobile-nav {
    background-color: hsla(47, 28%, 84%, 0.2);
}
.mobile-nav-root .mobile-nav .mobile-nav .mobile-nav {
    background-color: hsla(47, 28%, 84%, 0.3);
}
.mobile-nav-root .mobile-nav .mobile-nav .mobile-nav .mobile-nav {
    background-color: hsla(47, 28%, 84%, 0.4);
}
.mobile-nav-root .mobile-nav .mobile-nav .mobile-nav .mobile-nav .mobile-nav {
    background-color: hsla(47, 28%, 84%, 0.5);
}
.mobile-nav .nav-divider,
.mobile-nav .nav-link {
    display: block;
    flex-grow: 1;
    padding: 1rem;
    width: 100%;
}
.mobile-nav-toggle {
    border-left: 1px solid;
    flex-shrink: 1;
    padding: 1rem;
    width: auto;
}
.mobile-nav-root .mobile-nav-toggle,
.mobile-nav-root .nav-link {
    color: #fff;
}
.mobile-nav-root .mobile-nav .mobile-nav-toggle,
.mobile-nav-root .mobile-nav .nav-link {
    color: #875e29;
}
.mobile-nav .nav-link.active {
    border-left: 6px solid;
    font-weight: 500;
}
.mobile-nav .nav-link.active:hover {
    text-decoration: inherit;
}
.mobile-nav-root .nav-link.active {
    border-color: #fff;
    color: #fff;
}
.mobile-nav:not(.mobile-nav-root) .nav-link.active {
    border-color: #875e29;
    color: #000;
}
.meta {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
    .meta {
        letter-spacing: 0.5px;
    }
}
.meta-date {
    font-weight: 500;
}
.meta-category {
    display: inline;
}
.meta-category:before {
    content: "  |  ";
    margin: 0.25rem;
}
.pagination {
    max-width: 100%;
}
.page-item {
    margin-left: 10px;
    text-align: center;
}
.page-item:first-child {
    margin-left: 0;
}
.page-item .page-icon {
    margin: 0;
}
@media (min-width: 768px) {
    .page-item:first-child .page-icon {
        margin-right: 0.75rem;
    }
    .page-item:last-child .page-icon {
        margin-left: 0.75rem;
    }
}
@media (max-width: 767.98px) {
    .page-label {
        display: none;
    }
}
.page-link {
    text-decoration: none;
    white-space: nowrap;
}
.page-text {
    border: 1px solid transparent;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    position: relative;
}
.pagination-lg .page-text {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0.75rem 1.5rem;
}
@media (min-width: 768px) {
    .pagination-lg .page-item:first-child.page-icon {
        margin-right: 1.5rem;
    }
    .pagination-lg .page-item:last-child .page-icon {
        margin-left: 1.5rem;
    }
}
.pagination-sm .page-text {
    font-size: 0.9375rem;
    line-height: 1.5;
    padding: 0.33rem 0.85rem;
}
@media (min-width: 768px) {
    .pagination-sm .page-item:first-child.page-icon {
        margin-right: 0.85rem;
    }
    .pagination-sm .page-item:last-child .page-icon {
        margin-left: 0.85rem;
    }
}
.header-search-container {
    max-width: 36rem !important;
}
.header-search-container--institution {
    max-width: 26rem !important;
}
.header-search-container .form-control-sm,
.header-search-container .input-group-sm > .form-control,
.header-search-container .input-group-sm > .input-group-append > .btn,
.header-search-container .input-group-sm > .input-group-append > .input-group-text,
.header-search-container .input-group-sm > .input-group-prepend > .btn,
.header-search-container .input-group-sm > .input-group-prepend > .input-group-text,
.header-search-form .form-control-sm,
.header-search-form .input-group-sm > .form-control,
.header-search-form .input-group-sm > .input-group-append > .btn,
.header-search-form .input-group-sm > .input-group-append > .input-group-text,
.header-search-form .input-group-sm > .input-group-prepend > .btn,
.header-search-form .input-group-sm > .input-group-prepend > .input-group-text {
    line-height: normal;
}
.nav-accordion {
    border-top: 1px solid #dee2e6;
    list-style: none;
    padding: 0;
}
.nav-accordion .nav-accordion {
    border: 0;
}
.nav-accordion li {
    padding: 0;
}
.nav-accordion .nav-divider,
.nav-accordion .nav-link {
    border-bottom: 1px solid #dee2e6;
    display: block;
    padding: 0.25rem 1rem;
}
.nav-accordion li li .nav-link {
    padding-left: 2rem;
}
.nav-accordion li li .nav-link.active {
    padding-left: 1.75rem;
}
.nav-accordion li li li .nav-link {
    padding-left: 3rem;
}
.nav-accordion li li li .nav-link.active {
    padding-left: 2.75rem;
}
.nav-accordion li li li li .nav-link {
    padding-left: 4rem;
}
.nav-accordion li li li li .nav-link.active {
    padding-left: 3.75rem;
}
.nav-accordion li li li li li .nav-link {
    padding-left: 5rem;
}
.nav-accordion li li li li li .nav-link.active {
    padding-left: 4.75rem;
}
.nav-accordion li li li li li li .nav-link {
    padding-left: 6rem;
}
.nav-accordion li li li li li li .nav-link.active {
    padding-left: 5.75rem;
}
.nav-accordion li li li li li li li .nav-link {
    padding-left: 7rem;
}
.nav-accordion li li li li li li li .nav-link.active {
    padding-left: 6.75rem;
}
.nav-accordion li li li li li li li li .nav-link {
    padding-left: 8rem;
}
.nav-accordion li li li li li li li li .nav-link.active {
    padding-left: 7.75rem;
}
.nav-accordion .nav-link {
    color: #875e29;
    font-weight: 300;
    padding: 1rem;
}
@media (min-width: 992px) {
    .nav-accordion .nav-link {
        padding: 0.75rem 1rem;
    }
}
.nav-accordion .nav-link .float-right,
.nav-accordion .nav-link:hover {
    color: #875e29;
}
.nav-accordion .nav-link.active {
    background: #f9f8f5;
    border-left: 0.25rem solid #a3a197;
    color: #4d4c44;
    font-weight: 500;
}
.nav-accordion .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.8);
}
.nav-accordion .nav-link.collapse,
.nav-accordion .nav-link.collapse + ul {
    background: #f9f8f5;
}
.nav-accordion .nav-link.collapse:hover {
    color: #4d4c44;
}
.nav-accordion .nav-link.collapsed {
    background: none;
    color: #875e29;
    font-weight: 300;
}
.nav-accordion .nav-link.collapsed:hover {
    background: #f9f8f5;
}
.nav-accordion .nav-link.collapsed.active {
    color: #4d4c44;
}
.nav-accordion .nav-link.collapsed.active:hover {
    color: rgba(0, 0, 0, 0.8);
}
.anchor:target {
    top: -120px;
}
.anchor-tight:target,
.anchor:target {
    display: block;
    position: relative;
    visibility: hidden;
}
.anchor-tight:target {
    top: -88px;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .anchor:target {
        top: -120px;
    }
    .anchor-tight:target,
    .anchor:target {
        display: block;
        position: relative;
        visibility: hidden;
    }
    .anchor-tight:target {
        top: -88px;
    }
    @media (min-width: 576px) {
        .anchor-sm:target {
            top: -120px;
        }
        .anchor-sm-tight:target,
        .anchor-sm:target {
            display: block;
            position: relative;
            visibility: hidden;
        }
        .anchor-sm-tight:target {
            top: -88px;
        }
    }
    @media (min-width: 768px) {
        .anchor-md:target {
            top: -120px;
        }
        .anchor-md-tight:target,
        .anchor-md:target {
            display: block;
            position: relative;
            visibility: hidden;
        }
        .anchor-md-tight:target {
            top: -88px;
        }
    }
    @media (min-width: 992px) {
        .anchor-lg:target {
            top: -120px;
        }
        .anchor-lg-tight:target,
        .anchor-lg:target {
            display: block;
            position: relative;
            visibility: hidden;
        }
        .anchor-lg-tight:target {
            top: -88px;
        }
    }
    @media (min-width: 1200px) {
        .anchor-xl:target {
            top: -120px;
        }
        .anchor-xl-tight:target,
        .anchor-xl:target {
            display: block;
            position: relative;
            visibility: hidden;
        }
        .anchor-xl-tight:target {
            top: -88px;
        }
    }
    @media (min-width: 1400px) {
        .anchor-xxl:target {
            top: -120px;
        }
        .anchor-xxl-tight:target,
        .anchor-xxl:target {
            display: block;
            position: relative;
            visibility: hidden;
        }
        .anchor-xxl-tight:target {
            top: -88px;
        }
    }
}
.swipe {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.swipe::-webkit-scrollbar {
    display: none;
}
.swipe-inner {
    flex-wrap: nowrap;
    padding-bottom: 1rem;
}
@media (min-width: 576px) {
    .swipe-sm {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }
    .swipe-sm::-webkit-scrollbar {
        display: none;
    }
}
@media (min-width: 576px) {
    .swipe-sm-none {
        overflow: visible;
    }
    .swipe-sm-none .swipe-inner {
        flex-wrap: wrap;
        padding-bottom: 0;
        width: auto !important;
    }
}
@media (min-width: 768px) {
    .swipe-md {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }
    .swipe-md::-webkit-scrollbar {
        display: none;
    }
}
@media (min-width: 768px) {
    .swipe-md-none {
        overflow: visible;
    }
    .swipe-md-none .swipe-inner {
        flex-wrap: wrap;
        padding-bottom: 0;
        width: auto !important;
    }
}
@media (min-width: 992px) {
    .swipe-lg {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }
    .swipe-lg::-webkit-scrollbar {
        display: none;
    }
}
@media (min-width: 992px) {
    .swipe-lg-none {
        overflow: visible;
    }
    .swipe-lg-none .swipe-inner {
        flex-wrap: wrap;
        padding-bottom: 0;
        width: auto !important;
    }
}
@media (min-width: 1200px) {
    .swipe-xl {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }
    .swipe-xl::-webkit-scrollbar {
        display: none;
    }
}
@media (min-width: 1200px) {
    .swipe-xl-none {
        overflow: visible;
    }
    .swipe-xl-none .swipe-inner {
        flex-wrap: wrap;
        padding-bottom: 0;
        width: auto !important;
    }
}
@media (min-width: 1400px) {
    .swipe-xxl {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }
    .swipe-xxl::-webkit-scrollbar {
        display: none;
    }
}
@media (min-width: 1400px) {
    .swipe-xxl-none {
        overflow: visible;
    }
    .swipe-xxl-none .swipe-inner {
        flex-wrap: wrap;
        padding-bottom: 0;
        width: auto !important;
    }
}
.swipe-steps {
    display: flex;
    justify-content: center;
}
.swipe-step {
    background-color: #fff;
    border: 1px solid #875e29;
    border-radius: 999px;
    display: block;
    height: 12px;
    margin: 0 5px;
    transition: background-color 0.15s linear;
    width: 12px;
}
.swipe-step.active {
    background-color: #875e29;
}
.teaser-masonry {
    padding: 1rem;
}
.teaser-masonry > * {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.teaser-masonry-a {
    height: 866px;
}
.teaser-masonry-b {
    height: 318px;
}
.teaser-masonry-c {
    height: 540px;
}
.teaser-masonry-d {
    height: 644px;
}
html {
    scroll-behavior: smooth;
}
.btn--back-to-top {
    background-color: #4d4c44 !important;
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 0;
    border-color: #fff;
    border-top-left-radius: 5rem;
    border-top-right-radius: 0;
    border-width: 3px;
    bottom: 0;
    color: #fff !important;
    display: inline-block;
    justify-content: center;
    line-height: 2rem;
    margin-bottom: 2rem;
    opacity: 0;
    position: fixed;
    right: -3px;
    transition:
        visibility 0s,
        opacity 0.3s linear;
    visibility: hidden;
    z-index: 900;
}
.btn--back-to-top:hover {
    color: #fff;
}
.ease-in {
    opacity: 1;
    visibility: visible;
}
.ease-out {
    opacity: 0;
    visibility: visible;
}
.main-nav__shortcut {
    background-color: #fff;
    color: #875e29;
    left: 0;
    margin-left: 4px;
    margin-top: 4px;
    padding: 2px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: -100px;
    z-index: 1;
}
.main-nav__shortcut:focus {
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
hr {
    opacity: 1;
}
.table {
    --bs-table-accent-bg: transparent;
}
.table > :not(caption) > * > * {
    border-bottom-width: 0;
    padding: 0.75rem;
}
.table td,
.table th {
    border-top: 1px solid #dee2e6;
}
.table > thead th {
    border-bottom: 2px solid #dee2e6;
}
.table > :not(:first-child) {
    border-top: 1px solid #dee2e6;
}
.modal-content button:focus-visible {
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 4px #000,
        0 0 0 6px #fff !important;
    outline: none;
}
.card-img-top {
    min-height: 1px;
}
.modal-open .modal {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane > canvas,
.leaflet-pane > svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
    left: 0;
    position: absolute;
    top: 0;
}
.leaflet-container {
    overflow: hidden;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.leaflet-tile::-moz-selection {
    background: transparent;
}
.leaflet-tile::selection {
    background: transparent;
}
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
    height: 1600px;
    -webkit-transform-origin: 0 0;
    width: 1600px;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
    max-height: none !important;
    max-width: none !important;
}
.leaflet-container.leaflet-touch-zoom {
    touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
    touch-action: none;
    touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    touch-action: none;
}
.leaflet-container {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}
.leaflet-tile-loaded {
    visibility: inherit;
}
.leaflet-zoom-box {
    box-sizing: border-box;
    height: 0;
    width: 0;
    z-index: 800;
}
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}
.leaflet-pane {
    z-index: 400;
}
.leaflet-tile-pane {
    z-index: 200;
}
.leaflet-overlay-pane {
    z-index: 400;
}
.leaflet-shadow-pane {
    z-index: 500;
}
.leaflet-marker-pane {
    z-index: 600;
}
.leaflet-tooltip-pane {
    z-index: 650;
}
.leaflet-popup-pane {
    z-index: 700;
}
.leaflet-map-pane canvas {
    z-index: 100;
}
.leaflet-map-pane svg {
    z-index: 200;
}
.leaflet-vml-shape {
    height: 1px;
    width: 1px;
}
.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}
.leaflet-control {
    pointer-events: visiblePainted;
    pointer-events: auto;
    position: relative;
    z-index: 800;
}
.leaflet-bottom,
.leaflet-top {
    pointer-events: none;
    position: absolute;
    z-index: 1000;
}
.leaflet-top {
    top: 0;
}
.leaflet-right {
    right: 0;
}
.leaflet-bottom {
    bottom: 0;
}
.leaflet-left {
    left: 0;
}
.leaflet-control {
    clear: both;
    float: left;
}
.leaflet-right .leaflet-control {
    float: right;
}
.leaflet-top .leaflet-control {
    margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
    margin-left: 10px;
}
.leaflet-right .leaflet-control {
    margin-right: 10px;
}
.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}
.leaflet-zoom-animated {
    transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    will-change: transform;
}
.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
    transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}
.leaflet-interactive {
    cursor: pointer;
}
.leaflet-grab {
    cursor: -webkit-grab;
    cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}
.leaflet-control,
.leaflet-popup-pane {
    cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}
.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    pointer-events: auto;
}
.leaflet-container {
    background: #ddd;
    outline: 0;
}
.leaflet-container a {
    color: #0078a8;
}
.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}
.leaflet-zoom-box {
    background: hsla(0, 0%, 100%, 0.5);
    border: 2px dotted #38f;
}
.leaflet-container {
    font:
        12px/1.5 Helvetica Neue,
        Arial,
        Helvetica,
        sans-serif;
}
.leaflet-bar {
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}
.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    color: #000;
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    width: 26px;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.leaflet-bar a:hover {
    background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.leaflet-bar a.leaflet-disabled {
    background-color: #f4f4f4;
    color: #bbb;
    cursor: default;
}
.leaflet-touch .leaflet-bar a {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font:
        700 18px Lucida Console,
        Monaco,
        monospace;
    text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}
.leaflet-control-layers {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.leaflet-control-layers-toggle {
    background-image: url(/011a678e3efe41981754.png);
    height: 36px;
    width: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(/4a4ee777ddc0d4cedee4.png);
    background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
    height: 44px;
    width: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}
.leaflet-control-layers-expanded {
    background: #fff;
    color: #333;
    padding: 6px 10px 6px 6px;
}
.leaflet-control-layers-scrollbar {
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 5px;
}
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}
.leaflet-control-layers label {
    display: block;
}
.leaflet-control-layers-separator {
    border-top: 1px solid #ddd;
    height: 0;
    margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
    background-image: url(/1e8408af1a34bdf61457.png);
}
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: hsla(0, 0%, 100%, 0.7);
    margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
    color: #333;
    padding: 0 5px;
}
.leaflet-control-attribution a {
    text-decoration: none;
}
.leaflet-control-attribution a:hover {
    text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}
.leaflet-control-scale-line {
    background: #fff;
    background: hsla(0, 0%, 100%, 0.5);
    border: 2px solid #777;
    border-top: none;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.1;
    overflow: hidden;
    padding: 2px 5px 1px;
    white-space: nowrap;
}
.leaflet-control-scale-line:not(:first-child) {
    border-bottom: none;
    border-top: 2px solid #777;
    margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
    box-shadow: none;
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0.2);
}
.leaflet-popup {
    margin-bottom: 20px;
    position: absolute;
    text-align: center;
}
.leaflet-popup-content-wrapper {
    border-radius: 12px;
    padding: 1px;
    text-align: left;
}
.leaflet-popup-content {
    line-height: 1.4;
    margin: 13px 19px;
}
.leaflet-popup-content p {
    margin: 18px 0;
}
.leaflet-popup-tip-container {
    height: 20px;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 40px;
}
.leaflet-popup-tip {
    height: 17px;
    margin: -10px auto 0;
    padding: 1px;
    transform: rotate(45deg);
    width: 17px;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    color: #333;
}
.leaflet-container a.leaflet-popup-close-button {
    background: transparent;
    border: none;
    color: #c3c3c3;
    font:
        16px/14px Tahoma,
        Verdana,
        sans-serif;
    font-weight: 700;
    height: 14px;
    padding: 4px 4px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 18px;
}
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}
.leaflet-popup-scrolled {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);
    margin: 0 auto;
    width: 24px;
}
.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}
.leaflet-tooltip {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    color: #222;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
    background: transparent;
    border: 6px solid transparent;
    content: "";
    pointer-events: none;
    position: absolute;
}
.leaflet-tooltip-bottom {
    margin-top: 6px;
}
.leaflet-tooltip-top {
    margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}
.leaflet-tooltip-top:before {
    border-top-color: #fff;
    bottom: 0;
    margin-bottom: -12px;
}
.leaflet-tooltip-bottom:before {
    border-bottom-color: #fff;
    margin-left: -6px;
    margin-top: -12px;
    top: 0;
}
.leaflet-tooltip-left {
    margin-left: -6px;
}
.leaflet-tooltip-right {
    margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    margin-top: -6px;
    top: 50%;
}
.leaflet-tooltip-left:before {
    border-left-color: #fff;
    margin-right: -12px;
    right: 0;
}
.leaflet-tooltip-right:before {
    border-right-color: #fff;
    left: 0;
    margin-left: -12px;
}