@charset "UTF-8";

/* @import url("scss/plugins/bootstrap-select.min.css"); */


/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

@import 'font/css/fontello.css';
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #CB394B;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-grayD8D8D8: #D8D8D8;
    --bs-gray7F7F7F: #7F7F7F;
    --bs-gray959595: #959595;
    --bs-gray3F3F3F: #3F3F3F;
    --bs-gray4D4D4D: #4D4D4D;
    --bs-grayF7F7F7: #F7F7F7;
    --bs-grayCCCCCC: #CCCCCC;
    --bs-E09551: #E09551;
    --bs-D44245: #D44245;
    --bs-D32C2C: #D32C2C;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #CB394B;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #CB394B;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-grayD8D8D8: #D8D8D8;
    --bs-gray7F7F7F: #7F7F7F;
    --bs-gray959595: #959595;
    --bs-gray3F3F3F: #3F3F3F;
    --bs-gray4D4D4D: #4D4D4D;
    --bs-grayF7F7F7: #F7F7F7;
    --bs-grayCCCCCC: #CCCCCC;
    --bs-E09551: #E09551;
    --bs-D32C2C: #D32C2C;
    --bs-D44245: #D44245;
    --bs-primary-rgb: 203, 57, 75;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 203, 57, 75;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-grayD8D8D8-rgb: 216, 216, 216;
    --bs-gray7F7F7F-rgb: 127, 127, 127;
    --bs-gray959595-rgb: 149, 149, 149;
    --bs-gray3F3F3F-rgb: 63, 63, 63;
    --bs-gray4D4D4D-rgb: 77, 77, 77;
    --bs-grayF7F7F7-rgb: 247, 247, 247;
    --bs-grayCCCCCC-rgb: 204, 204, 204;
    --bs-E09551-rgb: 224, 149, 81;
    --bs-D32C2C-rgb: 211, 44, 44;
    --bs-D44245-rgb: 212, 66, 69;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: black;
    --bs-body-bg: #fff;
}

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

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

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

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

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2.5rem;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2rem;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75rem;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.5rem;
    }
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small,
.small {
    font-size: 0.875em;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #000;
    text-decoration: none;
}

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

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr/* rtl:ignore */
    ;
    unicode-bidi: bidi-override;
}

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

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

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

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

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

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

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

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

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

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

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

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

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

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

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

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

textarea {
    resize: vertical;
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend+* {
    clear: left;
}

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

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

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


/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

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

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

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

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

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

output {
    display: inline-block;
}

iframe {
    border: 0;
}

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

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

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

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

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

.container,
.container-fluid,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0);
    padding-left: var(--bs-gutter-x, 0);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1730px;
    }
}

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

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

.col {
    flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: black;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: black;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: black;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: black;
    vertical-align: top;
    border-color: #dee2e6;
}

.table> :not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
    vertical-align: inherit;
}

.table>thead {
    vertical-align: bottom;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
}

.caption-top {
    caption-side: top;
}

.table-sm> :not(caption)>*>* {
    padding: 0.25rem 0.25rem;
}

.table-bordered> :not(caption)>* {
    border-width: 1px 0;
}

.table-bordered> :not(caption)>*>* {
    border-width: 0 1px;
}

.table-borderless> :not(caption)>*>* {
    border-bottom-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #f5d7db;
    --bs-table-striped-bg: #e9ccd0;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ddc2c5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e3c7cb;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #ddc2c5;
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}

.table-danger {
    --bs-table-bg: #f5d7db;
    --bs-table-striped-bg: #e9ccd0;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ddc2c5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e3c7cb;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #ddc2c5;
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.form-label {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type=file] {
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: black;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, 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 {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: black;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -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::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: black;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, 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;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: black;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #e59ca5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(203, 57, 75, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 black;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #e59ca5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(203, 57, 75, 0.25);
}

.form-check-input:checked {
    background-color: #CB394B;
    border-color: #CB394B;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #CB394B;
    border-color: #CB394B;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e59ca5'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(203, 57, 75, 0.25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(203, 57, 75, 0.25);
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #CB394B;
    border: 0;
    border-radius: 1rem;
    -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;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #efc4c9;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #CB394B;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #efc4c9;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.form-floating {
    position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none;
    }
}

.form-floating>.form-control {
    padding: 1rem 0.75rem;
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent;
}

.form-floating>.form-control:-ms-input-placeholder {
    color: transparent;
}

.form-floating>.form-control::placeholder {
    color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 3;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/* .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
} */

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #198754;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #198754;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #198754;
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1;
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #CB394B;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(203, 57, 75, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #CB394B;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23CB394B'%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='%23CB394B' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #CB394B;
    box-shadow: 0 0 0 0.25rem rgba(203, 57, 75, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #CB394B;
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23CB394B'%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='%23CB394B' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #CB394B;
    box-shadow: 0 0 0 0.25rem rgba(203, 57, 75, 0.25);
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #CB394B;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #CB394B;
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(203, 57, 75, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #CB394B;
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary {
    color: #fff;
    background-color: #CB394B;
    border-color: #CB394B;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ad3040;
    border-color: #a22e3c;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #ad3040;
    border-color: #a22e3c;
    box-shadow: 0 0 0 0.25rem rgba(211, 87, 102, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a22e3c;
    border-color: #982b38;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 87, 102, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #CB394B;
    border-color: #CB394B;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}


/*
.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
} */

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled,
.btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}

.btn-check:checked+.btn-info:focus,
.btn-check:active+.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled,
.btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720;
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled,
.btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-danger {
    color: #fff;
    background-color: #CB394B;
    border-color: #CB394B;
}

.btn-danger:hover {
    color: #fff;
    background-color: #ad3040;
    border-color: #a22e3c;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #ad3040;
    border-color: #a22e3c;
    box-shadow: 0 0 0 0.25rem rgba(211, 87, 102, 0.5);
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a22e3c;
    border-color: #982b38;
}

.btn-check:checked+.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 87, 102, 0.5);
}

.btn-danger:disabled,
.btn-danger.disabled {
    color: #fff;
    background-color: #CB394B;
    border-color: #CB394B;
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}

.btn-check:checked+.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled,
.btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-grayD8D8D8 {
    color: #000;
    background-color: #D8D8D8;
    border-color: #D8D8D8;
}

.btn-grayD8D8D8:hover {
    color: #000;
    background-color: #dedede;
    border-color: gainsboro;
}

.btn-check:focus+.btn-grayD8D8D8,
.btn-grayD8D8D8:focus {
    color: #000;
    background-color: #dedede;
    border-color: gainsboro;
    box-shadow: 0 0 0 0.25rem rgba(184, 184, 184, 0.5);
}

.btn-check:checked+.btn-grayD8D8D8,
.btn-check:active+.btn-grayD8D8D8,
.btn-grayD8D8D8:active,
.btn-grayD8D8D8.active,
.show>.btn-grayD8D8D8.dropdown-toggle {
    color: #000;
    background-color: #e0e0e0;
    border-color: gainsboro;
}

.btn-check:checked+.btn-grayD8D8D8:focus,
.btn-check:active+.btn-grayD8D8D8:focus,
.btn-grayD8D8D8:active:focus,
.btn-grayD8D8D8.active:focus,
.show>.btn-grayD8D8D8.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(184, 184, 184, 0.5);
}

.btn-grayD8D8D8:disabled,
.btn-grayD8D8D8.disabled {
    color: #000;
    background-color: #D8D8D8;
    border-color: #D8D8D8;
}

.btn-gray7F7F7F {
    color: #000;
    background-color: #7F7F7F;
    border-color: #7F7F7F;
}

.btn-gray7F7F7F:hover {
    color: #000;
    background-color: #929292;
    border-color: #8c8c8c;
}

.btn-check:focus+.btn-gray7F7F7F,
.btn-gray7F7F7F:focus {
    color: #000;
    background-color: #929292;
    border-color: #8c8c8c;
    box-shadow: 0 0 0 0.25rem rgba(108, 108, 108, 0.5);
}

.btn-check:checked+.btn-gray7F7F7F,
.btn-check:active+.btn-gray7F7F7F,
.btn-gray7F7F7F:active,
.btn-gray7F7F7F.active,
.show>.btn-gray7F7F7F.dropdown-toggle {
    color: #000;
    background-color: #999999;
    border-color: #8c8c8c;
}

.btn-check:checked+.btn-gray7F7F7F:focus,
.btn-check:active+.btn-gray7F7F7F:focus,
.btn-gray7F7F7F:active:focus,
.btn-gray7F7F7F.active:focus,
.show>.btn-gray7F7F7F.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 108, 108, 0.5);
}

.btn-gray7F7F7F:disabled,
.btn-gray7F7F7F.disabled {
    color: #000;
    background-color: #7F7F7F;
    border-color: #7F7F7F;
}

.btn-gray959595 {
    color: #000;
    background-color: #959595;
    border-color: #959595;
}

.btn-gray959595:hover {
    color: #000;
    background-color: #a5a5a5;
    border-color: #a0a0a0;
}

.btn-check:focus+.btn-gray959595,
.btn-gray959595:focus {
    color: #000;
    background-color: #a5a5a5;
    border-color: #a0a0a0;
    box-shadow: 0 0 0 0.25rem rgba(127, 127, 127, 0.5);
}

.btn-check:checked+.btn-gray959595,
.btn-check:active+.btn-gray959595,
.btn-gray959595:active,
.btn-gray959595.active,
.show>.btn-gray959595.dropdown-toggle {
    color: #000;
    background-color: #aaaaaa;
    border-color: #a0a0a0;
}

.btn-check:checked+.btn-gray959595:focus,
.btn-check:active+.btn-gray959595:focus,
.btn-gray959595:active:focus,
.btn-gray959595.active:focus,
.show>.btn-gray959595.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(127, 127, 127, 0.5);
}

.btn-gray959595:disabled,
.btn-gray959595.disabled {
    color: #000;
    background-color: #959595;
    border-color: #959595;
}

.btn-gray3F3F3F {
    color: #fff;
    background-color: #3F3F3F;
    border-color: #3F3F3F;
}

.btn-gray3F3F3F:hover {
    color: #fff;
    background-color: #363636;
    border-color: #323232;
}

.btn-check:focus+.btn-gray3F3F3F,
.btn-gray3F3F3F:focus {
    color: #fff;
    background-color: #363636;
    border-color: #323232;
    box-shadow: 0 0 0 0.25rem rgba(92, 92, 92, 0.5);
}

.btn-check:checked+.btn-gray3F3F3F,
.btn-check:active+.btn-gray3F3F3F,
.btn-gray3F3F3F:active,
.btn-gray3F3F3F.active,
.show>.btn-gray3F3F3F.dropdown-toggle {
    color: #fff;
    background-color: #323232;
    border-color: #2f2f2f;
}

.btn-check:checked+.btn-gray3F3F3F:focus,
.btn-check:active+.btn-gray3F3F3F:focus,
.btn-gray3F3F3F:active:focus,
.btn-gray3F3F3F.active:focus,
.show>.btn-gray3F3F3F.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(92, 92, 92, 0.5);
}

.btn-gray3F3F3F:disabled,
.btn-gray3F3F3F.disabled {
    color: #fff;
    background-color: #3F3F3F;
    border-color: #3F3F3F;
}

.btn-gray4D4D4D {
    color: #fff;
    background-color: #4D4D4D;
    border-color: #4D4D4D;
}

.btn-gray4D4D4D:hover {
    color: #fff;
    background-color: #414141;
    border-color: #3e3e3e;
}

.btn-check:focus+.btn-gray4D4D4D,
.btn-gray4D4D4D:focus {
    color: #fff;
    background-color: #414141;
    border-color: #3e3e3e;
    box-shadow: 0 0 0 0.25rem rgba(104, 104, 104, 0.5);
}

.btn-check:checked+.btn-gray4D4D4D,
.btn-check:active+.btn-gray4D4D4D,
.btn-gray4D4D4D:active,
.btn-gray4D4D4D.active,
.show>.btn-gray4D4D4D.dropdown-toggle {
    color: #fff;
    background-color: #3e3e3e;
    border-color: #3a3a3a;
}

.btn-check:checked+.btn-gray4D4D4D:focus,
.btn-check:active+.btn-gray4D4D4D:focus,
.btn-gray4D4D4D:active:focus,
.btn-gray4D4D4D.active:focus,
.show>.btn-gray4D4D4D.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(104, 104, 104, 0.5);
}

.btn-gray4D4D4D:disabled,
.btn-gray4D4D4D.disabled {
    color: #fff;
    background-color: #4D4D4D;
    border-color: #4D4D4D;
}

.btn-grayF7F7F7 {
    color: #000;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
}

.btn-grayF7F7F7:hover {
    color: #000;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

.btn-check:focus+.btn-grayF7F7F7,
.btn-grayF7F7F7:focus {
    color: #000;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    box-shadow: 0 0 0 0.25rem rgba(210, 210, 210, 0.5);
}

.btn-check:checked+.btn-grayF7F7F7,
.btn-check:active+.btn-grayF7F7F7,
.btn-grayF7F7F7:active,
.btn-grayF7F7F7.active,
.show>.btn-grayF7F7F7.dropdown-toggle {
    color: #000;
    background-color: #f9f9f9;
    border-color: #f8f8f8;
}

.btn-check:checked+.btn-grayF7F7F7:focus,
.btn-check:active+.btn-grayF7F7F7:focus,
.btn-grayF7F7F7:active:focus,
.btn-grayF7F7F7.active:focus,
.show>.btn-grayF7F7F7.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(210, 210, 210, 0.5);
}

.btn-grayF7F7F7:disabled,
.btn-grayF7F7F7.disabled {
    color: #000;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
}

.btn-grayCCCCCC {
    color: #000;
    background-color: #CCCCCC;
    border-color: #CCCCCC;
}

.btn-grayCCCCCC:hover {
    color: #000;
    background-color: #d4d4d4;
    border-color: #d1d1d1;
}

.btn-check:focus+.btn-grayCCCCCC,
.btn-grayCCCCCC:focus {
    color: #000;
    background-color: #d4d4d4;
    border-color: #d1d1d1;
    box-shadow: 0 0 0 0.25rem rgba(173, 173, 173, 0.5);
}

.btn-check:checked+.btn-grayCCCCCC,
.btn-check:active+.btn-grayCCCCCC,
.btn-grayCCCCCC:active,
.btn-grayCCCCCC.active,
.show>.btn-grayCCCCCC.dropdown-toggle {
    color: #000;
    background-color: #d6d6d6;
    border-color: #d1d1d1;
}

.btn-check:checked+.btn-grayCCCCCC:focus,
.btn-check:active+.btn-grayCCCCCC:focus,
.btn-grayCCCCCC:active:focus,
.btn-grayCCCCCC.active:focus,
.show>.btn-grayCCCCCC.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(173, 173, 173, 0.5);
}

.btn-grayCCCCCC:disabled,
.btn-grayCCCCCC.disabled {
    color: #000;
    background-color: #CCCCCC;
    border-color: #CCCCCC;
}

.btn-E09551 {
    color: #000;
    background-color: #E09551;
    border-color: #E09551;
}

.btn-E09551:hover {
    color: #000;
    background-color: #e5a56b;
    border-color: #e3a062;
}

.btn-check:focus+.btn-E09551,
.btn-E09551:focus {
    color: #000;
    background-color: #e5a56b;
    border-color: #e3a062;
    box-shadow: 0 0 0 0.25rem rgba(190, 127, 69, 0.5);
}

.btn-check:checked+.btn-E09551,
.btn-check:active+.btn-E09551,
.btn-E09551:active,
.btn-E09551.active,
.show>.btn-E09551.dropdown-toggle {
    color: #000;
    background-color: #e6aa74;
    border-color: #e3a062;
}

.btn-check:checked+.btn-E09551:focus,
.btn-check:active+.btn-E09551:focus,
.btn-E09551:active:focus,
.btn-E09551.active:focus,
.show>.btn-E09551.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(190, 127, 69, 0.5);
}

.btn-E09551:disabled,
.btn-E09551.disabled {
    color: #000;
    background-color: #E09551;
    border-color: #E09551;
}

.btn-D32C2C {
    color: #fff;
    background-color: #D32C2C;
    border-color: #D32C2C;
}

.btn-D32C2C:hover {
    color: #fff;
    background-color: #b32525;
    border-color: #a92323;
}

.btn-check:focus+.btn-D32C2C,
.btn-D32C2C:focus {
    color: #fff;
    background-color: #b32525;
    border-color: #a92323;
    box-shadow: 0 0 0 0.25rem rgba(218, 76, 76, 0.5);
}

.btn-check:checked+.btn-D32C2C,
.btn-check:active+.btn-D32C2C,
.btn-D32C2C:active,
.btn-D32C2C.active,
.show>.btn-D32C2C.dropdown-toggle {
    color: #fff;
    background-color: #a92323;
    border-color: #9e2121;
}

.btn-check:checked+.btn-D32C2C:focus,
.btn-check:active+.btn-D32C2C:focus,
.btn-D32C2C:active:focus,
.btn-D32C2C.active:focus,
.show>.btn-D32C2C.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(218, 76, 76, 0.5);
}

.btn-D32C2C:disabled,
.btn-D32C2C.disabled {
    color: #fff;
    background-color: #D32C2C;
    border-color: #D32C2C;
}

.btn-D44245 {
    color: #fff;
    background-color: #D44245;
    border-color: #D44245;
}

.btn-D44245:hover {
    color: #fff;
    background-color: #b4383b;
    border-color: #aa3537;
}

.btn-check:focus+.btn-D44245,
.btn-D44245:focus {
    color: #fff;
    background-color: #b4383b;
    border-color: #aa3537;
    box-shadow: 0 0 0 0.25rem rgba(218, 94, 97, 0.5);
}

.btn-check:checked+.btn-D44245,
.btn-check:active+.btn-D44245,
.btn-D44245:active,
.btn-D44245.active,
.show>.btn-D44245.dropdown-toggle {
    color: #fff;
    background-color: #aa3537;
    border-color: #9f3234;
}

.btn-check:checked+.btn-D44245:focus,
.btn-check:active+.btn-D44245:focus,
.btn-D44245:active:focus,
.btn-D44245.active:focus,
.show>.btn-D44245.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(218, 94, 97, 0.5);
}

.btn-D44245:disabled,
.btn-D44245.disabled {
    color: #fff;
    background-color: #D44245;
    border-color: #D44245;
}

.btn-outline-primary {
    color: #CB394B;
    border-color: #CB394B;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #CB394B;
    border-color: #CB394B;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(203, 57, 75, 0.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #CB394B;
    border-color: #CB394B;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(203, 57, 75, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #CB394B;
    background-color: transparent;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-success {
    color: #198754;
    border-color: #198754;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-check:checked+.btn-outline-success:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #198754;
    background-color: transparent;
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-check:checked+.btn-outline-info:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent;
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked+.btn-outline-warning,
.btn-check:active+.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-check:checked+.btn-outline-warning:focus,
.btn-check:active+.btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-danger {
    color: #CB394B;
    border-color: #CB394B;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #CB394B;
    border-color: #CB394B;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(203, 57, 75, 0.5);
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #CB394B;
    border-color: #CB394B;
}

.btn-check:checked+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(203, 57, 75, 0.5);
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
    color: #CB394B;
    background-color: transparent;
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent;
}

.btn-outline-grayD8D8D8 {
    color: #D8D8D8;
    border-color: #D8D8D8;
}

.btn-outline-grayD8D8D8:hover {
    color: #000;
    background-color: #D8D8D8;
    border-color: #D8D8D8;
}

.btn-check:focus+.btn-outline-grayD8D8D8,
.btn-outline-grayD8D8D8:focus {
    box-shadow: 0 0 0 0.25rem rgba(216, 216, 216, 0.5);
}

.btn-check:checked+.btn-outline-grayD8D8D8,
.btn-check:active+.btn-outline-grayD8D8D8,
.btn-outline-grayD8D8D8:active,
.btn-outline-grayD8D8D8.active,
.btn-outline-grayD8D8D8.dropdown-toggle.show {
    color: #000;
    background-color: #D8D8D8;
    border-color: #D8D8D8;
}

.btn-check:checked+.btn-outline-grayD8D8D8:focus,
.btn-check:active+.btn-outline-grayD8D8D8:focus,
.btn-outline-grayD8D8D8:active:focus,
.btn-outline-grayD8D8D8.active:focus,
.btn-outline-grayD8D8D8.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(216, 216, 216, 0.5);
}

.btn-outline-grayD8D8D8:disabled,
.btn-outline-grayD8D8D8.disabled {
    color: #D8D8D8;
    background-color: transparent;
}

.btn-outline-gray7F7F7F {
    color: #7F7F7F;
    border-color: #7F7F7F;
}

.btn-outline-gray7F7F7F:hover {
    color: #000;
    background-color: #7F7F7F;
    border-color: #7F7F7F;
}

.btn-check:focus+.btn-outline-gray7F7F7F,
.btn-outline-gray7F7F7F:focus {
    box-shadow: 0 0 0 0.25rem rgba(127, 127, 127, 0.5);
}

.btn-check:checked+.btn-outline-gray7F7F7F,
.btn-check:active+.btn-outline-gray7F7F7F,
.btn-outline-gray7F7F7F:active,
.btn-outline-gray7F7F7F.active,
.btn-outline-gray7F7F7F.dropdown-toggle.show {
    color: #000;
    background-color: #7F7F7F;
    border-color: #7F7F7F;
}

.btn-check:checked+.btn-outline-gray7F7F7F:focus,
.btn-check:active+.btn-outline-gray7F7F7F:focus,
.btn-outline-gray7F7F7F:active:focus,
.btn-outline-gray7F7F7F.active:focus,
.btn-outline-gray7F7F7F.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(127, 127, 127, 0.5);
}

.btn-outline-gray7F7F7F:disabled,
.btn-outline-gray7F7F7F.disabled {
    color: #7F7F7F;
    background-color: transparent;
}

.btn-outline-gray959595 {
    color: #959595;
    border-color: #959595;
}

.btn-outline-gray959595:hover {
    color: #000;
    background-color: #959595;
    border-color: #959595;
}

.btn-check:focus+.btn-outline-gray959595,
.btn-outline-gray959595:focus {
    box-shadow: 0 0 0 0.25rem rgba(149, 149, 149, 0.5);
}

.btn-check:checked+.btn-outline-gray959595,
.btn-check:active+.btn-outline-gray959595,
.btn-outline-gray959595:active,
.btn-outline-gray959595.active,
.btn-outline-gray959595.dropdown-toggle.show {
    color: #000;
    background-color: #959595;
    border-color: #959595;
}

.btn-check:checked+.btn-outline-gray959595:focus,
.btn-check:active+.btn-outline-gray959595:focus,
.btn-outline-gray959595:active:focus,
.btn-outline-gray959595.active:focus,
.btn-outline-gray959595.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(149, 149, 149, 0.5);
}

.btn-outline-gray959595:disabled,
.btn-outline-gray959595.disabled {
    color: #959595;
    background-color: transparent;
}

.btn-outline-gray3F3F3F {
    color: #3F3F3F;
    border-color: #3F3F3F;
}

.btn-outline-gray3F3F3F:hover {
    color: #fff;
    background-color: #3F3F3F;
    border-color: #3F3F3F;
}

.btn-check:focus+.btn-outline-gray3F3F3F,
.btn-outline-gray3F3F3F:focus {
    box-shadow: 0 0 0 0.25rem rgba(63, 63, 63, 0.5);
}

.btn-check:checked+.btn-outline-gray3F3F3F,
.btn-check:active+.btn-outline-gray3F3F3F,
.btn-outline-gray3F3F3F:active,
.btn-outline-gray3F3F3F.active,
.btn-outline-gray3F3F3F.dropdown-toggle.show {
    color: #fff;
    background-color: #3F3F3F;
    border-color: #3F3F3F;
}

.btn-check:checked+.btn-outline-gray3F3F3F:focus,
.btn-check:active+.btn-outline-gray3F3F3F:focus,
.btn-outline-gray3F3F3F:active:focus,
.btn-outline-gray3F3F3F.active:focus,
.btn-outline-gray3F3F3F.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(63, 63, 63, 0.5);
}

.btn-outline-gray3F3F3F:disabled,
.btn-outline-gray3F3F3F.disabled {
    color: #3F3F3F;
    background-color: transparent;
}

.btn-outline-gray4D4D4D {
    color: #4D4D4D;
    border-color: #4D4D4D;
}

.btn-outline-gray4D4D4D:hover {
    color: #fff;
    background-color: #4D4D4D;
    border-color: #4D4D4D;
}

.btn-check:focus+.btn-outline-gray4D4D4D,
.btn-outline-gray4D4D4D:focus {
    box-shadow: 0 0 0 0.25rem rgba(77, 77, 77, 0.5);
}

.btn-check:checked+.btn-outline-gray4D4D4D,
.btn-check:active+.btn-outline-gray4D4D4D,
.btn-outline-gray4D4D4D:active,
.btn-outline-gray4D4D4D.active,
.btn-outline-gray4D4D4D.dropdown-toggle.show {
    color: #fff;
    background-color: #4D4D4D;
    border-color: #4D4D4D;
}

.btn-check:checked+.btn-outline-gray4D4D4D:focus,
.btn-check:active+.btn-outline-gray4D4D4D:focus,
.btn-outline-gray4D4D4D:active:focus,
.btn-outline-gray4D4D4D.active:focus,
.btn-outline-gray4D4D4D.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(77, 77, 77, 0.5);
}

.btn-outline-gray4D4D4D:disabled,
.btn-outline-gray4D4D4D.disabled {
    color: #4D4D4D;
    background-color: transparent;
}

.btn-outline-grayF7F7F7 {
    color: #F7F7F7;
    border-color: #F7F7F7;
}

.btn-outline-grayF7F7F7:hover {
    color: #000;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
}

.btn-check:focus+.btn-outline-grayF7F7F7,
.btn-outline-grayF7F7F7:focus {
    box-shadow: 0 0 0 0.25rem rgba(247, 247, 247, 0.5);
}

.btn-check:checked+.btn-outline-grayF7F7F7,
.btn-check:active+.btn-outline-grayF7F7F7,
.btn-outline-grayF7F7F7:active,
.btn-outline-grayF7F7F7.active,
.btn-outline-grayF7F7F7.dropdown-toggle.show {
    color: #000;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
}

.btn-check:checked+.btn-outline-grayF7F7F7:focus,
.btn-check:active+.btn-outline-grayF7F7F7:focus,
.btn-outline-grayF7F7F7:active:focus,
.btn-outline-grayF7F7F7.active:focus,
.btn-outline-grayF7F7F7.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(247, 247, 247, 0.5);
}

.btn-outline-grayF7F7F7:disabled,
.btn-outline-grayF7F7F7.disabled {
    color: #F7F7F7;
    background-color: transparent;
}

.btn-outline-grayCCCCCC {
    color: #CCCCCC;
    border-color: #CCCCCC;
}

.btn-outline-grayCCCCCC:hover {
    color: #000;
    background-color: #CCCCCC;
    border-color: #CCCCCC;
}

.btn-check:focus+.btn-outline-grayCCCCCC,
.btn-outline-grayCCCCCC:focus {
    box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.5);
}

.btn-check:checked+.btn-outline-grayCCCCCC,
.btn-check:active+.btn-outline-grayCCCCCC,
.btn-outline-grayCCCCCC:active,
.btn-outline-grayCCCCCC.active,
.btn-outline-grayCCCCCC.dropdown-toggle.show {
    color: #000;
    background-color: #CCCCCC;
    border-color: #CCCCCC;
}

.btn-check:checked+.btn-outline-grayCCCCCC:focus,
.btn-check:active+.btn-outline-grayCCCCCC:focus,
.btn-outline-grayCCCCCC:active:focus,
.btn-outline-grayCCCCCC.active:focus,
.btn-outline-grayCCCCCC.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.5);
}

.btn-outline-grayCCCCCC:disabled,
.btn-outline-grayCCCCCC.disabled {
    color: #CCCCCC;
    background-color: transparent;
}

.btn-outline-E09551 {
    color: #E09551;
    border-color: #E09551;
}

.btn-outline-E09551:hover {
    color: #000;
    background-color: #E09551;
    border-color: #E09551;
}

.btn-check:focus+.btn-outline-E09551,
.btn-outline-E09551:focus {
    box-shadow: 0 0 0 0.25rem rgba(224, 149, 81, 0.5);
}

.btn-check:checked+.btn-outline-E09551,
.btn-check:active+.btn-outline-E09551,
.btn-outline-E09551:active,
.btn-outline-E09551.active,
.btn-outline-E09551.dropdown-toggle.show {
    color: #000;
    background-color: #E09551;
    border-color: #E09551;
}

.btn-check:checked+.btn-outline-E09551:focus,
.btn-check:active+.btn-outline-E09551:focus,
.btn-outline-E09551:active:focus,
.btn-outline-E09551.active:focus,
.btn-outline-E09551.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(224, 149, 81, 0.5);
}

.btn-outline-E09551:disabled,
.btn-outline-E09551.disabled {
    color: #E09551;
    background-color: transparent;
}

.btn-outline-D32C2C {
    color: #D32C2C;
    border-color: #D32C2C;
}

.btn-outline-D32C2C:hover {
    color: #fff;
    background-color: #D32C2C;
    border-color: #D32C2C;
}

.btn-check:focus+.btn-outline-D32C2C,
.btn-outline-D32C2C:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 44, 44, 0.5);
}

.btn-check:checked+.btn-outline-D32C2C,
.btn-check:active+.btn-outline-D32C2C,
.btn-outline-D32C2C:active,
.btn-outline-D32C2C.active,
.btn-outline-D32C2C.dropdown-toggle.show {
    color: #fff;
    background-color: #D32C2C;
    border-color: #D32C2C;
}

.btn-check:checked+.btn-outline-D32C2C:focus,
.btn-check:active+.btn-outline-D32C2C:focus,
.btn-outline-D32C2C:active:focus,
.btn-outline-D32C2C.active:focus,
.btn-outline-D32C2C.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 44, 44, 0.5);
}

.btn-outline-D32C2C:disabled,
.btn-outline-D32C2C.disabled {
    color: #D32C2C;
    background-color: transparent;
}

.btn-outline-D44245 {
    color: #D44245;
    border-color: #D44245;
}

.btn-outline-D44245:hover {
    color: #fff;
    background-color: #D44245;
    border-color: #D44245;
}

.btn-check:focus+.btn-outline-D44245,
.btn-outline-D44245:focus {
    box-shadow: 0 0 0 0.25rem rgba(212, 66, 69, 0.5);
}

.btn-check:checked+.btn-outline-D44245,
.btn-check:active+.btn-outline-D44245,
.btn-outline-D44245:active,
.btn-outline-D44245.active,
.btn-outline-D44245.dropdown-toggle.show {
    color: #fff;
    background-color: #D44245;
    border-color: #D44245;
}

.btn-check:checked+.btn-outline-D44245:focus,
.btn-check:active+.btn-outline-D44245:focus,
.btn-outline-D44245:active:focus,
.btn-outline-D44245.active:focus,
.btn-outline-D44245.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(212, 66, 69, 0.5);
}

.btn-outline-D44245:disabled,
.btn-outline-D44245.disabled {
    color: #D44245;
    background-color: transparent;
}

.btn-link {
    font-weight: 400;
    color: black;
    text-decoration: none;
}

.btn-link:hover {
    color: black;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: black;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}

.dropdown-menu-start {
    --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}

.dropdown-menu-end {
    --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
    border-radius: 8px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #b38945;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #CB394B;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:nth-child(n+3),
.btn-group> :not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: black;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover,
.nav-link:focus {
    color: black;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #CB394B;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
}

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.5rem 0.5rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-expand .offcanvas-header {
    display: none;
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link+.card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group>.card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: black;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #b73344;
    background-color: #faebed;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b73344'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #e59ca5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(203, 57, 75, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")/* rtl: var(--bs-breadcrumb-divider, "/") */
    ;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: black;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: black;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: black;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(203, 57, 75, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #CB394B;
    border-color: #CB394B;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    color: #7a222d;
    background-color: #f5d7db;
    border-color: #efc4c9;
}

.alert-primary .alert-link {
    color: #621b24;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-secondary .alert-link {
    color: #34383c;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-success .alert-link {
    color: #0c4128;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-info .alert-link {
    color: #04414d;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-warning .alert-link {
    color: #523e02;
}

.alert-danger {
    color: #7a222d;
    background-color: #f5d7db;
    border-color: #efc4c9;
}

.alert-danger .alert-link {
    color: #621b24;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light .alert-link {
    color: #4f5050;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

.alert-dark .alert-link {
    color: #101214;
}

.alert-grayD8D8D8 {
    color: #565656;
    background-color: #f7f7f7;
    border-color: #f3f3f3;
}

.alert-grayD8D8D8 .alert-link {
    color: #454545;
}

.alert-gray7F7F7F {
    color: #4c4c4c;
    background-color: #e5e5e5;
    border-color: #d9d9d9;
}

.alert-gray7F7F7F .alert-link {
    color: #3d3d3d;
}

.alert-gray959595 {
    color: #595959;
    background-color: #eaeaea;
    border-color: #dfdfdf;
}

.alert-gray959595 .alert-link {
    color: #474747;
}

.alert-gray3F3F3F {
    color: #262626;
    background-color: #d9d9d9;
    border-color: #c5c5c5;
}

.alert-gray3F3F3F .alert-link {
    color: #1e1e1e;
}

.alert-gray4D4D4D {
    color: #2e2e2e;
    background-color: #dbdbdb;
    border-color: #cacaca;
}

.alert-gray4D4D4D .alert-link {
    color: #252525;
}

.alert-grayF7F7F7 {
    color: #636363;
    background-color: #fdfdfd;
    border-color: #fdfdfd;
}

.alert-grayF7F7F7 .alert-link {
    color: #4f4f4f;
}

.alert-grayCCCCCC {
    color: #525252;
    background-color: whitesmoke;
    border-color: #f0f0f0;
}

.alert-grayCCCCCC .alert-link {
    color: #424242;
}

.alert-E09551 {
    color: #865931;
    background-color: #f9eadc;
    border-color: #f6dfcb;
}

.alert-E09551 .alert-link {
    color: #6b4727;
}

.alert-D32C2C {
    color: #7f1a1a;
    background-color: #f6d5d5;
    border-color: #f2c0c0;
}

.alert-D32C2C .alert-link {
    color: #661515;
}

.alert-D44245 {
    color: #7f2829;
    background-color: #f6d9da;
    border-color: #f2c6c7;
}

.alert-D44245 .alert-link {
    color: #662021;
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #CB394B;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: black;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #CB394B;
    border-color: #CB394B;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #7a222d;
    background-color: #f5d7db;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #7a222d;
    background-color: #ddc2c5;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #7a222d;
    border-color: #7a222d;
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b;
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132;
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160;
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03;
}

.list-group-item-danger {
    color: #7a222d;
    background-color: #f5d7db;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #7a222d;
    background-color: #ddc2c5;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7a222d;
    border-color: #7a222d;
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464;
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619;
}

.list-group-item-grayD8D8D8 {
    color: #565656;
    background-color: #f7f7f7;
}

.list-group-item-grayD8D8D8.list-group-item-action:hover,
.list-group-item-grayD8D8D8.list-group-item-action:focus {
    color: #565656;
    background-color: #dedede;
}

.list-group-item-grayD8D8D8.list-group-item-action.active {
    color: #fff;
    background-color: #565656;
    border-color: #565656;
}

.list-group-item-gray7F7F7F {
    color: #4c4c4c;
    background-color: #e5e5e5;
}

.list-group-item-gray7F7F7F.list-group-item-action:hover,
.list-group-item-gray7F7F7F.list-group-item-action:focus {
    color: #4c4c4c;
    background-color: #cecece;
}

.list-group-item-gray7F7F7F.list-group-item-action.active {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
}

.list-group-item-gray959595 {
    color: #595959;
    background-color: #eaeaea;
}

.list-group-item-gray959595.list-group-item-action:hover,
.list-group-item-gray959595.list-group-item-action:focus {
    color: #595959;
    background-color: lightgray;
}

.list-group-item-gray959595.list-group-item-action.active {
    color: #fff;
    background-color: #595959;
    border-color: #595959;
}

.list-group-item-gray3F3F3F {
    color: #262626;
    background-color: #d9d9d9;
}

.list-group-item-gray3F3F3F.list-group-item-action:hover,
.list-group-item-gray3F3F3F.list-group-item-action:focus {
    color: #262626;
    background-color: #c3c3c3;
}

.list-group-item-gray3F3F3F.list-group-item-action.active {
    color: #fff;
    background-color: #262626;
    border-color: #262626;
}

.list-group-item-gray4D4D4D {
    color: #2e2e2e;
    background-color: #dbdbdb;
}

.list-group-item-gray4D4D4D.list-group-item-action:hover,
.list-group-item-gray4D4D4D.list-group-item-action:focus {
    color: #2e2e2e;
    background-color: #c5c5c5;
}

.list-group-item-gray4D4D4D.list-group-item-action.active {
    color: #fff;
    background-color: #2e2e2e;
    border-color: #2e2e2e;
}

.list-group-item-grayF7F7F7 {
    color: #636363;
    background-color: #fdfdfd;
}

.list-group-item-grayF7F7F7.list-group-item-action:hover,
.list-group-item-grayF7F7F7.list-group-item-action:focus {
    color: #636363;
    background-color: #e4e4e4;
}

.list-group-item-grayF7F7F7.list-group-item-action.active {
    color: #fff;
    background-color: #636363;
    border-color: #636363;
}

.list-group-item-grayCCCCCC {
    color: #525252;
    background-color: whitesmoke;
}

.list-group-item-grayCCCCCC.list-group-item-action:hover,
.list-group-item-grayCCCCCC.list-group-item-action:focus {
    color: #525252;
    background-color: #dddddd;
}

.list-group-item-grayCCCCCC.list-group-item-action.active {
    color: #fff;
    background-color: #525252;
    border-color: #525252;
}

.list-group-item-E09551 {
    color: #865931;
    background-color: #f9eadc;
}

.list-group-item-E09551.list-group-item-action:hover,
.list-group-item-E09551.list-group-item-action:focus {
    color: #865931;
    background-color: #e0d3c6;
}

.list-group-item-E09551.list-group-item-action.active {
    color: #fff;
    background-color: #865931;
    border-color: #865931;
}

.list-group-item-D32C2C {
    color: #7f1a1a;
    background-color: #f6d5d5;
}

.list-group-item-D32C2C.list-group-item-action:hover,
.list-group-item-D32C2C.list-group-item-action:focus {
    color: #7f1a1a;
    background-color: #ddc0c0;
}

.list-group-item-D32C2C.list-group-item-action.active {
    color: #fff;
    background-color: #7f1a1a;
    border-color: #7f1a1a;
}

.list-group-item-D44245 {
    color: #7f2829;
    background-color: #f6d9da;
}

.list-group-item-D44245.list-group-item-action:hover,
.list-group-item-D44245.list-group-item-action:focus {
    color: #7f2829;
    background-color: #ddc3c4;
}

.list-group-item-D44245.list-group-item-action.active {
    color: #fff;
    background-color: #7f2829;
    border-color: #7f2829;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(203, 57, 75, 0.25);
    opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.toast.showing {
    opacity: 0;
}

.toast:not(.show) {
    display: none;
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container> :not(:last-child) {
    margin-bottom: 0;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .product-inquiry-section .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0/* rtl:ignore */
    ;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 1rem 1rem;
    color: black;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}


/* rtl:begin:ignore */

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
}


/* rtl:end:ignore */

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}


/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)/* rtl:ignore */
        ;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)/* rtl:ignore */
        ;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    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 {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.offcanvas-backdrop.fade {
    opacity: 0;
}

.offcanvas-backdrop.show {
    opacity: 0.5;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}

.offcanvas.show {
    transform: none;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}

.placeholder.btn::before {
    display: inline-block;
    content: "";
}

.placeholder-xs {
    min-height: 0.6em;
}

.placeholder-sm {
    min-height: 0.8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}

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

.link-primary {
    color: #CB394B;
}

.link-primary:hover,
.link-primary:focus {
    color: #a22e3c;
}

.link-secondary {
    color: #6c757d;
}

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

.link-success {
    color: #198754;
}

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

.link-info {
    color: #0dcaf0;
}

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

.link-warning {
    color: #ffc107;
}

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

.link-danger {
    color: #CB394B;
}

.link-danger:hover,
.link-danger:focus {
    color: #a22e3c;
}

.link-light {
    color: #f8f9fa;
}

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

.link-dark {
    color: #212529;
}

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

.link-grayD8D8D8 {
    color: #D8D8D8;
}

.link-grayD8D8D8:hover,
.link-grayD8D8D8:focus {
    color: #e0e0e0;
}

.link-gray7F7F7F {
    color: #7F7F7F;
}

.link-gray7F7F7F:hover,
.link-gray7F7F7F:focus {
    color: #999999;
}

.link-gray959595 {
    color: #959595;
}

.link-gray959595:hover,
.link-gray959595:focus {
    color: #aaaaaa;
}

.link-gray3F3F3F {
    color: #3F3F3F;
}

.link-gray3F3F3F:hover,
.link-gray3F3F3F:focus {
    color: #323232;
}

.link-gray4D4D4D {
    color: #4D4D4D;
}

.link-gray4D4D4D:hover,
.link-gray4D4D4D:focus {
    color: #3e3e3e;
}

.link-grayF7F7F7 {
    color: #F7F7F7;
}

.link-grayF7F7F7:hover,
.link-grayF7F7F7:focus {
    color: #f9f9f9;
}

.link-grayCCCCCC {
    color: #CCCCCC;
}

.link-grayCCCCCC:hover,
.link-grayCCCCCC:focus {
    color: #d6d6d6;
}

.link-E09551 {
    color: #E09551;
}

.link-E09551:hover,
.link-E09551:focus {
    color: #e6aa74;
}

.link-D32C2C {
    color: #D32C2C;
}

.link-D32C2C:hover,
.link-D32C2C:focus {
    color: #a92323;
}

.link-D44245 {
    color: #D44245;
}

.link-D44245:hover,
.link-D44245:focus {
    color: #aa3537;
}

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

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

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

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

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
    position: fixed;
    top: 0;
    /* right: 0;
    left: 0; */
    z-index: 1030;
}

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

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #CB394B !important;
}

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

.border-success {
    border-color: #198754 !important;
}

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

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #CB394B !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #212529 !important;
}

.border-grayD8D8D8 {
    border-color: #D8D8D8 !important;
}

.border-gray7F7F7F {
    border-color: #7F7F7F !important;
}

.border-gray959595 {
    border-color: #959595 !important;
}

.border-gray3F3F3F {
    border-color: #3F3F3F !important;
}

.border-gray4D4D4D {
    border-color: #4D4D4D !important;
}

.border-grayF7F7F7 {
    border-color: #F7F7F7 !important;
}

.border-grayCCCCCC {
    border-color: #CCCCCC !important;
}

.border-E09551 {
    border-color: #E09551 !important;
}

.border-D32C2C {
    border-color: #D32C2C !important;
}

.border-D44245 {
    border-color: #D44245 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-25-0 {
    margin-right: 25px !important;
    margin-left: 25px !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.my-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-2-0 {
    margin-top: 2rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-4-0 {
    margin-top: 4rem !important;
}

.mt-7 {
    margin-top: 7rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-26 {
    margin-top: 26px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-2-0 {
    margin-right: 2rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-2-0 {
    margin-bottom: 2rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-5-0 {
    margin-bottom: 5rem !important;
}

.mb-9 {
    margin-bottom: 9rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-22 {
    margin-bottom: 22px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.mb-52 {
    margin-bottom: 52px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.p-6 {
    padding: 3.5rem !important;
}

.p-70 {
    padding: 70px !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-2-0 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.px-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.px-120-0 {
    padding-right: 120px !important;
    padding-left: 120px !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-2-0 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.py-7 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
}

.py-13-0 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.py-14-5 {
    padding-top: 14.5px !important;
    padding-bottom: 14.5px !important;
}

.py-15-0 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-30-0 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pt-6 {
    padding-top: 5rem !important;
}

.pt-6-0 {
    padding-top: 6rem !important;
}

.pt-7 {
    padding-top: 7rem !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-2-0 {
    padding-bottom: 2rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pb-4-0 {
    padding-bottom: 4rem !important;
}

.pb-6-5 {
    padding-bottom: 6.5rem !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-55 {
    font-size: 1.15rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.lh-32 {
    line-height: 32px;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}


/* rtl:begin:remove */

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}


/* rtl:end:remove */

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-grayD8D8D8 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-grayD8D8D8-rgb), var(--bs-text-opacity)) !important;
}

.text-gray7F7F7F {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray7F7F7F-rgb), var(--bs-text-opacity)) !important;
}

.text-gray959595 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray959595-rgb), var(--bs-text-opacity)) !important;
}

.text-gray3F3F3F {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray3F3F3F-rgb), var(--bs-text-opacity)) !important;
}

.text-gray4D4D4D {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray4D4D4D-rgb), var(--bs-text-opacity)) !important;
}

.text-grayF7F7F7 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-grayF7F7F7-rgb), var(--bs-text-opacity)) !important;
}

.text-grayCCCCCC {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-grayCCCCCC-rgb), var(--bs-text-opacity)) !important;
}

.text-E09551 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-E09551-rgb), var(--bs-text-opacity)) !important;
}

.text-D32C2C {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-D32C2C-rgb), var(--bs-text-opacity)) !important;
}

.text-D44245 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-D44245-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grayD8D8D8 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grayD8D8D8-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray7F7F7F {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray7F7F7F-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray959595 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray959595-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray3F3F3F {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray3F3F3F-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray4D4D4D {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray4D4D4D-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grayF7F7F7 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grayF7F7F7-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grayCCCCCC {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grayCCCCCC-rgb), var(--bs-bg-opacity)) !important;
}

.bg-E09551 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-E09551-rgb), var(--bs-bg-opacity)) !important;
}

.bg-D32C2C {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-D32C2C-rgb), var(--bs-bg-opacity)) !important;
}

.bg-D44245 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-D44245-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-2-0 {
        margin-bottom: 2rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-2-0 {
        padding-bottom: 2rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding: 3rem !important;
    }
    .ps-xxl-8 {
        padding: 8rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.indexStyle .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    /* height: 100%; */
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}


/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}


/* 3D Effects */

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}


/* CSS Mode */

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}


/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}


/* Bullets */

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}


/* Progress */

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-blue {
    --swiper-pagination-color: #0d6efd;
}

.swiper-pagination-indigo {
    --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
    --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
    --swiper-pagination-color: #d63384;
}

.swiper-pagination-red {
    --swiper-pagination-color: #CB394B;
}

.swiper-pagination-orange {
    --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
    --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
    --swiper-pagination-color: #198754;
}

.swiper-pagination-teal {
    --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
    --swiper-pagination-color: #0dcaf0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
    --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
    --swiper-pagination-color: #343a40;
}

.swiper-pagination-grayD8D8D8 {
    --swiper-pagination-color: #D8D8D8;
}

.swiper-pagination-gray7F7F7F {
    --swiper-pagination-color: #7F7F7F;
}

.swiper-pagination-gray959595 {
    --swiper-pagination-color: #959595;
}

.swiper-pagination-gray3F3F3F {
    --swiper-pagination-color: #3F3F3F;
}

.swiper-pagination-gray4D4D4D {
    --swiper-pagination-color: #4D4D4D;
}

.swiper-pagination-grayF7F7F7 {
    --swiper-pagination-color: #F7F7F7;
}

.swiper-pagination-grayCCCCCC {
    --swiper-pagination-color: #CCCCCC;
}

.swiper-pagination-E09551 {
    --swiper-pagination-color: #E09551;
}

.swiper-pagination-D44245 {
    --swiper-pagination-color: #D44245;
}

.swiper-pagination-D32C2C {
    --swiper-pagination-color: #D32C2C;
}

.swiper-pagination-lock {
    display: none;
}

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
    display: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    font-size: 32px;
}


/* .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
} */

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    font-size: 32px;
}


/* .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
} */

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
    --swiper-navigation-color: #0d6efd;
}

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
    --swiper-navigation-color: #6610f2;
}

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
    --swiper-navigation-color: #6f42c1;
}

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
    --swiper-navigation-color: #d63384;
}

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
    --swiper-navigation-color: #CB394B;
}

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
    --swiper-navigation-color: #fd7e14;
}

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
    --swiper-navigation-color: #ffc107;
}

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
    --swiper-navigation-color: #198754;
}

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
    --swiper-navigation-color: #20c997;
}

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
    --swiper-navigation-color: #0dcaf0;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
    --swiper-navigation-color: #6c757d;
}

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
    --swiper-navigation-color: #343a40;
}

.swiper-button-prev.swiper-button-grayD8D8D8,
.swiper-button-next.swiper-button-grayD8D8D8 {
    --swiper-navigation-color: #D8D8D8;
}

.swiper-button-prev.swiper-button-gray7F7F7F,
.swiper-button-next.swiper-button-gray7F7F7F {
    --swiper-navigation-color: #7F7F7F;
}

.swiper-button-prev.swiper-button-gray959595,
.swiper-button-next.swiper-button-gray959595 {
    --swiper-navigation-color: #959595;
}

.swiper-button-prev.swiper-button-gray3F3F3F,
.swiper-button-next.swiper-button-gray3F3F3F {
    --swiper-navigation-color: #3F3F3F;
}

.swiper-button-prev.swiper-button-gray4D4D4D,
.swiper-button-next.swiper-button-gray4D4D4D {
    --swiper-navigation-color: #4D4D4D;
}

.swiper-button-prev.swiper-button-grayF7F7F7,
.swiper-button-next.swiper-button-grayF7F7F7 {
    --swiper-navigation-color: #F7F7F7;
}

.swiper-button-prev.swiper-button-grayCCCCCC,
.swiper-button-next.swiper-button-grayCCCCCC {
    --swiper-navigation-color: #CCCCCC;
}

.swiper-button-prev.swiper-button-E09551,
.swiper-button-next.swiper-button-E09551 {
    --swiper-navigation-color: #E09551;
}

.swiper-button-prev.swiper-button-D44245,
.swiper-button-next.swiper-button-D44245 {
    --swiper-navigation-color: #D44245;
}

.swiper-button-prev.swiper-button-D32C2C,
.swiper-button-next.swiper-button-D32C2C {
    --swiper-navigation-color: #D32C2C;
}

.swiper-button-lock {
    display: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.SourceSansPro {
    font-family: "Source Sans Pro";
}

.NotoSansTC {
    font-family: "Noto Sans TC";
}

.Roboto {
    font-family: "Roboto";
}

.NotoSerifTC {
    font-family: "Noto Serif TC";
}

.PlayfairDisplay {
    font-family: "Playfair Display";
}

.w0 {
    width: 0;
}

.w50 {
    width: 50px;
}

.h50 {
    height: 50px;
}

.w60 {
    width: 60px;
}

@media (max-width: 767px) {
    .w60 {
        width: 50px;
    }
}

.h60 {
    height: 60px;
}

@media (max-width: 767px) {
    .h60 {
        height: 50px;
    }
}

.w70 {
    width: 70px;
}

@media (max-width: 1199px) {
    .w70 {
        width: 60px;
    }
}

@media (max-width: 767px) {
    .w70 {
        width: 50px;
    }
}

.h70 {
    height: 70px;
}

@media (max-width: 1199px) {
    .h70 {
        height: 60px;
    }
}

@media (max-width: 767px) {
    .h70 {
        height: 50px;
    }
}

.w80 {
    width: 80px;
}

.h80 {
    height: 80px;
}

.w100 {
    width: 100px;
}

.h100 {
    height: 100px;
}

.w180 {
    width: 180px;
}

@media (max-width: 1199px) {
    .w180 {
        width: 140px;
    }
}

.h-100vh {
    height: 100vh;
}

.max825 {
    max-width: 825px;
}

.max850 {
    max-width: 850px;
}

.max900 {
    max-width: 900px;
}

.max1000 {
    max-width: 1000px;
}

.max1050 {
    max-width: 1050px;
}

.max1200 {
    max-width: 1200px;
}

.max1250 {
    max-width: 1250px;
}

.max1300 {
    max-width: 1300px;
}

.max1390 {
    max-width: 1390px;
}

.max1400 {
    max-width: 1400px;
}

.max1450 {
    max-width: 1450px;
}

.max1500 {
    max-width: 1500px;
}

.max1530 {
    max-width: 1530px;
}

.max1600 {
    max-width: 1600px;
}

.max1650 {
    max-width: 1650px;
}

.max1680 {
    max-width: 1680px;
}

.max1920 {
    max-width: 1920px;
}

.lh1 {
    line-height: 1;
}

.lh12 {
    line-height: 1.2;
}

.lh135 {
    line-height: 1.35;
}

.lh14 {
    line-height: 1.4;
}

.lh145 {
    line-height: 1.45;
}

.lh16 {
    line-height: 1.6;
}

.lh165 {
    line-height: 1.65;
}

.lh18 {
    line-height: 1.8;
}

.lh19 {
    line-height: 1.9;
}

.lh20 {
    line-height: 2;
}

.z-plus-1 {
    z-index: -1;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.bg-hover-565656 {
    transition: all 0.3s;
}

.bg-hover-565656:hover {
    background: #565656 !important;
}

.bg-hover-D32C2C {
    transition: all 0.3s;
}

.bg-hover-D32C2C:hover {
    background: #D32C2C !important;
}

.bg-hover-D94A4A {
    transition: all 0.3s;
}

.bg-hover-D94A4A:hover {
    background: #D94A4A !important;
}

.text-hover-primary {
    transition: all 0.3s;
}

.text-hover-D94A4A {
    transition: all 0.3s;
}

.text-hover-D94A4A:hover {
    color: #D94A4A !important;
}

.text-hover-white {
    transition: all 0.3s;
}

.text-hover-white:hover {
    color: white !important;
}

.border-bottom-D8D8D8 {
    border-bottom: 1px solid #D8D8D8;
}

.border-bottom-7F7F7F {
    border-bottom: 1px solid #7F7F7F;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-15 {
    border-radius: 15px;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
    .position-xl-relative {
        position: relative !important;
    }
}

@media (min-width: 992px) {
    .position-lg-absolute {
        position: absolute !important;
    }
}

@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute !important;
    }
}

@media (min-width: 576px) {
    .position-sm-absolute {
        position: absolute !important;
    }
}

@media (min-width: 992px) {
    .position-lg-static {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }
}

.row.g-6 {
    margin-left: -15px;
    margin-right: -15px;
}

.row.g-6>div {
    padding-left: 15px;
    padding-right: 15px;
}

.row.g-7 {
    margin-left: -62px;
    margin-right: -62px;
}

.row.g-7>div {
    padding-left: 62px;
    padding-right: 62px;
}

@media (max-width: 1199px) {
    .row.g-6 {
        margin-left: -12px;
        margin-right: -12px;
    }
    .row.g-6>div {
        padding-right: 12px;
        padding-left: 12px;
    }
    .row.g-7 {
        margin-left: -12px;
        margin-right: -12px;
    }
    .row.g-7>div {
        padding-right: 12px;
        padding-left: 12px;
    }
}

.cursor {
    cursor: pointer;
}

.point-event-none {
    pointer-events: none;
}

.les0 {
    letter-spacing: 0px;
}

.les05 {
    letter-spacing: 0.5px;
}

.les1 {
    letter-spacing: 1px;
}

.les15 {
    letter-spacing: 1.5px;
}

.les2 {
    letter-spacing: 2px;
}

.les25 {
    letter-spacing: 2.5px;
}

.les3 {
    letter-spacing: 3px;
}

.les4 {
    letter-spacing: 4px;
}

.les8 {
    letter-spacing: 8px;
}

.les9 {
    letter-spacing: 9px;
}

.line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {
    .order-lg-2 {
        order: 2;
    }
}

.text-decoration-underline {
    text-decoration: underline;
}

.opacity05 {
    opacity: 0.5;
}

.noneStyle {
    list-style: none;
}

.swiper-button {
    margin: 0;
    outline: none;
}

.swiper-pagination-bullet {
    opacity: 1;
}

.background-cover {
    background-size: cover;
    background-position: center center;
}

.fw-900 {
    font-weight: 900;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.font-90 {
    font-size: 90px;
}

.font-82 {
    font-size: 82px;
}

.font-72 {
    font-size: 72px;
}

.font-64 {
    font-size: 64px;
}

.font-50 {
    font-size: 50px;
}

.font-48 {
    font-size: 48px;
}

.font-46 {
    font-size: 46px;
}

.font-40 {
    font-size: 40px;
}

.font-38 {
    font-size: 38px;
}

.font-36 {
    font-size: 36px;
}

.font-34 {
    font-size: 34px;
}

.font-32 {
    font-size: 32px;
}

.font-30 {
    font-size: 30px;
}

.font-28 {
    font-size: 28px;
}

.font-26 {
    font-size: 26px;
}

.font-24 {
    font-size: 24px;
}

.font-22 {
    font-size: 22px;
}

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-15 {
    font-size: 15px;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.font-10 {
    font-size: 10px;
}

@media (max-width: 1199px) {
    .font-72 {
        font-size: 60px;
    }
    .font-46 {
        font-size: 40px;
    }
    .font-38 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .font-72 {
        font-size: 40px;
    }
    .font-64 {
        font-size: 40px;
    }
    .font-46 {
        font-size: 30px;
    }
    .font-38 {
        font-size: 24px;
    }
    .font-36 {
        font-size: 24px;
    }
    .font-34 {
        font-size: 24px;
    }
    .font-32 {
        font-size: 24px;
    }
    .font-24 {
        font-size: 18px;
    }
    .font-20 {
        font-size: 18px;
    }
}


/* body {
  font-family: "Open Sans", "Noto Sans TC";
  font-size: 18px;
} */

a {
    transition: color 0.3s;
}

input,
button {
    outline: 0;
}

input {
    padding: 0;
    border: 0;
    background: transparent;
}

button {
    border: 0;
    background: transparent;
}

ul {
    padding: 0;
    margin: 0;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #959595;
}

::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #959595;
}

::-o-placeholder {
    /* Mozilla Firefox 19+ */
    color: #959595;
}

::-ms-placeholder {
    /* Internet Explorer 10+ */
    color: #959595;
}

::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #959595;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
    width: auto;
}

.banner-section.shortH .banner {
    height: 410px;
}

.banner-section.shorterH .banner {
    height: 360px;
}

.banner-section,
.banner-section .banner {
    height: 621px;
}

.banner-section h1,
.banner-section .h1 {
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1200px) {
    .banner-section.shortH .banner {
        height: 380px;
    }
    .banner-section.shorterH .banner {
        height: 320px;
    }
    .banner-section {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .banner-section.shortH .banner {
        height: 320px;
    }
    .banner-section.shorterH .banner {
        height: 280px;
    }
    .banner-section {
        height: 350px;
    }
}

h1.black-dec::after,
.black-dec.h1::after {
    background: #575757;
    opacity: 0.5;
}

.search-element::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #D8D8D8;
    opacity: .2;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.page-element a {
    width: 30px;
    height: 30px;
    transition: all 0.3s;
}

.page-element a:hover {
    color: #b38945;
}

.page-element a.number {
    margin: 0 2.5px;
}

.page-element a.number.active {
    color: var(--font-gold);
}

@media (max-width: 767px) {
    .page-element a {
        width: auto;
        height: auto;
    }
    .page-element a.number {
        margin: 0 14px;
    }
    .page-element a.active {
        color: #b38945 !important;
    }
}

@media (max-width: 360px) {
    /* .page-element a.dir {
        margin: 0 6px;
    } */
    .page-element a.number {
        margin: 0 10px;
    }
}


/* .newItem:hover .jqimgFill {
    transform: scale(1.02);
}

.newItem:hover .title {
    color: #CB394B;
}

.newItem:hover .more {
    background: #CB394B;
}

.newItem:hover .more i {
    color: white;
}*/

.newItem .jqimgFill {
    height: 300px;
}

.newItem .title {
    transition: color 0.3s;
}

.newItem .more {
    transition: all 0.3s;
}

.newItem .more i {
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .newItem .jqimgFill {
        height: 220px;
    }
}

.techItem:hover .icon {
    opacity: 0.4;
}

.techItem:hover .text .more {
    width: 160px;
}

.techItem:hover .text .more>i {
    display: none;
}

.techItem:hover .text .more .hover-effect {
    opacity: 1;
    width: auto;
}

.techItem .img {
    height: 550px;
    background-size: cover;
    background-position-y: center;
}

.techItem .text {
    color: white;
    min-width: 560px;
    top: 50%;
    transform: translateY(-50%);
}

.techItem .text .icon {
    transition: opacity 0.3s;
}

.techItem .text .more {
    width: 60px;
    transition: width 0.3s;
    border: 1px solid white;
}

.techItem .text .more .hover-effect {
    position: absolute;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    width: 60px;
    overflow: hidden;
}

.techItem:nth-child(odd) .img {
    background-position-x: 63%;
}

.techItem:nth-child(odd) .text {
    left: 120px;
}

.techItem:nth-child(even) .img {
    background-position-x: 34%;
}

.techItem:nth-child(even) .text {
    right: 43px;
}

@media (max-width: 1199px) {
    .techItem:nth-child(odd) .text {
        left: 48px;
    }
    .techItem:nth-child(even) .text {
        right: 48px;
    }
    .techItem .text {
        min-width: initial;
    }
}

@media (max-width: 991px) {
    .techItem:nth-child(odd) .img {
        background-position-x: 100%;
    }
    .techItem:nth-child(odd) .text {
        left: 48px;
    }
    .techItem .img {
        height: 450px;
    }
    .techItem .text {
        transform: none;
        color: black;
    }
    .techItem .text .more {
        width: 160px;
        border: 1px solid black;
    }
    .techItem .text .more>.icon-plus {
        display: none;
    }
    .techItem .text .more .hover-effect {
        position: static;
        opacity: 1;
        pointer-events: none;
        width: auto;
    }
}

@media (max-width: 575px) {
    .techItem:nth-child(odd) .img {
        background-position-x: 90%;
    }
    .techItem:nth-child(odd) .text {
        left: 24px;
    }
    .techItem .img {
        height: 220px;
    }
    .techItem .text .more {
        font-size: 16px;
    }
}

.eduItem .jqimgFill {
    height: 290px;
}

@media (max-width: 991px) {
    .eduItem .jqimgFill {
        height: 200px;
    }
}

.jqimgFill {
    transition: all 0.3s;
}

.eduItem:hover .img-wrapper .jqimgFill,
.babyItem:hover .img-wrapper .jqimgFill {
    transform: scale(1.05);
}

.eduItem:hover .more,
.babyItem:hover .more {
    width: 160px;
    background: #CB394B;
}

.eduItem:hover .more>i,
.babyItem:hover .more>i {
    display: none;
}

.eduItem:hover .more .hover-effect,
.babyItem:hover .more .hover-effect {
    opacity: 1;
    width: auto;
}

.eduItem .more,
.babyItem .more {
    width: 50px;
    transition: width 0.3s;
    border: 1px solid #CB394B;
}

.eduItem .more>.icon-plus,
.babyItem .more>.icon-plus {
    color: #CB394B;
}

.eduItem .more .hover-effect,
.babyItem .more .hover-effect {
    position: absolute;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    width: 50px;
    overflow: hidden;
    color: white;
}

@media (max-width: 1199px) {
    .eduItem .more,
    .babyItem .more {
        width: 160px;
        background: #CB394B;
    }
    .eduItem .more>.icon-plus,
    .babyItem .more>.icon-plus {
        display: none;
    }
    .eduItem .more .hover-effect,
    .babyItem .more .hover-effect {
        opacity: 1;
        width: auto;
    }
}

.babyItemGroup:nth-child(odd) .img-block {
    left: 0;
}

.babyItemGroup:nth-child(odd) .img-wrapper {
    border-radius: 30px 0 0 0;
}

.babyItemGroup:nth-child(odd) .text-block {
    border-radius: 0 0 30px 0;
}

.babyItemGroup:nth-child(even) .img-block {
    right: 0;
}

.babyItemGroup:nth-child(even) .img-wrapper {
    border-radius: 0 30px 0 0;
}

.babyItemGroup:nth-child(even) .text-block {
    border-radius: 0 0 0 30px;
}

.babyItemGroup .text-block {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.babyItemGroup .jqimgFill {
    height: 450px;
}

@media (max-width: 1199px) {
    .babyItemGroup .jqimgFill {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .babyItemGroup .babyItem {
        max-width: 600px;
    }
}

@media (max-width: 575px) {
    .babyItemGroup .jqimgFill {
        height: 220px;
    }
    .babyItemGroup:nth-child(odd) .img-wrapper {
        border-radius: 15px 0 0 0;
    }
    .babyItemGroup:nth-child(odd) .text-block {
        border-radius: 0 0 15px 0;
    }
    .babyItemGroup:nth-child(even) .img-wrapper {
        border-radius: 0 15px 0 0;
    }
    .babyItemGroup:nth-child(even) .text-block {
        border-radius: 0 0 0 15px;
    }
}

.index-select-section .v-select {
    width: 100%;
    height: 50px;
}

.index-select-section .v-select:hover .vs__dropdown-toggle {
    background: #b38945;
}

.index-select-section .v-select:hover .vs__dropdown-toggle .vs__selected-options .vs__selected {
    color: white;
}

.index-select-section .v-select:hover .vs__dropdown-toggle .vs__open-indicator {
    fill: white;
}

.index-select-section .v-select.vs--open .vs__open-indicator {
    transform: rotate(180deg);
}

.index-select-section .v-select.vs--open .vs__selected {
    position: static;
}

.index-select-section .v-select .vs__dropdown-toggle {
    background: transparent;
    padding: 0;
    height: 50px;
    border: 1px solid #b38945;
    position: relative;
    transition: background 0.3s;
    padding: 0 0 0 26px;
    border-radius: 0;
}

.index-select-section .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected {
    margin: 0;
    padding: 0;
}

.index-select-section .v-select .vs__dropdown-toggle .vs__selected-options .vs__search {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}


/* .v-select .vs__dropdown-toggle .vs__selected-options::after {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background: #D8D8D8;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
} */


/* .v-select .vs__dropdown-toggle .vs__open-indicator {
    fill: #CB394B;
} */

.index-select-section .v-select .vs__dropdown-toggle .vs__actions {
    padding: 0 18px;
}

.index-select-section .v-select .vs__dropdown-menu {
    background: white;
    padding: 0;
    border: 0;
}

.index-select-section .v-select .vs__dropdown-menu .vs__dropdown-option {
    padding: 12px 30px;
    transition: background 0.3s;
}

.index-select-section .v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight {
    background: #b38945;
}

@media (max-width: 767px) {
    .v-select {
        font-size: 16px;
    }
    .v-select .vs__dropdown-toggle .vs__actions {
        width: 55px;
    }
    .v-select .vs__dropdown-menu .vs__dropdown-option {
        padding: 12px 18px;
    }
}

@media (max-width: 575px) {
    .v-select {
        width: 100%;
    }
    .v-select .vs__dropdown-toggle {
        height: 50px;
    }
}

.editor {
    line-height: 1.8;
    letter-spacing: 0.5px;
    font-family: "Noto Sans TC";
}

.editor h3,
.editor .h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.8;
}

.editor h4,
.editor .h4,
.editor h5,
.editor .h5 {
    font-weight: bold;
}

.editor p {
    font-size: 16px;
    color: #686868;
    line-height: 36px;
    font-family: "Noto Sans TC";
}

.editor img {
    display: block;
    max-width: 100%;
    margin: 25px 0px;
}

.editor table {
    margin: auto;
    margin-bottom: 80px;
}

.editor table thead {
    font-size: 22px;
}

.editor table thead th {
    font-weight: normal;
    padding: 10px 8.5px;
}

.editor table tbody td {
    padding: 18px 24px;
}

.editor table tbody li {
    margin-bottom: 10px;
}

.editor ul {
    list-style: none;
    margin-bottom: 16px;
}

.editor ol {
    list-style: decimal;
}

.editor a {
    color: #38649F;
    word-break: break-all;
}

.editor figure {
    display: table;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 65px;
}

.editor figure img {
    margin-top: 0;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .editor h3,
    .editor .h3 {
        font-size: 20px;
    }
    .editor table thead {
        font-size: 18px;
    }
    .editor table thead th {
        font-weight: normal;
        padding: 10px 5px;
    }
    .editor table tbody td {
        padding: 10px 24px;
    }
    .editor table tbody li {
        margin-bottom: 5px;
    }
    .editor figure {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

ul.style-1 li h2,
ul.style-1 li .h2 {
    flex: 0 0 243px;
}

ul.style-1 li h2::after,
ul.style-1 li .h2::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #D44245;
    position: absolute;
    left: 0;
    bottom: 0;
}

ul.red-dots li {
    position: relative;
    padding-left: 20px;
}

ul.red-dots li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #D44245;
    position: absolute;
    top: 11px;
    left: 0;
}

ul.gray-dots li {
    position: relative;
    padding-left: 24px;
}

ul.gray-dots li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #DFDFDF;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
}

@media (max-width: 767px) {
    ul.gray-dots li {
        padding-left: 16px;
    }
}

.video-element {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.video-element iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main {
    min-height: 540px;
}

html.menuOpen {
    overflow: hidden;
}

html.menuOpen header .logo {
    color: black;
}

html.menuOpen header .logo img:nth-child(2) {
    display: block;
}

html.menuOpen header .menu-toggle .wrapper div.bar1 {
    top: 7px;
    transform: rotate(-45deg);
}

html.menuOpen header .menu-toggle .wrapper div.bar2 {
    opacity: 0;
}

html.menuOpen header .menu-toggle .wrapper div.bar3 {
    top: 7px;
    transform: rotate(45deg);
}

html.menuOpen header .society .search-toggle {
    color: black;
}

@media (max-width: 1199px) {
    html.menuOpen .menu-wrapper {
        transform: none;
    }
}

.wp.whiteHeader header {
    background: white;
}

.wp.whiteHeader main {
    padding-top: 90px;
}

.wp.whiteHeader header .logo,
.wp.transparentHeader header .logo {
    color: black;
}

.wp.whiteHeader header .logo img:nth-child(1),
.wp.transparentHeader header .logo img:nth-child(1) {
    display: none;
}

.wp.whiteHeader header .logo img:nth-child(2),
.wp.transparentHeader header .logo img:nth-child(2) {
    display: block;
}

.wp.whiteHeader header .menu .dropdown-menu,
.wp.transparentHeader header .menu .dropdown-menu {
    top: 90px;
}

.wp.whiteHeader header .menu .menu-item .menu-link,
.wp.transparentHeader header .menu .menu-item .menu-link {
    color: black;
    padding: 0.5px 38px;
}

.wp.whiteHeader header .menu .menu-item .menu-link span,
.wp.transparentHeader header .menu .menu-item .menu-link span {
    padding: 31px 0;
}

.wp.whiteHeader header .menu .menu-item .menu-link.active span::after,
.wp.transparentHeader header .menu .menu-item .menu-link.active span::after {
    background: #CB394B;
}

.wp.whiteHeader header .society .icon-fb,
.wp.transparentHeader header .society .icon-fb {
    color: #4567F1;
}

.wp.whiteHeader header .society .search-toggle,
.wp.transparentHeader header .society .search-toggle {
    color: black;
}

.wp.whiteHeader header .search-element form,
.wp.transparentHeader header .search-element form {
    background: #F7F7F7;
}

.wp.whiteHeader header .search-element form input,
.wp.whiteHeader header .search-element form button,
.wp.transparentHeader header .search-element form input,
.wp.transparentHeader header .search-element form button {
    color: black;
}

@media (max-width: 1399px) {
    .wp.whiteHeader header .menu .menu-item .menu-link,
    .wp.transparentHeader header .menu .menu-item .menu-link {
        padding: 0.5px 30px;
    }
}

@media (max-width: 1199px) {
    .wp.whiteHeader main {
        padding-top: 81px;
    }
    .wp.whiteHeader .society .search-toggle:hover {
        color: black !important;
    }
    .wp.whiteHeader header .search-element form,
    .wp.transparentHeader header .search-element form {
        background: white;
    }
    .wp.whiteHeader header .search-element form .icon-search,
    .wp.transparentHeader header .search-element form .icon-search {
        color: white;
    }
}

header {
    transition: all 0.3s;
    z-index: 11;
}

header.openMode,
header.scrollMode {
    background: white;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

header.openMode .logo,
header.scrollMode .logo {
    color: black;
}

header.openMode .logo img:nth-child(1),
header.scrollMode .logo img:nth-child(1) {
    display: none;
}

header.openMode .logo img:nth-child(2),
header.scrollMode .logo img:nth-child(2) {
    display: block;
}

header.openMode .menu-toggle .wrapper div,
header.scrollMode .menu-toggle .wrapper div {
    background: #CB394B;
}

header.openMode .menu .menu-item .menu-link,
header.scrollMode .menu .menu-item .menu-link {
    color: black;
}

header.openMode .menu .menu-item .menu-link.active span::after,
header.scrollMode .menu .menu-item .menu-link.active span::after {
    background: #CB394B;
}

header.openMode .society .icon-fb,
header.scrollMode .society .icon-fb {
    color: #4567F1;
}

header.openMode .society .search-toggle,
header.scrollMode .society .search-toggle {
    color: black;
}

header.openMode .search-element form,
header.scrollMode .search-element form {
    background: #F7F7F7;
}

header.openMode .search-element form input,
header.openMode .search-element form button,
header.scrollMode .search-element form input,
header.scrollMode .search-element form button {
    color: black;
}

header.scrollMode .menu .menu-item .menu-link {
    padding: 0.5px 38px;
}

header.scrollMode .menu .menu-item .menu-link span {
    padding: 31px 0;
}

header.scrollMode .menu .dropdown-menu {
    top: 90px;
}

header .logo {
    color: white;
}

header .logo img {
    width: 75px;
}

header .logo img:nth-child(2) {
    display: none;
}

header .logo .ch {
    font-size: 32px;
    letter-spacing: 6px;
}

header .logo .en {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.6px;
}

header .menu .dropdown-menu {
    position: fixed;
    top: 120px;
    font-size: 18px;
    width: 100%;
    left: 0%;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05), 0 3px 5px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: opacity 0.3s;
    border: 0;
    border-bottom: 1px solid #F2F2F2;
}

header .menu .dropdown-menu.active {
    opacity: 1;
}

header .menu .dropdown-menu ul li {
    position: relative;
}

header .menu .dropdown-menu ul li+li::before {
    content: "";
    display: block;
    background: #D8D8D8;
    width: 1px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

header .menu .dropdown-menu ul li .dropdown-item:hover {
    background: transparent;
    color: #CB394B;
}

header .menu .dropdown-toggle::after {
    display: none;
}

header .home span {
    position: relative;
}

header .home span::before {
    content: "";
    display: block;
    background: #D8D8D8;
    width: 1px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

header .society {
    right: -15px;
    top: 40px;
}

header .society .icon {
    font-size: 22px;
    color: white;
    transition: color 0.3s;
    margin: 0px 5px;
    transition: .3s;
}

header .society .icon:hover {
    transform: scale(1.5);
}

header .search-element button {
    transition: .3s;
}

header button:hover {
    transform: scale(1.5);
}

header .society .search-toggle {
    color: white;
}

header .search-element.active form {
    width: 200px;
}

header .search-element.active .search-toggle {
    display: none;
}

header .search-element form {
    width: 0;
    transition: width 0.5s, right 0.3s;
}

header .search-element form input,
header .search-element form button {
    font-weight: bolder;
    color: white;
}

header .menu-toggle.show {
    display: block;
    opacity: 1;
}

header .menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: 40px;
    right: 25px;
    transform: translateY(-50%);
    transition: all .3s;
    opacity: 0;
    display: none;
    z-index: 999;
}

header .menu-toggle .wrapper {
    width: 30px;
    height: 16px;
}

header .menu-toggle .wrapper div {
    height: 3px;
    transition: all 0.5s;
    right: 0;
    width: 100%;
    border-radius: 0.3rem;
    background: var(--bg-gold);
}

header .menu-toggle .wrapper div.bar1 {
    top: 0px;
}

header .menu-toggle .wrapper div.bar2 {
    top: 11px;
}

header .menu-toggle .wrapper div.bar3 {
    top: 22px;
}

header .space {
    flex: 0 0 28%;
}

@media (max-width: 1600px) {
    header .society {
        right: 0px;
    }
}


/* @media (max-width: 767px) {
    header .logo>span {
        position: relative;
        top: 3px;
    }
    header .logo span.ch {
        font-size: 25.5px;
        letter-spacing: 3px;
    }
    header .logo span.en {
        margin-left: -22px;
        transform: scale(0.75);
    }
    header .society {
        right: -3px;
    }
}

@media (max-width: 575px) {
    header .menu-wrapper {
        width: 100%;
    }
    header .search-element.active form {
        width: calc(100vw - 48px);
        right: 3px;
    }
} */

footer {
    background: #171614;
}

footer .goTop {
    bottom: 30px;
    right: 20px;
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(150px);
}

footer .goTop.show {
    opacity: 0.8;
    transform: none;
}

footer .goTop:hover {
    opacity: 1;
}

footer .logo img {
    width: 75px;
}

footer .logo .ch {
    font-size: 33.5px;
    letter-spacing: 6px;
}

footer .logo .en {
    font-size: 12.6px;
    text-transform: uppercase;
    letter-spacing: 2.6px;
}

footer .icon-fb::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background: #EFE9DC;
}

footer .copyright {
    border-top: 1px solid #959595;
}

@media (max-width: 575px) {
    footer .goTop {
        bottom: 30px;
    }
    footer .goTop i {
        font-size: 16px;
    }
    footer .logo .ch {
        font-size: 30.9px;
        letter-spacing: 6px;
    }
    footer .logo .en {
        font-size: 12px;
        letter-spacing: 2.6px;
    }
}

@-webkit-keyframes upDown {
    0% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(10px);
    }
}

@keyframes upDown {
    0% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(10px);
    }
}

@media (max-width: 767px) {
    .menuOpen #index header .society .search-toggle:hover {
        color: black !important;
    }
}

.index-banner-section .swiper-button.swiper-button-prev {
    left: 75px;
}

.index-banner-section .swiper-button.swiper-button-next {
    right: 75px;
}

.index-banner-section .swiper-pagination {
    bottom: 28px;
}

.index-banner-section .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 6px;
    background: transparent;
    border-radius: 0;
    margin: 0 15px;
    position: relative;
    transition: background 0.3s;
}

.index-banner-section .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-banner-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: white;
}

.index-banner-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 0;
}

.index-banner-section .text .tag {
    width: 445px;
    background: rgba(255, 255, 255, 0.2);
}

.index-tech-section .techItems {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.index-tech-section .techItem {
    height: 600px;
    transition: flex 0.5s;
}

.index-tech-section .techItem::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5));
}

.index-tech-section .techItem:hover {
    flex: 0 0 54.5%;
}

.index-tech-section .techItem:hover .text {
    opacity: 0;
    pointer-events: none;
}

.index-tech-section .techItem:hover .text-hover {
    opacity: 1;
    pointer-events: all;
}

.index-tech-section .techItem .text-hover {
    opacity: 0;
    pointer-events: none;
    bottom: 65px;
    left: 12%;
    transition: opacity 0.3s;
}

.index-tech-section .techItem .text-hover .icon-wrapper {
    margin-left: 0;
}

.index-tech-section .techItem .text {
    bottom: 65px;
    transition: opacity 0.3s;
}

.index-tech-section .techItem .icon-wrapper {
    width: 90px;
    height: 72.5px;
}

@media (max-width: 1399px) {
    .index-tech-section .techItem:hover {
        flex: 0 0 33.33%;
    }
    .index-tech-section .techItem:hover .text {
        opacity: 1;
        pointer-events: all;
    }
    .index-tech-section .techItem .text-hover {
        opacity: 1;
        pointer-events: all;
    }
}

@media (max-width: 1199px) {
    .index-tech-section .techItem {
        height: 600px;
    }
}

@media (max-width: 991px) {
    .index-tech-section .techItems {
        box-shadow: none;
    }
    .index-tech-section .techItem {
        height: 400px;
    }
    .index-tech-section .techItem:hover {
        flex: 0 0 100%;
    }
    .index-tech-section .techItem .text-hover {
        bottom: 50px;
    }
}

@media (max-width: 767px) {
    .index-tech-section .techItem {
        height: 224px;
    }
    .index-tech-section .techItem .text-hover {
        bottom: auto;
        top: 30px;
        left: 24px;
    }
    .index-tech-section .techItem .icon-wrapper {
        width: 45px;
        height: 35px;
    }
    .index-tech-section .font-20 {
        font-size: 16px;
    }
    .index-tech-section .title {
        line-height: 1.2;
    }
}

@media (max-width: 575px) {
    .index-tech-section .content {
        max-width: 170px;
    }
}

.index-edu-section {
    background: url(images/common/wave-bg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.index-edu-section .block {
    max-width: 1751px;
}

.index-edu-section .block .title-block {
    flex: 0 0 auto;
    width: 28.5%;
}

.index-edu-section .block .content-block {
    flex: 0 0 auto;
    width: 71.5%;
}

.index-edu-section .block .swiper-slide {
    height: 605px;
}

.index-edu-section .block .swiper-slide.swiper-slide-next a,
.index-edu-section .block .swiper-slide.swiper-slide-prev a {
    margin-top: 62px;
}

.index-edu-section .block .swiper-slide a {
    transition: margin-top 0.3s;
}

.index-edu-section .block .swiper-buttons {
    top: 0;
    right: 0;
}

.index-edu-section .block .swiper-buttons .swiper-button::after {
    font-size: 18px;
}

@media (max-width: 1600px) {
    .index-edu-section .block .title-block {
        width: 32%;
    }
    .index-edu-section .block .content-block {
        width: 68%;
    }
}

@media (max-width: 1399px) {
    .index-edu-section .block .title-block {
        width: 35%;
    }
    .index-edu-section .block .content-block {
        width: 65%;
    }
}

@media (max-width: 1199px) {
    .index-edu-section .block .title-block {
        width: 45%;
    }
    .index-edu-section .block .content-block {
        width: 55%;
    }
}

@media (max-width: 991px) {
    .index-edu-section .block .title-block {
        width: 100%;
    }
    .index-edu-section .block .content-block {
        width: 100%;
    }
    .index-edu-section .block .swiper-slide {
        height: auto;
    }
    .index-edu-section .block .swiper-slide a {
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .index-edu-section .date {
        font-size: 16px;
    }
    .index-edu-section .font-20 {
        font-size: 22px;
        line-height: 1.4;
    }
}

.index-doctor-section {
    background-attachment: fixed;
}

.index-doctor-section .content .text {
    max-width: 740px;
}

.index-doctor-section .content .text .items .item:not(:first-child) {
    position: relative;
}

.index-doctor-section .content .text .items .item:not(:first-child)::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, white 0%, white 50%, transparent 50%, transparent 100%);
    background-repeat: repeat;
    background-size: 1%;
    position: absolute;
    top: 0;
    left: 0;
}

.index-doctor-section .content .icon {
    background: #D4A383;
}

.index-doctor-section .doctor {
    bottom: 0;
    right: 9%;
    width: 29.5%;
}

@media (max-width: 1399px) {
    .index-doctor-section {
        background-attachment: initial;
    }
    .index-doctor-section .doctor {
        right: 7%;
    }
}

@media (max-width: 1199px) {
    .index-doctor-section .doctor {
        right: 44px;
    }
    .index-doctor-section .content .text {
        max-width: 720px;
    }
}

@media (max-width: 991px) {
    .index-doctor-section .content {
        margin-top: 383px;
    }
    .index-doctor-section .doctor {
        width: 226px;
        right: auto;
        bottom: auto;
        top: 230px;
        left: 50%;
        transform: translateX(-50%);
    }
    .index-doctor-section .font-16 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .index-doctor-section .items {
        position: relative;
    }
    .index-doctor-section .items::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, white 0%, white 50%, transparent 50%, transparent 100%);
        background-repeat: repeat;
        background-size: 4%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .index-doctor-section .content {
        margin-top: 356px;
    }
    .index-doctor-section .content .text .items .item:not(:first-child)::after {
        background-size: 4%;
    }
    .index-doctor-section .doctor {
        top: 175px;
    }
}

.index-baby-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background: #FBF3F3;
    z-index: -1;
}

.index-baby-section .line1 {
    display: block;
}

@media (max-width: 991px) {
    .index-baby-section::after {
        height: 1070px;
    }
}

@media (max-width: 767px) {
    .index-baby-section::after {
        height: 733px;
    }
    .index-baby-section .text-gray4D4D4D.line1 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
    }
    .index-baby-section .font-24 {
        font-size: 22px;
    }
}

.index-new-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: #D8D8D8;
    margin: 0 10px;
}

.index-new-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #CB394B;
}

.index-new-section .heart {
    left: 0;
    bottom: 0;
}

@media (max-width: 992px) {
    .index-new-section .heart {
        bottom: auto;
        top: 59px;
        width: 250px;
    }
}

@media (max-width: 767px) {
    .index-new-section .heart {
        bottom: auto;
        top: 56px;
        width: 160px;
    }
    .index-new-section .text-D32C2C {
        font-size: 16px;
    }
    .index-new-section .lh135 {
        line-height: 1.5;
    }
    .index-new-section .more {
        background: #D32C2C;
        color: #fff !important;
    }
}

.dec-line::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 1px;
}

.dec-line.dec-line-959595::before {
    background: #959595;
}

.dec-line.dec-line-white::before {
    background: white;
}

.indexEduItem:hover .img-wrapper .img {
    transform: scale(1.02);
}

.indexEduItem:hover .text-wrapper .icon-more {
    color: #B3794D !important;
}

.indexEduItem .img-wrapper {
    height: 335px;
}

.indexEduItem .img-wrapper .img {
    transition: transform 0.5s;
}

.indexEduItem .text-wrapper {
    margin-top: -67px;
    margin-left: -1px;
}

.indexEduItem .text-wrapper .icon-more {
    transition: color 0.3s;
}

@media (max-width: 991px) {
    .indexEduItem .img-wrapper {
        height: 480px;
    }
}

@media (max-width: 767px) {
    .indexEduItem .text-wrapper {
        margin-top: -55px;
    }
    .indexEduItem .text-D32C2C {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .indexEduItem .img-wrapper {
        height: 218px;
    }
}

.indexBabyItem:hover .img-wrapper .img {
    transform: scale(1.02);
}

.indexBabyItem:hover .more {
    background: #CB394B;
    color: white !important;
}

.indexBabyItem .img-wrapper {
    height: 500px;
    box-shadow: 0 10px 10px rgba(179, 121, 77, 0.3);
}

.indexBabyItem .img-wrapper .img {
    transition: transform 0.5s;
}

.indexBabyItem .more {
    transition: all 0.5s;
}

@media (max-width: 1199px) {
    .indexBabyItem .img-wrapper {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .indexBabyItem .img-wrapper {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .indexBabyItem .img-wrapper {
        height: 203px;
    }
}

.about-section .circle-dec {
    top: 174px;
    left: 5%;
    width: 8%;
}

.about-section .lines-dec {
    bottom: 187px;
    right: 4.5%;
    width: 7.2%;
}

.about-section .line-dec {
    height: 6px;
}

.about-section .jqimgFill {
    height: 384px;
}

.about-section .jqimgFill:nth-child(1) {
    width: 40%;
}

@media (max-width: 1199px) {
    .about-section .circle-dec {
        top: 70px;
        left: auto;
        right: 25%;
        width: 8%;
    }
    .about-section .lines-dec {
        bottom: 100px;
    }
    .about-section .jqimgFill {
        height: 205px;
    }
}

@media (max-width: 991px) {
    .about-section .jqimgFill {
        height: 256px;
    }
    .about-section .jqimgFill:nth-child(1) {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .about-section .lines-dec {
        width: 20%;
        bottom: 50px;
    }
    .about-section .jqimgFill {
        height: 375px;
    }
}

.sitemap-section .row>div:nth-child(1),
.sitemap-section .row>div:nth-child(3),
.sitemap-section .row>div:nth-child(4) {
    width: 32.5%;
}

.sitemap-section .row>div:nth-child(2),
.sitemap-section .row>div:nth-child(5) {
    width: 35%;
}

.sitemap-section .icon-wrapper {
    width: 50px;
    height: 50px;
}

@media (max-width: 991px) {
    .sitemap-section .row>div:nth-child(1),
    .sitemap-section .row>div:nth-child(3),
    .sitemap-section .row>div:nth-child(4) {
        width: 50%;
    }
    .sitemap-section .row>div:nth-child(2),
    .sitemap-section .row>div:nth-child(5) {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .sitemap-section .font-24 {
        font-size: 20px;
    }
    .sitemap-section .row>div:nth-child(1),
    .sitemap-section .row>div:nth-child(3),
    .sitemap-section .row>div:nth-child(4) {
        width: 100%;
    }
    .sitemap-section .row>div:nth-child(2),
    .sitemap-section .row>div:nth-child(5) {
        width: 100%;
    }
    .sitemap-section .icon-wrapper {
        width: 35px;
        height: 35px;
    }
    .sitemap-section .icon-wrapper img {
        max-height: 100%;
    }
}

.tech-section .title-block {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-y: 60%;
    background-position-x: left;
}

.tech-section .people-block .people-bg {
    height: 500px;
    background-position-y: center;
    background-position-x: 60%;
    background-repeat: no-repeat;
    background-size: cover;
}

.tech-section .people-block .text {
    color: white;
    left: 13%;
    top: 60%;
    transform: translateY(-50%);
}

.tech-section .content-block {
    margin-top: -80px;
}

.tech-section .content-block .nav-link {
    border-radius: 50%;
    border: 0;
    width: 180px;
    height: 180px;
    background: linear-gradient(white, #F8F8F8);
    transition: all 0.5s;
}

.tech-section .content-block .nav-link.active,
.tech-section .content-block .nav-link:hover {
    background: #D32C2C !important;
    color: white;
}

.tech-section .content-block .nav-link.active .icon img:nth-child(1),
.tech-section .content-block .nav-link:hover .icon img:nth-child(1) {
    opacity: 0;
}

.tech-section .content-block .nav-link.active .icon img:nth-child(2),
.tech-section .content-block .nav-link:hover .icon img:nth-child(2) {
    opacity: 1;
}

.tech-section .content-block .nav-link.active::after,
.tech-section .content-block .nav-link:hover::after {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

.tech-section .content-block .nav-link::after {
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: rgba(211, 44, 44, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    z-index: -1;
}

.tech-section .content-block .nav-link .icon {
    width: 68px;
    height: 68px;
}

.tech-section .content-block .nav-link .icon img {
    transition: opacity 0.3s;
}

.tech-section .content-block .nav-link .icon img:nth-child(2) {
    opacity: 0;
}

.tech-section .content-block .tab-pane h2::before,
.tech-section .content-block .tab-pane .h2::before,
.tech-section .content-block .tab-pane h2:after,
.tech-section .content-block .tab-pane .h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: #959595;
    width: 70px;
    height: 1px;
}

.tech-section .content-block .tab-pane h2::before,
.tech-section .content-block .tab-pane .h2::before {
    left: -115px;
}

.tech-section .content-block .tab-pane h2::after,
.tech-section .content-block .tab-pane .h2::after {
    right: -115px;
}

.tech-section .content-block .tab-pane .feature {
    right: 35px;
    bottom: 0px;
}

.tech-section .content-block .tab-pane.nav-profile .jqimgFill {
    height: 100%;
}

.tech-section .content-block .tab-pane.nav-team .jqimgFill {
    height: 370px;
}

@media (max-width: 1199px) {
    .tech-section .people-block .people-bg {
        height: 450px;
    }
    .tech-section .people-block .text {
        left: 24px;
        top: 55%;
    }
}

@media (max-width: 991px) {
    .tech-section .content-block .nav-link {
        width: 150px;
        height: 150px;
    }
    .tech-section .content-block .tab-pane.nav-profile .font-28 {
        font-size: 20px;
    }
    .tech-section .content-block .tab-pane.nav-profile .jqimgFill {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .tech-section .people-block .people-bg {
        height: 250px;
        background-position-x: 76%;
    }
    .tech-section .people-block .text {
        transform: none;
        color: black;
    }
    .tech-section .content-block {
        margin-top: 0;
    }
    .tech-section .content-block .nav-tabs {
        display: none;
        position: absolute;
        width: 100%;
        margin: 0;
    }
    .tech-section .content-block .nav-tabs li {
        padding: 0;
    }
    .tech-section .content-block .nav-link {
        width: auto;
        height: auto;
        border-radius: 0;
        width: 100%;
        background: #D32C2C;
        color: white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 0;
        text-align: left;
        padding-left: 24px;
        padding-right: 24px;
    }
    .tech-section .content-block .nav-link::after {
        display: none;
    }
    .tech-section .content-block .tab-pane.nav-team .jqimgFill {
        height: 600px;
    }
    .tech-section .content-block .tab-pane h2::before,
    .tech-section .content-block .tab-pane .h2::before,
    .tech-section .content-block .tab-pane h2::after,
    .tech-section .content-block .tab-pane .h2::after {
        display: none;
    }
}

@media (max-width: 575px) {
    .tech-section .content-block .tab-pane.nav-team .jqimgFill {
        height: 350px;
    }
    .tech-section .content-block .tab-pane.nav-profile .jqimgFill {
        height: 250px;
    }
}


/*# sourceMappingURL=style.css.map */


/* RWD */


/* navbar */

@media (max-width: 1445px) {
    /* header .space {
        flex: 0 0 25%;
    } */
}

@media (max-width: 1399px) {
    /* header .menu-wrapper a{
        padding: 35px 10px;
        color: red;
    } */
    /* header.scrollMode .menu .menu-item .menu-link {
        padding: 0.5px 30px;
    }*/
    /* header .menu .menu-item .menu-link a {
        padding: 38.5px 30px;
        font-size: 16px;
    } */
    /* header .navbar-nav .nav-item {
        margin: 0 22px;
    } */
    /* header .space {
        flex: 0 0 240px;
    } */
}

@media (max-width: 1199px) {
    /* header .logo img {
        width: 40px;
    }
    header .menu-wrapper {
        overflow-y: auto;
        position: fixed;
        background: white;
        width: 400px;
        height: calc(100vh - 81px);
        top: 81px;
        right: 0;
        transform: translateX(100%);
        transition: transform 0.3s;
        padding-top: 22px;
    }
    header .menu .dropdown-menu {
        position: static !important;
        box-shadow: none;
        border-bottom: 0;
        transition: none;
        opacity: 1;
    }
    header .menu .dropdown-menu ul li+li::before {
        display: none;
    }
    header .menu .dropdown-menu .dropdown-item {
        padding: 12px 20px 12px 50px;
        background: #F7F7F7;
        color: #313131;
        border-bottom: 1px solid white;
    }
    header .menu .dropdown-menu .dropdown-item:hover {
        background: #D8D8D8;
        color: black;
    }
    header .menu .menu-item {
        margin: 0;
        border-bottom: 1px solid #D8D8D8;
    }
    header .menu .menu-item .menu-link {
        padding: 16px 32px !important;
        color: black;
    }
    header .menu .menu-item .menu-link:hover {
        color: black !important;
    }
    header .menu .menu-item .menu-link.active span::after {
        display: none;
    }
    header .menu .menu-item .menu-link i {
        color: rgba(49, 49, 49, 0.72);
        transition: all 0.3s;
    }
    header .menu .menu-item .menu-link span {
        padding: 0 !important;
    }
    header .menu .menu-item.active .menu-link {
        color: #CB394B !important;
    }
    header .menu .menu-item.active .menu-link a {
        color: #CB394B !important;
    }
    header .menu .menu-item.active .menu-link i {
        transform: rotate(90deg);
        color: #CB394B;
    }
    header .society {
        right: 0px;
    }
    header .society .search-toggle:hover {
        color: white !important;
    }
    header .search-element.active form {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    header .search-element.active .search-toggle {
        display: block;
    }
    header .search-element form {
        top: calc(100% + 40px);
        right: -5px;
        background: white;
    }
    header .search-element form button {
        color: black;
    }
    header .search-element form button .icon-search {
        color: black !important;
    }
    header .search-element form input {
        color: black;
    }
    header.openMode .society .search-toggle,
    header.scrollMode .society .search-toggle {
        color: black !important;
    }
    header.openMode .search-element form,
    header.scrollMode .search-element form {
        background: white;
    }
    header.openMode .search-element form .icon-search,
    header.scrollMode .search-element form .icon-search {
        color: white;
    }
    header.scrollMode .menu .menu-item .menu-link {
        padding: 16px 32px;
    }
    header.scrollMode .menu .menu-item .menu-link span {
        padding: 0;
    }
    header .fb {
        margin: 0 32px;
        font-size: 26px;
        margin-top: 120px;
        background: #295EA3;
    }
    header .fb i::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background: #EFE9DC;
    } */
}


/* navbar */

header .nemu-down {
    padding: 0px 90px;
}

header .nemu-down .menu-society a {
    margin-right: 40px;
}

header .logo img {
    position: relative;
}

header .menu .menu-item .menu-link {
    color: white;
    padding: 35px 32px;
    font-family: "Noto Sans TC";
    font-weight: 500;
    transition: color 0.3s;
}

header .menu .menu-item .menu-link .navLink {
    padding: 8px 0;
}

header .menu-item a {
    position: relative;
}

header {
    height: 185px;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 1)150%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 1)150%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 1)150%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 1)150%);
}

header .menu-item a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 48px;
    width: 1px;
    height: 16px;
    background-color: #fff;
    opacity: .2;
}

header .menu-item:nth-child(1) a::after {
    width: 0px;
}

header .search-element {
    top: -8px;
}

header .navHorverBlock {
    width: 0%;
    height: 1px;
    transition: .3s;
}

header a:hover .navHorverBlock {
    width: 100%;
}

header a:hover .navLink {
    opacity: 1;
}

header .menu-link .navLink {
    transition: .3s;
}

header .menu-toggle.moveMenuBtn {
    top: 40px;
}

.nemu-down.d-flex {
    justify-content: space-between;
}

.menuBg .menu-search {
    font-size: 24px;
}

.menu-search form input {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    width: 200px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.menu-search {
    margin-right: 80px;
}

.menu-search.active form button {
    display: inline-block;
}

.changeNavOpcity {
    opacity: 0.5;
}

.menu-search .icon-search,
.menu-society a i {
    transition: .3s;
}

.menu-search .icon-search:hover,
.menu-society a:hover i {
    transform: scale(1.5);
}


/* 選單 */

.menuBg {
    overflow-y: auto;
    height: 100vh;
    width: 950px;
    z-index: 99;
    position: fixed;
    right: -25%;
    top: 0;
    background-color: #161312;
    opacity: 0.95;
    padding: 155px 0px;
    padding-left: 25px;
    transition: .6s;
    opacity: 0;
    visibility: hidden;
}

.menuBg .nav-wrap {
    padding: 0px 90px;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.menuBg .nav-wrap .item {
    margin-bottom: 80px;
}

.menuBg .item .navContent {
    margin-top: 20px;
}

.menuBg .item .title {
    display: block;
    color: var(--font-gold);
    font-size: 18px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.menuBg .item .icon-arr02 {
    display: none;
}

.menuBg .item .content {
    display: block;
    color: var(--font-gray);
    margin-bottom: 7px;
}

.menuBg .item .content:hover {
    color: var(--font-white);
}

.menuBg .link .icon.rotation {
    transform: rotate(90deg);
}

.menuOpen .menuBg {
    right: 0%;
    opacity: 0.95;
    visibility: visible;
}


/* index-banner */

.index-banner-section .swiper-button {
    opacity: 0.4;
}

.index-banner-section .swiper-button:hover {
    opacity: 1;
    transform: scale(2);
    top: 48%;
}

.bannerDark {
    width: 100%;
    background-color: #000;
    opacity: 0;
}

.bannerDark.show {
    opacity: 0.6;
}

.index-banner-section .swiper-pagination {
    display: none;
}


/* index-who */

.bg-block {
    width: 80%;
    height: 450px;
    background-color: var(--bg-gray);
    z-index: -10;
}

.index-who-section .bg-block {
    width: 40%;
    height: 927px;
    right: 0;
    top: 50%;
}

.index-who-section {
    width: 100%;
    padding: 100px 0px;
}

.index-who-section .bg-image {
    width: 940px;
    height: 680px;
    margin-left: -80px;
    order: 2;
}

.index-who-section img {
    width: 100%;
}

.index-who-section .d-flex {
    align-items: center;
}

.index-who-section .context .title2 {
    margin-top: 20px;
    margin-bottom: 28px;
}

.index-who-section .context p {
    margin-bottom: 0px;
}

.index-who-section .context {
    width: 55%;
    max-width: 730px;
    margin-left: calc(50% - 730px);
    margin-right: -80px;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 20px;
    padding: 132px 60px;
    order: 1;
}


/* Wooden Floor Swiper */


.index-wooden-floor h2 {
    margin-bottom: 15px;
}

.index-wooden-floor .swiper-button {
    font-size: 24px;
    top: 45%;
}

.index-wooden-floor .swiper-button-prev {
    left: -40px;
}

.index-wooden-floor .swiper-button-next {
    right: -40px;
}

.index-wooden-floor .showTip {
    min-height: 40px;
}

.index-wooden-floor .icon-flag:before {
    font-size: 18px;
    margin-right: 1em;
}

.index-wooden-floor .newItem .img {
    transition: .6s;
}

.index-wooden-floor .newItem:hover .img {
    transform: scale(1.1);
}


/* index-產品介紹 */

.index-wooden-floor-introduce .img {
    height: 700px;
    width: 55%;
}

.index-wooden-floor-introduce .content {
    width: 50%;
    max-width: 900px;
    z-index: 2;
    margin-left: -158px;
}

.index-wooden-floor-introduce .introduce:nth-child(even) .d-flex {
    flex-direction: row-reverse;
}

.index-wooden-floor-introduce .introduce:nth-child(even) .content {
    margin-right: -158px;
}

.index-wooden-floor-introduce .bg-block {
    margin-top: 80px;
    height: 300%;
}


/* index-news-swiper */

.index-news-swiper-section .swiper-button-prev {
    left: -130px;
}

.index-news-swiper-section .swiper-button-next {
    right: -130px;
}

.index-news-swiper-section .swiper-button {
    top: 30%;
}

.index-news-swiper-section .indexNewsItem:hover .hoverColor {
    color: var(--font-gold);
}


/* index-select-section */

.index-select-section .btnGoldBorder .NotoSansTC {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
}

.index-select-section .selectList {
    z-index: 20;
    width: 250px;
}

.index-select-section .btnGoldBorder {
    left: -5px;
}

.index-select-section .icon-selectarr::before {
    position: absolute;
    z-index: 10;
    right: 12px;
    top: 18px;
    color: var(--font-gold);
    transform: scale(0.6);
}

.index-select-section .title2 {
    margin-top: 30px;
    margin-bottom: 40px !important;
}

.index-select-section p {
    margin-bottom: 60px !important;
}

.index-select-section {
    padding: 105px 0px;
}

.index-select-section .selectList:hover .icon-selectarr::before {
    color: #fff;
}

.index-select-section .btnGoldBorder:hover {
    color: #fff;
    background-color: var(--bg-gold);
}

.index-select-section .btnGoldBorder {
    transition: .3s;
}


/* index-do-section */

.index-do-section .moveTitle {
    color: #fff;
    left: 15px;
    bottom: 12px;
}

.index-do-section .img {
    width: 100%;
    height: 100%;
    transition: .6s;
}

.index-do-section a:hover .img {
    transform: scale(1.1);
}

.h-495 {
    height: 495px;
}

.w-395 {
    width: 395px;
}

.w-25-percent {
    width: 25%;
}

.w-50-percent {
    width: 50%;
}

.w-830 {
    width: 830px;
}

.index-do-section .img .blackOverlay {
    display: none !important;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 1)200%);
    background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 1)200%);
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 1)200%);
    background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 1)200%);
}


/* footer */

.upFooter {
    margin-bottom: 76px;
}

.upFooter::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b3894533;
}

.upFooter .item img {
    width: 52px;
    height: 48px;
}

.upFooter .item:nth-child(2) img {
    width: 62px;
    height: 48px;
}

.upFooter .wrap .item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 90%;
    background-color: #b3894533;
}

.upFooter .wrap .item:nth-child(1)::after {
    width: 0px;
}

.downFooter {
    margin-bottom: 80px;
}

.downFooter .title {
    color: var(--font-white);
    font-size: 18px;
}

.downFooter .item a {
    display: block;
}

.downFooter .item a:hover {
    color: #fff;
}

.downFooter .content {
    color: var(--font-gray);
    font-size: 16px;
}

.downFooter .logo .title {
    margin-top: 26px;
}

.downFooter .link .title {
    margin-bottom: 30px;
}

.downFooter .link .content {
    margin-bottom: 10px;
}

.downFooter .contactData .icon::before {
    margin-right: 20px;
}

.downFooter .contactData {
    min-width: 311px;
}

.downFooter .linkWrap .link {
    padding-bottom: 30px;
}

.downFooter .linkWrap {
    padding: 0px 100px;
    flex-grow: 1;
}

.downFooter .logo {
    width: 190px;
    flex-shrink: 0;
}

.finalFooter {
    padding-top: 30px;
    padding-bottom: 12px;
    background-color: var(--bg-black);
}

.finalFooter .item {
    padding: 0px 25px;
}

.finalFooter .item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 1px;
    height: 70%;
    background-color: var(--font-gray);
}

.finalFooter .item:nth-child(1)::after {
    width: 0px;
    margin-right: 0px;
}


/* search */

.search-section a:hover span {
    color: var(--font-gold);
}

.search-section a:hover .icon {
    margin-right: 0px;
}

.search-section a span {
    transition: .2s;
}

.search-section a .icon {
    transition: .3s;
    margin-right: 30px;
}


/* news */

.article-section .item a {
    height: 100%;
    border: 1px solid var(--border-gray);
    transition: all .9s, bottom .3s, height .3s !important;
    bottom: 0px;
}

.article-section .item .newContent {
    height: 100%;
}

.article-section .item .textContent {
    padding: 30px 30px 30px 27px;
}

.article-section .newItem .more {
    bottom: 10px;
    width: 100%;
    opacity: 0;
    transition: .1s;
    padding: 6px 0px;
}

.article-section .newItem .more::after {
    content: '';
    width: 95%;
    height: 1px;
    background-color: var(--font-light-gray);
    opacity: 0.3;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.article-section .item a:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    bottom: 20px;
    height: 108%;
}

.article-section .item a:hover .more {
    opacity: 1;
}


/* new */

.new-section .newChangeBtn {
    margin: 0px 10px;
}

.next-article-section .nextTitle span {
    width: 250px;
    display: block;
}

.new-section .nextTitle {
    max-width: 290px;
}

.newChangeBtn .icon-arr01,
.newChangeBtn .icon-arr02 {
    left: 0;
    right: 0;
    transition: all .3s;
}

.newChangeBtn .font-gray {
    transition: all .3s;
}

.newChangeBtn:hover .font-gray {
    color: var(--font-gold);
}

.newChangeBtn:hover .icon-arr02 {
    left: 10px;
}

.newChangeBtn:hover .icon-arr01 {
    left: -10px;
}


/* pageElement */

.page-element a {
    position: relative;
    color: var(--font-gray);
}

.page-element a.number::before {
    content: '';
    width: 15px;
    height: 1px;
    background-color: var(--bg-gold);
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.page-element a.number.active::before {
    opacity: 1;
}


/* about-store */

.about-section .mainTitle::before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: var(--bg-gold);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.about-section .subTitle {
    margin-top: 25px;
    margin-bottom: 45px;
}

.about-section .whiteBg {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: center;
    align-content: center;
}

.about-section .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin: 100px 15px;
    width: 615px;
}

.about-group-section .max900 {
    padding: 185px 0px;
}

.about-group-section .borwnblock {
    width: 2px;
    height: 120px;
    background-color: var(--font-gold);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    z-index: 2;
}

.about-group-section .item {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    padding: 60px;
    margin: 0px 10px;
}

.about-group-section .title {
    padding-bottom: 80px;
}


/* about-process */

.about-process-section {
    background-repeat: repeat-y;
    padding: 120px 0px;
}

.about-process-section .item {
    width: 20%;
    padding: 0px 45px;
    margin-bottom: 25px;
}

.about-process-section .item img {
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
}

.about-process-section .item .title {
    margin-bottom: 15px;
}

.about-process-section .item .number {
    margin-bottom: 0;
}

.about-process-ps {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 30px;
    text-align: center;
}


/* about-quality */

.about-quality-section .bg01 {
    width: 1220px;
    height: 600px;
    z-index: 2;
    margin-bottom: 90px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}

.about-quality-section .bg02 {
    width: 1047px;
    height: 615px;
    right: 0;
    top: 90px;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.about-quality-section .bg01 .text {
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.about-quality-section .bg02 .text {
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
}

.about-quality-section .lhSmall {
    line-height: 50px;
}

.about-quality-section .more {
    border: 1px solid #fff;
    border-bottom: 0;
    line-height: 30px;
    padding: 0px 50px;
    padding-bottom: 25px;
    margin-top: 25px;
}

.about-quality-section .more .moreText {
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.about-quality-section .more .moreText::after,
.about-quality-section .more .moreText::before {
    content: '';
    position: absolute;
    width: 138px;
    height: 1px;
    background-color: #fff;
    bottom: 10px;
}

.about-quality-section .more .moreText::before {
    right: 75px;
}

.about-quality-section .more .moreText::after {
    left: 75px;
}

.about-quality-section .about-banner-section .title {
    padding-top: 80px;
    margin-bottom: 90px;
}

.about-quality-section .about-banner-section .title::before {
    content: "";
    width: 100px;
    height: 2px;
    background-color: var(--bg-gold);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.other-section {
    background-repeat: repeat-y;
    padding-bottom: 70px;
}

.other-section .title {
    padding-top: 100px;
    margin-bottom: 65px;
}

.other-section .d-flex {
    flex-wrap: wrap;
    justify-content: center;
}

.other-section .title::before {
    content: '';
    position: absolute;
    height: 75px;
    width: 2px;
    background-color: var(--bg-gold);
    top: -55%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.other-section .item {
    width: 25%;
    padding: 10px;
    margin-bottom: 40px;
}

.other-section .item img {
    width: 140px;
    margin-top: 20px;
}

.download-report-section {
    padding: 140px 15px;
}

.download-report-section .report::after {
    content: '';
    width: 2px;
    height: 81px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 15px;
}

.download-report-section .text p {
    margin-bottom: 0;
}

.download-report-section .text {
    margin-right: 50px;
}

.download-report-section .report span {
    flex-shrink: 0;
    align-self: center;
    margin-left: 20px;
}

.download-report-section .report .icon-download-report {
    align-self: flex-start;
    margin-left: 50px;
}


/* about-case */

.about-case-section {
    padding-top: 65px !important;
    padding-bottom: 80px !important;
}

.about-case-section .d-flex {
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.about-case-section .item {
    margin-bottom: 12px;
    padding: 20px 25px;
}

.about-case-section a.item {
    width: 33.33%;
}

.about-case-section .item .img-wrapper {
    border-radius: 5px;
    height: 300px;
    margin-bottom: 20px;
}

.about-case-section .item.d-flex {
    flex-direction: column;
}

.about-case-section .item .img,
.about-case-section .item .title {
    transition: .3s;
}

.about-case-section .item:hover .img {
    transform: scale(1.1);
}

.about-case-section .item:hover .title {
    color: var(--font-gold);
}


/* about-case-detail */

.about-case-detail-section .editor img {
    width: 100%;
}


/* products-submenu */

.product-submuenu {
    top: 505px;
}

.product-submuenu a {
    padding: 20px 28px;
    opacity: 0.6;
    transition: .3s;
}

.product-submuenu a:hover,
.products-filter-submenu-section .product-submuenu a.products-filter,
.products-category-submenu-section .product-submuenu a.products-category {
    opacity: 1;
}

.product-submuenu a::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.4);
    left: 0;
}

.product-submuenu a:nth-child(1):before {
    width: 0px;
}

.products-filter-submenu-section .selectList {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.filterSelector {
    width: 250px;
    height: 60px;
}


/* product-filter */

.product-list-section .item .content {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 85px;
    bottom: -90px;
    left: -1px;
}

.product-list-section .item .content .icon-arr02 {
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    transition: .3s;
    opacity: 0;
}

.product-list-section .item:hover .content .icon-arr02 {
    opacity: 1;
    right: 20px;
}

.product-list-section .item:hover .icon-product {
    opacity: 1;
}

.product-list-section .item:hover .img {
    transform: scale(1.05);
}

.product-list-section .item .img {
    transition: .3s;
}

.product-list-section .item .icon-product {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 3px 8px;
    font-size: 22px;
    color: var(--font-gold);
    background-color: #fff;
    right: 38px;
    top: 15px;
    opacity: 0.6;
    transition: .3s;
}

.product-list-section .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.product-list-section .item {
    width: 25%;
    margin-bottom: 130px;
}

.product-list-section .item .img-wrapper {
    border-radius: 5px;
    height: 475px;
    width: 100%;
}


/* product-download */

.product-download .item {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 45px;
    margin: 0px 15px;
}

.product-download .content {
    padding: 170px 15px;
}

.product-download .download-btn {
    border-radius: 50px;
    padding: 25px 0px;
    max-width: 360px;
    width: 100%;
}

.product-download .text .title {
    margin-bottom: 0;
}

.product-download .text {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    margin-right: 100px;
    padding-right: 110px;
}

.product-download .download-btn .icon-productdownload::before {
    font-size: 50px;
    margin-right: 25px;
}

.product-download .group-text {
    border: 1px solid #fff;
    padding: 20px 50px;
    max-width: 320px;
    width: 100%;
    align-self: center;
}

.product-download .group-text p {
    margin-bottom: 0;
    line-height: 70px;
    font-size: 20px;
}

.product-download .group-text p::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.product-download .group-text p:nth-child(1)::before {
    width: 0px;
}

.product-download.background-cover {
    background-position-x: 20%;
}


/*  */

.products-category-submenu-section .submuenu {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.products-category-submenu-swiper a {
    /* padding: 50px; */
    height: 100%;
}

.products-category-submenu-section .submuenu a {
    padding: 0;
    line-height: 60px;
    height: 60px;
}


/* products-detail */

.products-detail-section .banner {
    height: 200px;
}


/* products-category */

.products-category-submenu-select {
    display: none;
}

.product-category-section.pt-5 {
    padding-top: 1.5rem !important;
}


/* product-inquiry */

.product-inquiry-section .modal-dialog-centered {
    justify-content: center;
}

.product-inquiry-section .modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 15px;
    max-width: 380px;
    padding-top: 30px;
    padding-bottom: 55px;
}

.product-inquiry-section .modal-content .icon {
    left: 9px;
    top: 5px;
    width: 50px;
    height: 90px;
    border: solid var(--bg-gold);
    border-width: 0 12px 12px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 35px;
}

.product-inquiry-section .modal-content .btnGoldBorder {
    border-radius: 50px;
    min-width: 160px;
    margin-top: 10px;
}

.product-inquiry-section .modal-content .btnGoldBorder.py-13-0 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.product-inquiry-section .modal-content .btnGoldBorder.px-6 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.products-section.banner-section,
.products-section.banner-section .banner {
    height: 700px;
}

.products-section.banner-section .text {
    /* top: 48%; */
    top: 335px;
}


/* product-detail */

.products-detail-section .rightContent a .icon::before {
    margin-left: 0;
}

.products-detail-section .rightContent a {
    margin-right: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    transition: .3s;
}

.products-detail-section .rightContent a:hover {
    color: var(--font-gold);
}

.products-detail-section .rightContent a::before {
    content: '';
    width: 1px;
    height: 24px;
    background-color: var(--bg-gray);
    position: absolute;
    right: 0;
    top: 12px;
}

.products-detail-section .rightContent .describe p {
    margin-bottom: 8px;
    position: relative;
    left: 25px;
}

.products-detail-section .rightContent .describe p::before {
    content: '';
    width: 12px;
    height: 2px;
    background-color: var(--bg-gold);
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.products-detail-section .leftContent {
    width: 53%;
}

.products-detail-section .leftContent .img {
    height: 940px;
}

.products-detail-section .swiper-pagination {
    bottom: 30px;
    position: absolute;
}

.products-detail-section .swiper-pagination-bullet:nth-child(1):before {
    content: '01';
}

.products-detail-section .swiper-pagination-bullet:nth-child(2):before {
    content: '02';
}

.products-detail-section .swiper-pagination-bullet:nth-child(3):before {
    content: '03';
}

.products-detail-section .swiper-pagination-bullet:nth-child(4):before {
    content: '04';
}

.products-detail-section .swiper-pagination-bullet:nth-child(5):before {
    content: '05';
}

.products-detail-section .swiper-pagination-bullet::before {
    padding-top: 10px;
    margin-top: -50px;
    position: relative;
    top: 10px;
    color: #fff;
    opacity: 0;
}

.products-detail-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
}

.products-detail-section .swiper-pagination .swiper-pagination-bullet {
    width: 55px;
    height: 5px;
    background: transparent;
    border-radius: 0;
    margin: 0;
    position: relative;
    transition: all 0.3s;
}

.products-detail-section .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    width: 80%;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.products-detail-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: white;
    width: 60px;
    margin: 0px 3px;
}

.products-detail-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 0;
}

.products-detail-section .rightContent .title {
    border-bottom: 1px solid var(--font-gray-opcity);
    margin-top: 50px;
    padding-bottom: 10px;
}

.products-detail-section .rightContent .content {
    margin-top: 20px;
}

.products-detail-section .rightContent {
    padding: 85px 100px;
    padding-bottom: 0px;
}

.products-detail-section .rightContent img {
    margin-top: 60px;
}

.products-detail-section .rightContent .describe {
    margin-top: 33px;
}

.products-detail-section .products-content {
    border-bottom: 1px solid var(--font-gray-opcity);
}

.products-detail-section .more-products-swiper {
    padding: 0px 30px;
}

.products-detail-section .product-more-swiper a {
    height: 440px;
}

.products-detail-section .product-more-swiper .overflow-hidden {
    height: 85%;
}

.products-detail-section .product-more-swiper .content {
    padding-top: 30px;
    padding-right: 85px;
    max-width: 90%;
}

.products-detail-section .product-more-swiper .content .icon-arr02 {
    right: 50px;
    top: 50%;
    transition: .3s;
    opacity: 0;
}

.products-detail-section .more-products-swiper .moreTitle {
    margin-top: 80px;
    margin-bottom: 40px;
}

.products-detail-section .product-more-swiper .icon-product {
    width: 40px;
    height: 40px;
    padding: 5px 8px;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    opacity: 0.3;
    transition: .3s;
    z-index: 2;
}

.products-detail-section .product-more-swiper a .img {
    transition: .3s;
}

.products-detail-section .product-more-swiper .swiper-button-prev {
    top: 42%;
    left: -75px;
}

.products-detail-section .product-more-swiper .swiper-button-next {
    top: 42%;
    right: -75px;
}

.products-detail-section .product-more-swiper .item:hover .img {
    transform: scale(1.05);
}

.products-detail-section .product-more-swiper .item:hover .icon-product {
    opacity: 1;
}

.products-detail-section .product-more-swiper .item:hover .icon-arr02 {
    right: 10px;
    opacity: 1;
}


/* knowledge-list */

.knowledge-list-section .newItem .title,
.knowledge-detail-section .summary .textContent .title {
    position: relative;
    padding-left: 15px;
}

.knowledge-list-section .newItem .title::before,
.knowledge-detail-section .summary .textContent .title::before {
    content: '';
    width: 2px;
    height: 20px;
    background-color: var(--bg-gold);
    position: absolute;
    left: 3px;
    top: 5px;
}

.knowledge-detail-section .summary .textContent .title::before {
    top: 6px;
}

.knowledge-list-section .item .textContent {
    padding: 28px 35px 40px 30px;
}

.knowledge-list-section .newItem .content {
    margin-bottom: 10px;
}

.knowledge-detail-section .summary {
    border: 1px solid var(--font-light-gray);
    border-radius: 5px;
}

.knowledge-detail-section .summary-section {
    padding: 30px;
}

.knowledge-detail-section .summary .textContent {
    padding: 10px 65px;
    align-self: center;
}

.knowledge-detail-section .summary .textContent .title {
    margin-bottom: 28px;
}

.knowledge-detail-section .summary .textContent .date {
    margin-bottom: 0px;
}

.knowledge-detail-section .img-wrapper {
    width: 50%;
    height: 393px;
}

.knowledge-detail-section .textContent {
    width: 50%;
}

.knowledge-video-section .playBtn,
.video-section .playBtn {
    position: relative;
    width: 85px;
    height: 85px;
    border: 4px solid #fff;
    background-color: transparent;
    border-radius: 50%;
    transition: .3s;
}

.video-section .playBtn {
    width: 100px;
    height: 100px;
}

.knowledge-video-section .playBtn::before,
.video-section .playBtn::before {
    content: '';
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 20px 0 20px 34.6px;
    border-color: transparent transparent transparent #ffffff;
}

.video-section .playBtn {
    width: 100px;
    height: 100px;
}

.video-section .playBtn::before {
    border-width: 25px 0 25px 43.3px;
}

.knowledge-video-section .item .d-flex {
    justify-content: center;
    align-content: center;
}

.knowledge-video-section .videoItem:hover .playBtn,
.video-section .video:hover .playBtn {
    border-color: var(--bg-gold);
    background-color: var(--bg-gold);
}

.video-section .video {
    height: 670px;
    border-radius: 8px;
}

.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videobox .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-section {
    margin-top: 60px;
    margin-bottom: 10px;
}

.service-FAQ-section .icon-cross {
    right: 22px;
    top: 20px;
}

.service-FAQ-section .icon-cross,
.service-FAQ-section .icon-cross::before {
    width: 17px;
    height: 2px;
    background-color: var(--bg-gold);
}

.service-FAQ-section .icon-cross::before {
    content: '';
    position: absolute;
    background-color: var(--bg-gold);
    left: -3px;
    transform: rotate(90deg);
    transition: .3s;
}

.service-FAQ-section button:not(.collapsed) .icon-cross::before {
    transform: rotate(0deg);
    left: 0;
}

.service-FAQ-section .title-Q {
    font-weight: 500;
    transition: all .3s;
    margin: 8px 20px 0px 3px;
}

.service-FAQ-section .collapsed:hover .title-Q,
.service-FAQ-section button:not(.collapsed) .title-Q {
    color: var(--font-gold);
}

.service-FAQ-section button.d-flex {
    flex-wrap: wrap;
}

.service-FAQ-section .icon-Q {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-right: 2px;
}

.service-FAQ-section .FAQ,
.service-FAQ-section .FAQ:first-child {
    border-bottom: 1px solid #65656560;
}

.service-FAQ-section .answerText {
    padding: 8px 40px 5px 70px;
}

.service-sale-section .img {
    height: 400px;
}

.service-sale-section .d-flex .item {
    flex-shrink: 0;
    padding-left: 80px;
    padding-right: 20px;
}

.service-sale-section .d-flex .item:first-child {
    padding-left: 170px;
    padding-right: 140px;
    position: relative;
}

.service-sale-section .text {
    margin-left: 20px;
    align-self: center;
}

.service-sale-section .d-flex .item:first-child::before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0;
}

.business-location-section .choose {
    justify-content: space-between;
    padding: 0px 100px 40px 130px;
}

.business-location-section .businessTitle {
    align-self: flex-end;
    margin: 0;
}

.business-location-section .icon-search {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    padding: 6px 8px
}

.business-location-section .icon-search span {
    position: relative;
    bottom: 2px;
}

.business-location-section .list.d-flex {
    justify-content: space-between;
}

.business-location-section .list .item {
    width: 17%;
}

.business-location-section .list .business {
    width: 28%;
}

.business-location-section .list .phone {
    width: 115px;
}

.business-location-section .list .temporary-phone {
    width: calc(83% / 3);
}

.business-location-section .list .address {
    width: 46%;
}

.business-location-section .list .shop {
    background-color: #fff;
    transition: all .9s, background .3s;
}

.business-location-section .list .shop:hover {
    background-color: var(--bg-gray);
}

.business-location-section .list .icon-business::before {
    color: var(--business-icon-red);
    position: relative;
    top: 5px;
}

.business-location-section .list .shop,
.business-location-section .list .title {
    padding: 22px 130px
}

.business-location-section .list .title {
    border-bottom: 1px solid #000;
}

.business-location-section .list {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.business-location-section .list .shop {
    border-bottom: 1px solid var(--business-line-gray);
}

.business-location-section .list .shop:last-child {
    border-bottom: 0;
}

.business-location-section .list a {
    transition: .2s;
}

.business-location-section .list a:hover {
    color: var(--font-gold);
}

.choose-select .btn-secondary {
    border: 1px solid var(--font-light-gray);
    border-radius: 5px;
    background-color: #fff;
    color: #656565;
    width: 270px;
    height: 50px;
}

.business-location-section ul {
    width: 270px;
}

.business-location-section .city-select,
.business-location-section .area-select {
    margin-right: 20px;
}

.choose-select li a {
    padding: 10px 15px;
}

.choose-select li {
    padding: 0px 10px;
}

.choose-select .icon-selectarr::before {
    font-size: 5px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.business-form-section form {
    padding: 0px 0px 5px 60px;
}

.business-form-section form .formBox .colLabel {
    width: 155px;
    padding: 0 0 0 20px;
    margin: 8px 0 8px 0;
    border-right: solid 1px rgba(205, 205, 205, 0.7);
    line-height: 25px;
    color: #242424;
    position: relative;
    z-index: 1;
}

.business-form-section form .formBox label span {
    margin-left: 5px;
}

.business-form-section form .formBox .topic {
    margin: 10px 0 8px 0;
}

.business-form-section .formBox {
    width: 100%;
    height: 50px;
    border: solid 1px rgba(205, 205, 205, 0.3);
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.4s;
    border-radius: 8px;
    margin-top: 20px;
    box-sizing: border-box;
}

.contact-form-section .formBox {
    margin-top: 30px;
    background-color: #fff;
}

.business-form-section .formBox.textarea {
    height: auto;
}

.business-form-section .formBox.inputFocus,
.business-form-section .formBox.inputFocus label {
    border-color: var(--bg-gold);
    color: var(--font-gold);
}

.business-form-section form.d-flex {
    flex-direction: column;
}

.businessForm .custom-form-select .select-selected {
    padding-left: 142px;
}

.businessForm .custom-form-select .select-items div {
    padding-left: 134px;
}

.business-form-section .code {
    width: calc(100% - 85px);
}

.business-form-section .city-select,
.business-form-section .choose-select .btn-secondary {
    width: 100%;
    border: 0px;
}

.business-form-section input::-webkit-input-placeholder {
    color: var(--font-light-gray);
}

.business-form-section input::-moz-placeholder {
    color: var(--font-light-gray);
}

.business-form-section:-ms-input-placeholder {
    color: var(--font-light-gray);
}

.business-form-section .bg {
    left: -360px;
    bottom: 0;
}

.contact-section .item .icon {
    width: 43px;
    height: 43px;
    border: 2px solid var(--bg-gold);
    border-radius: 50%;
    padding: 5px 8px;
}

.contact-section .item .mail {
    padding: 9px;
}

.contact-section .item .title {
    margin-left: 10px;
}

.contact-section .item {
    margin-bottom: 18px;
}

.contact-section .item .google {
    border-bottom: 1px solid var(--font-light-gray);
}

.contact-section .location {
    margin-bottom: 38px;
}

.contact-section .img {
    width: 65%;
    border-radius: 8px;
    height: 620px;
}

.contact-section .contact {
    margin-top: 55px;
    padding-right: 10px;
    width: 40%;
}

.contact-section .bg {
    right: -700px;
    bottom: 0;
}

.contact-form-section .product {
    padding: 20px 0px;
    border-bottom: 1px solid var(--font-gray-opcity);
}

.contact-form-section .product:first-child {
    border-top: 1px solid var(--font-gray-opcity);
}

.products:first-child {
    border-top: 1px solid #000;
}

.contact-form-section .product .item {
    width: 25.5%;
    padding: 0px 30px;
    border-left: 1px solid var(--font-gray-opcity);
}

.contact-form-section .product .title {
    width: 25.5%;
}

.contact-form-section .product .text {
    width: 26.5%;
}

.contact-form-section .products {
    margin-bottom: 25px;
}

.contact-section .contact a span {
    transition: .3s;
}

.contact-section .contact a:hover span {
    color: var(--font-gold);
}

.contact-form-section .product p {
    margin-bottom: 0;
    /* margin-top: 5px; */
}

.contact-form-section .product .item:first-child {
    border: 0px;
    padding-left: 0px;
}

.contact-form-section .product .title p {
    margin-left: 30px;
}

.contact-form-section .product .cross {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    right: 0;
    top: 35%;
    transition: .6s;
}

.contact-form-section .product .cross:hover {
    background-color: var(--bg-gold-dark);
}

.contact-form-section .product .cross::after,
.contact-form-section .product .cross::before {
    content: '';
    width: 12px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 6.5px;
    top: 11px;
    transform: rotate(45deg);
}

.contact-form-section .product .cross::before {
    transform: rotate(-45deg);
}

.contact-form-section form {
    padding: 0;
}

.contact-form-section form .formBox .colLabel {
    border: 0px;
    width: 100px;
}

.business-form-section .img {
    width: 51.5%;
}

.business-form-section form {
    width: 48%;
    margin-top: 5px;
}

.business-form-section form>p {
    margin-bottom: 6px;
}

.contact-form-section form .name.colLabel {
    width: 210px;
}

.contact-form-section .formBox.textarea {
    display: block;
}

.contact-form-section textarea {
    padding: 0.375rem 1.2rem;
    height: 140px;
    border-radius: 8px;
}

.contact-form-section .bg {
    bottom: 0;
    left: -440px;
}

.contact-form-section .codeImg {
    max-width: 115px;
}

.formCumstoerSelect .dropdown-menu li a {
    font-family: "Noto Sans TC";
    letter-spacing: 1px;
}

.formCumstoerSelect .dropdown-item.active,
.dropdown-item:active {
    color: var(--font-gold);
    text-decoration: none;
    background-color: var(--bg-gray);
}

.formCumstoerSelect .dropdown-item.active,
.dropdown-item {
    color: var(--font-gray);
}

.formCumstoerSelect .dropdown-item.active {
    color: var(--font-gold);
    text-decoration: none;
    background-color: var(--bg-gray);
}

input .code::placeholder {
    color: var(--font-light-gray);
}


/* form 客製化下拉式選單 */

.custom-form-select {
    width: 100%;
    height: 100%;
}

.custom-select select {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.custom-form-select .select-selected {
    width: 100%;
    height: 42px;
    background-color: #fff;
    position: absolute;
    border: 1px solid rgba(205, 205, 205, 0);
    border-bottom: 0;
    left: 0;
    top: 0;
    border-radius: 5px;
    color: var(--font-light-gray);
    font-family: 'Noto Sans TC';
    padding: 9px 16px;
    padding-left: 105px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-size: 16px;
}

.custom-form-select .alreadySelectTopic,
.custom-form-select .alreadySelectCity,
.custom-form-select .alreadySelectLocation {
    color: var(--font-black);
}

.custom-form-select .select-selected::before {
    content: '\e80b';
    font-family: 'fontello';
    vertical-align: top;
    position: absolute;
    color: var(--font-black);
    top: 30%;
    width: 1em;
    font-size: 10px;
    transform: scale(0.8);
    right: 25px;
    border: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.custom-form-select .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.custom-form-select .select-items div {
    color: var(--font-gray);
    font-family: 'Noto Sans TC';
    padding: 8px 10px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}


/* index客製化下拉式選單 */

.index-select-section .custom-form-select .select-selected {
    width: 250px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    top: -1px;
    border: 1px solid var(--bg-gold);
    color: #fff;
    font-family: 'Noto Sans TC';
    border-radius: 0;
    border-color: var(--bg-gold);
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 11px 16px;
    padding-left: 30px;
}

.index-select-section .custom-form-select:hover .select-selected {
    background-color: var(--bg-gold);
}

.index-select-section .custom-form-select .select-selected::before {
    color: var(--font-gold);
}

.index-select-section .custom-form-select:hover .select-selected::before {
    color: #fff;
}

.index-select-section .custom-form-select .select-items {
    padding: 0px;
    top: calc(100% - 2px);
    border: 0;
}

.index-select-section .custom-form-select .select-items div:hover,
.index-select-section .same-as-selected {
    background-color: var(--bg-gold);
    color: #fff !important;
    border-radius: 0;
}

.index-select-section .custom-form-select .select-items div {
    padding: 12px 30px;
    margin: 0;
    letter-spacing: 2px;
}

.contact-form-section .custom-form-select .select-items div {
    padding: 8px 98px;
}

.custom-form-select .select-items {
    padding: 5px 8px;
    position: absolute;
    background-color: #fff;
    top: calc(100% - 9px);
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: rgb(0 0 0 / 10%) 0px 8px 10px;
    border: solid 1px var(--font-gold);
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.custom-form-select .select-hide {
    display: none;
}

.custom-form-select .select-items div {
    margin: 5px 0px;
}

.custom-form-select .select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.business-form-section .formBox.formCumstoerSelect {
    display: block;
}

.custom-form-select .select-selected.select-arrow-active {
    border-color: var(--font-gold);
    border-bottom: transparent;
}

.dropdown-toggle::before {
    content: '\e80b';
    font-family: 'fontello';
    vertical-align: top;
    position: absolute;
    color: var(--font-black);
    top: 30%;
    width: 1em;
    font-size: 10px;
    transform: scale(0.8);
    right: 25px;
    border: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.dropdown-item:hover {
    color: var(--font-gray);
    text-decoration: none;
    background-color: var(--bg-gray);
}

.products-filter-submenu-section .customerSelect {
    width: 250px;
    height: 60px;
}

.business-city-select {
    margin-right: 20px;
}

.business-city-select .custom-form-select {
    width: 270px;
    height: 50px;
}

.business-city-select .custom-form-select .select-selected {
    border: 1px solid var(--font-gray-opcity);
}

.business-city-select .custom-form-select .select-selected.select-arrow-active {
    border-color: var(--font-gray-opcity);
    border-bottom: 1px solid var(--font-gray-opcity);
}

.business-city-select .custom-form-select .select-selected {
    height: 100%;
    padding-left: 0px;
    padding: 11px 20px;
    color: var(--font-black);
    font-weight: 500;
    border-radius: 8px;
}

.business-city-select .custom-form-select .select-items {
    top: calc(100% - 6px);
    border: solid 1px var(--font-gray-opcity);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: rgb(0 0 0 / 10%) 0px 8px 10px;
}


/* about客製化下拉式選單 */

.about-customer-select .bootstrap-select {
    width: 100% !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important;
}

.about-customer-select .bootstrap-select .dropdown-toggle .filter-option {
    text-align: center;
    color: var(--font-gold);
}

.about-customer-select .btn-light {
    background-color: #fff;
}

.about-customer-select:hover .btn-light {
    background-color: var(--bg-gold);
}

.about-customer-select .bootstrap-select>.dropdown-toggle {
    height: 50px;
    width: 100%;
    border: 1px solid var(--bg-gold);
    padding: 10px 5px;
    font-size: 18px;
    box-shadow: none;
}

.about-customer-select .dropdown-toggle::before {
    color: var(--font-gold);
}

.about-customer-select .btn-light:hover.dropdown-toggle::before,
.about-customer-select .bootstrap-select:hover .dropdown-toggle .filter-option {
    color: #fff;
}

.about-customer-select .dropup .dropdown-toggle::after {
    display: none;
}

.about-customer-select .bootstrap-select .dropdown-menu.inner {
    padding: 0px 10px;
}

.about-customer-select .bootstrap-select .dropdown-menu li {
    margin: 10px 0;
}

.about-customer-select .bootstrap-select .dropdown-menu {
    border-radius: 0 0 8px 8px;
}

.about-customer-select .bootstrap-select .dropdown-menu li a {
    padding: 8px 0;
    text-align: center;
}

.about-customer-select .dropdown-item.active {
    color: var(--font-gold);
    background-color: var(--bg-gray);
    border-radius: 8px;
}


/* product 分類客製化下拉選單 */

.product-category-custom-select.custom-form-select .select-selected {
    width: 100%;
    height: 50px;
    border-radius: 0;
    color: var(--font-gold);
    padding: 11px 16px;
    border: 1px solid var(--bg-gold);
    font-size: 18px;
    text-align: center;
    transition: .3s;
}

.product-category-custom-select.custom-form-select:hover .select-selected {
    background-color: var(--bg-gold);
    color: #fff;
}

.product-category-custom-select.custom-form-select .select-selected::before {
    color: var(--font-gold);
}

.product-category-custom-select.custom-form-select:hover .select-selected::before {
    color: #fff
}

.product-category-custom-select.custom-form-select .select-items {
    text-align: center;
    top: 100%;
    border: 0;
    border-radius: 0 0 8px 8px;
}

.product-category-custom-select.custom-form-select .select-items div:hover,
.product-category-custom-select .same-as-selected {
    color: var(--font-gold) !important;
}

.businessForm .form-control {
    padding-left: 20px;
}

.privacy-section .modal-content {
    border-radius: 12px;
    padding: 40px 60px 65px 60px;
}

.privacy-close {
    position: absolute;
    top: 10px;
    right: 15px;
}

.privacy-section .modal-header {
    justify-content: center;
}

.modal-header {
    border: 0;
}

.privacy-section .privacyArticle p {
    color: var(--font-black);
    margin-bottom: 10px;
}

.privacy-section .privacyArticle section {
    margin-bottom: 48px;
}

.privacy-section .privacyArticle h2 {
    margin-bottom: 16px;
}

.privacy-section ul {
    margin-top: 48px;
    margin-left: 18px;
}

.privacy-section ul li {
    list-style: none;
    color: var(--font-black);
    margin-bottom: 10px;
}

.privacy-section .modal-content a {
    align-self: center;
    margin-top: 20px;
}

.products-filter-submenu-section .custom-form-select {
    width: 250px;
    height: 60px;
    position: relative;
}


/* product 客製化下拉選單 */

.products-filter-submenu-section .custom-form-select .select-items {
    top: 100%;
    border-radius: 0 0 10px 10px;
    border: 0;
}

.products-filter-submenu-section .custom-form-select .select-selected {
    width: 100%;
    height: 100%;
    background-color: #b38945c7;
    color: #fff;
    padding: 17px 25px;
    border-radius: 0;
    position: inherit;
    transition: .3s;
    border-bottom: 1px solid var(--font-gold);
}

.products-filter-submenu-section .custom-form-select .select-selected::before {
    color: #fff;
    top: 35%;
    transition: .3s;
}

.products-filter-submenu-section .custom-form-select .select-selected.select-arrow-active,
.products-filter-submenu-section .custom-form-select:hover .select-selected {
    border-color: transparent;
    background-color: #fff;
    color: var(--bg-gold);
}

.products-filter-submenu-section .custom-form-select .select-selected.select-arrow-active::before,
.products-filter-submenu-section .custom-form-select:hover .select-selected::before {
    color: var(--font-gold);
}

.products-filter-submenu-section .custom-form-select .select-items div {
    padding: 8px 18px;
    font-weight: 500;
}


/* all */

textarea:focus {
    outline: none !important;
}

 :root {
    --font-black: #323232;
    --font-black-3A3A3A: #3A3A3A;
    --font-gray: #656565;
    --font-light-gray: #9b9b9b;
    --font-gray-opcity: #65656567;
    --font-gold: #b38945;
    --font-white: #fff;
    --bg-gray: #f5f5f5;
    --bg-gold: #b38945;
    --bg-gold-dark: #614a25;
    --bg-gold-opcity: #b38945c7;
    --bg-black: #050505;
    --bg-black-opcity: #05050580;
    --arr-gray: #dcdcdc;
    --border-gray: #e2e2e2;
    --icon-black: #323232;
    --business-icon-red: #C9111B;
    --business-line-gray: rgba(218, 218, 218);
}

.business-line-gray {
    background-color: var(--business-line-gray);
}

.icon-black {
    color: var(--icon-black);
}

.arr-gray {
    color: var(--arr-gray);
}

.font-light-gray {
    color: var(--font-light-gray);
}

.font-black {
    color: var(--font-black);
}

.font-black-3A3A3A {
    color: var(--font-black-3A3A3A);
}

.font-gray {
    color: var(--font-gray);
}

.font-gold {
    color: var(--font-gold);
}

.font-white {
    color: var(--font-white);
}

.bg-gray {
    background-color: var(--bg-gray);
}

.bg-gold {
    background-color: var(--bg-gold);
}

.bg-black-opcity {
    background-color: var(--bg-black-opcity);
}

.bg-gold-opacity {
    background-color: #b389459d;
}

.bg-transparent {
    background-color: transparent;
}

.bottom-2 {
    bottom: 2% !important;
}

.start-5 {
    left: 9%;
}

.verticalCenter {
    top: 50%;
    transform: translateY(-50%);
}

.horizontalCenter {
    left: 50%;
    transform: translateX(-50%);
}

.container {
    padding: 0px 30px;
}

.container2 {
    max-width: 1560px;
    padding: 0px 30px;
    margin-right: auto !important;
    margin-left: auto !important;
}

.max-360 {
    max-width: 580px;
}

.btn {
    cursor: pointer;
}

.goldBtnHover {
    left: -80%;
    top: 0;
    width: 80%;
}


/* 日期 */

.date {
    flex-shrink: 0;
    align-self: flex-start;
    line-height: 24px;
    margin-right: 27px;
    margin-top: 6px;
}

.date .month {
    margin-top: 35px;
}


/* banner標題 */

.banner-section .text {
    /* top: 55%; */
    top: 342px;
}

.banner-section .bannerTitle::before {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: calc((100% - 60px) / 2);
    bottom: 0;
}


/* 子目錄 */

.banner-section .submuenu {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.submuenu a {
    padding: 18px 58px;
    width: auto;
    text-align: center;
}

.submuenu li {
    flex-shrink: 0;
}

.banner-section .submuenu ul li {
    transition: all .5s;
}

.about-submenu .swiper-button {
    top: 50%;
    transform: translateY(-50%);
}

.submuenu .swiper-button-prev,
.submuenu .swiper-button-next {
    opacity: 1;
}

.submuenu .swiper-button-prev {
    left: -30px;
}

.submuenu .swiper-button-next {
    right: -30px;
}

.products-category-submenu-swiper .swiper-wrapper {
    justify-content: center;
}


/* 子目錄active */

.news-submenu-section .submuenu a.active,
.about-submenu-section .submuenu .about,
.about-process-submenu-section .submuenu .process,
.about-quality-submenu-section .submuenu .quality,
.about-case-submenu-section .submuenu .case,
.products-category-submenu-section a.active,
.knowledge-submenu-section .submuenu .list,
.knowledge-video-submenu-section .submuenu .video,
.service-FQA-submenu-section .submuenu .FQA,
.service-sale-submenu-section .submuenu .sale,
.business-location-submenu-section .submuenu .location,
.business-form-submenu-section .submuenu .form,
.contact-submenu-section .submuenu .contact,
.contact-form-submenu-section .submuenu .form {
    background-color: #fff;
    color: var(--font-gold);
}


/* 子目錄hover */

.submuenu a {
    transition: .3s;
}

.news-submuenu ul li:hover:not(:active),
.products-category-submenu-section a:hover:not(.active):not(.product-submuenu a),
.about-submenu a:hover:not(.about-submenu-section .about):not(.about-process-submenu-section .process):not(.about-quality-submenu-section .quality):not(.about-case-submenu-section .case) {
    background-color: #b38945;
}


/* 空心按鈕效果 */

.btnGoldBorder {
    z-index: 1;
    border: 1px solid var(--bg-gold);
    min-width: 250px;
}

.btnGoldBorder:hover .goldBtnHover {
    animation: btnHover 1s ease;
}

.btnGoldBorder:hover .btnGoldBorderText {
    animation: borderBtnTextHover 0.55s ease;
}

@keyframes borderBtnTextHover {
    0% {
        color: #b38945;
    }
    20% {
        color: #fff;
    }
    80% {
        color: #fff;
    }
    100% {
        color: #b38945;
    }
}


/* 實心按鈕效果 */

.btnGold {
    z-index: 0;
    width: 250px;
    height: 50px;
    line-height: 35px;
    transition: .3s;
}

.btnGold:hover .goldBtnHover {
    animation: btnHover 1s ease;
}

.btnGold:hover .btnGoldTextHover {
    animation: goldBtnTextHover 0.55s ease;
}

@keyframes goldBtnTextHover {
    0% {
        color: #fff;
    }
    20% {
        color: #b38945;
    }
    80% {
        color: #b38945;
    }
    100% {
        color: #fff;
    }
}

@keyframes btnHover {
    100% {
        left: 100%;
    }
}


/* 輪播箭頭 */

.text-hover-brown:hover {
    color: var(--font-gold);
}

.text-hover-brown {
    transition: all 0.3s;
}

.overhide {
    overflow: hidden;
}

.hidden {
    display: none !important;
}

.transition-0-3 {
    transition: all .3s;
}

.transition-1s {
    transition: all 1s;
}

.background-attachment-fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed-banner {
    z-index: -2;
    position: relative;
}

.background-repeat-none {
    background-repeat: no-repeat;
}

.background-pos-left {
    background-position: left;
}

.background-pos-right {
    background-position: right;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.index-banner-section-text {
    top: 0;
    z-index: 10;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto;
}

.index-banner-section {
    background-color: #000;
}

.index-banner-section .swiper-button {
    z-index: 10;
}

.indexWhiteBg {
    background-color: #fff;
    z-index: 0;
    position: relative;
}

.swiper-slide .img {
    transform: scale(1);
    transition: all 5s;
}

.swiper-slide-active .img {
    transform: scale(1.05);
    transition: all 10s;
}

.swiper-slide .bannerText {
    visibility: hidden;
    opacity: 0;
}

.swiper-slide-active .bannerText {
    visibility: visible;
}

.swiper-slide-prev .bannerText {
    opacity: 0;
    visibility: hidden;
}

.index-banner-attachment {
    position: fixed !important;
    top: 0;
}

main {
    overflow: hidden;
}

.z-index-0 {
    z-index: 0;
}

.margin-fixed {
    margin-top: -2px;
}

.test {
    display: none !important;
}

.contact-form-send-block {
    padding: 100px 0;
}

.contact-form-send-box {
    width: 1000px;
    max-width: 100%;
    display: block;
    padding: 80px 0;
    border: 1px solid rgb(179, 137, 69);
    margin: 0 auto;
    text-align: center;
}

.contact-form-send-icon {
    margin-bottom: 30px;
}

.contact-form-send-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-form-send-p {
    font-size: 16px;
    color: rgb(100, 100, 100);
    margin-bottom: 40px;
}

.contact-form-send-back {
    width: 160px;
    height: 60px;
    border: 1px solid rgb(179, 137, 69);
    box-sizing: border-box;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    display: block;
    transition: all .5s ease;
    margin: 0 auto;
}

.contact-form-send-back:hover {
    background-color: rgb(179, 137, 69);
    color: #FFF;
}

@media only screen and (max-width: 1000px) {
    .contact-form-send-box {
        width: 90%;
        padding: 50px 10px;
    }
}

@media (max-width: 1810px) {
    .index-wooden-floor .swiper-button-prev {
        left: -10px;
    }
    .index-wooden-floor .swiper-button-next {
        right: -10px;
    }
    .index-news-swiper-section .swiper-button-prev {
        left: -80px;
    }
    .index-news-swiper-section .swiper-button-next {
        right: -80px;
    }
    .products-detail-section .product-more-swiper .swiper-button-next {
        right: -50px;
    }
    .products-detail-section .product-more-swiper .swiper-button-prev {
        left: -50px;
    }
}

@media (max-width: 1750px) {
    .index-wooden-floor .swiper-button-prev {
        left: 0px;
    }
    .index-wooden-floor .swiper-button-next {
        right: 0px;
    }
    .index-news-swiper-section .swiper-button-prev {
        left: -50px;
    }
    .index-news-swiper-section .swiper-button-next {
        right: -50px;
    }
    .about-quality-section .bg01 {
        width: 1100px;
        height: 550px;
    }
    .about-quality-section .bg01 .text {
        left: 40%;
    }
    .about-quality-section .bg02 {
        width: 1000px;
        height: 565px;
    }
    .products-detail-section .product-more-swiper .swiper-button-next {
        right: -35px;
    }
    .products-detail-section .product-more-swiper .swiper-button-prev {
        left: -35px;
    }
}

@media (max-width: 1655px) {
    .index-news-swiper-section .swiper-button-prev {
        left: 0px;
    }
    .index-news-swiper-section .swiper-button-next {
        right: 0px;
    }
    .index-news-swiper-section .swiper-container {
        padding: 0px 10px;
    }
    /* index-what-we-do */
    .index-do-section .h-495 {
        height: 395px;
    }
    .index-do-section .pb-150 {
        padding-bottom: 80px !important;
    }
    .index-do-section .pt-120 {
        padding-top: 80px !important;
    }
    .products-detail-section .product-more-swiper .swiper-button-next {
        right: -30px;
    }
    .products-detail-section .product-more-swiper .swiper-button-prev {
        left: -30px;
    }
    .products-detail-section .products-content {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .products-detail-section .products-content .leftContent {
        align-self: flex-end;
        width: 50%;
    }
    .products-detail-section .products-content .rightContent a {
        flex-shrink: 0;
    }
}

@media (max-width: 1580px) {
    .downFooter .linkWrap {
        padding: 0px 50px;
    }
    /* about */
    .about-section .whiteBg {
        background-color: rgba(255, 255, 255, 0.5);
    }
    .about-quality-section .bg01 {
        width: 1020px;
        height: 500px;
    }
    .about-quality-section .bg01 .text {
        left: 45%;
    }
    .about-quality-section .bg02 {
        width: 870px;
        height: 510px;
    }
    /* product-filter */
    .product-list-section .item .img-wrapper {
        height: 420px;
    }
}

@media (max-width: 1530px) {
    header .menu .menu-item .menu-link {
        padding: 35px 20px;
    }
    .service-sale-section.mx-auto {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
    .service-sale-section .img {
        border-radius: 10px;
    }
}

@media (max-width: 1500px) {
    .index-who-section .context {
        margin-left: 0;
    }
}

@media (max-width: 1445px) {
    header .space {
        flex: 0 0 25%;
    }

    .index-who-section .context {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }
    .about-process-section .item {
        padding: 0px 25px;
    }
    /* product-download */
    .product-download .text {
        margin-right: 60px;
        padding-right: 70px;
    }
    .product-download .content {
        padding: 150px 15px;
    }
    .index-banner-section .imgPos3 {
        background-position-x: 25%;
    }
}

@media (max-width: 1399px) {
    /* upFooter */
    .upFooter .px-120-0 {
        padding-right: 90px !important;
        padding-left: 90px !important;
    }
    .about-group-section .max900 {
        padding: 120px 0px;
    }
    .about-group-section .title {
        padding-bottom: 50px;
    }
    .about-quality-section .bg01 {
        width: 950px;
        height: 475px;
    }
    .about-quality-section .bg01 .text {
        left: 40%;
    }
    .about-quality-section .bg02 {
        width: 805px;
        height: 490px;
    }
    /* product-list */
    .product-list-section .item .img-wrapper {
        height: 380px;
    }
    .business-form-section form {
        padding: 0px 0px 5px 20px;
    }
    .contact-form-section form {
        padding: 0px 0px 5px 0px;
    }
    .privacy-section .mt-80 {
        margin-top: 40px !important;
    }
    .privacy-section .mb-52 {
        margin-bottom: 40px !important;
    }
    .privacy-section .modal-dialog {
        margin: 0;
    }
    .knowledge-video-section .item .img-wrapper {
        height: 240px;
    }
}

@media (max-width: 1300px) {
    header .menu .menu-item .menu-link {
        padding: 35px 15px;
    }
    header .space {
        flex: 0 0 30%;
    }
    header .logo img {
        width: 60px;
    }
    .index-who-section .context {
        width: 60%;
    }
    .downFooter .linkWrap {
        padding: 0px 20px;
    }
    /* about */
    .about-section .whiteBg {
        background-color: rgba(255, 255, 255, 0.7);
    }
    .about-quality-section .bg01 {
        width: 870px;
        height: 375px;
    }
    .about-quality-section .bg01 .text {
        left: 40%;
    }
    .about-quality-section .bg02 .text {
        top: 45%;
        left: 50%;
    }
    .about-quality-section .bg02 {
        width: 780px;
        height: 380px;
    }
    /* product-list */
    .product-list-section .item {
        width: 33.33%;
    }
    .product-list-section .item .img-wrapper {
        height: 420px;
    }
    /* product-download */
    .product-download .content {
        padding: 120px 15px;
    }
    .product-download .item {
        width: 180px;
        height: 180px;
        padding: 45px;
        margin: 10px 10px;
    }
    .products-detail-section .product-more-swiper a {
        height: 400px;
    }
    .privacy-section .mt-80 {
        margin-top: 0px !important;
    }
    .privacy-section .mb-52 {
        margin-bottom: 0px !important;
    }
    .knowledge-video-section .item .img-wrapper {
        height: 240px;
    }
    .index-banner-section .imgPos2 {
        background-position-x: 70%;
    }
}

@media (max-width: 1220px) {
    .index-who-section .d-flex {
        flex-direction: column-reverse;
    }
    .index-who-section .bg-image {
        width: 100%;
        max-width: 800px;
        height: 450px;
        align-self: flex-end;
    }
    .index-who-section .context {
        width: 100%;
        max-width: 800px;
        align-self: flex-start;
        margin-top: -100px;
        padding-top: 70px !important;
        padding-bottom: 60px !important;
    }
    /* downFooter */
    .downFooter .contactData {
        position: absolute;
        top: 195px;
    }
    .downFooter .logo {
        width: 311px;
    }
    .downFooter .linkWrap {
        order: 2;
        padding: 0px;
        padding-left: 60px;
    }
    .downFooter .linkWrap .link {
        padding-bottom: 30px;
        width: 25%;
    }
    .downFooter .linkWrap {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
    .downFooter {
        margin-bottom: 35px;
    }
    /* about-case */
    .about-case-section a.item {
        width: 33.33%;
    }
    .about-case-section .item .img-wrapper {
        height: 250px;
    }
    .about-case-section {
        padding-top: 50px !important;
        padding-bottom: 60px !important;
    }
    .about-case-section .item {
        margin-bottom: 0px;
    }
    /* product-download */
    .product-download .content {
        padding: 100px 15px;
    }
    /* products-detail */
    .products-detail-section .products-content {
        flex-direction: column-reverse;
    }
    .products-detail-section .products-content .leftContent {
        width: 100%;
    }
    .products-detail-section .products-content .swiper-wrapper {
        height: 640px;
        width: 100%;
    }
    .products-detail-section .products-content .swiper-wrapper img {
        height: auto !important;
        position: absolute;
        bottom: -40%;
    }
    .bgSize {
        width: 100%;
        height: 100%;
    }
    .products-detail-section .products-content .productContent {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .products-detail-section .products-content .productContent img {
        align-self: flex-end;
        height: 160px;
    }
    .products-detail-section .rightContent .title {
        margin-top: 25px;
    }
    .business-location-section .list .shop,
    .business-location-section .list .title {
        padding: 22px 20px;
    }
    .business-location-section .choose {
        padding: 0px 20px 40px 20px;
    }
    .knowledge-video-section .item .img-wrapper {
        height: 220px;
    }
}

@media (max-width: 1200px) {
    /* 桌機導覽頁 */
    header .menu-wrapper {
        display: none;
    }
    header .logo {
        margin-top: 25px;
    }
    header .society {
        display: none !important;
    }
    header .menu-toggle {
        opacity: 1 !important;
        display: block !important;
    }
    header .menu-toggle {
        top: 55px;
    }
    header .container2 {
        padding: 0;
    }
    /* index-banner */
    .index-banner-section .swiper-button.swiper-button-next {
        right: 20px;
    }
    .index-banner-section .swiper-button.swiper-button-prev {
        left: 20px;
    }


    /* index-產品介紹 */
    .index-wooden-floor-introduce .content {
        margin-left: -90px;
    }
    .index-wooden-floor-introduce .introduce:nth-child(even) .content {
        margin-right: -90px;
    }
    /* index-what-we-do */
    .index-do-section .w-25-percent {
        width: calc((100% - 30px) / 2);
    }
    .index-do-section .w-50-percent {
        width: 100%;
    }
    .index-do-section .d-flex {
        flex-wrap: wrap;
    }
    .index-do-section .mx-25-0 {
        margin-right: 0px !important;
        margin-left: 30px !important;
        margin-bottom: 30px;
    }
    .index-do-section .mb-48 {
        margin-bottom: 20px !important;
    }
    .index-do-section .mb-22 {
        margin-bottom: 20px !important;
    }
    .index-do-section .mx-25-0 {
        margin-bottom: 20px;
    }
    /* upFooter */
    .upFooter .px-120-0 {
        padding-right: 70px !important;
        padding-left: 70px !important;
    }
    /* search */
    .banner-section .bannerTitle {
        font-size: 60px;
        padding-bottom: 1.5rem !important;
    }
    .banner-section .bannerTitle2 {
        font-size: 24px;
    }
    .search-section .py-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    /* news */
    .article-section.py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .item.pb-70 {
        padding-bottom: 60px !important;
    }
    .date .day {
        margin-left: 8px;
    }
    .date .month {
        margin-top: 28px;
    }
    /* new */
    .new-section .newChangeBtn .mx-4 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .about-quality-section .bg01 {
        width: 830px;
    }
    /* product-fliter */
    .products-filter-submenu-section .selectList.position-absolute {
        position: relative !important;
        bottom: 0;
    }
    .filterSelector {
        margin: 20px 5px;
    }
    .product-filter-section.pt-5 {
        padding-top: 2rem !important;
    }
    .banner-section,
    .banner-section .banner {
        height: 520px;
    }
    .banner-section .text {
        top: 285px;
    }
    .more-products-swiper .product-more-swiper.pb-100 {
        padding-bottom: 60px !important;
    }
    .products-detail-section .more-products-swiper .moreTitle {
        margin-top: 60px;
    }
    .service-sale-section .d-flex .item:first-child {
        padding: 0px 80px;
    }
    .contact-section .img {
        width: 50%;
        height: 520px;
    }
    .contact-section .contact {
        width: 50%;
    }
    .contact-section .contact {
        padding: 0px 20px;
    }
    .products-filter-submenu-section .custom-form-select .select-selected::before {
        color: #b38945;
    }
    .products-filter-submenu-section .custom-form-select {
        margin: 20px 5px;
    }
    .products-filter-submenu-section .custom-form-select .select-selected {
        background-color: #fff;
        color: #b38945;
        border-color: #b38945;
    }
    .products-filter-submenu-section .custom-form-select .select-selected.select-arrow-active,
    .products-filter-submenu-section .custom-form-select:hover .select-selected {
        border-color: #b38945;
        background-color: #b38945;
        color: #fff;
    }
    .products-filter-submenu-section .custom-form-select .select-selected.select-arrow-active::before,
    .products-filter-submenu-section .custom-form-select:hover .select-selected::before {
        color: #fff
    }
}

@media (max-width: 1150px) {
    /* product-download */
    .product-download .content.d-flex {
        flex-direction: column;
    }
    .product-download .text {
        margin-right: 0px;
        padding-right: 0px;
    }
    .product-download .content {
        padding: 100px 15px;
    }
    .product-download .content .text {
        display: flex;
        flex-direction: column;
    }
    .product-download .download-btn {
        align-self: center;
        margin: 20px 0px;
        position: relative;
    }
    .product-download .download-btn::before {
        content: '';
        position: absolute;
        width: 100px;
        height: 1px;
        background-color: #fff;
        bottom: -55px;
    }
    .product-download .text {
        border-right: 0;
    }
    .product-download .group-logo {
        margin-top: 70px;
        align-self: center;
    }
    .products-detail-section .product-more-swiper a {
        height: 375px;
    }
    .knowledge-video-section .item .img-wrapper {
        height: 190px;
    }
}

@media (max-width: 1100px) {
    .menuBg {
        width: 100%;
        right: -100%;
    }
    /* Wooden Floor Swiper */

    /* index-產品介紹 */
    .index-wooden-floor-introduce .img {
        width: 90%;
        height: 400px;
    }
    .index-wooden-floor-introduce .content {
        width: 90%;
    }
    .index-wooden-floor-introduce .content {
        margin-left: 0px;
    }
    .index-wooden-floor-introduce .introduce:nth-child(even) .content {
        margin-right: 30px;
        margin-top: -50px;
    }
    .index-wooden-floor-introduce .d-flex {
        flex-direction: column;
    }
    .index-wooden-floor-introduce .introduce:nth-child(odd) .img {
        align-self: flex-start;
    }
    .index-wooden-floor-introduce .introduce:nth-child(odd) .content {
        align-self: flex-end;
        margin-right: 30px;
        margin-top: -50px;
    }
    .index-wooden-floor-introduce .introduce:nth-child(even) .d-flex {
        flex-direction: column;
    }
    .index-wooden-floor-introduce .introduce:nth-child(even) .img {
        align-self: flex-end;
    }
    .index-wooden-floor-introduce .introduce.mb-9 {
        margin-bottom: 60px !important;
    }
    .index-wooden-floor-introduce .mt-7 {
        margin-top: 80px !important;
    }
    /* index-news-swiper */
    .index-news-swiper-section .content-block.mb-4 {
        margin-bottom: 0rem !important;
    }
    .index-news-swiper-section .indexNewsItem .pb-60 {
        padding-bottom: 20px !important;
    }
    .index-news-swiper-section.pb-120 {
        padding-bottom: 100px !important;
        padding-top: 20px;
    }
    /* upFooter */
    .upFooter .px-120-0 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    .upFooter .mb-70 {
        margin-bottom: 45px !important;
    }
    .upFooter .mt-80 {
        margin-top: 60px !important;
    }
    .upFooter {
        margin-bottom: 60px;
    }
    .downFooter {
        margin-bottom: 25px;
    }
    /* new */
    .next-article-section .newChangeBtn .nextRight {
        flex-direction: column;
    }
    .next-article-section .newChangeBtn .mx-4 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }
    .next-article-section .newChangeBtn .align-self-center {
        align-self: initial !important;
    }
    .next-article-section .newChangeBtn {
        margin: 0px;
    }
    .next-article-section .d-flex .nextRight {
        margin: 0px 10px;
    }
    .next-article-section .nextText,
    .next-article-section .prevText {
        margin-bottom: 10px;
    }
    .next-article-section .nextText {
        order: -1;
    }
    .next-article-section .nextTitle {
        display: none;
    }
    .about-case-detail-section .editor:last-child {
        margin-bottom: 0;
        color: red;
    }
    /* about-process */
    .about-process-section .item {
        width: 33.33%;
    }
    .about-process-section .d-flex {
        justify-content: center;
    }
    .about-process-section {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .about-quality-section .bg01 {
        margin-bottom: 0;
        height: 400px;
    }
    .about-quality-section .bg01 .text {
        left: 50%;
    }
    .about-quality-section .bg02 .text {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .about-quality-section .bg02 {
        position: relative !important;
        top: -1px;
        height: 350px;
    }
    .about-quality-section .bg01,
    .about-quality-section .bg02 {
        width: 100%;
        background-size: initial;
        background-position: center;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
    .about-quality-section .about-banner-section .title {
        padding-top: 60px;
        margin-bottom: 70px;
    }
    /* product-list */
    .product-list-section .item .img-wrapper {
        height: 380px;
    }
    .product-list-section .row {
        --bs-gutter-x: 1.5rem;
    }
    .product-list-section .item {
        margin-bottom: 110px;
    }
}

@media (max-width: 1030px) {

    /* search */
    .search-section .col-7 {
        width: 70%;
    }
    /* product-list */
    .product-list-section .item .img-wrapper {
        height: 360px;
    }
    .knowledge-detail-section .summary .textContent {
        padding: 10px 20px;
    }
    .knowledge-detail-section .summary .textContent .title {
        margin-bottom: 15px;
    }
    .service-sale-section .d-flex .item:first-child {
        padding: 0px 60px;
        padding-left: 20px;
    }
    .service-sale-section .d-flex .item {
        padding-left: 60px;
    }
    .contact-section .img {
        width: 30%;
    }
    .contact-section .contact {
        width: 70%;
    }
    .index-banner-section .imgPos3 {
        background-position-x: 26%;
    }
}

@media (max-width: 990px) {

    .index-wooden-floor h2 {
        margin-bottom: 5px;
    }
    /* upFooter */
    .upFooter .px-120-0 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    /* new */
    .new-section .nextTitle {
        display: none;
    }
    .download-report-section {
        padding: 110px 15px;
    }
    /* about-case */
    .about-case-section a.item {
        width: 50%;
    }
    .about-case-section .item .img-wrapper {
        height: 260px;
    }
    .video-section .video {
        height: 500px;
    }
    .business-location-section .list .area {
        width: 100px;
    }
}

@media (max-width: 920px) {
    .menuBg {
        width: 100%;
        right: -100%;
        padding-left: 0px;
    }
    .menuBg .nav-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
    .index-who-section .context .font-28 {
        font-size: 24px;
    }
    .index-who-section .bg-image {
        height: 400px;
    }
    .index-who-section .context {
        margin-top: -45px;
    }
    .index-who-section .context {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    /* upFooter */
    .upFooter .px-120-0 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .mb-70 {
        margin-bottom: 60px !important;
    }
    .mt-80 {
        margin-top: 60px !important;
    }
    .upFooter .justify-content-center {
        justify-content: space-between !important;
    }
    footer .goTop {
        bottom: 0px;
        right: 0px;
    }
    /* search */
    .search-section .col-7 {
        width: 80%;
    }
    /* about */
    .about-group-section .item {
        width: 200px;
        height: 200px;
        padding: 40px;
    }
    .about-group-section .max900 {
        max-width: 700px;
        padding: 80px 0px;
    }
    /* product-list */
    .product-list-section .item .img-wrapper {
        height: 400px;
    }
    .product-list-section .row {
        --bs-gutter-x: 2.5rem;
    }
    .product-list-section .item {
        width: 50%;
    }
    .service-sale-section .d-flex .item:first-child {
        padding: 0px 40px;
        padding-left: 20px;
    }
    .service-sale-section .d-flex .item {
        padding-left: 40px;
    }
    .contact-form-section form .d-flex.merge {
        flex-direction: column;
    }
    .contact-form-section .product .item {
        width: 20%;
    }
    .contact-form-section .product .title {
        width: 25%;
    }
    .contact-form-section .product .text {
        width: 42%;
    }
    .contact-form-section .product .item {
        padding: 0 20px;
    }
    .contact-form-section .product .title p {
        margin-left: 10px;
    }
    .index-banner-section .imgPos3 {
        background-position-x: 28%;
    }
}

@media (max-width: 900px) {
    /* navbar */
    /* #index header .logo img {
        margin: 20px 0px 0px 0px;
    } */
    /* #index header .menu-toggle {
        top: 75px;
    } */
    .p-5 {
        padding: 25px !important;
    }
    /* index-banner */
    .index-banner-section .swiper-button.swiper-button-next,
    .index-banner-section .swiper-button.swiper-button-prev {
        display: none;
    }
    .index-banner-section .start-5 {
        left: 0px;
    }
    .index-banner-section .swiper-pagination {
        display: block;
    }
    /* index-who */
    .index-who-section {
        padding: 80px 0px;
    }
    .index-who-section .bg-image {
        height: 400px;
        width: 100%;
        position: relative;
        right: -15px;
    }
    .index-who-section .context {
        width: 100%;
        margin-top: -45px;
    }
    .index-wooden-floor .justify-content-end {
        justify-content: center !important;
    }
    /* index-產品介紹 */
    .index-wooden-floor-introduce .img {
        width: 90%;
    }
    .index-wooden-floor-introduce .content {
        width: 100%;
    }
    .index-wooden-floor-introduce .introduce-content-padding {
        padding: 0px 30px;
    }
    .index-wooden-floor-introduce .introduce:nth-child(odd) .content,
    .index-wooden-floor-introduce .introduce:nth-child(even) .content {
        margin-right: 0px;
    }
    /* downFooter */
    .downFooter .linkWrap {
        padding-left: 30px;
    }
    /* about */
    .about-section .whiteBg {
        background-color: rgba(255, 255, 255, 0.8);
    }
    .other-section .item {
        width: 33.33%;
    }
    /* product-detail */
    .products-detail-section .products-content .swiper-wrapper {
        height: 520px;
    }
    .service-FAQ-section .answerText {
        padding: 8px 10px 5px 10px;
    }
    .business-location-section .choose {
        padding: 0px 0px 40px 0px;
    }
}

@media (max-width: 850px) {
    .grayBlock2 {
        display: none !important;
    }
    /* downFooter */
    .downFooter .logo {
        width: 311px;
    }
    .downFooter .linkWrap {
        display: none !important;
    }
    .downFooter .contactData {
        position: static;
    }
    .downFooter .logo {
        width: 190px;
    }
    .downFooter .justify-content-between {
        padding: 0px 75px;
    }
    .downFooter .contactData p {
        margin-bottom: 25px;
    }
    /* search */
    .search-section .col-7 {
        width: 90%;
    }
    /* about */
    .about-section .text {
        margin: 60px 15px;
    }
    .about-section .subTitle {
        margin-bottom: 30px;
    }
    .about-group-section .borwnblock {
        height: 90px;
        top: -45px;
    }
    .about-process-section .item {
        width: 33.33%;
    }
    .about-process-section {
        padding-bottom: 50px;
    }
    .download-report-section .text .title.font-40 {
        font-size: 28px;
    }
    .download-report-section .text .font-20 {
        font-size: 16px;
    }
    /* products-detail */
    .products-detail-section .products-content .productContent {
        flex-direction: column;
    }
    .products-detail-section .products-content .productContent img {
        align-self: flex-start;
        margin-top: 10px;
    }
    .products-detail-section .rightContent {
        padding-top: 35px;
    }
    /*  */
    .more-products-swiper .product-more-swiper.pb-100 {
        padding-bottom: 50px !important;
    }
    /* search */
    .banner-section .submuenu a {
        padding: 15px 35px;
    }
    .service-sale-section .service.d-flex {
        flex-direction: column;
    }
    .service-sale-section .d-flex .item {
        padding-top: 20px;
    }
    .service-sale-section .d-flex .item:first-child {
        padding-bottom: 30px;
    }
    .service-sale-section .d-flex .item:first-child::before {
        width: 60px;
        height: 3px;
        left: 50%;
        bottom: 0;
    }
    .business-form-section.px-4 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    .business-form-section.pt-6 {
        padding-top: 0 !important;
    }
    .business-form-section.pb-6-5 {
        padding-bottom: 5rem !important;
    }
    .businessForm .custom-form-select .select-selected {
        padding-left: 150px;
    }
    .businessForm .custom-form-select .select-items div {
        padding-left: 142px;
    }
    .contact-form-section.px-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .contact-form-section.pt-6 {
        padding-top: 0rem !important;
    }
    .business-form-section.d-flex {
        flex-direction: column;
    }
    .business-form-section form p {
        margin-bottom: 0;
    }
    .business-form-section .img {
        height: 250px;
        width: 100% !important;
        margin-bottom: 60px;
    }
    .business-form-section form {
        width: 100% !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .contact-form-section form {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    .business-form-section .bg {
        display: none;
    }
    .business-location-section .list .shop.d-flex {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .business-location-section .list .area {
        order: 1;
        width: 30%;
    }
    .business-location-section .list .address {
        order: 3;
        width: 100%;
        margin-left: -5px;
        margin-top: 8px;
    }
    .business-location-section .list .business {
        width: 50%;
        font-weight: bold;
    }
    .business-location-section .list .phone {
        order: 2;
        width: 20%;
    }
    .temporary-business .list .area {
        order: 0;
        width: 30%;
    }
    .temporary-business .business-location-section .list .area {
        width: 100%;
        margin-bottom: 5px;
    }
    .temporary-business .business-location-section .list .area {
        display: block !important;
    }
    .business-location-section .list .title {
        display: none !important;
    }
    .business-location-section .businessTitle {
        display: none;
    }
    .business-location-section .choose.d-flex {
        justify-content: flex-end;
    }
    .choose-select .btn-secondary {
        width: 160px;
        height: 40px;
    }
    .business-location-section ul {
        width: 160px;
    }
    .contact-form-section .product {
        flex-wrap: wrap;
    }
    .contact-form-section .product .item.title {
        width: 100%;
    }
    .contact-form-section .product .item img {
        margin-top: 30px;
    }
    .contact-form-section .product p.item {
        margin-top: -25px;
        width: auto;
    }
    .contact-form-section .product .item.text {
        border: 0px;
        margin-left: 40px;
    }
    .contact-form-section .product {
        padding-top: 0;
    }
    .knowledge-video-section .item .img-wrapper {
        height: 220px;
    }
    .index-banner-section .imgPos3 {
        background-position-x: 30%;
    }
}

@media (max-width: 767px) {
    .page-element a.number::before {
        bottom: 0px;
    }
    .page-element .font-22 {
        font-size: 16px;
    }
    /* news */
    .article-section.py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .article-section .item.pb-70 {
        padding-bottom: 50px !important;
    }
    .date .day {
        margin-left: 13px;
    }
    .date .month {
        margin-top: 18px;
    }
    /* new */
    .new-section .editor.pb-4 {
        padding-bottom: 0rem !important;
    }
    .article-section.py-6 {
        padding-top: 4rem !important;
    }
    .knowledge-detail-section .summary .textContent .title::before {
        top: 6px;
    }
    .editor p {
        margin-bottom: 0px;
    }
    .editor img {
        margin: 15px 0px;
    }
    .new-section .max1400.pt-4 {
        padding-top: 0.5rem !important;
    }
    .about-quality-section .about-banner-section .title {
        padding-top: 40px;
        margin-bottom: 55px;
    }
    .other-section .item .font-18 {
        font-size: 16px;
    }
    .other-section .item img {
        width: 100px;
    }
    .other-section .title {
        padding-top: 80px;
        margin-bottom: 45px;
    }
    .other-section .title::before {
        top: -65%;
    }
    .other-section {
        padding-bottom: 30px;
    }
    .download-report-section .report .font-22 {
        font-size: 20px;
    }
    .download-report-section .report::after {
        height: 55px;
        top: 8px;
    }
    .download-report-section {
        padding: 90px 15px;
    }
    /* about-case */
    .about-case-section .item .img-wrapper {
        height: 230px;
    }
    .about-case-detail-section .title.d-flex {
        flex-direction: column;
    }
    .about-case-detail-section .title .share .ms-3 {
        margin-left: 0rem !important;
    }
    .about-case-detail-section .border-bottom-D8D8D8.pb-4 {
        padding-bottom: 1rem !important;
    }
    .about-case-detail-section .next-article-section.pt-5 {
        padding-top: 1.5rem !important;
    }
    .about-case-detail-section .share a i {
        font-size: 24px;
    }
    /* product-list */
    .product-list-section .item .img-wrapper {
        height: 380px;
    }
    .product-list-section .row {
        --bs-gutter-x: 1.5rem;
    }
    .products-filter-submenu-section .banner-section,
    .products-filter-submenu-section .banner-section .banner {
        height: 400px;
    }
    .products-filter-submenu-section .products-section.banner-section .text {
        top: 192px;
    }
    .products-filter-submenu-section .product-submuenu {
        top: 288px;
    }
    .new-section .share i {
        font-size: 24px;
    }
    .summary.d-flex {
        flex-direction: column;
    }
    .knowledge-detail-section .img-wrapper,
    .knowledge-detail-section .textContent {
        width: 100%;
    }
    .knowledge-detail-section .img-wrapper {
        height: 250px;
    }
    .knowledge-detail-section .summary .textContent {
        padding: 30px 30px
    }
    .video-section {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .video-section .video {
        height: 370px;
    }
    .service-FAQ-section .answerText.font-18 {
        font-size: 16px;
    }
    .service-FAQ-section.pb-6-5,
    .service-sale-section.pb-6-5 {
        padding-bottom: 4.5rem !important;
    }
    .service-FAQ-section.pt-6,
    .service-sale-section.pt-6 {
        padding-top: 3rem !important;
    }
    .business-form-section .img {
        margin-bottom: 40px;
    }
    .business-form-section.pb-6-5 {
        padding-bottom: 4.5rem !important;
    }
    .contact-section.d-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .contact-section .img {
        width: 100%;
        height: 360px;
        border-radius: 0px;
    }
    .contact-section .contact {
        width: auto;
        margin-bottom: 30px;
        margin-top: 0px;
    }
    .contact-section.px-4 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    .contact-section.pt-7 {
        padding-top: 4rem !important;
    }
    .contact-section.pb-6-5 {
        padding-bottom: 0rem !important;
    }
    .business-city-select .custom-form-select {
        width: 220px;
    }
    .privacy-section .privacyArticle section {
        margin-bottom: 32px;
    }
    .knowledge-list-section .newItem .title::before,
    .knowledge-detail-section .summary .textContent .title::before {
        top: 3.5px;
    }
    .knowledge-video-section .item .img-wrapper {
        height: 190px;
    }
    .knowledge-video-section .playBtn,
    .video-section .playBtn {
        width: 65px;
        height: 65px;
        border: 3px solid #fff;
    }
    .knowledge-video-section .playBtn::before,
    .video-section .playBtn::before {
        border-width: 16px 0 16px 27.7px
    }
    .business-location-section .icon-search {
        font-size: 24px;
    }
    .index-banner-section .imgPos1 {
        background-position-x: 65%;
    }
    .index-banner-section .imgPos2 {
        background-position-x: 75%;
    }
}

@media (max-width: 760px) {
    /* index-what-we-do */
    .index-do-section .mb-10 {
        margin-bottom: 0px !important;
    }
    .index-do-section .mt-20 {
        margin-bottom: 0px !important;
    }
    .index-do-section .mt-20 {
        margin-top: 8px !important;
    }
    .index-select-section {
        padding: 100px 0px;
    }
    .about-quality-section .bg01,
    .about-quality-section .bg02 {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .about-quality-section .bg01 .text,
    .about-quality-section .bg02 .text {
        position: static !important;
        transform: translate(0);
        padding: 50px 10px;
    }
    .about-quality-section .bg02 .text {
        padding: 80px 15px;
    }
    .about-quality-section .text .font-18 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .about-quality-section .bg01 .text .font-18 {
        margin-bottom: 10px;
    }
    .about-quality-section .text .font-48 {
        font-size: 32px;
    }
    .about-quality-section .text .font-30 {
        font-size: 24px;
    }
    .about-quality-section .more .moreText::after,
    .about-quality-section .more .moreText::before {
        width: 130px;
    }
    .other-section {
        padding-bottom: 30px;
    }
    .nemu-down.d-flex {
        flex-direction: column;
    }
    header .nemu-down .menu-society a {
        margin-right: 20px;
    }
    .menu-search {
        margin-top: 20px;
    }
}

@media (max-width: 730px) {
    /* index-who */
    .index-who-section .bg-image {
        height: 320px;
    }
    .index-who-section .container2 {
        padding: 0px 15px;
    }
    .index-who-section .context {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    /* index-news-swiper */
    .index-news-swiper-section {
        padding-top: 0px;
    }
    /* downFooter */
    .downFooter .justify-content-between {
        padding: 0px 20px;
    }
    /* finalFooter */
    .finalFooter .d-flex {
        align-items: center;
        flex-direction: column;
    }
    .finalFooter .item::after {
        width: 0px;
    }
    .finalFooter .d-flex .item {
        margin-bottom: 5px;
    }
    .finalFooter {
        padding: 25px 0px;
    }
    /* products-detail */
    .products-detail-section .products-content .swiper-wrapper {
        height: 440px;
    }
    .products-detail-section .products-content .swiper-wrapper img {
        bottom: -25%;
    }
}

@media (max-width: 690px) {
    /* index-swiper */
    .index-banner-section .bannerText .font-82 {
        font-size: 56px;
        line-height: 70px;
    }
    .index-wooden-floor-introduce .content .mb-25 {
        margin-bottom: 15px !important;
    }
    .index-wooden-floor-introduce .content .mb-40 {
        margin-bottom: 20px !important;
    }
    /* index-產品介紹 */
    .index-wooden-floor-introduce .p-70 {
        padding: 60px 30px !important;
    }
    /* index-what-we-do */
    .index-do-section .h-495 {
        height: 320px;
    }
    .index-select-section {
        padding: 90px 0px;
    }
    /* about */
    .about-group-section .title {
        padding-bottom: 30px;
    }
    .about-group-section .item {
        width: 150px;
        height: 150px;
        padding: 30px;
    }
    .about-group-section .max900 {
        max-width: 600px;
        padding: 70px 0px;
    }
    .about-process-section .item {
        width: 50%;
        padding: 0px 15px;
    }
    .about-process-section .item img {
        width: 100px;
        height: 100px;
        margin-bottom: 0px;
    }
    .about-process-section {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .download-report-section>.d-flex {
        flex-direction: column;
    }
    .download-report-section .downloadBtn.d-flex {
        justify-content: center;
        margin-top: 40px;
    }
    .download-report-section .text {
        margin-right: 0;
    }
    .download-report-section .report span,
    .download-report-section .report .icon-download-report {
        margin-left: 0px;
    }
    .download-report-section .report::after {
        width: 60px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.6);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
    }
    /* about-case */
    .about-case-section .item .img-wrapper {
        height: 220px;
    }
    .about-case-section.container2 {
        padding: 15px;
    }
    .about-case-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .knowledge-video-section.about-case-section {
        padding-top: 50px !important;
    }
    /* search */
    .banner-section .submuenu a {
        padding: 15px 25px;
    }
    .business-location-section .list .area {
        width: 20%;
    }
    .business-location-section .list .business {
        width: 50%;
    }
    .business-location-section .list .phone {
        width: 30%;
    }
    .knowledge-video-section .item .img-wrapper {
        height: 170px;
    }
    .knowledge-video-section .playBtn,
    .video-section .playBtn {
        width: 60px;
        height: 60px;
    }
    .index-banner-section .imgPos3 {
        background-position-x: 32%;
    }
}

@media (max-width: 635px) {
    .menuBg .nav-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
    .menuBg .nav-wrap .item {
        margin-bottom: 50px;
    }

    .index-who-section .font-30 {
        font-size: 24px;
    }
    /* index-產品介紹 */
    .index-wooden-floor-introduce .container {
        padding: 0px 15px;
    }
    .index-wooden-floor-introduce .font-30 {
        font-size: 24px;
    }
    .index-wooden-floor-introduce .img {
        height: 300px;
    }
    .index-wooden-floor-introduce .mb-9 {
        margin-bottom: 0rem !important;
    }
    .index-wooden-floor-introduce .mt-7 {
        margin-top: 60px !important;
    }
    /* index-what-we-do */
    .index-do-section .w-25-percent {
        width: 100%;
    }
    .index-do-section .w-50-percent {
        width: 100%;
    }
    .index-do-section .content .w-50 {
        width: 100% !important;
    }
    .index-do-section .content .btnGold {
        width: 100%;
    }
    .index-do-section .mx-25-0 {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .index-do-section .wrap .h-350 {
        height: 350px;
    }
    .index-do-section .wrap .h-350 {
        height: 450px;
    }
    /* downFooter */
    .downFooter .justify-content-between {
        padding: 0px 8px;
    }
    /* upFooter */
    .upFooter .px-120-0 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    /* index-what-we-do */
    .index-do-section .font-30 {
        font-size: 24px;
    }
    .index-do-section .mb-48 {
        margin-bottom: 13px !important;
    }
    .index-do-section .content .mt-20 {
        margin-top: 10px !important;
    }
    .index-do-section .content .btn {
        margin-top: 20px !important;
    }
    .index-do-section .content .mb-10 {
        margin-bottom: 3px !important;
    }
    .index-do-section .mx-25-0 {
        margin-top: 10px !important;
        margin-bottom: 10px;
    }
    .search-section .py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    /* product-list */
    .product-list-section .item .img-wrapper {
        height: 340px;
    }
    /* product-download */
    .product-download .download-btn {
        background-color: rgba(255, 255, 255, 0);
    }
    .product-download .group-logo {
        display: none !important;
    }
    .product-download .group-text.d-none {
        display: block !important;
    }
    .product-download .download-btn::before {
        top: 0;
    }
    .product-download .download-btn .icon-productdownload::before {
        font-size: 70px;
    }
    .product-download .download-btn-text {
        display: flex !important;
        flex-direction: column-reverse;
        font-size: 20px;
        text-align: left;
    }
    .product-download .download-btn {
        margin-bottom: 0px;
        margin-top: 25px;
    }
    .product-download .download-btn {
        padding: 50px 0px;
    }
    /* products-detail */
    .products-detail-section .products-content .swiper-wrapper {
        height: 360px;
    }
    .products-detail-section .rightContent {
        padding-left: 60px;
        padding-right: 60px;
    }
    /* search */
    .banner-section .submuenu a {
        padding: 15px 20px;
    }
    .knowledge-video-section .item .img-wrapper {
        height: 150px;
    }
    .knowledge-video-section .playBtn,
    .video-section .playBtn {
        width: 50px;
        height: 50px;
        border: 2px solid #fff;
    }
    .knowledge-video-section .playBtn::before,
    .video-section .playBtn::before {
        border-width: 12.5px 0 12.5px 21.7px;
    }
    .index-banner-section .imgPos3 {
        background-position-x: 20%;
    }
}


/* 手機版斷點 */

@media (max-width: 580px) {
    /* 手機版navLink */
    .menuBg {
        padding: 140px 0px;
    }
    .menuBg .nav-wrap {
        padding: 0px 75px;
        padding-left: 50px;
    }
    .menuBg .nav-wrap .item {
        margin-bottom: 30px;
    }
    .menuBg .item .title {
        margin-bottom: 0px;
    }
    .menuBg .item .navContent {
        display: none;
    }
    .menuBg .nav-wrap {
        display: flex;
        flex-direction: column;
    }
    .menuBg .item .title {
        display: flex;
    }
    .menuBg .item .icon-arr02 {
        display: block;
    }
    .menu-search {
        margin-right: 0px;
    }
    header .nemu-down {
        padding: 0px 75px;
        padding-left: 50px;
    }

    /* index-online-select */
    .index-select-section .btnGoldBorder {
        left: 0px;
        top: -1px;
        width: 100%;
    }
    .index-select-section .selectList {
        width: 100%;
    }
    .index-select-section .d-inline-block {
        display: block;
    }
    .index-select-section p {
        margin-bottom: 30px !important;
    }
    .index-select-section .vs__dropdown-toggle {
        justify-content: center;
    }
    .index-select-section .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected {
        margin-left: 30px;
    }
    .index-select-section .v-select .vs__dropdown-menu {
        text-align: center;
    }
    .index-select-section {
        padding: 70px 0px;
    }
    /* index-what-we-do */
    .index-do-section .pt-120 {
        padding-top: 80px !important;
    }
    .index-do-section .h-495 {
        height: 250px;
    }
    .index-do-section .wrap .h-350 {
        height: 350px;
    }
    /* downFooter */
    .downFooter .d-flex {
        flex-direction: column;
        align-items: center;
    }
    .upFooter {
        margin-bottom: 0px;
    }
    .downFooter .logo {
        padding: 45px 0px;
    }
    .downFooter .logo p {
        margin: 0px;
    }
    .downFooter .contactData p {
        margin-bottom: 1rem;
    }
    .upFooter .mb-70 {
        margin-bottom: 30px !important;
    }
    .upFooter .mt-80 {
        margin-top: 40px !important;
    }
    .index-wooden-floor-introduce .btnGoldBorder {
        width: 100%;
    }
    /* upFooter */
    .upFooter .d-flex {
        flex-direction: column;
    }
    .upFooter .wrap .item::after {
        left: calc((100% - 141px) / 2);
        bottom: 0;
        width: 141px;
        height: 1px;
    }
    .upFooter .item p {
        margin-bottom: 0rem;
    }
    .upFooter .px-120-0 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .upFooter .mb-70 {
        margin-bottom: 40px !important;
    }
    .upFooter .mt-80 {
        margin-top: 0px !important;
        padding-top: 40px;
    }
    /* index-what-we-do */
    .index-do-section .content .none {
        display: none !important;
    }
    .index-do-section .img .blackOverlay {
        display: block !important;
    }
    .index-do-list-img {
        position: absolute;
        top: 0;
        left: 0;
    }
    /* index-select-section */
    .index-select-section {
        text-align: center;
    }
    .index-select-section .text-start {
        text-align: center !important;
    }
    /* finalFooter */
    .finalFooter .d-flex>:first-child {
        display: none;
    }
    .finalFooter .d-flex .item {
        margin-bottom: 10px;
    }
    .finalFooter .d-flex>:nth-child(3) {
        margin-bottom: 0px;
    }
    /* search */
    .search-section .bannerTitle {
        font-size: 48px;
        padding-bottom: 1rem !important;
        margin-bottom: 1.5rem !important;
    }
    .search-section .bannerTitle2 {
        font-size: 20px;
    }
    .search-section .py-6 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    /* search */
    .banner-section .bannerTitle {
        font-size: 42px;
    }
    .banner-section .bannerTitle2 {
        font-size: 20px;
    }
    .banner-section .text {
        margin-top: 15px;
    }
    /* new */
    .next-article-section .btnGoldBorder.px-6 {
        min-width: 0;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .next-article-section .nextText.font-18 {
        font-size: 16px;
    }
    .next-article-section .max1400.px-4 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    /* about */
    .about-group-section .d-flex {
        flex-direction: column;
    }
    .about-group-section .item {
        align-self: center;
        margin: 15px;
    }
    .about-group-section .title {
        padding-bottom: 0px;
    }
    .about-group-section .max900 {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .about-quality-section .more {
        padding: 0px 0px;
        padding-bottom: 25px
    }
    .about-quality-section .more .moreText::after,
    .about-quality-section .more .moreText::before {
        width: 117px;
    }
    .about-quality-section .about-banner-section .title {
        padding-top: 0;
        margin-top: -2px;
    }
    .about-case-section {
        padding-top: 15px !important;
    }
    .knowledge-video-section.about-case-section {
        padding-top: 50px !important;
    }
    .other-section .item {
        width: 50%;
    }
    .other-section .item img {
        margin-top: 10px;
    }
    /* about-case */
    .about-case-section a.item {
        width: 100%;
    }
    .about-case-section .item .img-wrapper {
        height: 320px;
    }
    .about-case-section .item .img-wrapper {
        margin-bottom: 15px;
    }
    /* product-filter */
    .products-category-submenu-select .selectList,
    .products-filter-submenu-section .selectList {
        flex-wrap: wrap;
        padding-top: 20px;
    }
    .about-select-submenu .products-category-submenu-select .selectList {
        padding-top: 0px;
    }
    .products-category-submenu-select {
        display: block;
    }
    /* .products-filter-submenu-section .selectList {
        padding-top: 20px;
    } */
    .fixSelectBg {
        padding: 20px 0;
    }
    .filterSelector {
        width: 100%;
        margin: 3px 0px;
        height: 50px;
    }
    /* product-list */
    .product-list-section .item .img-wrapper {
        height: 433px;
    }
    .product-list-section .item {
        width: 100%;
        margin-bottom: 120px;
    }
    .product-list-section .item .content {
        bottom: -70px;
        padding-right: 80px;
    }
    .products-category-submenu-swiper {
        display: none;
    }
    .products-category-submenu-section .banner-section .banner {
        height: 400px;
    }
    .more-products-swiper .product-more-swiper.pb-100 {
        padding-bottom: 30px !important;
    }
    .about-submenu {
        display: none;
    }
    .summary-section.px-4 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    .knowledge-detail-section .summary {
        border-radius: initial;
        border: 0px;
    }
    .knowledge-detail-section .summary-section {
        padding: 0;
    }
    .summary-section .date {
        display: none;
    }
    .knowledge-detail-section .summary .textContent {
        padding-bottom: 0px;
    }
    .summary-section.mb-5 {
        margin-bottom: 1rem !important;
    }
    .video-section .video {
        height: 270px;
    }
    .service-FAQ-section .icon-Q {
        display: none !important;
    }
    .service-FAQ-section .title-Q {
        width: calc(100% - 50px);
        margin: 5px 0px 0px 0px;
    }
    .service-FAQ-section.px-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .service-FAQ-section .answerText {
        padding: 8px 6px 5px 6px;
    }
    .service-FAQ-section.pb-6-5,
    .service-sale-section.pb-6-5 {
        padding-bottom: 3rem !important;
    }
    .service-FAQ-section.pt-6,
    .service-sale-section.pb-6 {
        padding-top: 2.5rem !important;
    }
    .service-sale-section .icon {
        display: none;
    }
    .service-sale-section span {
        font-size: 24px;
    }
    .service-sale-section .text {
        margin-left: 0px;
    }
    .service-sale-section .d-flex .item,
    .service-sale-section .d-flex .item:first-child {
        padding: 30px 10px;
    }
    .service-sale-section .d-flex .item:first-child::before {
        transform: translateX(-50%);
    }
    .service-sale-section .img {
        height: 350px;
    }
    .business-form-section .img {
        margin-bottom: 20px;
    }
    .business-form-section.pb-6-5 {
        padding-bottom: 2.5rem !important;
    }
    .business .pb-6-5,
    .FAQ .pb-6-5 {
        padding-bottom: 4.5rem !important;
    }
    .service-FAQ-section button {
        padding: 0;
    }
    .service-FAQ-section .answerText {
        padding-left: 0px;
    }
    .business-form-section .img {
        height: 200px;
    }
    .business-location-section .icon-search {
        width: 100%;
        text-align: center;
    }
    .business-location-section .searchText {
        display: inline-block !important;
    }
    .contact-section .img {
        height: 260px;
    }
    .contact-section.pt-7 {
        padding-top: 3rem !important;
    }
    .contact-section .contact {
        margin-bottom: 10px;
    }
    .contact-section .bg {
        display: none;
    }
    .business-location-section .list .area {
        display: none !important;
    }
    .business-location-section .list .business {
        width: 100%;
    }
    .business-location-section .list .phone {
        width: 100%;
        margin-top: 8px
    }
    .business-location-section.px-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .business-location-section .list .shop {
        padding: 15px 5px;
    }
    .business-location-section .business-location .city-select,
    .business-location-section .business-location .area-select {
        width: 80%;
        margin-bottom: 5px;
    }
    .business-location-section .business-location .d-flex.select-section {
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-end;
    }
    .business-location.choose-select .btn-secondary {
        width: 100%;
    }
    .business-location-section.pt-6,
    .contact-form-section.pt-6-0 {
        padding-top: 3rem !important;
    }
    .business-location-section.pb-6-5 {
        padding-bottom: 4.5rem !important;
    }
    .contact-section .item .icon {
        display: none !important;
    }
    .contact-section .item .title {
        margin-left: 0px;
    }
    .contact-section .location {
        margin-bottom: 25px;
    }
    .contact-form-section form {
        margin-top: 15px;
    }
    .business-city-select {
        width: 100%;
        margin-bottom: 8px;
        margin-right: 0px;
    }
    .business-city-select .custom-form-select {
        width: 100%;
    }
    .privacy-section .modal-content {
        padding: 40px 30px 65px 30px;
    }
    .products-filter-submenu-section .custom-form-select {
        width: 100%;
        margin: 3px 0px;
    }
    .products-filter-submenu-section .custom-form-select {
        height: 50px;
    }
    .products-filter-submenu-section .custom-form-select .select-selected,
    .products-filter-submenu-section .custom-form-select .select-items div {
        text-align: center;
        font-size: 14px;
    }
    .products-filter-submenu-section .custom-form-select .select-selected {
        padding: 11px 25px;
        font-size: 16px;
    }
    .knowledge-video-section .playBtn,
    .video-section .playBtn {
        width: 85px;
        height: 85px;
        border: 3px solid #fff;
    }
    .knowledge-video-section .playBtn::before,
    .video-section .playBtn::before {
        border-width: 20px 0 20px 34.6px;
    }
    .contact-form-section .custom-form-select .select-selected {
        padding-left: 98px;
    }
    .contact-form-section .custom-form-select .select-items div {
        padding-left: 90px;
    }
    .products-section.banner-section .text {
        top: 190px;
    }
    .product-submuenu {
        top: 290px;
    }
    .products-section.banner-section {
        height: 400px;
    }
    .pb-4-0 {
        padding-bottom: 2.5rem !important;
    }
    .index-select-section .custom-form-select .select-selected {
        width: 100%;
        top: 0;
        padding: 11px 16px;
    }
}

@media (max-width: 550px) {

    .products-detail-section .rightContent {
        padding-left: 30px;
        padding-right: 30px;
    }
    .index-banner-section .imgPos1 {
        background-position-x: 62%;
    }
    .index-banner-section .imgPos3 {
        background-position-x: 22%;
    }
}

@media (max-width: 540px) {
    .index-banner-section .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
    }
    /* index-who */
    .index-who-section .bg-image {
        height: 260px;
    }
    .index-who-section {
        padding-top: 60px;
    }
    .index-who-section .context {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .index-who-section .context .title2 {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    /* index-what-we-do */
    .index-do-section .container {
        padding: 0px 20px;
    }
    /* products-detail */
    .products-detail-section .rightContent .btnList.d-flex {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .products-detail-section .products-content .swiper-wrapper img {
        bottom: -10%;
    }
    .knowledge-video-section .item .img-wrapper {
        height: 280px;
    }
    .knowledge-video-section .playBtn,
    .video-section .playBtn {
        width: 75px;
        height: 75px;
    }
    .knowledge-video-section .playBtn::before,
    .video-section .playBtn::before {
        border-width: 16px 0 16px 27.7px;
    }
    /* temporary */
    .business-location-section .list .temporary-phone {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    /* index-swiper */
    .index-banner-section .bannerText .font-82 {
        font-size: 36px;
        line-height: 50px;
    }
    .index-who-section .context {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    /* search */
    .search-section .bannerTitle {
        font-size: 32px;
    }
    .search-section .bannerTitle2 {
        font-size: 18px;
    }
    /* about-case */
    .about-case-section .item .img-wrapper {
        height: 280px;
    }
    .about-case-section .item {
        padding-top: 0px;
    }
    .about-case-section .item .img-wrapper {
        margin-bottom: 10px;
    }
    .business-form-section form .formBox .colLabel {
        padding: 0 0 0 10px;
        max-width: 90px;
    }
    .businessForm .custom-form-select .select-selected {
        padding-left: 107px;
    }
    .businessForm .custom-form-select .select-items div {
        padding-left: 100px;
    }
    .contact-form-section.business-form-section form .formBox .colLabel.name {
        max-width: 140px;
        flex-shrink: 0;
    }
    .contact-form-section.business-form-section form .formBox .colLabel.codeTitle {
        max-width: 75px;
        flex-shrink: 0;
    }
    .contact-form-section.businessForm .custom-form-select .select-selected {
        padding-left: 100px;
    }
    .contact-form-section textarea {
        padding-left: 10px;
    }
    .knowledge-video-section .item .img-wrapper {
        height: 250px;
    }
    .knowledge-video-section .playBtn,
    .video-section .playBtn {
        width: 65px;
        height: 65px;
    }
    .contact-form-section .custom-form-select .select-selected {
        padding-left: 95px;
    }
    .index-banner-section .imgPos2 {
        background-position-x: 72%;
    }
    .index-banner-section .imgPos3 {
        background-position-x: 25%;
    }
}

@media (max-width: 465px) {
    /* index-who */
    .index-who-section .bg-image {
        height: 240px;
    }
    /* index-產品介紹 */
    .index-wooden-floor-introduce .img {
        height: 250px;
    }
    .index-wooden-floor-introduce .mb-40 {
        margin-bottom: 30px !important;
    }
    .index-wooden-floor-introduce .p-70 {
        padding: 60px 20px !important;
    }
    .index-wooden-floor-introduce .introduce-content-padding {
        padding: 0px 15px;
    }
    /* about-case */
    .about-case-section .item .img-wrapper {
        height: 280px;
    }
    .about-case-section.container2 {
        padding: 5px;
    }
    .about-case-section {
        margin-top: 0 !important;
    }
    .knowledge-video-section.about-case-section {
        padding-top: 50px !important;
    }
    .menu-search form input {
        width: calc(100% - 85px);
    }
    .business-form-section .code {
        max-width: calc(100% - 85px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .contact-section .item .title {
        width: 100%;
        display: block;
        padding: 0;
    }
    .contact-form-section .product .title p {
        margin-top: -5px;
    }
    .contact-form-section .product .item.text {
        width: 100%;
        margin-top: -20px;
    }
    .contact-form-section .product p.item {
        margin-top: 0px;
        margin-left: 40px;
        border: 0;
    }
    .contact-form-section .product .item img {
        margin-top: 20px;
    }
    .contact-form-section .product .cross {
        top: 37%;
    }
    .knowledge-video-section .item .img-wrapper {
        height: 230px;
    }
    .index-banner-section .imgPos3 {
        background-position-x: 26%;
    }
}

@media (max-width: 414px) {
    .product-download .group-text {
        padding: 20px 15px;
    }
    /*  */
    .products-detail-section .products-content .swiper-wrapper {
        height: 320px;
    }
    .products-detail-section .products-content .swiper-wrapper img {
        bottom: 0;
    }
    .products-detail-section .products-content .productContent img {
        width: 80%;
        height: auto;
    }
    .products-detail-section .more-products-swiper .moreTitle {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .more-products-swiper .product-more-swiper.pb-100 {
        padding-bottom: 10px !important;
    }
    .menu-search {
        flex-shrink: 0;
    }
    .knowledge-detail-section .summary .textContent {
        padding: 15px 15px;
    }
    .video-section .video {
        height: 195px;
    }
    .video-section .playBtn {
        width: 75px;
        height: 75px;
    }
    .video-section .playBtn::before {
        border-width: 17.5px 0 17.5px 30.3px;
    }
    .knowledge-video-section .item .img-wrapper {
        height: 210px;
    }
    .knowledge-video-section .playBtn,
    .video-section .playBtn {
        width: 60px;
        height: 60px;
        border: 2px solid #fff;
    }
    .contact-form-section .custom-form-select .select-selected {
        padding-left: 90px;
    }
    .contact-form-section .custom-form-select .select-items div {
        padding-left: 81px;
    }
    .index-banner-section .imgPos2 {
        background-position-x: 70%;
    }
}

@media (max-width: 385px) {
    .index-who-section .context {
        padding: 60px 18px;
    }
    .index-who-section .context {
        padding-top: 45px !important;
        padding-bottom: 40px !important;
    }

    /* news */
    .article-section.py-5 {
        padding-top: 1rem !important;
        padding-bottom: 0rem !important;
    }
    .article-section .item.pb-70 {
        padding-bottom: 40px !important;
    }
    .other-section .container2 {
        padding: 0px 15px;
    }
    .other-section .item img {
        width: 100px;
    }
    /*  */
    .products-detail-section .swiper-pagination .swiper-pagination-bullet {
        width: 45px;
    }
    .products-detail-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 40px;
    }
    .products-detail-section .swiper-pagination {
        bottom: 20px;
    }
    .business-form-section .img {
        height: 150px;
    }
    .index-banner-section .imgPos3 {
        background-position-x: 35%;
    }
}

@media (max-width: 375px) {
    .index-who-section .bg-image {
        height: 243px;
    }
    /* index-產品介紹 */
    .index-wooden-floor-introduce .img {
        height: 218px;
    }
    /* about */
    .about-section .text {
        margin-bottom: 50px;
    }
    .about-section .subTitle {
        margin-bottom: 30px;
    }
    .about-group-section .borwnblock {
        height: 70px;
        top: -35px;
    }
    .download-report-section {
        padding: 70px 15px;
    }
    /* about-case */
    .about-case-section .item .img-wrapper {
        height: 230px;
    }
    .about-case-detail-section .border-bottom-D8D8D8.pb-4 {
        padding-bottom: 0rem !important;
    }
    .video-play-section .border-bottom-D8D8D8.pb-4 {
        padding-bottom: 1rem !important;
    }
    .banner-section .bannerTitle {
        font-size: 38px;
    }
    /* product-list */
    .product-list-section .item .content {
        bottom: -90px;
    }
    .filterSelector {
        height: 40px;
    }
    .product-filter-section.pt-5 {
        padding-top: 1rem !important;
    }
    .about-section .background-repeat-none {
        background-repeat: repeat;
    }
    .service-sale-section .phone {
        margin-left: 20px;
    }
    .service-sale-section .phone.d-flex {
        flex-direction: column;
    }
    .products-filter-submenu-section .custom-form-select {
        height: 40px;
    }
    .products-filter-submenu-section .custom-form-select .select-selected {
        padding: 8px 25px;
        font-size: 14px;
    }
    .knowledge-video-section .item .img-wrapper {
        height: 190px;
    }
    .about-customer-select .bootstrap-select>.dropdown-toggle,
    .product-category-custom-select.custom-form-select .select-selected {
        height: 40px;
        padding: 8px 5px;
        font-size: 14px;
    }
    .product-category-custom-select.custom-form-select .select-items,
    .about-customer-select .bootstrap-select .dropdown-menu li a {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .next-article-section .btnGoldBorder.px-6 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    /* product-list */
    .product-list-section .item .img-wrapper {
        height: 380px;
    }
    .product-list-section .item {
        margin-bottom: 100px;
    }
    .product-list-section.pt-5 {
        padding-top: 0rem !important;
    }
}

@media (max-width: 350px) {
    .menuBg .nav-wrap {
        padding: 0px 50px;
    }
    .index-who-section .bg-image {
        height: 230px;
    }
    .downFooter .contactData .icon::before {
        margin-right: 10px;
    }
    .downFooter .contactData {
        min-width: 301px;
    }
    header .nemu-down {
        padding: 0px 50px;
    }
    .business-form-section .select span {
        max-width: 140px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .business-location-section .business-location .city-select,
    .business-location-section .business-location .area-select {
        width: 75%;
    }
    .contact-form-section .custom-form-select .select-selected {
        padding-left: 85px;
    }
    .knowledge-video-section .item .img-wrapper {
        height: 160px;
    }
    .knowledge-video-section .playBtn,
    .video-section .playBtn {
        width: 50px;
        height: 50px;
    }
    .knowledge-video-section .playBtn::before,
    .video-section .playBtn::before {
        border-width: 12.5px 0 12.5px 21.7px;
    }
}

@media (max-width: 338px) {
    /* product-list */
    .product-list-section .item .img-wrapper {
        height: 360px;
    }
    .video-section .video {
        height: 155px;
    }
}

@media (max-width: 310px) {
    .btnGoldBorder {
        min-width: 0px;
    }
    /* about-case */
    .about-case-section .item .img-wrapper {
        height: 200px;
    }
    .products-detail-section .product-more-swiper a {
        height: 350px;
    }
    .knowledge-video-section .item .img-wrapper {
        height: 150px;
    }
}

.index-banner-section .img img,
.fixed-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 0;
}

.bannerDark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}

@media (max-width: 1445px) {
    .index-banner-section .img img {
        object-position: 55% center;
    }
}

.bussiness-city-select-box {
    margin-right: 20px;
}

.bussiness-city-select-box .btn-check:focus+.btn-light,
.btn-light:focus {
    box-shadow: none;
}

.bussiness-city-select-box .filter-option-inner-inner {
    font-weight: 500;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .bussiness-city-select-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 270px;
    }
}

.bussiness-city-select-box .btn-light {
    background-color: #FFF;
    padding: 12px 20px;
    border: 1px solid var(--font-gray-opcity);
    border-radius: 10px 10px 10px 10px;
}

.bussiness-city-select-box .btn-light.show {
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.bussiness-city-select-box .dropdown-menu {
    margin-top: -2px!important;
    border-top: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.bussiness-city-select-box .dropdown-menu {
    border: 1px solid var(--font-gray-opcity);
    border-top: 0;
}

.bussiness-city-select-box .dropdown-item.active {
    border-radius: 10px;
}

.bussiness-city-select-box .inner {
    padding: 5px 0;
}

.bussiness-city-select-box:focus-visible {
    outline: none;
}

.bussiness-city-select-box .btn-check:checked+.btn-light:focus,
.bussiness-city-select-box .btn-check:active+.btn-light:focus,
.bussiness-city-select-box .btn-light:active:focus,
.bussiness-city-select-box .btn-light.active:focus,
.bussiness-city-select-box .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.bussiness-city-select-box .dropdown :focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

.bussiness-city-select-box .btn {
    transition: none;
}

.bussiness-city-select-box .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.bussiness-city-select-box .dropdown-menu li {
    margin-top: 5px;
}

.bussiness-city-select-box .dropdown-menu li:first-child {
    margin-top: 0;
}

.bussiness-city-select-box .dropdown-menu li a {
    padding: 8px 15px;
    font-weight: 500;
    transition: all .5s ease;
    font-family: 'Noto Sans TC';
}

@media (max-width: 580px) {
    .bussiness-city-select-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }
}

.custom-select-box .btn-check:checked+.btn-light:focus,
.custom-select-box .btn-check:active+.btn-light:focus,
.custom-select-box .btn-light:active:focus,
.custom-select-box .btn-light.active:focus,
.custom-select-box .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.custom-select-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 250px;
}

.custom-select-box .btn {
    padding: 17px 25px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid var(--font-gold);
    background-color: #b38945c7;
    color: #fff;
    font-family: 'Noto Sans TC';
    font-size: 16px;
}

.custom-select-box .dropdown-toggle::before {
    color: #fff;
    top: 35%;
    transition: .3s;
}

.custom-select-box .dropdown-toggle:hover:before {
    color: #b38945c7;
}

.custom-select-box .dropdown-item {
    font-family: 'Noto Sans TC';
}

.custom-select-box .dropdown-menu {
    border-radius: 0 0 10px 10px;
    border: 0;
    box-shadow: rgb(0 0 0 / 10%) 0px 8px 10px;
    margin-top: -2px!important;
    padding: 10px 8px;
    box-sizing: border-box;
}

.custom-select-box .dropdown-menu li a {
    color: var(--font-gray);
    font-family: 'Noto Sans TC';
    padding: 8px 18px;
    font-weight: 500;
    margin-top: 5px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    border-radius: 5px;
}

.bootstrap-select .dropdown-menu li {
    border-radius: 5px;
    overflow: hidden;
}

.custom-select-box .dropdown-menu li.active a {
    color: #FFF;
}

.custom-select-box .dropdown-menu li:hover a {
    color: var(--font-gray);
    background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 750px) {
    .custom-select-box .btn:hover {
        background-color: #FFF;
        color: #b38945c7;
        border-bottom: 1px solid #FFF;
    }
}

@media (max-width: 750px) {
    .custom-select-box {
        width: 100%;
    }
    .custom-select-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: calc(100vw / 3);
    }
}

@media (max-width: 580px) {
    .custom-select-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }
    .custom-select-box {
        margin-bottom: 10px;
    }
}

.bussiness-form-select-box {
    position: absolute;
    width: 100%;
}

.contact-form-product-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    overflow: hidden;
}

.bussiness-form-select-box {
    width: 100%;
}

.bussiness-form-select-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bussiness-form-select-box .dropdown {
    position: static;
}

.bussiness-form-select {
    width: 100%;
}

.bussiness-form-select-box .bootstrap-select>.dropdown-toggle {
    box-sizing: border-box;
    padding-left: 145px;
    border: 0;
    color: var(--font-light-gray);
}

.bussiness-form-select-box .btn-light {
    background-color: transparent;
}

.bussiness-form-select-box .btn-check:checked+.btn-light:focus,
.bussiness-form-select-box .btn-check:active+.btn-light:focus,
.bussiness-form-select-box .btn-light:active:focus,
.bussiness-form-select-box .btn-light.active:focus,
.bussiness-form-select-box .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.business-form-section .formBox:focus,
.business-form-section .formBox:focus label {
    border-color: var(--bg-gold);
    color: var(--font-gold);
}

.business-form-section .dropdown-menu {
    border: solid 1px rgba(205, 205, 205, 0.3);
    border-radius: 0 0 10px 10px;
    border-top: 0;
    max-height: 200px!important;
}

.bussiness-formBox {
    border: 0!important;
}

.bussiness-formBox:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px rgba(205, 205, 205, 0.3);
    border-radius: 5px;
    z-index: -1;
}

.bussiness-form-select-box .dropdown-item.active,
.bussiness-form-select-box .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #b38945;
    border-radius: 8px;
}

.bussiness-form-select-box .bootstrap-select .dropdown-menu li {
    margin-bottom: 5px;
}

.bussiness-form-zindex {
    z-index: -1;
}

@media (max-width: 480px) {
    .bussiness-form-select-box .bootstrap-select>.dropdown-toggle {
        padding-left: 111px;
    }
}

.index-city-select-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 250px;
}

.index-select-section .d-inline-block {
    vertical-align: top;
}

.index-city-select-box .btn {
    padding: 12px 20px;
    background-color: transparent;
    border: 1px solid var(--bg-gold);
    color: #FFF;
    letter-spacing: 2px;
}

.index-city-select-box .dropdown-toggle::before {
    color: var(--bg-gold);
}

.index-select-section .btn-check:checked+.btn-light:focus,
.index-select-section .btn-check:active+.btn-light:focus,
.index-select-section .btn-light:active:focus,
.index-select-section .btn-light.active:focus,
.index-select-section .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.index-city-select-box:hover .btn {
    background-color: var(--bg-gold);
}

.index-city-select-box:hover .dropdown-toggle::before {
    color: #FFF;
}

.index-city-select-box .bootstrap-select>.dropdown-menu {
    margin-top: -3px!important;
    box-shadow: rgb(0 0 0 / 10%) 0px 8px 10px;
}

.index-city-select-box .dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.index-city-select-box .bootstrap-select .dropdown-menu li {
    border-radius: 0;
}

.index-city-select-box .dropdown-item {
    padding: 13px 1rem;
}

.index-city-select-box .dropdown-item:hover {
    border-radius: 0;
    background-color: var(--bg-gold);
    color: #FFF;
}

@media (max-width: 580px) {
    .index-city-select-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }
    .index-city-select-box .filter-option-inner-inner {
        text-align: center;
    }
}

.index-do-list-img {
    width: 100%;
    height: 100%;
    display: block;
}

.index-do-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.p-r {
    position: relative;
}

.contact-section .background-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.products-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 550px) {
    .products-info .my-3{
        margin: 0!important;
    }
}