@charset "UTF-8";

/*!
 * Bootstrap  v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

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

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

body {
    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: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

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

@media (min-width:1200px) {

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

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

@media (min-width:1200px) {

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

.h4,
h4 {
    font-size: calc(1.275rem + .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
}

ol,
ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem
}

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

b,
strong {
    font-weight: bolder
}

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

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
    color: #1a253c
}

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

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

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

a>code {
    color: inherit
}

img,
svg {
    vertical-align: middle
}

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

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

th,
tr {
    border: 0 solid;
    border-color: inherit
}

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

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

button,
select {
    text-transform: none
}

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

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

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

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

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

legend+* {
    clear: left
}

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

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

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

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

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

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

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

[hidden] {
    display: none !important
}

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

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

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

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

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

    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

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

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

.col {
    flex: 1 0 0%
}

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

@media (min-width:576px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
}

@media (min-width:768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
}

@media (min-width:992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

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

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

.form-label {
    margin-bottom: .5rem
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border: 0 solid;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-color: inherit
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border: 0 solid;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-color: inherit
}

@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: var(--bs-secondary-bg)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-select {
    --bs-form-select-bg-img: 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 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

.form-select:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.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: 5
}

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

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    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: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    transition: opacity .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 .35s
}

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

@media (prefers-reduced-motion:reduce) {

    .collapsing,
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown,
.dropdown-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

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

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

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

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

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

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

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

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

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

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

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

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

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

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

.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

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

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

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

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

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

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

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

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

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

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

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

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

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

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

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

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

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

    .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

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

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

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

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

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

    .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

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

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

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

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

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

    .navbar-expand-lg .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

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

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

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

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

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

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

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

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

    .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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

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

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

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

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

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

    .navbar-expand-xxl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

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

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

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

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

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

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

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: 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")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

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

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

.badge:empty {
    display: none
}

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

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

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white {
    filter: var(--bs-btn-close-white-filter)
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {

    .modal.fade .modal-dialog,
    .navbar-toggler {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

.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-footer,
.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@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-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        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-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        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-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        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-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        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-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.carousel {
    position: relative
}

.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 .6s ease-in-out
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start,
    .carousel-item {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    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: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    filter: invert(0) grayscale(100%)
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.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: .5;
    transition: opacity .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev,
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

@media (max-width:575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-sm.show:not(.hiding) {
        transform: none
    }

    .offcanvas-sm.show {
        visibility: visible
    }
}

@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media (min-width:576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width:767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-md.show:not(.hiding) {
        transform: none
    }

    .offcanvas-md.show {
        visibility: visible
    }
}

@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media (min-width:768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-lg.show:not(.hiding) {
        transform: none
    }

    .offcanvas-lg.show {
        visibility: visible
    }
}

@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media (min-width:992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width:1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xl.show {
        visibility: visible
    }
}

@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media (min-width:1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }

    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width:1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xxl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xxl.show {
        visibility: visible
    }
}

@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

@media (min-width:1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

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

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding) {
    transform: none
}

.offcanvas.show {
    visibility: visible
}

.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: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y))
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.visually-hidden {
    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
}

.visually-hidden:not(caption) {
    position: absolute !important
}

.overflow-hidden {
    overflow: hidden !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-start-0 {
    border-left: 0 !important
}

.w-50 {
    width: 50% !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.flex-column {
    flex-direction: column !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.align-items-stretch {
    align-items: stretch !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-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-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.visible {
    visibility: visible !important
}

@media (min-width:992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
}

@media (min-width:1200px) {
    .d-xl-block {
        display: block !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
    font-display: swap;
    font-family: bootstrap-icons;
    src: url("/fonts/bootstrap-icons.woff2") format("woff2"), url("./fonts/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") format("woff")
}

.bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bi-arrow-down::before {
    content: "\f128"
}

.bi-arrow-right-circle::before {
    content: "\f134"
}

.bi-arrows-angle-expand::before {
    content: "\f14a"
}

.bi-arrows-expand::before {
    content: "\f14c"
}

.bi-aspect-ratio::before {
    content: "\f150"
}

.bi-box-arrow-in-right::before {
    content: "\f1be"
}

.bi-box-arrow-right::before {
    content: "\f1c3"
}

.bi-box::before {
    content: "\f1c8"
}

.bi-building::before {
    content: "\f1dd"
}

.bi-calendar-event::before {
    content: "\f1e8"
}

.bi-cash-stack::before {
    content: "\f246"
}

.bi-chat-dots::before {
    content: "\f24a"
}

.bi-chat-square-text::before {
    content: "\f264"
}

.bi-check2::before {
    content: "\f272"
}

.bi-chevron-down::before {
    content: "\f282"
}

.bi-clock-history::before {
    content: "\f292"
}

.bi-cpu::before {
    content: "\f2d6"
}

.bi-door-closed::before {
    content: "\f306"
}

.bi-droplet::before {
    content: "\f30d"
}

.bi-facebook::before {
    content: "\f344"
}

.bi-gear-fill::before {
    content: "\f3e2"
}

.bi-globe2::before {
    content: "\f3ef"
}

.bi-grid::before {
    content: "\f3fc"
}

.bi-heart::before {
    content: "\f417"
}

.bi-house-door::before {
    content: "\f423"
}

.bi-instagram::before {
    content: "\f437"
}

.bi-person-badge::before {
    content: "\f4d3"
}

.bi-person-circle::before {
    content: "\f4d7"
}

.bi-person-plus::before {
    content: "\f4dd"
}

.bi-person::before {
    content: "\f4e1"
}

.bi-plus-circle::before {
    content: "\f4fa"
}

.bi-question-circle::before {
    content: "\f505"
}

.bi-rulers::before {
    content: "\f523"
}

.bi-search::before {
    content: "\f52a"
}

.bi-speedometer2::before {
    content: "\f580"
}

.bi-telephone::before {
    content: "\f5c1"
}

.bi-watch::before {
    content: "\f616"
}

.bi-water::before {
    content: "\f617"
}

.bi-youtube::before {
    content: "\f62b"
}

.bi-cash-coin::before {
    content: "\f632"
}

.bi-gender-ambiguous::before {
    content: "\f641"
}

.bi-x-lg::before {
    content: "\f659"
}

.bi-graph-up-arrow::before {
    content: "\f673"
}

.bi-envelope-paper-heart::before {
    content: "\f73c"
}

.bi-fuel-pump::before {
    content: "\f83e"
}

.bi-globe-americas::before {
    content: "\f882"
}

.bi-person-gear::before {
    content: "\f8a7"
}

.bi-twitter-x::before {
    content: "\f8db"
}

* {
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.sk-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #fff
}

.sk-wrap {
    padding-top: 24px
}

.sk {
    position: relative;
    overflow: hidden;
    background: #e6e6e6;
    border-radius: 10px
}

.sk::after {
    content: "";
    position: absolute;
    top: 0;
    left: -220px;
    width: 220px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
    animation: 1.15s infinite sk-shimmer
}

@keyframes sk-shimmer {
    100% {
        transform: translateX(140vw)
    }
}

.sk-hero {
    height: 700px;
    border-radius: 0
}

.sk-title {
    height: 42px;
    width: 40%;
    margin: 40px auto 20px
}

.sk-line {
    height: 18px;
    width: 80%;
    margin: 12px auto
}

.sk-line.short {
    width: 55%
}

.sk-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1500px;
    margin: 40px auto
}

.sk-card {
    height: 260px;
    border-radius: 8px
}

.sk-nav {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 16px
}

.sk-logo {
    width: 160px;
    height: 46px;
    border-radius: 6px
}

.sk-search {
    flex: 1;
    height: 50px;
    margin: 0 40px;
    border-radius: 8px
}

.sk-btn {
    width: 110px;
    height: 42px;
    border-radius: 8px
}

.sk-user {
    width: 42px;
    height: 42px;
    border-radius: 50%
}

@media (max-width:576px) {
    .sk-hero {
        height: 320px
    }

    .sk-thumb {
        width: 72px;
        height: 72px
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.navbar-brand {
    font-weight: 700;
    color: #d4a24f;
    font-size: 1.5rem;
    display: flex;
    align-items: center
}

.navbar-brand img {
    margin-right: 10px
}

.info-bar p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0
}

.search-bar {
    width: 100%;
    max-width: 500px;
    background: #f8f8f8;
    border-radius: 5px;
    padding: 8px;
    display: flex;
    align-items: center
}

.search-bar input {
    border: none;
    background: 0 0;
    outline: 0;
    width: 100%;
    padding: 5px
}

.search-bar i {
    margin-right: 10px;
    color: gray
}

.carousel-item img {
    width: 100%;
    object-fit: cover;
    height: auto
}

.boxed-hero-shell {
    zoom: 1.25;
    width: 100%;
    background-color: #111a2b;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .12) 1px, transparent 0), linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, 0));
    background-size: 18px 18px, 100% 100%
}

.boxed-hero-stage {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden
}

.home-hero-image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1534/383
}

.heIght {
    height: 300px !important
}

.carousel-caption {
    padding: 10px;
    border-radius: 5px
}

.boxed-hero-shell .carousel-item {
    position: relative
}

.boxed-hero-shell .carousel-caption {
    top: 0;
    bottom: 0;
    left: 12%;
    right: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.boxed-hero-shell .carousel-item.hero-slide-car::before,
.boxed-hero-shell .carousel-item.hero-slide-watch::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    pointer-events: none;
    z-index: 1
}

.boxed-hero-shell .carousel-item.hero-slide-car .carousel-caption,
.boxed-hero-shell .carousel-item.hero-slide-watch .carousel-caption {
    z-index: 2
}

.hero-home-carousel .carousel-item {
    transition: transform 1s cubic-bezier(.22, .61, .36, 1)
}

.hero-home-carousel .carousel-indicators {
    left: 50%;
    right: auto;
    bottom: 26px;
    transform: translateX(-50%);
    width: min(220px, 82vw);
    margin: 0;
    gap: 10px;
    align-items: center
}

.hero-home-carousel .carousel-indicators [data-bs-target] {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 4px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, .35);
    opacity: 1;
    overflow: hidden;
    position: relative
}

.hero-home-carousel .carousel-indicators [data-bs-target]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center
}

.hero-home-carousel .carousel-indicators .active::after {
    animation: 4s linear forwards hero-indicator-fill
}

@keyframes hero-indicator-fill {
    from {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

.carousel-caption h2 {
    color: #fff;
    font-family: prata, sans-serif !important;
    font-size: 24pt;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 0
}

.wrapper-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.line-menu.start {
    transition: transform 330ms cubic-bezier(.54, -.81, .57, .57);
    transform-origin: right
}

.line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(.54, -.81, .57, .57);
    transform-origin: left
}

.navbar-collapse {
    display: flex;
    justify-content: space-around
}

.flexen {
    display: flex;
    flex-direction: column
}

.brands-section {
    padding: 2rem 0
}

.section-title {
    font-size: 28pt;
    font-weight: 600
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    overflow-x: auto
}

.brand-box {
    text-align: center;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    transition: transform .3s, background-color .3s
}

.brand-box:hover {
    transform: scale(1.05);
    cursor: pointer
}

.container {
    max-width: 1520px !important
}

#brandsCarousel .carousel-control-next,
#brandsCarousel .carousel-control-prev {
    opacity: 0;
    transition: opacity .3s
}

#brandsCarousel:hover .carousel-control-next,
#brandsCarousel:hover .carousel-control-prev {
    opacity: 1
}

.brands-grid::-webkit-scrollbar {
    height: 6px
}

.brands-grid::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px
}

@media (max-width:992px) {
    .navbar-collapse {
        overflow: hidden;
        flex-direction: column;
        align-items: flex-start;
        background: #fff;
        width: 100%;
        max-height: 0;
        opacity: 0;
        transition: max-height .4s, opacity .4s, padding .4s;
        padding: 0 15px
    }

    .navbar-collapse.show {
        max-height: 500px;
        opacity: 1;
        padding: 15px
    }

    .search-bar {
        margin-top: 10px
    }

    .navbar-collapse.desktop {
        display: none
    }

    .flexen {
        display: block
    }

    .carousel-caption h2 {
        font-size: 18pt
    }

    .brand-box {
        width: 200px
    }
}

@media (max-width:576px) {
    .carousel-caption {
        bottom: 10%;
        left: 5%;
        right: 5%
    }

    .boxed-hero-shell .carousel-caption {
        top: 0;
        bottom: 0;
        left: 5%;
        right: 5%
    }

    .hero-home-carousel .carousel-indicators {
        bottom: 14px;
        width: min(280px, 86vw);
        gap: 8px
    }

    .carousel-caption h2 {
        font-size: 16pt
    }
}

.lux-info-section {
    padding: 3rem 0;
    text-align: center;
    background-color: #fff
}

.lux-info-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: left
}

.lux-info-grid {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    max-width: 1500px;
    margin: 0 auto
}

.lux-info-box {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    flex: 1
}

.lux-info-icon {
    margin-bottom: 1rem
}

.lux-info-icon img {
    width: 60px;
    height: 60px
}

.lux-info-box h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.lux-info-box p {
    font-size: 1rem;
    color: #666
}

@media (max-width:1024px) {
    .lux-info-grid {
        flex-wrap: wrap;
        justify-content: center
    }

    .lux-info-box {
        width: 45%
    }
}

@media (max-width:768px) {

    #brandsCarousel .carousel-control-next,
    #brandsCarousel .carousel-control-prev {
        opacity: 1 !important
    }

    .lux-info-grid {
        flex-direction: column;
        align-items: center
    }

    .lux-info-box {
        width: 90%
    }
}

.herando-section {
    padding: 3rem 0;
    text-align: center;
    background-color: #f5f7fa
}

.herando-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.herando-subtitle {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem
}

.herando-grid {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    max-width: 1500px;
    margin: 0 auto
}

.herando-box {
    flex: 1;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    max-width: 600px;
    height: 320px
}

.herando-dark {
    background-color: #1a253c;
    color: #fff
}

.herando-dark .herando-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 1rem
}

.herando-btn:hover {
    background-color: #c99b5d;
    border-color: transparent;
    color: #fff
}

.herando-light {
    background-color: #fff;
    color: #333;
    border: 2px solid #ddd
}

.herando-icon {
    margin-bottom: 1rem
}

.herando-icon img {
    width: 50px;
    height: 50px
}

.herando-box h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.herando-box .a:hover {
    color: #c39052
}

.herando-box p {
    color: inherit
}

@media (max-width:1024px) {
    .herando-grid {
        flex-direction: column;
        align-items: center
    }

    .herando-box {
        width: 90%
    }
}

.meNU {
    font-size: 21px
}

.magazin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr))
}

.magazin-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #fff
}

.magazin-item img {
    width: 100%;
    display: block;
    transition: transform .3s
}

.magazin-item:hover img {
    transform: scale(1.05)
}

.magazin-item .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .8));
    color: #fff;
    opacity: 0;
    transition: opacity .3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px
}

.magazin-item:hover .overlay {
    opacity: 1
}

.magazin-item .overlay h3 {
    margin: 0 0 8px;
    font-size: 1.1rem;
    line-height: 1.3
}

.magazin-item .overlay p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.4;
    max-height: 4.2em;
    overflow: hidden
}

.magazin-button-wrapper {
    text-align: center;
    margin: 30px 0 60px
}

.magazin-button {
    transition: background .3s
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --brand: #c39052;
    --brand-700: #a5743f;
    --surface: #ffffff;
    --muted: #6c757d;
    --border: #e9ecef;
    --bcar-chip-bg: #efeceb;
    --bcar-chip-text: #1b1f23;
    --bcar-chip-border: #e8e4e2;
    --bcar-chip-hover: #ffffff;
    --bcar-border: #e9ecef;
    --bcar-blue: #0f2442;
    --bcar-dot: #cfd3d8
}

.dropdown-modern .btn-user {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: .35rem .65rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
    transition: .15s
}

.dropdown-modern .btn-user:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08)
}

.btn-user:hover {
    color: #c39052
}

.dropdown-modern .avatar-chip {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: .85rem;
    color: #fff;
    background: linear-gradient(135deg, var(--brand), var(--brand-700))
}

.dropdown-menu {
    inset: unset !important;
    left: auto !important;
    right: 0 !important;
    transform: none !important;
    min-width: 320px;
    padding: 10px
}

.dropdown-menu.show {
    transform: translateY(8px) !important;
    max-height: 1000px
}

.dropDown-ententies {
    position: absolute;
    top: 170px !important
}

.dropdown-modern .menu-header {
    display: flex;
    gap: 12px;
    align-items: center;
    background: linear-gradient(135deg, #fff, #f9f3ec);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px;
    margin: 4px
}

.dropdown-modern .menu-header .avatar-lg {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(135deg, var(--brand), var(--brand-700))
}

.dropdown-modern .menu-header .sub {
    color: var(--muted);
    font-size: .85rem
}

.dropdown-modern .menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 8px
}

.dropdown-modern .tile {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 10px;
    background: var(--surface);
    text-decoration: none;
    color: #212529;
    transition: .15s
}

.dropdown-modern .tile:hover {
    background: #f7f7f9;
    transform: translateY(-1px)
}

.dropdown-modern .tile i {
    font-size: 1.1rem;
    color: var(--brand-700)
}

.dropdown-modern .dropdown-item {
    border-radius: 10px;
    padding: .55rem .65rem;
    font-size: 14pt
}

.dropdown-modern .dropdown-item:hover {
    background: #f7f7f9;
    color: #c39052
}

.btn-light:hover {
    color: #fff !important;
    border-color: transparent !important
}

.user-dd-mobile .dropdown-menu {
    min-width: 260px;
    border-radius: 14px;
    border: 1px solid var(--border);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .12)
}

@media (max-width:575px) {
    .bcar-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .bcar-chip {
        justify-content: left !important
    }
}

.bcar-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid var(--bcar-chip-border);
    border-radius: 5px;
    background: var(--bcar-chip-bg);
    text-decoration: none;
    color: var(--bcar-chip-text);
    font-weight: 500;
    transition: background .2s, box-shadow .2s, border-color .2s, color .2s
}

.bcar-chip:hover {
    background: var(--bcar-chip-hover);
    border-color: var(--bcar-blue);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
    color: var(--bcar-blue)
}

.herando-stats {
    background: #fff;
    color: #111;
    padding: 48px 16px 56px
}

.herando-stats .container {
    max-width: 1200px;
    margin: 0 auto
}

.herando-stats h2 {
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 28px;
    font-size: clamp(1.4rem, 2.6vw, 2.1rem)
}

.stats-grid {
    display: grid;
    gap: 42px 28px;
    grid-template-columns: 1fr;
    text-align: center
}

@media (min-width:690px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.stat-item {
    display: grid;
    gap: 12px;
    align-items: start;
    justify-items: center
}

.stat-value {
    font-weight: 700;
    letter-spacing: .5px;
    font-size: clamp(2.2rem, 6vw, 4.2rem)
}

.stat-label {
    color: #444;
    font-size: clamp(.95rem, 2vw, 1.05rem);
    max-width: 26ch
}

.dark .herando-stats {
    background: #0f1626;
    color: #e9eef8
}

.dark .herando-stats .stat-label {
    color: #b8c4d9
}

.herando-popular-models {
    padding: 40px 0 24px
}

.herando-popular-models .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px
}

.hpm-title {
    font-size: clamp(1.25rem, 2.2vw, 1.6rem);
    font-weight: 700;
    margin: 0 0 18px
}

.hpm-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

@media (min-width:600px) {
    .hpm-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:992px) {
    .hpm-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

.hpm-card {
    background: #f6f7f9;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 10px;
    overflow: hidden;
    transition: transform .18s, box-shadow .18s
}

.hpm-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08)
}

.hpm-imgwrap {
    aspect-ratio: 4/3;
    background: #edeff3;
    display: grid;
    place-items: center
}

.hpm-imgwrap img {
    max-width: 92%;
    max-height: 92%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .15))
}

.hpm-body {
    padding: 10px 12px 14px;
    background-color: #edeff3
}

.hpm-brand {
    font-size: .78rem;
    color: #6b7280;
    margin: 0 0 4px
}

.hpm-model a {
    color: #0f172a;
    text-decoration: none;
    font-weight: 600
}

.hpm-model a:hover {
    text-decoration: underline;
    color: var(--herando-accent)
}

.hpm-links {
    margin-top: 18px;
    display: grid;
    gap: 6px 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

@media (min-width:640px) {
    .hpm-links {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:992px) {
    .hpm-links {
        grid-template-columns: repeat(4, 1fr)
    }
}

.hpm-links a {
    display: inline-block;
    line-height: 1.9;
    color: #0f172a;
    text-decoration: none
}

.hpm-links a:hover {
    color: var(--herando-accent);
    text-decoration: underline
}

.split-title {
    display: inline-block;
    line-height: 1.15;
    text-decoration: none
}

.split-title .t-top {
    display: block;
    font-weight: 700;
    font-size: clamp(1rem, 1.6vw, 1.05rem);
    color: #0f172a
}

.split-title .t-bottom {
    display: block;
    margin-top: .15rem;
    font-weight: 500;
    font-size: clamp(.85rem, 1.4vw, .95rem);
    color: #6b7280
}

#popularBrands .container {
    max-width: 1200px
}

.bcar {
    position: relative;
    overflow: hidden
}

.bcar-slides {
    display: flex;
    transition: transform .45s;
    will-change: transform
}

.bcar-slide {
    min-width: 100%
}

.bcar-grid {
    display: grid;
    gap: 12px 16px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    padding: 0 4px
}

@media (max-width:991px) {
    .bcar-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:575px) {
    .bcar-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.bcar-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    min-height: 24px
}

.bcar-dots button {
    width: 26px;
    height: 3px;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    background: var(--bcar-dot);
    transition: background .2s, transform .2s
}

.bcar-dots button.active {
    background: var(--bcar-blue);
    transform: scale(1.05)
}

.bcar-next,
.bcar-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    font-size: 22px;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s, transform .2s, color .2s
}

.bcar-prev {
    left: 12px
}

.bcar-next {
    right: 12px
}

.bcar-next:hover,
.bcar-prev:hover {
    transform: translateY(-50%) scale(1.05);
    color: var(--bcar-blue)
}

#popularBrands:focus-within .bcar-next,
#popularBrands:focus-within .bcar-prev {
    opacity: 1;
    pointer-events: auto
}

.filter-bar {
    --f-text: #0f172a;
    --f-muted: #475569;
    --f-bg: #ffffff;
    --f-field: #f9fafb;
    --f-border: #d1d5db;
    --f-border-strong: #cbd5e1;
    --f-accent: #ea580c;
    --f-accent-2: #0f172a;
    --f-focus: rgba(99, 102, 241, .35);
    --f-radius: 12px;
    --f-radius-lg: 16px;
    color: var(--f-text);
    background: var(--f-bg)
}

.filter-bar.shell {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: var(--f-radius-lg);
    padding: 16px;
    max-width: 1800px;
    margin: 16px auto 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .03)
}

.filter-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 12px 16px
}

.fi {
    grid-column: span 3;
    min-width: 0
}

.fi.fi-row {
    grid-column: span 6;
    display: flex;
    gap: 16px;
    align-items: center
}

.fi.fi-actions {
    grid-column: span 6;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px
}

@media (max-width:1199px) {
    .fi {
        grid-column: span 4
    }

    .fi.fi-actions,
    .fi.fi-row {
        grid-column: span 12
    }
}

.fi-label {
    display: block;
    font-size: .92rem;
    font-weight: 600;
    color: var(--f-text);
    margin-bottom: 6px
}

.filter-bar,
.filter-bar .btn,
.filter-bar .btn-more,
.filter-bar .btn-reset,
.filter-bar .fi-label,
.filter-bar .reset-link {
    color: var(--f-text)
}

.fi-input input,
.fi-select select,
.filter-bar input[type=number],
.filter-bar input[type=text],
.filter-bar select {
    width: 100%;
    border: 1px solid var(--f-border);
    background: var(--f-field);
    border-radius: var(--f-radius);
    padding: 12px;
    font-size: .95rem;
    line-height: 1.4;
    min-height: 44px;
    color: var(--f-text);
    outline: 0;
    appearance: none;
    transition: border-color .15s, box-shadow .15s, background .15s
}

.fi-input input:focus,
.fi-select select:focus {
    border-color: var(--f-border-strong);
    box-shadow: 0 0 0 3px var(--f-focus);
    background: #fff
}

.filter-bar ::placeholder {
    color: var(--f-muted);
    opacity: 1
}

.filter-bar select option {
    color: var(--f-text)
}

.filter-bar input:disabled,
.filter-bar select:disabled {
    color: #6b7280 !important;
    background: #f3f4f6 !important;
    cursor: not-allowed;
    opacity: .8
}

.filter-bar input[type=number]::-webkit-inner-spin-button,
.filter-bar input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.filter-bar input[type=number] {
    -moz-appearance: textfield
}

.fi-input.with-icon {
    position: relative
}

.fi-input.with-icon i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    pointer-events: none
}

.fi-select {
    position: relative
}

.fi-select i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    pointer-events: none
}

.range-separator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    color: var(--f-muted)
}

.btn.show,
.btn:hover {
    background-color: #c39052 !important;
    border-radius: 10px;
    border-color: transparent
}

.fi-toggle {
    display: inline-grid;
    grid-auto-flow: column;
    gap: 8px;
    background: #f3f4f6;
    padding: 4px;
    border-radius: var(--f-radius)
}

.fi-toggle input {
    display: none
}

.fi-toggle label {
    padding: 8px 14px;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    color: var(--f-text);
    border: 1px solid transparent
}

.fi-toggle input:checked+label {
    background: #fff;
    border: 1px solid #cfd5df;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06)
}

.fi-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: var(--f-text)
}

.fi-check input {
    width: 18px;
    height: 18px
}

.fi.fi-actions .btn-reset {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.filter-bar .reset-link {
    color: var(--f-text) !important;
    text-decoration: underline
}

.visually-hidden {
    position: absolute !important
}

.sectionTitle {
    font-size: 28pt;
    text-align: left;
    margin-bottom: 30px;
    color: #1a253c;
    max-width: 1500px;
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.prodGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1500px;
    margin: 0 auto
}

.prodItem {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer
}

.prodItem img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .5s;
    border-radius: 5px
}

.prodItem:hover img {
    transform: scale(1.1)
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: background .3s
}

.overlay h4 {
    color: #fff;
    font-size: 1.5rem;
    font-family: Prata, serif;
    text-align: center;
    z-index: 2
}

.prodItem:hover .overlay {
    background: rgba(0, 0, 0, .6)
}

@media (max-width:1024px) {
    .prodGrid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:500px) {
    .sectionTitle {
        font-size: 28px
    }

    .prodGrid {
        grid-template-columns: 1fr
    }
}

.background {
    background-color: #fff
}

.mega-col img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto
}

.mega-col .small {
    font-size: .85rem;
    text-align: center;
    word-break: break-word
}

@media (max-width:767px) {
    .fi {
        grid-column: span 12
    }

    .mega-col .row>.col {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {
    .mega-col .row>.col {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (max-width:768px) {
    .carousel-item img {
        height: 320px
    }

    .home-hero-image {
        height: 320px !important
    }
}

.lost {
    font-weight: lighter;
    font-style: normal;
    font-size: 14pt
}

.lost:hover {
    font-weight: lighter;
    color: #c39052
}

.nl-checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 6px
}

.nl-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
    line-height: 1.2
}

.nl-checkbox input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin: 0;
    flex-shrink: 0;
    accent-color: #d4af37;
    cursor: default
}

.nl-checkbox span {
    color: #fff
}

#cookie-overlay {
    inset: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center
}

body.cookie-open {
    overflow: hidden
}

.cookie-modal {
    max-height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
    margin: 0
}

.cookie-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cookie-header h2 {
    margin: 0;
    font-size: 22px
}

#cookie-close {
    border: none;
    background: 0 0;
    font-size: 22px;
    cursor: pointer
}

.cookie-intro {
    font-size: 22px;
    color: #444;
    padding: 16px 20px
}

.cookie-body {
    flex: 1;
    display: flex;
    overflow: hidden;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.cookie-tabs {
    width: 220px
}

.cookie-content {
    flex: 1;
    overflow-y: auto;
    padding: 16px 20px
}

.cookie-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.switch {
    position: relative;
    width: 44px;
    height: 22px
}

.switch input {
    display: none
}

.slider {
    position: absolute;
    inset: 0;
    background: #ccc;
    border-radius: 20px;
    transition: background .2s
}

.slider::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    left: 2px;
    background: #fff;
    border-radius: 50%;
    transition: transform .2s
}

.switch input:checked+.slider {
    background: #c99b5d
}

.switch input:checked+.slider::before {
    transform: translateX(22px)
}

#cookie-overlay {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .45);
    z-index: 9999
}

#cookie-overlay.open {
    display: flex
}

.cookie-modal {
    background: #fff;
    width: 100%;
    max-width: 900px;
    border-radius: 8px;
    overflow: hidden;
    font-family: system-ui, sans-serif
}

.cookie-footer,
.cookie-header {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cookie-header {
    border-bottom: 1px solid #e5e5e5
}

.cookie-footer {
    border-top: 1px solid #e5e5e5
}

#cookie-settings-body {
    display: grid;
    grid-template-columns: 220px 1fr;
    min-height: 300px
}

#cookie-settings-body.is-hidden {
    display: none
}

.cookie-tabs {
    display: flex;
    flex-direction: column;
    background: #fafafa;
    border-right: 1px solid #e5e5e5
}

.cookie-tabs button {
    width: 100%;
    padding: 14px 16px;
    border: none;
    background: 0 0;
    text-align: left;
    cursor: pointer;
    font-size: 14px
}

.cookie-tabs button.active {
    background: #c99b5d;
    color: #fff
}

.cookie-links {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px
}

.cookie-links a {
    color: #333;
    text-decoration: none
}

.cookie-links a:hover {
    text-decoration: underline
}

.cookie-actions {
    display: flex;
    align-items: center;
    gap: 8px
}

.cookie-actions button {
    height: 40px;
    padding: 0 16px;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #999;
    background: #fff;
    font-size: 14px;
    white-space: nowrap
}

#cookie-accept {
    background: #c99b5d;
    color: #000;
    border: none
}

#cookie-accept:focus,
#cookie-accept:focus-visible,
#cookie-accept:hover {
    background: #c99b5d;
    color: #000;
    border: none
}

.cookie-toggle {
    margin: 10px 0 14px
}

.toggle-switch {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
    font-size: 14px
}

.toggle-switch input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.toggle-switch .slider {
    position: relative;
    width: 44px;
    height: 24px;
    background: #ccc;
    border-radius: 999px;
    transition: background .2s;
    flex-shrink: 0
}

.toggle-switch .slider::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
    transition: transform .2s
}

.toggle-switch input:checked+.slider {
    background: #c99b5d
}

.toggle-switch input:checked+.slider::before {
    transform: translateX(20px)
}

.toggle-switch input:focus-visible+.slider {
    outline: #333 solid 2px;
    outline-offset: 2px
}

.toggle-label {
    font-weight: 500
}

@media (max-width:768px) {
    .cookie-modal {
        width: calc(100% - 24px);
        max-width: 100%;
        max-height: 90vh;
        display: flex;
        flex-direction: column
    }

    #cookie-settings-body {
        display: flex;
        flex-direction: column;
        min-height: auto
    }

    .cookie-tabs {
        flex-direction: row;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }

    .cookie-tabs button {
        flex: 1;
        text-align: center;
        padding: 12px;
        font-size: 14px
    }

    .cookie-content {
        padding: 16px
    }

    .cookie-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 10px
    }

    .cookie-links {
        justify-content: center
    }

    .cookie-actions {
        display: flex;
        flex-direction: column;
        gap: 8px
    }

    .cookie-actions button {
        width: 100%
    }
}

#page-loader {
    position: fixed;
    inset: 0;
    background: #1a253c;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity .3s
}

.loader-logo {
    width: 160px;
    margin-bottom: 24px
}

.loader-spinner {
    width: 42px;
    height: 42px;
    border: 4px solid rgba(255, 255, 255, .25);
    border-top-color: #c39052;
    border-radius: 50%;
    animation: 1s linear infinite spin
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@media (prefers-reduced-motion:reduce) {
    .loader-spinner {
        animation: none
    }
}

#settingsButton,
.navbar .btn,
.navbar .btn-user,
.navbar .nav-link {
    box-sizing: border-box;
    border: 2px solid transparent
}

html {
    zoom: 0.8
}

.search-leiste {
    width: 600px
}

.search-leiste-mobile {
    display: none
}

@media (max-width:600px) {
    .search-leiste {
        display: none
    }

    .search-leiste-mobile {
        width: 350px
    }
}

h6 {
    font-size: 16pt !important
}

.mega-container {
    max-width: 1550px;
    margin: 0 auto;
    padding: 2rem;
    width: 100%
}

.mega-columns {
    display: flex;
    justify-content: space-between;
    gap: 2rem
}

.mega-col {
    flex: 1;
    min-width: 200px;
    margin-left: 15px
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 170px
}

.navbar-brand img {
    height: 100px
}

.wrapper-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.line-menu {
    background: #000
}

.open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
    transform-origin: right;
    transition: .25s
}

.open .line-menu.end {
    transform: rotate(-90deg) translateX(-3px);
    transform-origin: left;
    transition: .25s
}

.mobile-nav-backdrop {
    inset: 0;
    display: none;
    pointer-events: none
}

#mobileBackdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    opacity: 0 !important;
    display: none !important;
    pointer-events: none !important;
    z-index: 998
}

body.menu-open #mobileBackdrop {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important
}

body.menu-open {
    overflow: hidden
}

@media (max-width:992px) {
    .navbar-brand img {
        height: 60px
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        border-top: 1px solid #e9ecef;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0 12px;
        transition: max-height .3s, opacity .2s, padding .2s;
        z-index: 999
    }

    .navbar-collapse.show {
        max-height: 70vh;
        opacity: 1;
        padding: 12px 12px 16px;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .navbar-collapse .navbar-nav {
        width: 100% !important;
        max-width: none !important;
        justify-content: flex-start !important;
        gap: .25rem
    }
}

.navbar-nav .meNU .nav-link:hover {
    color: #c39052 !important
}

.info-bar {
    background: #1a253c;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: .9rem
}

.info-bar img {
    margin-right: 6px
}

.navbar {
    border-bottom: 1px solid #eee;
    z-index: 20
}

.search-leiste {
    position: relative
}

.navbar-nav .nav-link {
    padding: 12px 6px;
    color: #111;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color .2s
}

.navbar-nav .nav-link:hover {
    color: #c69e4f
}

.mega-dropdown {
    right: 0;
    box-shadow: none;
    width: 100%;
    border: 1px solid #f0f0f0;
    position: absolute;
    top: 100%;
    left: 150px;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s;
    pointer-events: none
}

.mega-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto
}

.mega-columns {
    display: flex;
    justify-content: space-between;
    font-size: 14pt;
    width: 1000px
}

.mega-col h6 {
    font-size: .95rem;
    margin-bottom: 14px;
    text-transform: uppercase
}

.mega-col ul li {
    margin-bottom: 3px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid
}

.mega-col ul {
    column-width: 300px;
    column-gap: 40px
}

.mega-col .dropdown-item {
    padding: 2px 0;
    font-size: 20px
}

.mega-col .dropdown-item:hover {
    color: #c69e4f
}

.mobile-nav-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    z-index: 1000
}

.nav-item .dropdown-toggle {
    pointer-events: none !important
}

.nav-item .dropdown-toggle-split {
    pointer-events: auto !important;
    margin-left: 6px;
    padding: 0 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center
}

.nav-item .dropdown-toggle-split i {
    font-size: 14px;
    transition: transform .25s
}

.dropdown-menu {
    max-height: 0;
    overflow: hidden;
    display: none !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .25s
}

.dropdown-menu.show {
    display: block !important;
    opacity: 1;
    visibility: visible
}

.nav-item.open .dropdown-toggle-split i {
    transform: rotate(180deg)
}

.mega-dropdown {
    border-radius: 10px;
    padding: 20px 30px !important;
    min-width: 520px;
    background: #fff
}

.mega-columns {
    display: flex;
    gap: 40px
}

@media (max-width:991px) {
    .navbar-brand img {
        height: 70px !important;
        width: auto
    }

    .navbar {
        padding-top: 12px !important;
        padding-bottom: 12px !important
    }
}

.d-lg-none .bi {
    font-size: 1.4rem !important;
    color: #000
}

#hamburger {
    margin-left: 15px
}

.wrapper-menu {
    width: 30px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
    z-index: 1060;
    position: relative;
    flex-shrink: 0
}

.line-menu {
    background-color: #000 !important;
    border-radius: 2px;
    width: 100%;
    height: 3px;
    transition: 330ms cubic-bezier(.54, -.81, .57, .57)
}

.line-menu.half {
    width: 50%
}

.line-menu.start {
    transform-origin: right
}

.line-menu.end {
    align-self: flex-end;
    transform-origin: left
}

.wrapper-menu.open {
    transform: rotate(-45deg)
}

.wrapper-menu.open .line-menu.start {
    transform: rotate(-90deg) translateX(3px)
}

.wrapper-menu.open .line-menu.end {
    transform: rotate(-90deg) translateX(-3px)
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1055;
    transform: translateX(-100%);
    transition: transform .3s ease-in-out;
    overflow-y: auto
}

.mobile-menu.show {
    transform: translateX(0)
}

.mobile-nav {
    flex-grow: 1;
    list-style: none;
    padding: 0;
    margin: 0
}

.mobile-item {
    border-bottom: 1px solid #f0f0f0
}

.mobile-item a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem
}

.mobile-item a:hover {
    background-color: #f8f9fa;
    color: #000
}

.close-menu-btn {
    background: 0 0;
    border: none;
    font-size: 2rem;
    color: #000;
    cursor: pointer;
    z-index: 1060;
    padding: 5px;
    transition: transform .2s
}

.close-menu-btn:hover {
    transform: scale(1.1)
}

.mobile-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s
}

.mobile-backdrop.show {
    opacity: 1;
    visibility: visible
}

.mobile-link-header {
    padding: 15px 20px
}

.mobile-link-header a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 1.1rem
}

.mobile-toggle-btn {
    width: 30px;
    height: 30px;
    flex-shrink: 0
}

.mobile-mega-content {
    background-color: #f8f9fa
}

.mobile-mega-content .dropdown-item {
    padding: 8px 20px;
    font-size: .95rem
}

.mobile-toggle-btn i {
    transition: transform .2s
}

.mobile-toggle-btn[aria-expanded=true] i {
    transform: rotate(180deg)
}

.mobile-menu {
    padding-top: 0 !important
}

.mobile-menu-header {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    z-index: 1056
}

.mobile-logo-link img {
    height: 35px;
    width: auto
}

.close-menu-btn {
    position: relative;
    top: auto;
    right: auto
}

.mobile-menu-footer {
    margin-top: 348px;
    background-color: #f7f7f7;
    padding: 20px !important
}

.mobile-menu-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto
}

.mobile-footer-link {
    color: #555;
    text-decoration: none;
    font-size: .9rem;
    transition: color .2s
}

.mobile-footer-link:hover {
    color: #000
}

.mobile-socials {
    font-size: 1.8rem
}

.mobile-social-icon {
    color: #aaa;
    transition: color .3s, transform .3s;
    display: inline-flex;
    align-items: center
}

.mobile-social-icon:hover {
    color: #b8860b;
    transform: translateY(-2px)
}

@media (min-width:992px) and (max-width:1199.98px) {
    .navbar-nav .nav-item {
        margin-right: 8px !important
    }

    .navbar-nav .nav-link {
        padding: 10px 4px;
        gap: 2px
    }

    .search-leiste {
        max-width: 550px !important
    }

    .nav-item.open .dropdown-toggle-split i {
        transform: rotate(180deg)
    }

    #navbarNav {
        display: none !important;
        visibility: hidden !important
    }

    .search-leiste.d-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .navbar-nav .nav-item {
        margin-right: 20px !important
    }

    .navbar-nav .nav-link {
        padding: 12px 6px
    }
}

.dropdown-item:hover {
    background-color: #fff !important
}

button {
    border-radius: 10px
}

img,
input,
label,
select {
    border-radius: 10px !important
}

.btn {
    border-radius: 10px !important;
    padding: 10px 14px;
    font-weight: 700;
    line-height: 1.2
}

.btn-search {
    background: #1a253c;
    color: #fff !important
}

.btn-search:hover {
    filter: brightness(.95)
}

.btn-reset {
    background: #eef2f7;
    color: var(--f-accent-2) !important;
    text-decoration: none
}

.btn-more {
    background: #f3f4f6;
    color: var(--f-accent-2)
}

.btn-primary {
    box-sizing: border-box;
    border: 2px solid #1a253c;
    padding: 10px 14px;
    --bs-btn-bg: #1A253C;
    --bs-btn-border-color: #1A253C
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #c39052;
    background-color: #1a253c
}

.btn-outline-light:hover {
    border-color: transparent;
    color: #fff
}

.btn-outline-primary,
.btn-outline-primary:hover {
    border-color: transparent !important;
    color: #fff
}

.modal-backdrop {
    width: 100% !important;
    height: 100% !important
}

.search-leiste {
    flex: 1 1 auto;
    min-width: 0;
    display: block
}

.search-leiste .form-control,
.search-leiste .form-control:focus,
.search-leiste .input-group,
.search-leiste .input-group-text,
.search-leiste .input-group:focus-within {
    border-color: #e5e2e2;
    box-shadow: none !important;
    outline: 0 !important
}

.form-check-input:focus {
    border-color: #c39052;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(200, 148, 6, .25)
}

#privacyGrid input[type=checkbox] {
    all: unset;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border: 1px solid #adb5bd;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

#privacyGrid input[type=checkbox]:checked {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.485 1.929l1.414 1.414L5.657 12.586 1.1 8.03l1.414-1.414 3.143 3.143z'/%3E%3C/svg%3E") center/70% no-repeat #c9a24d;
    border-color: #c9a24d
}

.filter-input {
    border-radius: 10px !important
}

.form-select:focus {
    border-color: #c39052;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(220, 220, 221, .25)
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #c39052;
    border-color: transparent
}

.form-control:focus {
    border-color: #c39052 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(220, 220, 221, .25) !important
}

.nav-link:focus {
    color: #c39052 !important
}

.border-btn {
    border: 2px solid #c39052;
    color: #c39052;
    line-height: 1.2;
    background-color: #fff;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .2s
}

#magnifier {
    pointer-events: none !important
}

@media (max-width:500px) {
    .fi.fi-actions {
        grid-column: 1/-1 !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .fi-actions .btn,
    .fi-actions .dropdown button {
        width: 100%;
        height: 44px;
        justify-content: center
    }

    .fi-actions .dropdown {
        width: 100%
    }

    .search-leiste {
        display: block
    }

    .btn-primary {
        height: 48px
    }

    .category-search .search-form {
        padding: 0 15px
    }

    .category-search .search-leiste {
        width: 100%
    }

    .filter-bar.shell {
        padding: 0 15px
    }

    .filter-grid {
        padding: 20px 0
    }

    .section-title {
        font-size: 24px !important
    }

    .active-filters.shell {
        padding-left: 10px !important
    }

    .scroll-controls {
        padding-right: 10px !important
    }

    .herando-section--marketing .herando-box {
        height: auto;
        min-height: 0;
        max-width: 100%
    }

    .herando-section--marketing .herando-grid {
        gap: 1rem
    }

    .herando-section {
        display: block
    }

    .herando-section .row {
        flex-direction: column
    }

    .herando-section .row>.col-lg-6:first-child {
        order: 2
    }

    .herando-section .row>.col-lg-6:last-child {
        order: 1
    }

    .herando-section .row>.col-lg-6 {
        width: 100%
    }

    .herando-section .row>.col-lg-6.herando-sell-image-col {
        height: auto !important;
        aspect-ratio: 869/488
    }

    .herando-section .row>.col-lg-6.herando-sell-image-col .herando-sell-image {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover
    }
}

section[style*="height: 700px"] {
    height: auto !important;
    padding-bottom: 20px;
    box-sizing: border-box
}

.magazin-container {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    padding: 40px 0;
    box-sizing: border-box
}

.magazin-container h2 {
    font-size: 28px;
    margin-bottom: 30px;
    font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.magazin-grid-wrapper {
    display: flex;
    justify-content: center
}

.magazin-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px auto;
    max-width: 1500px;
    padding: 0 20px
}

.magazin-item {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

.magazin-images {
    width: 100%;
    height: auto;
    box-sizing: border-box
}

.magazin-images img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px
}

.magazin-item h3 {
    font-size: 20px;
    margin: 10px 0;
    font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.magazin-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin: 0;
    font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.magazin-item p:hover {
    color: #1a253c
}

.autor-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px
}

.autor-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.autor-info a {
    text-decoration: none;
    color: #06c;
    font-weight: 700;
    font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.magazin-button {
    display: block;
    margin: 20px auto 0;
    padding: 10px 20px;
    font-size: 16px;
    background: #1a253c;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    border: none
}

.magazin-button:hover {
    background: #25375e;
    color: #fff
}

@media (min-width:768px) {
    .magazin-grid {
        flex-direction: row;
        justify-content: space-between;
        max-width: 1500px
    }

    .magazin-item {
        width: auto
    }
}

@media (max-width:767px) {
    .magazin-grid {
        flex-direction: column
    }

    .magazin-item {
        width: 100%
    }
}

.uhren-container {
    width: 90%;
    max-width: 1470px;
    margin: 40px auto;
    font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    box-sizing: border-box
}

.uhren-grid {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box
}

.uhren-item {
    width: 100%;
    max-width: 280px;
    flex-grow: 1;
    margin-bottom: 20px;
    box-sizing: border-box
}

.uhren-item h3 {
    font-size: 20px;
    margin-bottom: 10px
}

.uhren-item p {
    color: #555;
    line-height: 1.5;
    margin: 0
}

@media (max-width:1024px) {
    .uhren-grid {
        justify-content: center
    }

    .uhren-item {
        width: 48%;
        max-width: none;
        text-align: left
    }
}

@media (max-width:767px) {
    .uhren-grid {
        justify-content: space-between
    }

    .uhren-item {
        width: 48%;
        max-width: none;
        text-align: left
    }
}

@media (max-width:479px) {
    .uhren-item {
        width: 100%
    }
}

.magazinSection {
    max-width: 1515px;
    margin: 60px auto 0;
    padding: 40px 20px
}

.magazinTitle {
    font-size: 2rem;
    margin-bottom: 20px;
    font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.magazinLayout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px
}

.magazinMain {
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.magazinMain img {
    width: 100%;
    height: auto;
    display: block
}

.magazinOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px;
    color: #fff
}

.magazinDate {
    font-size: .8rem;
    margin-bottom: 5px;
    opacity: .8
}

.magazinMainTitle {
    font-size: 1.5rem;
    margin: 5px 0;
    font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.magazinExcerpt {
    font-size: .9rem;
    opacity: .9
}

.magazinSide {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.magazinSideItem {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: inherit;
    margin-bottom: 25px
}

.magazinSideItem img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px
}

.magazinSideItem h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700
}

.magazinSideItem p {
    margin: 5px 0 0;
    font-size: .85rem;
    color: #555
}

@media (max-width:1024px) {
    .magazinLayout {
        grid-template-columns: 1fr
    }

    .magazinSide {
        flex-direction: row;
        flex-wrap: wrap
    }

    .magazinSideItem {
        width: 100%
    }
}

.breadcrumb-icon {
    font-size: 1.5rem;
    vertical-align: middle
}

.breadcrumb-separator {
    font-size: 1rem;
    color: #6c757d;
    vertical-align: middle
}

.featured {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 8px
}

.featured img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform .3s
}

.featured:hover img {
    transform: scale(1.05)
}

.featured-content {
    margin-top: 20px;
    font-family: Georgia, serif;
    color: #111
}

.featured-content h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.2
}

.featured-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0
}

.mag-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 20px
}

.mag-item {
    border-radius: 8px;
    background: #fff;
    overflow: hidden
}

.mag-item img {
    width: 100%;
    transition: transform .3s
}

.mag-item:hover img {
    transform: scale(1.05)
}

.mag-item .info {
    padding: 10px;
    font-family: Arial, sans-serif
}

.mag-item .info h3 {
    font-size: 1.1rem;
    margin: 0 0 6px;
    color: #c8a24e
}

.mag-item .info p {
    font-size: .9rem;
    color: #333;
    max-height: 3em;
    overflow: hidden
}

.load-more-wrapper {
    text-align: center;
    margin: 20px 0 60px
}

.load-more-btn {
    background: #1a253c;
    border: none;
    color: #fff;
    font-weight: bolder;
    padding: 10px 24px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background .3s
}

.load-more-btn:hover {
    background: #c9a24e
}

.my-section-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: left
}

.card-peter {
    width: 400px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.image-bild {
    position: relative;
    width: 400px;
    height: 250px
}

.bild img {
    width: 360px;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    object-fit: bottom
}

.height {
    height: 40px;
    width: auto;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #1a253c;
    color: #fff !important;
    border-radius: 10px;
    font-size: 12pt;
    padding: 8px 12px
}

.information {
    padding: 10px;
    width: 100%;
    flex-grow: 1
}

.information .my-prod-info h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5px
}

.information .my-prod-info p {
    margin: 2px 0
}

.my-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000
}

.my-shipping {
    font-size: .9rem;
    color: gray
}

.my-seller-type {
    font-size: .9rem;
    color: green
}

.my-carousel {
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.my-carousel-slides {
    display: flex;
    transition: transform .5s;
    flex-wrap: nowrap
}

.my-carousel-slide {
    display: flex;
    justify-content: center;
    gap: 1rem;
    min-width: 100%;
    transition: transform .3s
}

.my-carousel-nav-dots {
    display: flex;
    justify-content: center;
    margin-top: 1rem
}

.my-carousel-nav-dots button {
    position: relative;
    width: 30px;
    background-color: #d3d3d3;
    border: none;
    margin: 5px;
    transition: background-color .3s;
    cursor: pointer
}

.my-carousel-nav-dots button::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: calc(100% + 100px)
}

.my-carousel-nav-dots button.active {
    background-color: #1a253c;
    width: 60px;
    transition: background-color .5s
}

.my-carousel-next,
.my-carousel-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
    border: none;
    color: #fff;
    padding: .5rem 1rem;
    cursor: pointer;
    font-size: 1.5rem
}

.my-carousel-next::before,
.my-carousel-prev::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -12px;
    height: calc(100% + 100px);
    width: calc(100% + 24px)
}

.my-carousel-prev {
    left: 10px
}

.my-carousel-next {
    right: 10px
}

@media (min-width:1024px) {
    .my-carousel-slide.active {
        transform: scale(1.1);
        z-index: 2
    }

    .my-carousel-nav-dots {
        display: flex
    }

    .my-carousel-next,
    .my-carousel-prev {
        display: none
    }

    .tablet-carousel .my-carousel-next,
    .tablet-carousel .my-carousel-prev {
        display: block
    }
}

@media (max-width:1023px) {
    .my-carousel-nav-dots {
        display: none
    }

    .my-carousel-next,
    .my-carousel-prev {
        display: block
    }
}

@media (max-width:1000px) {
    .herando-footer-links {
        display: none !important
    }
}

@media (max-width:1023px) {

    .my-carousel-nav-dots,
    .my-carousel-next,
    .my-carousel-prev {
        display: none !important
    }

    .my-carousel-slides {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        transition: none;
        transform: none !important
    }

    .my-carousel-slide {
        display: contents
    }

    .card-peter {
        width: 100% !important;
        max-width: 100%;
        margin: 0
    }

    .image-bild {
        width: 100% !important;
        height: auto
    }

    .picCategory,
    .picCategory img {
        width: auto !important
    }

    .bild img {
        width: 99.5% !important;
        height: auto;
        object-fit: fill;
        object-position: top
    }

    a {
        font-size: 18px
    }

    .height {
        top: .5rem;
        left: .5rem;
        padding: .4rem .6rem;
        font-size: .875rem
    }

    .information .my-prod-info h5 {
        font-size: 18px
    }
}

#myUniqueProducts .my-carousel-slides {
    display: flex;
    will-change: transform
}

#myUniqueProducts .my-carousel-slide {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

@media (max-width:1199px) {
    #myUniqueProducts .my-carousel-slide {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:767px) {
    #myUniqueProducts .my-carousel-slide {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:480px) {
    #myUniqueProducts .my-carousel-slide {
        grid-template-columns: 1fr
    }
}

#myUniqueProducts .my-carousel-next,
#myUniqueProducts .my-carousel-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

#myUniqueProducts.is-active .my-carousel-next,
#myUniqueProducts.is-active .my-carousel-prev {
    pointer-events: auto
}

#myUniqueProducts .my-carousel,
.my-prod-section .my-carousel {
    position: relative;
    overflow: hidden
}

#myUniqueProducts .my-carousel-slides,
.my-prod-section .my-carousel-slides {
    display: flex;
    transition: transform .45s;
    will-change: transform
}

#myUniqueProducts .my-carousel-slide,
.my-prod-section .my-carousel-slide {
    min-width: 100%;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

@media (max-width:1199px) {

    #myUniqueProducts .my-carousel-slide,
    .my-prod-section .my-carousel-slide {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:767px) {

    #myUniqueProducts .my-carousel-slide,
    .my-prod-section .my-carousel-slide {
        grid-template-columns: repeat(2, 1fr)
    }

    .topOffersWrapper-desktop {
        display: none
    }

    .topOffersWrapper-mobile {
        display: block
    }
}

@media (max-width:480px) {

    #myUniqueProducts .my-carousel-slide,
    .my-prod-section .my-carousel-slide {
        grid-template-columns: 1fr
    }
}

#myUniqueProducts .my-carousel-next,
#myUniqueProducts .my-carousel-prev,
.my-prod-section .my-carousel-next,
.my-prod-section .my-carousel-prev {
    position: absolute;
    top: 125px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    font-size: 22px;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s, transform .2s, color .15s, box-shadow .15s
}

#myUniqueProducts .my-carousel-prev,
.my-prod-section .my-carousel-prev {
    left: 10px
}

#myUniqueProducts .my-carousel-next,
.my-prod-section .my-carousel-next {
    right: 10px
}

#myUniqueProducts .my-carousel-next:hover,
#myUniqueProducts .my-carousel-prev:hover,
.my-prod-section .my-carousel-next:hover,
.my-prod-section .my-carousel-prev:hover {
    transform: translateY(-50%) scale(1.05);
    color: #0d3b8e;
    box-shadow: 0 8px 22px rgba(13, 110, 253, .18)
}

#myUniqueProducts.is-active .my-carousel-next,
#myUniqueProducts.is-active .my-carousel-prev,
.my-prod-section.is-active .my-carousel-next,
.my-prod-section.is-active .my-carousel-prev {
    opacity: 1;
    pointer-events: auto
}

@media (hover:hover) {

    #myUniqueProducts:hover .my-carousel-next,
    #myUniqueProducts:hover .my-carousel-prev,
    #popularBrands:hover .bcar-next,
    #popularBrands:hover .bcar-prev,
    .my-prod-section:hover .my-carousel-next,
    .my-prod-section:hover .my-carousel-prev {
        opacity: 1;
        pointer-events: auto
    }
}

#myUniqueProducts .my-carousel-next:focus-visible,
#myUniqueProducts .my-carousel-prev:focus-visible,
.my-prod-section .my-carousel-next:focus-visible,
.my-prod-section .my-carousel-prev:focus-visible {
    outline: 0;
    color: #0d3b8e;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, .25)
}

@media (max-width:575px) {

    #myUniqueProducts .my-carousel-next,
    #myUniqueProducts .my-carousel-prev,
    .my-prod-section .my-carousel-next,
    .my-prod-section .my-carousel-prev {
        width: 52px;
        height: 44px;
        font-size: 20px;
        left: 16px;
        right: 16px
    }
}

.mobile-carousel {
    position: relative;
    overflow: hidden
}

.mobile-carousel-slides {
    display: flex;
    width: 100%;
    gap: 0;
    transition: transform .4s;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    touch-action: pan-y
}

.mobile-carousel-slide {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    overflow: hidden
}

.mobile-carousel-next,
.mobile-carousel-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 20%;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
    font-size: 20px;
    cursor: pointer;
    z-index: 10
}

.mobile-carousel-prev {
    left: 10px
}

.mobile-carousel-next {
    right: 10px
}

.my-prod-section,
.my-prod-section-mobile {
    margin-bottom: 30px
}

.offer-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08)
}

.offer-card .bild {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 580/440
}

.offer-card .bild img {
    display: block;
    border-radius: 10px
}

.offer-card.cars .bild img,
.offer-card.yachts .bild img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover
}

.offer-card.lifestyles .bild,
.offer-card.properties .bild,
.offer-card.watches .bild {
    aspect-ratio: unset;
    min-height: 400px
}

.offer-card.properties .bild img {
    width: 100%;
    height: 400px
}

.offer-card.lifestyles .bild img,
.offer-card.watches .bild img {
    width: auto;
    max-width: 100%;
    height: 400px;
    object-fit: contain
}

#myUniqueProducts {
    display: block
}

@media (min-width:767px) and (max-width:1198px) {
    #myUniqueProducts {
        display: none !important
    }

    #myUniqueProducts-tablet {
        display: block !important
    }
}

#myUniqueProducts-tablet .tablet-carousel {
    position: relative;
    overflow: hidden
}

#myUniqueProducts-tablet .tablet-carousel-slides {
    display: flex;
    transition: transform .45s
}

#myUniqueProducts-tablet .tablet-carousel-slide {
    min-width: 100%;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media (max-width:499px) {
    #myUniqueProducts-tablet .tablet-carousel-slide {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important
    }
}

#myUniqueProducts-tablet .card-peter {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    max-width: none
}

#myUniqueProducts-tablet .image-bild {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px
}

#myUniqueProducts-tablet .image-bild a {
    display: block;
    width: 100%;
    height: 100%
}

#myUniqueProducts-tablet .image-bild img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#myUniqueProducts-tablet .tablet-carousel-slide {
    align-items: start;
    overflow: hidden
}

#myUniqueProducts-tablet .card-peter {
    height: auto
}

#myUniqueProducts-tablet .information {
    padding: 10px 6px
}

#myUniqueProducts-tablet .my-price {
    font-size: 1rem
}

#myUniqueProducts-tablet .tablet-carousel-next,
#myUniqueProducts-tablet .tablet-carousel-prev,
.topOffersWrapper-tablet .tablet-carousel-next,
.topOffersWrapper-tablet .tablet-carousel-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
    z-index: 30;
    opacity: 1;
    pointer-events: auto
}

#myUniqueProducts-tablet .tablet-carousel-prev,
.topOffersWrapper-tablet .tablet-carousel-prev {
    left: 10px
}

#myUniqueProducts-tablet .tablet-carousel-next,
.topOffersWrapper-tablet .tablet-carousel-next {
    right: 10px
}

#myUniqueProducts-tablet .tablet-carousel-next:hover,
#myUniqueProducts-tablet .tablet-carousel-prev:hover,
.topOffersWrapper-tablet .tablet-carousel-next:hover,
.topOffersWrapper-tablet .tablet-carousel-prev:hover {
    transform: translateY(-50%) scale(1.05);
    color: #0d3b8e;
    box-shadow: 0 8px 22px rgba(13, 110, 253, .18)
}

#myUniqueProducts-tablet .tablet-carousel-nav-dots {
    display: flex;
    justify-content: center;
    margin-top: 1rem
}

#myUniqueProducts-tablet .tablet-carousel-nav-dots button {
    width: 24px;
    height: 6px;
    border-radius: 10px;
    background: #ccc;
    border: none;
    margin: 0 5px
}

#myUniqueProducts-tablet .tablet-carousel-nav-dots button.active {
    background: #1a253c;
    width: 40px
}

.topOffersWrapper-desktop,
.topOffersWrapper-mobile,
.topOffersWrapper-tablet {
    display: none
}

@media (max-width:1199px) and (min-width:767px) {
    .topOffersWrapper-tablet {
        display: block
    }

    .tablet-carousel {
        position: relative;
        width: 100%;
        overflow: hidden
    }

    .tablet-carousel-track {
        width: 100%;
        overflow: hidden
    }

    .tablet-carousel-slides {
        display: flex;
        width: 100%;
        gap: 0;
        transition: transform .4s;
        will-change: transform;
        touch-action: pan-y
    }

    .tablet-carousel-slide {
        width: 100%;
        min-width: 100%;
        flex: 0 0 100%;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 20px
    }

    .tablet-carousel-slide .offer-card {
        width: 100%;
        min-width: 0;
        background: #fff;
        border-radius: 10px;
        overflow: hidden
    }

    #myUniqueProducts-tablet .tablet-carousel-next,
    #myUniqueProducts-tablet .tablet-carousel-prev,
    .topOffersWrapper-tablet .tablet-carousel-next,
    .topOffersWrapper-tablet .tablet-carousel-prev {
        display: flex !important
    }
}

@media (max-width:766px) {

    #myUniqueProducts,
    #myUniqueProducts-tablet {
        display: none !important
    }

    .topOffersWrapper-mobile {
        display: block
    }

    .topOffersWrapper-mobile .offer-card.cars .bild,
    .topOffersWrapper-mobile .offer-card.yachts .bild {
        aspect-ratio: unset;
        min-height: 350px;
        height: 350px
    }

    .topOffersWrapper-mobile .offer-card.cars .bild img,
    .topOffersWrapper-mobile .offer-card.yachts .bild img {
        height: 350px !important;
        min-height: 350px !important
    }

    .topOffersWrapper-mobile .offer-card.lifestyles .bild,
    .topOffersWrapper-mobile .offer-card.properties .bild,
    .topOffersWrapper-mobile .offer-card.watches .bild {
        aspect-ratio: unset;
        min-height: 350px;
        height: auto
    }

    .topOffersWrapper-mobile .offer-card.lifestyles .bild img,
    .topOffersWrapper-mobile .offer-card.properties .bild img,
    .topOffersWrapper-mobile .offer-card.watches .bild img {
        height: 420px !important
    }
}

@media (min-width:1200px) {
    .topOffersWrapper-desktop {
        display: block
    }
}

#myUniqueProducts .my-carousel,
#myUniqueProducts-mobile .mobile-carousel,
#myUniqueProducts-tablet .tablet-carousel {
    height: 420px
}

.herando-footer {
    font-size: .9rem
}

.herando-footer .container {
    text-align: center;
    max-width: 1350px;
    margin: 0 auto
}

.herando-newsletter h3 {
    font-size: 1.5rem;
    margin-bottom: .5rem
}

.herando-newsletter p {
    color: #d1d1d1;
    margin-bottom: 1rem
}

.herando-newsletter-form {
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden
}

.herando-newsletter-form input {
    flex: 1;
    border: none;
    padding: 10px
}

.herando-newsletter-form button {
    background: orange;
    border: none;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer
}

.herando-newsletter-privacy {
    font-size: .8rem;
    margin-top: 10px
}

.herando-newsletter-privacy a {
    color: orange
}

.herando-footer-links {
    display: flex;
    justify-content: center;
    gap: 8rem;
    margin-top: 3rem;
    text-align: left
}

.herando-footer-links div {
    max-width: 200px
}

.herando-footer-links h4 {
    font-size: 1rem;
    margin-bottom: .5rem
}

.herando-footer-links ul {
    list-style: none;
    padding: 0
}

.herando-footer-links ul li {
    margin-bottom: 5px
}

.herando-footer-links ul li a {
    color: #d1d1d1;
    text-decoration: none
}

.herando-support p {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 10px
}

.herando-support i {
    margin-right: 5px
}

.herando-social {
    margin-top: 3rem
}

.herando-social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 1.5rem
}

.herando-social-icons a {
    color: #fff;
    text-decoration: none
}

.herando-payment {
    margin-top: 3rem
}

.herando-payment img {
    height: 40px;
    margin: 0 5px
}

.herando-countries {
    margin-top: 3rem
}

.herando-countries ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0
}

.herando-countries li {
    display: flex;
    align-items: center;
    gap: 5px
}

.herando-copyright {
    margin-top: 3rem;
    font-size: .8rem;
    color: #d1d1d1
}

@media (max-width:1024px) {
    .herando-footer-links {
        flex-direction: column;
        text-align: center
    }

    .herando-countries ul {
        flex-direction: column;
        align-items: center
    }
}

.herando-footer {
    background: #172237;
    color: #dfe6f3;
    padding: 32px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.herando-footer h5,
.herando-footer h6 {
    color: #aeb8cc;
    margin: 0 0 8px
}

.herando-footer .gold {
    color: #c8a24e
}

.herando-footer,
.herando-footer * {
    text-align: left !important
}

.hf-row {
    display: grid;
    gap: 24px;
    align-items: start
}

.hf-row.top {
    grid-template-columns: 1fr;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding-bottom: 18px;
    margin-bottom: 22px
}

@media (min-width:768px) {
    .hf-row.top {
        grid-template-columns: 1fr auto
    }
}

.hf-select {
    background: #0f182a;
    color: #dfe6f3;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 6px;
    padding: .45rem .6rem
}

.hf-btn {
    align-items: center;
    justify-content: center;
    gap: .5rem
}

.hf-btn:hover {
    background-color: #c8a24e;
    color: #fff;
    border-color: transparent
}

.hf-row.links {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
    padding: 12px 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

@media (min-width:768px) {
    .hf-row.links {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

.hf-list {
    list-style: none;
    margin: 6px 0 0;
    padding: 0
}

.hf-list li {
    margin: .45rem 0
}

.hf-list a {
    color: #dfe6f3;
    text-decoration: none
}

.hf-list a:hover {
    color: #c8a24e
}

.hf-list .a {
    color: #dfe6f3;
    text-decoration: none;
    cursor: pointer
}

.hf-list .a:hover {
    color: #c8a24e
}

.hf-list i {
    margin-right: 6px;
    opacity: .85
}

.hf-row.misc {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.hf-row.misc [style*="display:flex"] {
    justify-content: flex-start !important
}

.hf-countries {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    max-width: 1500px
}

#flags {
    display: grid;
    gap: 10px 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media (min-width:576px) {
    #flags {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:992px) {
    .hf-row.misc {
        grid-template-columns: 2fr 1fr
    }

    #flags {
        grid-template-columns: repeat(6, 1fr)
    }
}

#flags .flags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}

#flags .flags li {
    display: flex
}

#flags .flags a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #dfe6f3;
    text-decoration: none;
    font-size: .95rem;
    white-space: nowrap
}

#flags .flags a:hover {
    color: #fff;
    text-decoration: underline
}

#flags .flag-icon {
    width: 18px;
    height: 12px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .15) inset
}

.hf-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0 4px
}

.hf-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    font-size: .9rem
}

.hf-legal a {
    color: #98a6c3;
    text-decoration: none
}

.hf-legal a:hover {
    color: #c8a24e
}

.hf-legal .a {
    color: #98a6c3;
    text-decoration: none;
    cursor: pointer
}

.hf-legal .a:hover {
    color: #c8a24e
}

.herando-social-icons {
    display: flex;
    gap: 14px
}

.herando-social-icons a i {
    color: #fff;
    font-size: 1.35rem;
    transition: color .2s
}

.herando-social-icons a:hover i {
    color: #c8a24e
}

.hf-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999
}

.hf-modal.open {
    display: flex;
    align-items: center;
    justify-content: center
}

.hf-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6)
}

.hf-modal-dialog {
    position: relative;
    background: #0f172a;
    color: #e5e7eb;
    width: min(92vw, 560px);
    border-radius: 16px;
    padding: 24px 22px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .45)
}

.hf-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: 0 0;
    font-size: 22px;
    line-height: 1;
    color: #e5e7eb;
    cursor: pointer
}

.hf-modal-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px
}

label {
    display: block;
    margin: .6rem 0 .3rem;
    font-weight: 600;
    padding: 5px
}

input,
select {
    padding: .65rem .75rem;
    border: 1px solid #334155;
    background: #0b1220;
    color: #e5e7eb;
    border-radius: 10px;
    outline: 0
}

input:focus,
select:focus {
    border-color: #64748b;
    box-shadow: 0 0 0 2px rgba(100, 116, 139, .25)
}

.consent {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-top: .7rem;
    font-weight: 500
}

.hf-btn {
    display: inline-block;
    padding: .6rem 1rem;
    border: 1px solid #fff;
    background: 0 0;
    color: #e5e7eb;
    border-radius: 10px;
    cursor: pointer
}

.hf-btn.primary {
    background: #1e293b;
    border-color: #1e293b
}

.nl-feedback {
    margin: 0;
    color: #a1a1aa;
    font-size: .95rem
}

.nl-checkbox-list {
    display: grid;
    gap: 8px
}

.nl-checkbox {
    display: flex;
    align-items: center;
    gap: 8px
}

.nl-label {
    cursor: default;
    user-select: none;
    margin: 15px 0
}

.hf-modal-dialog * {
    cursor: default
}

.hf-modal-dialog button,
.hf-modal-dialog input {
    cursor: pointer
}

body.modal-open {
    overflow: hidden
}

.payments-row {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 24px;
    padding-top: 16px;
    text-align: center
}

.payments {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.payments img {
    height: 26px;
    opacity: .85
}

.consent input[type=checkbox] {
    accent-color: #c8a24e;
    cursor: pointer
}

.consent input[type=checkbox]:hover {
    filter: brightness(1.05)
}

.hf-payments-social {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    padding: 20px 0;
    max-width: 1330px !important
}

.hf-payments-logos {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 8px
}

.hf-payments-logos img {
    height: 26px;
    opacity: .9
}

@media (max-width:767.98px) {
    .hf-payments-logos {
        gap: 10px
    }

    .hf-payments-logos img {
        height: 20px;
        width: auto
    }
}

.hf-social .herando-social-icons {
    margin-top: 8px;
    justify-content: flex-start
}

.hf-legal-center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px
}

.btn-border {
    border: 1px solid #fff !important;
    color: #fff
}

.btn-border:hover {
    border: 1px solid transparent !important
}

.product-single-container {
    max-width: 1500px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px
}

.product-single-images img {
    touch-action: pan-y;
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block
}

.product-single-thumbnails {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 5px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    touch-action: pan-x
}

.product-single-thumbnails img {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid transparent;
    scroll-snap-align: center;
    cursor: pointer
}

.product-single-thumbnails img:hover {
    border: 1px solid #b6864b
}

.product-single-title {
    font-size: 24px;
    font-weight: 700
}

.product-single-price {
    font-size: 28px;
    font-weight: 700
}

.btn-buy {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    width: 100%
}

.btn-buy:hover {
    background-color: #333
}

.product-single-seller-info {
    display: flex;
    gap: 10px
}

.product-single-seller-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.thumbnail-slider {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 8px
}

.thumbnail-slider button {
    background: 0 0;
    border: none;
    font-size: 24px;
    cursor: pointer;
    flex: 0 0 auto
}

.thumbnail-slider button:disabled {
    color: #ccc
}

@media (max-width:1200px) {
    .product-single-images img {
        width: 100%;
        height: 300px;
        border-radius: 10px
    }

    .col-md-5 {
        margin-top: 10px !important
    }
}

@media (max-width:768px) {
    .thumbnail-slider {
        gap: 0;
        display: block
    }

    .thumbnail-slider button {
        display: none
    }

    .product-single-thumbnails {
        gap: 8px;
        padding-bottom: 6px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none
    }

    .product-single-thumbnails img {
        width: 92px;
        height: 72px;
        border-radius: 8px;
        scroll-snap-align: start
    }

    .product-single-thumbnails::-webkit-scrollbar {
        display: none
    }
}

.action-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 0 auto
}

.action-btn {
    background-color: #b6864b;
    color: #fff;
    border: none;
    padding: .75rem 1rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .2s
}

.action-btn:hover {
    background-color: #9c7240
}

.img-magnifier-container {
    position: relative
}

.img-magnifier-glass {
    display: none;
    position: absolute;
    border-radius: 10px;
    cursor: none;
    width: 300px;
    height: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 999
}

.search-leiste .input-group {
    height: 50px
}

#searchInput {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

#searchDropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    width: 100%;
    max-height: 440px;
    overflow-y: auto;
    display: none;
    z-index: 3000
}

.search-section-title {
    font-size: .85rem;
    color: #999;
    font-weight: 600;
    padding: 10px 16px 6px;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
    background: #fafafa
}

.search-result-item {
    display: flex;
    align-items: start;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #f3f3f3;
    text-decoration: none;
    transition: background .2s
}

.search-result-item:hover {
    background: #f8f9fa
}

.search-result-item i {
    font-size: 1.25rem;
    color: #777;
    margin-top: 2px
}

.search-result-title {
    color: #222;
    font-weight: 500;
    font-size: .95rem
}

.search-result-sub {
    font-size: .8rem;
    color: #888;
    margin-top: 2px
}

.search-view-all {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: .9rem;
    font-weight: 600;
    color: #0d6efd;
    text-decoration: underline;
    transition: background .2s
}

.search-view-all:hover {
    background: #f8f9fa
}

.search-no-results {
    padding: 14px;
    font-size: .9rem;
    color: #999
}

@media (max-width:991px) {
    #searchDropdown {
        max-height: 380px
    }
}

.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050
}

.custom-modal {
    background: #fff;
    border-radius: 14px;
    width: 750px;
    max-width: 90%;
    padding: 28px 32px;
    box-shadow: 0 6px 40px rgba(0, 0, 0, .25);
    animation: .3s fadeIn
}

.heightInput {
    height: 55px !important
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(.96)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.btn-dark {
    background-color: #111a2c;
    border: none;
    transition: .2s
}

.btn-dark:hover {
    background-color: #1e2a47
}

.btn-outline-secondary {
    border: 1px solid #bbb;
    transition: .2s
}

.btn-outline-secondary:hover {
    background-color: #f4f4f4
}

.custom-modal .form-select {
    border-radius: 10px;
    font-size: .95rem
}

.custom-modal label {
    font-weight: 600
}

.custom-modal .btn-close {
    filter: brightness(0)
}

@media (max-width:480px) {
    .custom-modal {
        padding: 22px 24px
    }

    .heightInput {
        height: 48px !important
    }
}