.icon {
    position: relative;
    padding-left: 2rem !important;
    display: flex;
    align-items: center;
}

    .icon::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1.5rem;
        background-size: contain;
        background-repeat: no-repeat;
    }

.icon--poultry::before {
    height: 1.4375rem;
    background-image: url("../images/content/nav/poultry.png");
}

.icon--ferret::before {
    height: 1.25rem;
    background-image: url("../images/content/nav/ferret.png");
}

.icon--rodent::before {
    height: 1.25rem;
    background-image: url("../images/content/nav/rodent.png");
}

.icon--goat::before {
    height: 1.3125rem;
    background-image: url("../images/content/nav/goat.png");
}

.icon--rabbit::before {
    height: 1.1875rem;
    background-image: url("../images/content/nav/rabbit.png");
}

.icon--sheep::before {
    height: 1rem;
    background-image: url("../images/content/nav/sheep.png");
}

.icon--reptile::before {
    height: 1.3125rem;
    background-image: url("../images/content/nav/reptile.png");
}

.icon--pig::before {
    height: 1.5rem;
    background-image: url("../images/content/nav/pig.png");
}

.icon--bird::before {
    height: 1.1875rem;
    background-image: url("../images/content/nav/bird.png");
}

.icon--cattle::before {
    height: 1.125rem;
    background-image: url("../images/content/nav/cattle.png");
}

.icon--animals::before {
    height: 1.25rem;
    /*top: 0.5rem;*/
    left: 0.1875rem;
    background-image: url("../images/content/nav/animals.png");
}

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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

ul[role="list"],
ol[role="list"] {
    list-style: none;
}

html {
    -webkit-text-size-adjust: 100%;
}

    html:focus-within {
        scroll-behavior: smooth;
    }

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

:root {
    --color-light: #fff;
    --color-dark: #000;
    --color-text: #181a1b;
    --blue: #195079;
    --dark-blue: #124255;
    --dark-blue-100: rgba(18, 66, 85, 0.1);
    --dark-blue-200: rgba(211, 222, 227, 0.2);
    --pink: #b10061;
    --dark-pink: #551237;
    --light-gray: #d8d9da;
    --medium-gray: #98999a;
    --dark-gray: #98999a;
}

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

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 36rem;
    --bs-breakpoint-md: 48rem;
    --bs-breakpoint-lg: 62rem;
    --bs-breakpoint-xl: 75rem;
    --bs-breakpoint-xxl: 87.5rem;
}

.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(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

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

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

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

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.notification-container {
    padding-left: 6.25rem;
    padding-right: 3.125rem;
}

.btn-transparent {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 3px;
}

.collapse-notification {
    display: none;
}

    .collapse-notification.show {
        display: block;
    }

.col {
    flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: rgba(0, 0, 0, 0);
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

    .table > :not(caption) > * > * {
        padding: 0.5rem 0.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 624.9375rem var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    }

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

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

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

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

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

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

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

.table-borderless > :not(:first-child) {
    border-top-width: 0;
}

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #a6b5cc;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

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

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

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

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

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #c6acae;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

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

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

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

.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 0.0625rem 0 rgba(255, 255, 255, 0.15), 0 0.0625rem 0.0625rem 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), 0.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;
    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 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-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-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

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

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

.btn-check:checked:focus-visible + .btn {
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    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 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 0.1875rem 0.3125rem 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 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
}

.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 0.1875rem 0.3125rem 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-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none;
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none;
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 0.1875rem 0.3125rem 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 0.1875rem 0.3125rem 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-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline;
}

    .btn-link:focus-visible {
        color: var(--bs-btn-color);
    }

    .btn-link:hover {
        color: var(--bs-btn-hover-color);
    }

.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.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);
}

.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: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

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

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

    .nav-link.disabled,
    .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:hover,
        .nav-tabs .nav-link:focus {
            isolation: isolate;
            border-color: var(--bs-nav-tabs-link-hover-border-color);
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            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.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:hover,
        .nav-underline .nav-link:focus {
            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-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

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

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

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

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

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg:;
    --bs-breadcrumb-border-radius:;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

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

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 31.25rem;
    --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: var(--bs-box-shadow-sm);
    --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: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -3.125rem);
    transform: translate(0, -3.125rem);
}

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

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

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

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

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

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

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
    /*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);
    width: 100vw;
    height: 100vh;
    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;
    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) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
        margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.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) * 0.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) * 0.5);
    }

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-header,
    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

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

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

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

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

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

.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"); /*rtl: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-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"); /*rtl: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-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: 1.875rem;
        height: 0.1875rem;
        padding: 0;
        margin-right: 0.1875rem;
        margin-left: 0.1875rem;
        text-indent: -62.4375rem;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 0.625rem solid transparent;
        border-bottom: 0.625rem solid transparent;
        opacity: 0.5;
        transition: opacity 0.6s ease;
    }

    .carousel-indicators .active {
        opacity: 1;
    }

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

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

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

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

[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"].carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100);
}

[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
    background-color: #000;
}

[data-bs-theme="dark"] .carousel .carousel-caption,
[data-bs-theme="dark"].carousel .carousel-caption {
    color: #000;
}

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

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

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

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

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

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

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

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

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

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA( var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1) ) !important;
    text-decoration-color: RGBA( var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1) ) !important;
}

    .link-primary:hover,
    .link-primary:focus {
        color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
        -webkit-text-decoration-color: RGBA( 10, 88, 202, var(--bs-link-underline-opacity, 1) ) !important;
        text-decoration-color: RGBA( 10, 88, 202, var(--bs-link-underline-opacity, 1) ) !important;
    }

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA( var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1) ) !important;
    text-decoration-color: RGBA( var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1) ) !important;
}

    .link-secondary:hover,
    .link-secondary:focus {
        color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
        -webkit-text-decoration-color: RGBA( 86, 94, 100, var(--bs-link-underline-opacity, 1) ) !important;
        text-decoration-color: RGBA( 86, 94, 100, var(--bs-link-underline-opacity, 1) ) !important;
    }

.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA( var(--bs-success-rgb), var(--bs-link-underline-opacity, 1) ) !important;
    text-decoration-color: RGBA( var(--bs-success-rgb), var(--bs-link-underline-opacity, 1) ) !important;
}

    .link-success:hover,
    .link-success:focus {
        color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
        -webkit-text-decoration-color: RGBA( 20, 108, 67, var(--bs-link-underline-opacity, 1) ) !important;
        text-decoration-color: RGBA( 20, 108, 67, var(--bs-link-underline-opacity, 1) ) !important;
    }

.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA( var(--bs-info-rgb), var(--bs-link-underline-opacity, 1) ) !important;
    text-decoration-color: RGBA( var(--bs-info-rgb), var(--bs-link-underline-opacity, 1) ) !important;
}

    .link-info:hover,
    .link-info:focus {
        color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
        -webkit-text-decoration-color: RGBA( 61, 213, 243, var(--bs-link-underline-opacity, 1) ) !important;
        text-decoration-color: RGBA( 61, 213, 243, var(--bs-link-underline-opacity, 1) ) !important;
    }

.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA( var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1) ) !important;
    text-decoration-color: RGBA( var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1) ) !important;
}

    .link-warning:hover,
    .link-warning:focus {
        color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
        -webkit-text-decoration-color: RGBA( 255, 205, 57, var(--bs-link-underline-opacity, 1) ) !important;
        text-decoration-color: RGBA( 255, 205, 57, var(--bs-link-underline-opacity, 1) ) !important;
    }

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA( var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1) ) !important;
    text-decoration-color: RGBA( var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1) ) !important;
}

    .link-danger:hover,
    .link-danger:focus {
        color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
        -webkit-text-decoration-color: RGBA( 176, 42, 55, var(--bs-link-underline-opacity, 1) ) !important;
        text-decoration-color: RGBA( 176, 42, 55, var(--bs-link-underline-opacity, 1) ) !important;
    }

.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA( var(--bs-light-rgb), var(--bs-link-underline-opacity, 1) ) !important;
    text-decoration-color: RGBA( var(--bs-light-rgb), var(--bs-link-underline-opacity, 1) ) !important;
}

    .link-light:hover,
    .link-light:focus {
        color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
        -webkit-text-decoration-color: RGBA( 249, 250, 251, var(--bs-link-underline-opacity, 1) ) !important;
        text-decoration-color: RGBA( 249, 250, 251, var(--bs-link-underline-opacity, 1) ) !important;
    }

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA( var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1) ) !important;
    text-decoration-color: RGBA( var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1) ) !important;
}

    .link-dark:hover,
    .link-dark:focus {
        color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
        -webkit-text-decoration-color: RGBA( 26, 30, 33, var(--bs-link-underline-opacity, 1) ) !important;
        text-decoration-color: RGBA( 26, 30, 33, var(--bs-link-underline-opacity, 1) ) !important;
    }

.link-body-emphasis {
    color: RGBA( var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1) ) !important;
    -webkit-text-decoration-color: RGBA( var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1) ) !important;
    text-decoration-color: RGBA( var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1) ) !important;
}

    .link-body-emphasis:hover,
    .link-body-emphasis:focus {
        color: RGBA( var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75) ) !important;
        -webkit-text-decoration-color: RGBA( var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75) ) !important;
        text-decoration-color: RGBA( var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75) ) !important;
    }

.focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    -webkit-text-decoration-color: rgba( var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5) );
    text-decoration-color: rgba( var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5) );
    text-underline-offset: 0.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .icon-link > .bi {
        flex-shrink: 0;
        width: 1em;
        height: 1em;
        fill: currentcolor;
        transition: 0.2s ease-in-out transform;
    }

.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
    -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

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

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

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

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 0.0625rem !important;
    height: 0.0625rem !important;
    padding: 0 !important;
    margin: -0.0625rem !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

    .visually-hidden:not(caption),
    .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
        position: absolute !important;
    }

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
}

.object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
}

.object-fit-none {
    -o-object-fit: none !important;
    object-fit: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.overflow-x-visible {
    overflow-x: visible !important;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-y-visible {
    overflow-y: visible !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

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

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-inline-grid {
    display: inline-grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

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

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

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

.shadow {
    box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba( var(--bs-primary-rgb), var(--bs-focus-ring-opacity) );
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba( var(--bs-secondary-rgb), var(--bs-focus-ring-opacity) );
}

.focus-ring-success {
    --bs-focus-ring-color: rgba( var(--bs-success-rgb), var(--bs-focus-ring-opacity) );
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba( var(--bs-warning-rgb), var(--bs-focus-ring-opacity) );
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba( var(--bs-danger-rgb), var(--bs-focus-ring-opacity) );
}

.focus-ring-light {
    --bs-focus-ring-color: rgba( var(--bs-light-rgb), var(--bs-focus-ring-opacity) );
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

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

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

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

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

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

.border-0 {
    border: 0 !important;
}

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

.border-top-0 {
    border-top: 0 !important;
}

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

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

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

.border-bottom-0 {
    border-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
    border-width: 0.0625rem !important;
}

.border-2 {
    border-width: 0.125rem !important;
}

.border-3 {
    border-width: 0.1875rem !important;
}

.border-4 {
    border-width: 0.25rem !important;
}

.border-5 {
    border-width: 0.3125rem !important;
}

.border-opacity-10 {
    --bs-border-opacity: 0.1;
}

.border-opacity-25 {
    --bs-border-opacity: 0.25;
}

.border-opacity-50 {
    --bs-border-opacity: 0.5;
}

.border-opacity-75 {
    --bs-border-opacity: 0.75;
}

.border-opacity-100 {
    --bs-border-opacity: 1;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

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

.w-75 {
    width: 75% !important;
}

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

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

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

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

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

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

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

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

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

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

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

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

.align-items-baseline {
    align-items: baseline !important;
}

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

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

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

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

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

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

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

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

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

.mt-4 {
    margin-top: 1.5rem !important;
}

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

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

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

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

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

.me-auto {
    margin-right: auto !important;
}

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

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

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

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

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

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

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

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

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

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

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

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

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

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

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

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

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

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

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

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

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

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

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

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

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

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

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

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

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

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

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

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

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

.pb-4 {
    padding-bottom: 1.5rem !important;
}

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

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

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

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

.ps-5 {
    padding-left: 3rem !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

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

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.row-gap-0 {
    row-gap: 0 !important;
}

.row-gap-1 {
    row-gap: 0.25rem !important;
}

.row-gap-2 {
    row-gap: 0.5rem !important;
}

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

.row-gap-4 {
    row-gap: 1.5rem !important;
}

.row-gap-5 {
    row-gap: 3rem !important;
}

.column-gap-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
}

.column-gap-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
}

.column-gap-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
}

.column-gap-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
}

.column-gap-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
}

.column-gap-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

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

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

.fs-6 {
    font-size: 1rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

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

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

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

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

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

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

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

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

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

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

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

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

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

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
    --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1;
}

.link-opacity-25 {
    --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25;
}

.link-opacity-50 {
    --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5;
}

.link-opacity-75 {
    --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75;
}

.link-opacity-100 {
    --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
    --bs-link-opacity: 1;
}

.link-offset-1 {
    text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
}

.link-offset-2 {
    text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
}

.link-offset-3 {
    text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba( var(--bs-primary-rgb), var(--bs-link-underline-opacity) ) !important;
    text-decoration-color: rgba( var(--bs-primary-rgb), var(--bs-link-underline-opacity) ) !important;
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba( var(--bs-secondary-rgb), var(--bs-link-underline-opacity) ) !important;
    text-decoration-color: rgba( var(--bs-secondary-rgb), var(--bs-link-underline-opacity) ) !important;
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba( var(--bs-success-rgb), var(--bs-link-underline-opacity) ) !important;
    text-decoration-color: rgba( var(--bs-success-rgb), var(--bs-link-underline-opacity) ) !important;
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba( var(--bs-info-rgb), var(--bs-link-underline-opacity) ) !important;
    text-decoration-color: rgba( var(--bs-info-rgb), var(--bs-link-underline-opacity) ) !important;
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba( var(--bs-warning-rgb), var(--bs-link-underline-opacity) ) !important;
    text-decoration-color: rgba( var(--bs-warning-rgb), var(--bs-link-underline-opacity) ) !important;
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba( var(--bs-danger-rgb), var(--bs-link-underline-opacity) ) !important;
    text-decoration-color: rgba( var(--bs-danger-rgb), var(--bs-link-underline-opacity) ) !important;
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba( var(--bs-light-rgb), var(--bs-link-underline-opacity) ) !important;
    text-decoration-color: rgba( var(--bs-light-rgb), var(--bs-link-underline-opacity) ) !important;
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba( var(--bs-dark-rgb), var(--bs-link-underline-opacity) ) !important;
    text-decoration-color: rgba( var(--bs-dark-rgb), var(--bs-link-underline-opacity) ) !important;
}

.link-underline {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba( var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1) ) !important;
    text-decoration-color: rgba( var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1) ) !important;
}

.link-underline-opacity-0 {
    --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
    --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important;
}

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

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

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

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

.rounded-0 {
    border-radius: 0 !important;
}

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

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

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

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

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

.rounded-circle {
    border-radius: 50% !important;
}

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

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.z-n1 {
    z-index: -1 !important;
}

.z-0 {
    z-index: 0 !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}
/*! purgecss start ignore */

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 1.75rem;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 0.5rem;
            padding-right: 1.25rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em;
        }

    .select2-container[dir="rtl"]
    .select2-selection--single
    .select2-selection__rendered {
        padding-right: 0.5rem;
        padding-left: 1.25rem;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 2rem;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline;
            list-style: none;
            padding: 0;
        }

        .select2-container .select2-selection--multiple .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em;
        }

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 0.3125rem;
        margin-left: 0.3125rem;
        padding: 0;
        max-width: 100%;
        resize: none;
        height: 1.125rem;
        vertical-align: bottom;
        font-family: sans-serif;
        overflow: hidden;
        word-break: keep-all;
    }

        .select2-container
        .select2-search--inline
        .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

.select2-dropdown {
    background-color: white;
    border: 0.0625rem solid #aaa;
    border-radius: 0.25rem;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -6250rem;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 0.375rem;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 0.25rem;
}

    .select2-search--dropdown .select2-search__field {
        padding: 0.25rem;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 0.0625rem !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 0.0625rem !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0.0625rem solid #aaa;
    border-radius: 0.25rem;
}

    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
        color: #444;
        line-height: 1.75rem;
    }

    .select2-container--default
    .select2-selection--single
    .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 1.625rem;
        margin-right: 1.25rem;
        padding-right: 0;
    }

    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
        height: 1.625rem;
        position: absolute;
        top: 0.0625rem;
        right: 0.0625rem;
        width: 1.25rem;
    }

        .select2-container--default
        .select2-selection--single
        .select2-selection__arrow
        b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 0.3125rem 0.25rem 0 0.25rem;
            height: 0;
            left: 50%;
            margin-left: -0.25rem;
            margin-top: -0.125rem;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
    left: 0.0625rem;
    right: auto;
}

.select2-container--default.select2-container--disabled
.select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled
    .select2-selection--single
    .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 0.25rem 0.3125rem 0.25rem;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 0.0625rem solid #aaa;
    border-radius: 0.25rem;
    cursor: text;
    padding-bottom: 0.3125rem;
    padding-right: 0.3125rem;
    position: relative;
}

    .select2-container--default
    .select2-selection--multiple.select2-selection--clearable {
        padding-right: 1.5625rem;
    }

    .select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
        cursor: pointer;
        font-weight: bold;
        height: 1.25rem;
        margin-right: 0.625rem;
        margin-top: 0.3125rem;
        position: absolute;
        right: 0;
        padding: 0.0625rem;
    }

    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
        background-color: #e4e4e4;
        border: 0.0625rem solid #aaa;
        border-radius: 0.25rem;
        box-sizing: border-box;
        display: inline-block;
        margin-left: 0.3125rem;
        margin-top: 0.3125rem;
        padding: 0;
        padding-left: 1.25rem;
        position: relative;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: bottom;
        white-space: nowrap;
    }

    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
        cursor: default;
        padding-left: 0.125rem;
        padding-right: 0.3125rem;
    }

    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-right: 0.0625rem solid #aaa;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        color: #999;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 0.25rem;
        position: absolute;
        left: 0;
        top: 0;
    }

        .select2-container--default
        .select2-selection--multiple
        .select2-selection__choice__remove:hover,
        .select2-container--default
        .select2-selection--multiple
        .select2-selection__choice__remove:focus {
            background-color: #f1f1f1;
            color: #333;
            outline: none;
        }

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
    margin-left: 0.3125rem;
    margin-right: auto;
}

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__display {
    padding-left: 0.3125rem;
    padding-right: 0.125rem;
}

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
    border-left: 0.0625rem solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__clear {
    float: left;
    margin-left: 0.625rem;
    margin-right: auto;
}

.select2-container--default.select2-container--focus
.select2-selection--multiple {
    border: solid black 0.0625rem;
    outline: 0;
}

.select2-container--default.select2-container--disabled
.select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0.0625rem solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 12.5rem;
    overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default
        .select2-results__option
        .select2-results__option
        .select2-results__option
        .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default
            .select2-results__option
            .select2-results__option
            .select2-results__option
            .select2-results__option
            .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default
                .select2-results__option
                .select2-results__option
                .select2-results__option
                .select2-results__option
                .select2-results__option
                .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default
                    .select2-results__option
                    .select2-results__option
                    .select2-results__option
                    .select2-results__option
                    .select2-results__option
                    .select2-results__option
                    .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--group {
    padding: 0;
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}

.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 0.375rem;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 0.0625rem solid #aaa;
    border-radius: 0.25rem;
    outline: 0;
    background-image: linear-gradient(to bottom, white 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 0.0625rem solid #5897fb;
    }

    .select2-container--classic
    .select2-selection--single
    .select2-selection__rendered {
        color: #444;
        line-height: 1.75rem;
    }

    .select2-container--classic
    .select2-selection--single
    .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 1.625rem;
        margin-right: 1.25rem;
    }

    .select2-container--classic
    .select2-selection--single
    .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic
    .select2-selection--single
    .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 0.0625rem solid #aaa;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        height: 1.625rem;
        position: absolute;
        top: 0.0625rem;
        right: 0.0625rem;
        width: 1.25rem;
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }

        .select2-container--classic
        .select2-selection--single
        .select2-selection__arrow
        b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 0.3125rem 0.25rem 0 0.25rem;
            height: 0;
            left: 50%;
            margin-left: -0.25rem;
            margin-top: -0.125rem;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
    border: none;
    border-right: 0.0625rem solid #aaa;
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    left: 0.0625rem;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 0.0625rem solid #5897fb;
}

    .select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open
        .select2-selection--single
        .select2-selection__arrow
        b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 0.25rem 0.3125rem 0.25rem;
        }

.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, white 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 0.0625rem solid #aaa;
    border-radius: 0.25rem;
    cursor: text;
    outline: 0;
    padding-bottom: 0.3125rem;
    padding-right: 0.3125rem;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 0.0625rem solid #5897fb;
    }

    .select2-container--classic
    .select2-selection--multiple
    .select2-selection__clear {
        display: none;
    }

    .select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice {
        background-color: #e4e4e4;
        border: 0.0625rem solid #aaa;
        border-radius: 0.25rem;
        display: inline-block;
        margin-left: 0.3125rem;
        margin-top: 0.3125rem;
        padding: 0;
    }

    .select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__display {
        cursor: default;
        padding-left: 0.125rem;
        padding-right: 0.3125rem;
    }

    .select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        color: #888;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 0.25rem;
    }

        .select2-container--classic
        .select2-selection--multiple
        .select2-selection__choice__remove:hover {
            color: #555;
            outline: none;
        }

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
    margin-left: 0.3125rem;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__display {
    padding-left: 0.3125rem;
    padding-right: 0.125rem;
}

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.select2-container--classic.select2-container--open
.select2-selection--multiple {
    border: 0.0625rem solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 0.0625rem solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 0.0625rem solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 12.5rem;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
    padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
    color: grey;
}

.select2-container--classic
.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 0.375rem;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
/*! purgecss end ignore */ /*! purgecss start ignore */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 0.0625rem;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0.0625rem solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/*! purgecss end ignore */ /*! purgecss start ignore */


.breadcrumb-item:not(:last-child):after {
    content: "";
    background-image: url("../images/ico/chevron-right.svg");
    width: 0.625rem;
    height: 0.75rem;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0.5rem;
    position: absolute;
}

.breadcrumb-item {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.61875rem;
    color: var(--blue);
    position: relative;
    margin-right: 1rem;
    padding-right: 1.5rem;
}

    .breadcrumb-item a {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }

        .breadcrumb-item a:hover {
            -webkit-text-decoration-color: inherit;
            text-decoration-color: inherit;
        }

    .breadcrumb-item.active {
        color: var(--blue);
        font-weight: 400;
        padding: 0;
    }

.breadcrumb {
    margin: 2.375rem 0;
    display: flex;
    flex-wrap: nowrap;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
    padding-left: 0;
}
/*! purgecss end ignore */

.o-content::after {
    display: table;
    clear: both;
    content: "";
}

.o-content > :first-child {
    margin-top: 0;
}

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

.h2,
.o-content h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.59rem;
    color: var(--color-text);
}

.h3,
.o-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.9425rem;
    color: var(--color-text);
}

.h4,
.o-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6875rem;
    color: var(--color-text);
}

.p1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.875rem;
}

.p2 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.625rem;
}

.p3 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.45688rem;
}

.link {
    color: var(--blue);
    display: flex;
    gap: 0.75rem;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.61875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: all 0.3s;
}

    .link:hover {
        color: var(--dark-pink);
    }

        .link:hover svg path {
            stroke: var(--dark-pink);
        }

.main__row {
    display: flex;
}

.main__content {
    width: 100%;
}

.main__wrapper .navbar__menu {
    justify-content: flex-end;
    padding-right: 3.7rem;
}

.pagination {
    display: flex;
    margin-top: 5rem;
    margin-left: auto;
    align-items: center;
    gap: 2.5rem;
    justify-content: flex-end;
}

    .pagination a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pagination .page-item.active .page-link {
        background-color: transparent;
        color: var(--blue);
    }

    .pagination .page-link {
        color: var(--blue);
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.5rem;
        text-align: center;
    }

        .pagination .page-link svg {
            width: 1.625rem;
            height: 1.625rem;
            transition: all 0.3s;
        }

        .pagination .page-link:hover svg {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

            .pagination .page-link:hover svg path {
                fill: var(--dark-pink);
            }

.title {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.59rem;
    letter-spacing: 0.01em;
    color: var(--blue);
}

a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
    transition: -webkit-text-decoration-color 0.3s;
    transition: text-decoration-color 0.3s;
    transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}

    a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }

body {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
}

input:not([type="checkbox"]) {
    display: block;
    border: 0.0625rem solid var(--light-gray);
    height: 3.25rem;
    border-radius: 0.5rem;
    padding: 0 1rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.45688rem;
    color: var(--color-text);
    transition: all 0.3s;
    outline: none;
    width: 100%;
}

    input:not([type="checkbox"])::-webkit-input-placeholder {
        color: var(--medium-gray);
    }

    input:not([type="checkbox"])::placeholder {
        color: var(--medium-gray);
    }

    input:not([type="checkbox"]):hover {
        box-shadow: 0 0.25rem 0.5rem 0 #24242426;
    }

    input:not([type="checkbox"]):focus,
    input:not([type="checkbox"]):target {
        box-shadow: 0 0.25rem 0.5rem 0 #24242426;
        border: 0.0625rem solid var(--medium-gray);
    }

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    margin: 0;
}

.about-section {
    background-color: var(--dark-blue-200);
    padding: 1.25rem 1rem 0.5rem 1rem;
    margin-bottom: 2rem;
}

.about-section__box {
    overflow: hidden;
    max-height: 135px;
}

.about-section .box-opened {
    overflow: visible !important;
    max-height: fit-content !important;
    height: auto !important;
}

.about-section__title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1rem;
    text-align: center;
    margin-bottom: 0.1rem;
    color: var(--color-text);
    letter-spacing: 0.01563rem;
}

.about-section .buttonMore {
    margin: 0 auto;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.25rem;
    cursor: pointer;
}

    .about-section .buttonMore.open {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.about-section__text {
    font-size: 1.09375rem;
    font-weight: 400;
    line-height: 2rem;
    max-width: 44.5rem;
    margin: 0 auto;
    display: block;
    color: var(--color-text);
}

    .about-section__text.hidden {
        display: none;
    }

.account {
    background: rgba(121, 107, 25, 0.05);
    border: 0.0625rem solid var(--light-gray);
    margin-top: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.375rem 0 rgba(36, 36, 36, 0.15);
    padding: 1.25rem 0.75rem 0.75rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.account__avatar {
    width: 3.25rem;
    height: 3.25rem;
    margin: 0 auto 0.625rem;
    border-radius: 100%;
    overflow: hidden;
}

    .account__avatar img {
        width: 100%;
        height: 100%;
    }

.main__avatar__container {
}

    .main__avatar__container .message {
        display: none;
        max-width: 500px;
    }

.select__avatar__container {
    max-width: 1000px !important;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

    .select__avatar__container .section__photo {
        margin: 10px 25px 10px 10px;
        max-width: 175px;
    }

.section__photo .photoContent {
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
}

.photoContent {
    position: relative;
}

    .photoContent .input__upload {
        z-index: 3;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

.input__upload input {
    display: none;
}

.input__upload img {
    width: 100px;
    height: 100px;
    padding: 5px 10px;
}

.photoContent .edit {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px;
}

.photoContent .remove {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px;
}

.select__avatar__container .section__avatars {
    margin: 10px;
    max-width: 750px;
}

    .select__avatar__container .section__avatars .avatar__items {
        display: grid;
        grid-template-columns: repeat(5, 1fr); /* Maximum of 5 images per row */
        gap: 5px;
    }

.avatar__items .avatar {
    width: 80px;
    height: 80px;
}

    .avatar__items .avatar img {
        margin: auto;
    }

    .avatar__items .avatar:hover {
        background-color: var(--light-gray);
    }

.avatar .flag {
    float: right;
    display: none;
    width: 20px;
}

    .avatar .flag.selected {
        display: block;
        width: 20px;
    }

.select__avatar__container .btn {
    margin: 10px auto 10px auto;
    max-width: 35% !important;
}

@media (max-width: 700px) {
    .select__avatar__container .section__avatars .avatar__items {
        grid-template-columns: repeat( 3, 1fr ); /* 3 images per row on smaller screens */
    }
}

@media (max-width: 330px) {
    .select__avatar__container .section__avatars .avatar__items {
        grid-template-columns: repeat( 2, 1fr ); /* 3 images per row on smaller screens */
    }
}

.account__dropdown {
    position: relative;
    margin-bottom: 0.75rem;
}

.account__btn {
    background-color: transparent;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.61875rem;
    color: var(--blue);
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
}

    .account__btn:active,
    .account__btn:focus,
    .account__btn:hover {
        color: var(--dark-pink);
    }

        .account__btn:active svg path,
        .account__btn:focus svg path,
        .account__btn:hover svg path {
            stroke: var(--dark-pink);
        }

    .account__btn svg path {
        stroke: var(--blue);
    }

    .account__btn span {
        display: block;
    }

.account .dropdown-menu {
    padding: 1rem 1.875rem;
    border: 0.0625rem solid var(--light-gray);
    border-radius: 1rem;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(36, 36, 36, 0.15);
    min-width: 15rem;
}

    .account .dropdown-menu li + li .dropdown-item {
        border-top: 0.0625rem solid var(--light-gray);
        padding-top: 0.5rem;
        margin-top: 0.5rem;
    }

.account .dropdown-item {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9425rem;
    color: var(--blue);
    width: 100%;
    text-decoration: none;
    display: block;
}

    .account .dropdown-item:hover {
        color: var(--dark-pink);
    }

.account .dropdown-menu.show {
    display: block;
    overflow: visible;
    opacity: 1;
}

.account__favorite__box {
    height: 36px;
}

.account__favorite {
    position: relative;
    display: none;
}

    .account__favorite .favorites-count {
        background-color: var(--color-light);
        box-shadow: 0 0.125rem 0.375rem 0 #24242426;
        border-radius: 50%;
        position: absolute;
        align-items: center;
        justify-content: center;
        color: var(--pink);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.17313rem;
        letter-spacing: -0.02em;
        text-align: center;
        right: -0.75rem;
        top: -0.25rem;
        min-width: 1.5rem;
        height: 1.5rem;
    }

    .account__favorite svg {
        fill: var(--pink);
        stroke: var(--pink);
        width: 2.2rem;
        height: 2rem;
    }

        .account__favorite svg path {
            fill: var(--pink);
            stroke: var(--pink);
        }

.archiveProducts {
    padding-left: 2.5rem;
    padding-bottom: 3.75rem;
}

.archiveProducts__inner .col-lg-3.col-6:not(.visible) {
    /*visibility: hidden;*/
    /*display: none*/
}

/* nepouziva se kvuli scripts.js - tam je nastaveno pevne 12 kusu a defaultne je skryto */
.archiveProducts__btn {
    text-decoration: underline;
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
    transition: all 0.3s;
    margin: 3.375rem auto 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.61875rem;
    color: var(--blue);
    cursor: pointer;
}

    .archiveProducts__btn:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }

.nextProducts_btn {
    text-decoration: underline;
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
    transition: all 0.3s;
    margin: 3.375rem auto 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.61875rem;
    color: var(--blue);
    cursor: pointer;
}

    .nextProducts_btn:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }

.article-section {
    margin-bottom: 4.5rem;
}

.article-section__img {
    max-width: 120rem;
    margin: 2.5rem auto 2.5rem;
    height: auto;
}

    .article-section__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.article-section__date {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    margin-bottom: 0.75rem;
    color: var(--medium-gray);
}

.article-section h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.885rem;
    text-align: center;
    color: var(--color-text);
}

.article-section p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: var(--color-dark);
}

.article-section__author {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: var(--color-dark);
    margin-bottom: 0.5rem;
    font-style: italic;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.5rem;
}

.aside {
    max-width: 17rem;
    width: 100%;
    min-width: 17rem;
}

.aside__title {
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.5375rem;
    text-align: center;
    color: var(--blue);
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    letter-spacing: 0.0125rem;
}

.aside .asideProduct + .asideProduct {
    margin-top: 0.5rem;
}

.aside__products {
    margin-bottom: 2rem;
}

.aside__ban {
    width: 100%;
    height: auto;
}

    .aside__ban img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.asideBtn {
    display: block;
    margin: 0 auto;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.5rem;
    cursor: pointer;
    transition: all 0.1;
}

    .asideBtn.active {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.asideProduct {
    border: 0.0625rem solid var(--light-gray);
    padding: 0.75rem 1rem 0.75rem 1rem;
    text-align: center;
    text-decoration: none;
    display: none;
    flex-wrap: nowrap;
    gap: 0.5rem;
    box-shadow: 0 0.125rem 0.5rem 0 rgba(36, 36, 36, 0.25);
}

    .asideProduct:hover .asideProduct__title {
        color: var(--dark-pink);
    }

.asideProduct__price {
    font-size: 1.03125rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.asideProduct__title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 0.5rem;
}

.asideProduct__info {
    color: var(--color-text);
}

.asideProduct__img {
    height: 6.25rem;
    max-width: 5rem;
    width: 100%;
}

    .asideProduct__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.asideProduct.visible {
    display: flex;
}

.basket {
    background-color: var(--blue);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    height: 3.2rem;
    justify-content: center;
    transition: all 0.3s;
    text-decoration: none;
}

    .basket:hover {
        background-color: var(--dark-pink);
    }

        .basket:hover .basket__item-count {
            color: var(--dark-pink);
        }

.basket__item {
    width: 2.25rem;
    height: 2rem;
    position: relative;
}

    .basket__item svg {
        width: 100%;
        height: 100%;
        display: block;
    }

.basket__item-count {
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.3375rem;
    text-align: center;
    color: var(--blue);
    position: absolute;
    transition: all 0.3s;
    left: 0;
    right: 0;
    bottom: 0;
}

.basket span {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.61875rem;
    color: var(--color-light);
}

.blog-section {
    padding-bottom: 5rem;
}

.blogItem {
    padding-bottom: 3rem;
    border-bottom: 0.0625rem solid var(--light-gray);
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    position: relative;
    padding-right: 11.25rem;
    grid-template-rows: auto auto;
    grid-column-gap: 2rem;
    display: grid;
    grid-template-columns: 16.25rem 1fr;
}

    .blogItem::after {
        display: none;
        content: "";
        position: absolute;
        width: 2rem;
        height: 1.5rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/ico/arrow-right.svg");
        right: 0;
        bottom: 0.75rem;
        transition: all 0.3s;
    }

    .blogItem::before {
        content: "";
        position: absolute;
        width: 6.625rem;
        height: 6.625rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("../images/ico/blog-arrow.svg");
        right: 1.5rem;
        bottom: 1.5rem;
        transition: all 0.3s;
    }

    .blogItem:hover .h2 {
        color: var(--dark-pink);
    }

.blogItem__img {
    max-width: 16.25rem;
    width: 100%;
    min-width: 16.25rem;
    aspect-ratio: 256/266;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    grid-row: span 2;
}

    .blogItem__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.blogItem__content {
    grid-column: 2;
}

    .blogItem__content .h2 {
        margin-bottom: 0.75rem;
        transition: all 0.3s;
    }

.blogItem__date {
    color: var(--medium-gray);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.875rem;
    margin-bottom: 1rem;
}

.blogItem + .blogItem {
    margin-top: 2rem;
}

.copyright {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    color: var(--color-light);
    background-color: var(--blue);
    text-align: center;
}

.footer-content {
    display: flex;
}

.footer-content__ban {
    margin-left: auto;
    width: 14.25rem;
    display: block;
    margin-right: -0.5rem;
}

    .footer-content__ban img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.footer-content__links {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 1rem;
}

    .footer-content__links a {
        display: block;
        font-size: 1.25rem;
        line-height: normal;
        color: var(--blue);
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }

        .footer-content__links a:hover {
            color: var(--dark-pink);
        }

    .footer-content__links li + li {
        margin-top: 1.5rem;
    }

    .footer-content__links + .footer-content__links {
        padding-left: 2rem;
        margin-left: 2rem;
        border-left: 0.0625rem solid var(--light-gray);
    }

.footer-head {
    background-color: var(--dark-blue-100);
    padding: 0.75rem 0;
    border-bottom: 0.0625rem solid var(--light-gray);
    border-top: 0.0625rem solid var(--light-gray);
}

.footer-head__links {
    max-width: 31.25rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .footer-head__links a {
        padding: 0 1rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: var(--dark-blue);
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.61875rem;
    }

        .footer-head__links a img {
            width: 1rem;
            height: 1rem;
            -o-object-fit: contain;
            object-fit: contain;
        }

.header-info {
    box-shadow: 0 0 0.25rem 0 #12425526;
    display: flex;
    background-color: var(--dark-blue-100);
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
    align-items: center;
    margin-bottom: 1rem;
}

.header-info__ban {
    height: 7.5rem;
    width: 17.5rem;
    max-width: 19rem;
    min-width: 19rem;
}

    .header-info__ban img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.header-info__phone {
    padding-left: 2rem;
    padding-right: 1.5rem;
    position: relative;
}

    .header-info__phone p {
        display: block;
        padding-left: 1.875rem;
    }

    .header-info__phone a {
        display: flex;
        align-items: center;
        font-size: 1.5625rem;
        font-weight: 700;
        line-height: 2.02375rem;
        color: var(--blue);
        position: relative;
        padding-left: 1.875rem;
        text-decoration: none;
        transition: all 0.3s;
        margin-bottom: 0.125rem;
    }

        .header-info__phone a:hover {
            color: var(--dark-pink);
        }

            .header-info__phone a:hover svg path {
                fill: var(--dark-pink);
            }

        .header-info__phone a svg {
            position: absolute;
            left: 0;
            width: 1.5rem;
            height: 1.5rem;
        }

            .header-info__phone a svg path {
                transition: all 0.3s;
            }

    .header-info__phone::before {
        content: "";
        position: absolute;
        left: 0;
        height: 5.5rem;
        background-color: var(--blue);
        width: 0.0625rem;
        top: -0.25rem;
    }

    .header-info__phone::after {
        content: "";
        position: absolute;
        right: 0;
        height: 5.5rem;
        background-color: var(--blue);
        width: 0.0625rem;
        top: -0.25rem;
    }

.header-info__item + .header-info__item {
    width: 100%;
}

.header-info__email {
    position: relative;
    padding: 0 1rem;
    max-width: 16.875rem;
}

    .header-info__email a {
        color: var(--blue);
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
        padding-left: 1.625rem;
        position: relative;
    }

        .header-info__email a:hover {
            color: var(--dark-pink);
        }

            .header-info__email a:hover svg path {
                fill: var(--dark-pink);
            }

        .header-info__email a svg {
            left: 0;
            width: 1.125rem;
            height: 0.875rem;
            position: absolute;
            -o-object-fit: contain;
            object-fit: contain;
            transition: all 0.3s;
        }

        .header-info__email a:first-child {
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 2rem;
            display: block;
        }

        .header-info__email a:last-child {
            font-size: 12px;
            font-weight: 550;
            line-height: 2rem;
            display: flex;
            align-items: center;
            gap: 0.25rem;
            -webkit-text-decoration-color: inherit;
            text-decoration-color: inherit;
        }

.header-info__address {
    font-size: 1.15625rem;
    line-height: 1.4975rem;
    color: var(--blue);
    display: flex;
    gap: 0.375rem;
    padding: 0 2rem;
    position: relative;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: all 0.3s;
    max-width: 18.125rem;
    transition: all 0.3s;
}

    .header-info__address span {
        display: contents;
    }

    .header-info__address:hover {
        color: var(--dark-pink);
        font-weight: 700;
    }

        .header-info__address:hover svg path:last-child {
            stroke: var(--dark-pink);
        }

        .header-info__address:hover svg path:first-child {
            fill: var(--dark-pink);
        }

    .header-info__address svg {
        width: 1.5rem;
        height: 1.5rem;
        display: block;
        min-width: 1.5rem;
    }

        .header-info__address svg path {
            transition: all 0.3s;
        }

.headerMob-info {
    display: none;
    margin-bottom: 0.75rem;
}

    .headerMob-info .header-info__phone {
        display: block;
    }

        .headerMob-info .header-info__phone::before,
        .headerMob-info .header-info__phone::after {
            display: none;
        }

.headerMob-info__box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.headerMob-info__box-user {
    background-color: var(--blue);
    border-radius: 100%;
    width: 2.125rem;
    height: 2.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .headerMob-info__box-user.logged img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .headerMob-info__box-user.non_logged img {
        margin-right: -0.1875rem;
        width: 1.25rem;
        height: 1.25rem;
        -o-object-fit: contain;
        object-fit: contain;
    }

.headerMob-info__box-basket {
    position: relative;
    height: 2.125rem;
    width: 2.375rem;
    display: block;
}

    .headerMob-info__box-basket img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .headerMob-info__box-basket span {
        text-align: center;
        color: var(--color-light);
        position: absolute;
        transition: all 0.3s;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.5rem;
    }

.header__opener {
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: rgba(25, 80, 121, 0.1);
    padding-top: 1rem;
    border-radius: 0.5rem;
    width: 4.875rem;
    height: 4.5rem;
}

    .header__opener:hover svg path {
        stroke: var(--dark-pink);
    }

    .header__opener:hover span {
        color: var(--dark-pink);
    }

    .header__opener svg {
        width: 2rem;
        height: 1.5rem;
        margin-bottom: 0.25rem;
        transition: all 0.3s;
    }

    .header__opener span {
        display: block;
        font-size: 0.9375rem;
        font-weight: 400;
        text-align: center;
        color: var(--blue);
        line-height: 0;
        line-height: 1rem;
        transition: all 0.3s;
    }

.header__promotion {
    background-color: rgba(85, 18, 55, 0.15);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    letter-spacing: 0.01563rem;
}

    .header__promotion span {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: var(--dark-blue);
        font-size: 0.875rem;
        font-style: italic;
        line-height: 1.13313rem;
    }

.header-search {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1.25rem;
}

    .header-search .loginBtn {
        display: none;
    }

.header-search__form {
    margin-left: auto;
    max-width: 30rem;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 2.8125rem;
}

    .header-search__form:hover input {
        border-color: var(--dark-pink);
    }

    .header-search__form input {
        border: 0.0625rem solid var(--blue);
        display: block;
        height: 100%;
        width: 100%;
        border-radius: 0.43rem;
        padding: 0 1.25rem;
        outline: none;
        border-right: 3.5rem solid var(--blue);
        transition: all 0.3s;
    }

        .header-search__form input:focus,
        .header-search__form input:active,
        .header-search__form input:target,
        .header-search__form input:hover {
            border-color: var(--dark-pink);
            border-right: 3.5rem solid var(--dark-pink);
        }

    .header-search__form button {
        position: absolute;
        z-index: 2;
        cursor: pointer;
        right: 0;
        background: transparent;
        border: none;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3.5rem;
    }

        .header-search__form button svg {
            display: block;
            width: 1.875rem;
            height: 1.875rem;
        }

.header-search__title {
    color: var(--pink);
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.9425rem;
    letter-spacing: 0.01563rem;
}

.header-search__ban {
    max-width: 10.625rem;
    height: 4.25rem;
    width: 100%;
}

    .header-search__ban img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.header-board {
    display: flex;
    gap: 2.125rem;
}

.header-board__account {
    width: 10.68rem;
    display: block;
    height: 100%;
}

.header-slider {
    max-width: calc(100% - 12.8rem);
    height: 100%;
    width: 100%;
}

.header-slider__item {
    width: 100%;
    aspect-ratio: 922/296;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

    .header-slider__item img {
        width: 100%;
        height: 100%;
        border-radius: 1rem;
        -o-object-fit: cover;
        object-fit: cover;
    }

.header-slider .carousel-indicators {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.875rem;
    margin-bottom: 0;
}

    .header-slider .carousel-indicators button {
        cursor: pointer;
        display: block;
        border: none;
        outline: none;
        font-size: 0;
        background-color: var(--light-gray);
        width: 1rem;
        height: 1rem;
        border-radius: 100%;
        display: block;
        width: 16px;
        height: 16px;
        margin: 0;
        padding: 0;
    }

        .header-slider .carousel-indicators button .active {
            background-color: var(--dark-gray) !important;
        }
/*! purgecss start ignore */

.base .modal {
    z-index: 9999999;
    height: 100%;
}

    .base .modal .close {
        border: none;
        outline: none;
        background-color: transparent;
        display: block;
        width: 1.5rem;
        height: 1.5rem;
    }

.base .modal-title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.78063rem;
    text-align: center;
    color: var(--blue);
    margin-bottom: 1.5rem;
}

.base .modal-dialog {
    background-color: transparent !important;
    width: 100%;
    position: relative;
    padding-top: 2.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
    max-width: 100%;
}

.base .modal-content {
    position: relative;
    z-index: 99999999999;
    border-radius: 0.5rem;
    background-color: var(--color-light);
    padding: 1.125rem 1.5rem 2rem;
}

.base .modal-body {
    padding: 0;
}

.modal-open .base {
    position: relative;
}

    .modal-open .base::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.9;
        background: rgba(2, 0, 36, 0.25);
        width: 100%;
        height: 100%;
        z-index: 999999;
    }

.modalLogin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}

.modalLogin-header__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: var(--blue);
}

.modalLogin .form-btn__resset {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.modalLogin .loginForm {
    display: block !important;
}

.modalLogin .form-btn {
    padding: 0;
}
/*! purgecss end ignore */

.navbar {
    background-color: var(--blue);
    border-top: 0.5rem solid var(--pink);
    box-shadow: 0 0.25rem 0.5rem 0 rgba(25, 80, 121, 0.15);
    margin-top: 1.5rem;
    position: relative;
}

    .navbar::before {
        content: "";
        position: absolute;
        background-image: url("../images/content/dog.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 7.75rem;
        height: 5.375rem;
        right: 0;
        top: -5.8125rem;
    }

    .navbar::after {
        content: "";
        position: absolute;
        background-image: url("../images/content/cat.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 7.375rem;
        height: 5.375rem;
        left: 0;
        top: -5.8125rem;
    }

.navbar__btn {
    display: none;
}

.navbar__menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .navbar__menu.centered {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.navbar__menu-item {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.78063rem;
    text-align: center;
    color: var(--color-light);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: 0.03125rem;
    padding: 0.625rem 2rem;
    cursor: pointer;
    transition: all 0.2s;
}

.navbar__menu .navbar__menu-list {
    position: relative;
}

.navbar__menu .account__menu {
    display: none;
}

.navbar__menu-list:hover:not(:first-child)::before {
    opacity: 0 !important;
}

.navbar__menu-list:hover:not(:first-child) .dropdown-menu {
    transition: all 0.8s;
    display: flex;
}

.navbar__menu-list:hover:not(:first-child) .navbar__menu-item {
    background-color: var(--color-light) !important;
    color: var(--blue) !important;
}

.navbar__menu-list--horses .dropdown-menu {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.navbar__menu .navbar__menu-list--cats .dropdown-menu {
    -webkit-transform: translateX(-39%);
    transform: translateX(-39%);
}

.navbar__menu:not(.centered) .navbar__menu-list--cats .dropdown-menu {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
}

.navbar__menu .navbar__menu-list--dogs .dropdown-menu {
    -webkit-transform: translateX(-10%);
    transform: translateX(-30%);
}

.navbar__menu .navbar__menu-list--icons .dropdown-menu {
    right: 0 !important;
    left: auto;
}

.navbar__menu .navbar__menu-list--icons .dropdown-menu__item a {
    margin-bottom: 1rem !important;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.37625rem;
    text-transform: uppercase;
}

.navbar__menu .navbar__menu-list + .navbar__menu-list::before {
    content: "";
    position: absolute;
    left: -0.0625rem;
    width: 0.0625rem;
    height: 1.4375rem;
    top: 0.875rem;
    background-color: var(--color-light);
    transition: all 0.2s;
}

a.navbar__menu-item {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

a.no__decoration {
    text-decoration: none !important;
}

.navbar__menu-item.highlight:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
}

a .navbar__menu-item:hover {
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 999;
    width: -webkit-max-content;
    width: max-content;
    top: 3.0625rem;
    min-width: 12.5rem;
    border-radius: 0 0 0.25rem 0.25rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    background-color: var(--color-light);
    box-shadow: 0 0.25rem 1rem 0 #0200241a;
    left: 0%;
    border: 0.0625rem solid var(--light-gray);
    border-top: none;
}

.dropdown-menu__item {
    margin-bottom: 1.5rem;
}

    .dropdown-menu__item:last-child {
        margin-bottom: 0;
        padding-bottom: 0.5rem;
    }

.dropdown-menu__list + .dropdown-menu__list::before {
    content: "";
    position: absolute;
    width: 0.0625rem;
    height: 100%;
    left: 0;
    top: -0.375rem;
    background-color: var(--light-gray);
}

.dropdown-menu__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1.5rem;
    text-align: left;
    position: relative;
}

    .dropdown-menu__list a {
        display: block;
        width: 100%;
        padding: 0;
        color: var(--blue);
        font-size: 1.25rem;
        font-weight: 400;
        text-decoration: none;
        margin-bottom: 0.375rem;
    }

        .dropdown-menu__list a:hover {
            color: var(--pink);
        }

    .dropdown-menu__list:not(:last-child) {
        min-width: 11rem;
    }

.is-nav-open .navbar {
    display: flex !important;
}

.is-nav-open .navbar__menu {
    flex-direction: column;
}

.shoppingCart__login .login-link-modal {
    display: none;
}

.order-detail {
    margin-top: 2.25rem;
    padding-bottom: 7.5rem;
}

    .order-detail .popularProducts__btn {
        margin-top: 6.25rem;
    }

.order-detail__number {
    background: rgba(121, 107, 25, 0.05);
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 0.5rem 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    border: 0.0625rem solid var(--light-gray);
}

.order-detail__links {
    display: flex;
    align-items: center;
    padding-right: 1.5rem;
    gap: 5rem;
    justify-content: flex-end;
}

    .order-detail__links a {
        display: flex;
        align-items: center;
        transition: all 0.3s;
        color: var(--blue);
        font-size: 1.0625rem;
        font-weight: 700;
        line-height: 1.5rem;
        text-decoration: none;
        gap: 0.5rem;
    }

        .order-detail__links a svg path {
            transition: all 0.3s;
        }

        .order-detail__links a:hover {
            color: var(--dark-pink);
        }

.order-detail__links-orders:hover svg path {
    stroke: var(--dark-pink);
}

.order-detail__links-download:hover svg path:first-child {
    fill: var(--dark-pink);
}

.order-detail__links-download:hover svg path:last-child {
    stroke: var(--dark-pink);
}

.orderInfo {
    margin-bottom: 2.5rem;
}

.orderInfo__inner {
    display: flex;
    justify-content: space-between;
}

.orderInfo h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.9425rem;
}

.orderInfo__list h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.9425rem;
    margin-bottom: 0.25rem;
}

.orderInfo__list li,
.orderInfo__list li a {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: var(--color-text);
}

.orderInfo__list a {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

    .orderInfo__list a:hover {
        -webkit-text-decoration-color: inherit;
        text-decoration-color: inherit;
    }

.orderDiscount {
    margin-bottom: 3.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 2rem;
    color: var(--color-text);
    font-size: 1.25rem;
    line-height: 1.875rem;
}

    .orderDiscount .orderDiscount__code {
        margin-right: auto;
    }

        .orderDiscount .orderDiscount__code span {
            font-weight: 700;
        }

    .orderDiscount .orderDiscount__text {
        margin: 0 5px;
    }

    .orderDiscount .orderDiscount__delete {
        padding-left: 22px;
        padding-right: 22px;
    }

.orderTable {
    margin-bottom: 1.5rem;
}

    .orderTable table {
        width: 100%;
        border-collapse: separate !important;
        color: var(--color-text);
        border: 0.0625rem solid var(--light-gray);
        border-radius: 0.5rem 0.5rem 0 0;
        border-spacing: 0;
        overflow: hidden;
    }

    .orderTable thead {
        background: rgba(121, 107, 25, 0.05);
    }

    .orderTable th {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.61875rem;
        text-align: center;
        padding: 0.5rem 2.25rem;
        white-space: nowrap;
        border-bottom: 0.0625rem solid var(--light-gray);
        min-width: 165px;
    }

        .orderTable th:first-child {
            text-align: left;
        }

    .orderTable td {
        text-align: center;
        font-size: 1.25rem;
        line-height: 1.875rem;
        padding: 0.75rem 1rem;
        border-bottom: 0.0625rem solid var(--light-gray);
    }

        .orderTable td span {
            display: none;
        }

        .orderTable td:first-child {
            text-align: left;
        }

.orderResult {
    max-width: 22.5rem;
    margin-left: auto;
    width: 100%;
}

    .orderResult table {
        width: 100%;
        border-collapse: collapse;
    }

    .orderResult td {
        color: var(--color-text);
        padding: 1.375rem 0.5rem;
        font-size: 1.25rem;
        line-height: 1.875rem;
        text-align: left;
        border-bottom: 0.0625rem solid var(--light-gray);
    }

        .orderResult td:last-child {
            text-align: right;
        }

    .orderResult tr:last-child td {
        border-bottom: none;
        padding-bottom: 0;
    }

.orderResult__alert {
    color: var(--dark-pink);
    text-align: center;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.875rem;
    text-align: right;
    padding: 0 3.75rem;
    margin-top: 4rem;
}

.ordersItem {
    border: 0.0625rem solid var(--light-gray);
    padding: 0.75rem 3.75rem;
}

.ordersItem__products a:hover span {
    color: var(--dark-pink);
}

.ordersItem__products a:hover svg path {
    stroke: var(--dark-pink);
}

.ordersItem__products-list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 0.5rem;
}

    .ordersItem__products-list > li {
        border: 0.0625rem solid var(--light-gray);
        padding: 0.25rem;
        display: block;
    }

        .ordersItem__products-list > li img {
            -o-object-fit: contain;
            object-fit: contain;
            width: 4.625rem;
            height: 4rem;
        }

.ordersItem__title {
    font-size: 1.0625rem;
    line-height: 1.5rem;
    margin-bottom: 0.75rem;
}

.ordersItem__link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    margin-top: auto;
    width: -webkit-max-content;
    width: max-content;
}

    .ordersItem__link span {
        display: block;
        font-size: 1.0625rem;
        font-weight: 700;
        line-height: 1.5rem;
        transition: all 0.3s;
        color: var(--blue);
    }

    .ordersItem__link svg {
        width: 1.5rem;
        height: 1.5rem;
        display: block;
        transition: all 0.3s;
    }

.ordersItem__num {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

.ordersItem__date a:hover svg path:first-child {
    fill: var(--dark-pink);
}

.ordersItem__date a:hover svg path:last-child {
    stroke: var(--dark-pink);
}

.ordersItem__date a:hover span {
    color: var(--dark-pink);
}

.ordersItem__price {
    margin-left: auto;
}

    .ordersItem__price a:hover svg path {
        fill: var(--dark-pink);
    }

    .ordersItem__price a:hover span {
        color: var(--dark-pink);
    }

.ordersItem__list {
    display: flex;
    gap: 2.5rem;
    height: 100%;
}

    .ordersItem__list li {
        color: var(--color-text);
        display: flex;
        flex-direction: column;
    }

.ordersItem + .ordersItem {
    margin-top: 1rem;
}

.orders-section {
    padding-bottom: 3.375rem;
}

.pageNotFound {
    margin-bottom: 4.375rem;
}

.pageNotFound__inner a {
    color: var(--blue);
    text-align: center;
    font-size: 2rem;
    line-height: 1.5rem;
    display: block;
}

.pageNotFound__title {
    color: var(--blue);
    font-size: 18.75rem;
    font-weight: 400;
    text-align: center;
    line-height: 73%;
    padding-top: 1.25rem;
    border-left: 0.25rem solid var(--blue);
    border-right: 0.25rem solid var(--blue);
}

.pageNotFound__bottom {
    color: var(--color-light);
    text-align: center;
    position: relative;
    font-size: 3.75rem;
    line-height: 4.85625rem;
    background-color: var(--blue);
    padding: 1rem 5.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    margin-bottom: 1.75rem;
}

    .pageNotFound__bottom::before {
        content: "";
        position: absolute;
        left: 0.5rem;
        bottom: 0.125rem;
        background-image: url("../images/ico/notfound.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 4.875rem;
        height: 5.75rem;
    }

.partners-section {
    display: flex;
    justify-content: space-evenly;
    gap: 1.25rem;
    padding-top: 3rem;
    border-top: 0.0625rem solid var(--light-gray);
    margin-left: 2rem;
    margin-bottom: 3rem;
}

    .partners-section a {
        display: block;
        height: 4rem;
    }

        .partners-section a img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }

.popularProducts {
    padding-top: 2.25rem;
    padding-left: 2.25rem;
    padding-bottom: 3.75rem;
}

.popularProducts__btn {
    margin-left: auto;
    max-width: 21.25rem;
    margin-top: 5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .popularProducts__btn svg {
        width: 1.5rem;
        height: 1.5rem;
    }

.product-section {
    padding-left: 2rem;
    padding-top: 4.125rem;
}

.product-section__download {
    display: none;
}

.product-section__container {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.product-section__file {
    margin-top: 1.5rem;
    margin-bottom: 4.5rem;
}

.product-section__img {
    max-width: 17rem;
    aspect-ratio: 272/249;
    width: 100%;
    height: auto;
    /*float: left*/
}

    .product-section__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.product-section__box {
    margin-bottom: 2.5rem;
}

.productFormContainer {
    display: flex !important;
    align-self: end;
}

.productForm {
    margin-top: 2rem;
    margin-bottom: 1rem;
    max-width: 350px;
}

.productForm__radios {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.625rem;
}

    .productForm__radios label {
        max-width: 20rem;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        cursor: pointer;
    }

        .productForm__radios label p {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

.formRadio input[type="checkbox"],
.formRadio input[type="radio"] {
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    aspect-ratio: 1;
    border: calc(1em / 8) solid #020024;
    padding: calc(1em / 8);
    background: radial-gradient(farthest-side, #b10061 94%, rgba(0, 0, 0, 0)) 50%/0 0 no-repeat content-box;
    border-radius: 50%;
    outline-offset: calc(1em / 10);
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: inherit;
    transition: 0.3s;
}

    .formRadio input[type="checkbox"]:checked,
    .formRadio input[type="radio"]:checked {
        border-color: #b10061;
        background-size: 100% 100%;
    }

    .formRadio input[type="checkbox"]:disabled,
    .formRadio input[type="radio"]:disabled {
        background: linear-gradient(#939393 0 0) 50%/100% 20% no-repeat content-box;
        opacity: 0.5;
        cursor: not-allowed;
    }

.productForm__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
}

    .productForm__links .link path {
        stroke: var(--blue);
    }

    .productForm__links .btn {
        max-width: 21.25rem;
    }

.productForm__input {
    margin-bottom: 1.375rem;
    display: flex;
    align-items: center;
    padding: 0.8125rem 1.5rem;
    border-radius: 0.5rem;
    border: 0.0625rem solid var(--light-gray);
    gap: 0.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

    .productForm__input .counter__btn {
        width: 1.5rem;
        height: 1.5rem;
        cursor: pointer;
    }

    .productForm__input .counter__value {
        height: auto;
        max-width: 4.00rem;
        text-align: center;
        width: 100%;
        border: none;
        background-color: transparent;
        font-size: 1.09375rem;
        font-weight: 400;
        line-height: 1.25rem
    }

        .productForm__input .counter__value:hover {
            border: none;
            box-shadow: none;
        }

.productsSlider {
    padding-left: 6.25rem;
    padding-right: 3.125rem;
    margin-bottom: 3.125rem;
    max-width: 56.25rem;
}

.productsSlider__title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9425rem;
    color: var(--blue);
    border-bottom: 0.0625rem solid var(--light-gray);
    padding-bottom: 0.75rem;
    margin-bottom: 1.6875rem;
    letter-spacing: 0;
}

.productsSlider__inner {
    display: flex !important;
    gap: 1rem;
}

.productsSlider .slick-slide > div {
    height: 100%;
    padding: 0 0.5rem;
}

.productsSlider .slick-list {
    padding-bottom: 1.375rem !important;
}

.productsSlider .slick-track {
    height: 100%;
}

.productItem {
    border-radius: 1rem;
    padding: 0.625rem 0 1.25rem 0;
    border: 0.0625rem solid var(--light-gray);
    display: flex !important;
    height: 100%;
    flex-direction: column;
    min-height: 22.625rem;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(36, 36, 36, 0.25);
    text-decoration: none;
    transition: all 0.1s;
}

    .productItem:hover {
        border: 0.125rem solid var(--medium-gray);
        box-shadow: 0 0.25rem 1.5rem 0 rgba(36, 36, 36, 0.25);
    }

.productItem__price {
    margin-top: auto;
    padding: 0 0.375rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.45688rem;
    text-align: center;
    color: var(--blue);
}

    .productItem__price span {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.295rem;
        display: block;
        margin-top: 0.375rem;
    }

.productItem__title {
    color: var(--color-dark);
    font-size: 1.09375rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0.01em;
    text-align: center;
    padding: 0 0.375rem;
    margin-bottom: 0.375rem;
}

    .productItem__title span {
        display: block;
        font-size: 1.03125rem;
        font-weight: 400;
        line-height: 1.5rem;
        letter-spacing: -0.02em;
    }

.productItem__head {
    padding: 0 0.875rem;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    align-items: center;
}

.productItem__state {
    color: var(--dark-pink);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.13313rem;
}

.productItem__favorite {
    width: 1.5625rem;
    height: 1.5625rem;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background-color: transparent;
}

    .productItem__favorite:hover svg path {
        stroke: var(--pink);
    }

    .productItem__favorite svg {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

        .productItem__favorite svg path {
            transition: all 0.3s;
        }

.productItem__img {
    width: 100%;
    height: 9.8rem;
    margin-bottom: 0.875rem;
}

    .productItem__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.productItem .btn {
    margin: 2.25rem auto 0;
    max-width: 8rem;
    justify-content: center;
}

.productItem.active .productItem__favorite svg path {
    fill: var(--pink);
    stroke: var(--pink);
}

.productsSlider__btn {
    position: relative;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 58%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    background: transparent;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
}

    .productsSlider__btn img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.productsSlider__btnnext {
    right: -2.125rem;
}

.productsSlider__btnprev {
    left: -2.125rem;
}

.productsSlider__inner:not(.slick-slider) {
    padding: 0 0.5rem;
}

    .productsSlider__inner:not(.slick-slider) .productItem {
        max-width: 10.75rem;
        width: 100%;
    }

.loginForm {
    margin-bottom: 1.25rem;
}

.form__box {
    position: relative;
}

    .form__box textarea {
        display: block;
        border: 0.0625rem solid var(--light-gray);
        border-radius: 0.5rem 0.5rem 0 0;
        width: 100%;
        min-height: 5rem;
        resize: none;
        white-space: pre-wrap;
        overflow: hidden;
        padding: 0.75rem 1rem;
        outline: none;
        transition: all 0.3s;
    }

        .form__box textarea:hover {
            box-shadow: 0 0.25rem 0.5rem 0 #24242426;
        }

        .form__box textarea:focus,
        .form__box textarea:target {
            box-shadow: 0 0.25rem 0.5rem 0 #24242426;
            border: 0.0625rem solid var(--medium-gray);
        }

    .form__box input,
    .userCard__content button {
        margin-bottom: 0.5rem;
    }

    .form__box > span.error.field-validation-valid::before {
        display: none;
    }

    .form__box > span:not(.error) {
        position: absolute;
        display: block;
        right: 1rem;
        top: 2.8rem;
        cursor: pointer;
        z-index: 5;
    }

        .form__box > span:not(.error) svg {
            width: 100%;
            height: 100%;
        }

.form-label {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.78063rem;
    color: var(--blue);
    display: block;
    margin-bottom: 0.25rem;
}

.form-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 1.9375rem;
}

    .form-btn .btn {
        height: 3.25rem;
    }

.form-btn__resset {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.45688rem;
    text-align: center;
    color: var(--blue);
    text-decoration: none;
    transition: all 0.3s;
    margin-top: 1rem;
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
    text-decoration: underline;
    transition: all 0.3s;
}

    .form-btn__resset:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
        color: var(--dark-pink);
    }

.toggle-password.active::before {
    content: "";
    position: absolute;
    right: 0.8125rem;
    bottom: 0.5625rem;
    width: 0.125rem;
    height: 1.25rem;
    background-color: var(--medium-gray);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.formRegistration {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}

    .formRegistration button.btn {
        max-width: 22.5rem;
        margin: 2.5rem auto 0;
    }

.form-check {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.61875rem;
    color: var(--blue);
    margin-top: 3.375rem;
    margin-bottom: 1.5rem;
}

    .form-check span {
        display: block;
    }

    .form-check label {
        cursor: pointer;
    }

        .form-check label::before {
            content: "";
            background-color: #fff;
            border: 0.125rem solid var(--blue);
            border-radius: 50%;
            cursor: pointer;
            height: 1.125rem;
            left: 0;
            position: absolute;
            top: 0.25rem;
            width: 1.125rem;
        }

    .form-check input[type="checkbox"] {
        visibility: hidden;
    }

        .form-check input[type="checkbox"]:checked + label::before {
            background-image: url("../images/ico/check.svg");
            background-repeat: no-repeat;
            width: 1.1875rem;
            height: 1.1875rem;
            background-size: 0.625rem;
            background-position: center;
        }

        .form-check input[type="checkbox"]:checked + label:after {
            opacity: 1;
        }

.alert {
    /*display: none*/
}

.error__container {
    margin: 5px;
    padding: 5px;
    display: none;
}

.error {
    color: var(--pink);
    position: relative;
    padding-left: 1.5rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.45688rem;
    display: block;
}

    .error::before {
        content: "";
        position: absolute;
        left: 0;
        background-image: url("../images/ico/error.svg");
        width: 1rem;
        height: 1rem;
        top: 0.25rem;
        background-size: contain;
        background-repeat: no-repeat;
    }

.shoppingCart__message {
    margin-top: 5rem;
    margin-bottom: 5.75rem;
}

.shoppingCart__message-inner {
    max-width: 37.5rem;
    margin: 0 auto;
    text-align: center;
}

.shoppingCart__message .title {
    margin-bottom: 3.125rem;
}

.shoppingCart__message .btn {
    max-width: 22.125rem;
    margin: 0 auto;
}

.shoppingCart {
    margin-bottom: 5rem;
    margin-top: 4.5rem;
}

    .shoppingCart .shoppingInfo__bottom {
        margin-top: 5rem;
    }

.shoppingCart__discount {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
    gap: 2rem;
}

    .shoppingCart__discount .form__box {
        max-width: 16rem;
        width: 100%;
    }

    .shoppingCart__discount input {
        margin: 0;
    }

    .shoppingCart__discount .btn {
        max-width: 10.25rem;
    }

.shoppingCart__login {
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
    color: var(--dark-blue);
    border: 0.0625rem solid var(--light-gray);
    background: rgba(85, 18, 55, 0.15);
    border-radius: 0.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.625rem auto -1.5rem;
    padding: 1rem 3rem;
}

.cart {
    margin-bottom: 3rem;
}

    .cart table {
        width: 100%;
        border-collapse: separate !important;
        border-spacing: 0;
        border-radius: 0.5rem 0.5rem 0 0;
        border-top: 0.0625rem solid var(--light-gray);
    }

    .cart th,
    .cart td {
        text-align: center;
        color: var(--color-text);
    }

    .cart th {
        font-size: 1.0625rem;
        font-weight: 700;
        line-height: 1.37625rem;
        border-bottom: 0.0625rem solid var(--light-gray);
        background: rgba(121, 107, 25, 0.05);
        padding: 0.5rem 1.375rem 0.75rem;
    }

    .cart td {
        font-size: 1.25rem;
        line-height: 1.875rem;
        padding: 1rem 1.375rem 0.75rem;
    }

    .cart th:first-child {
        border-radius: 0.5rem 0 0 0;
        border-left: 0.0625rem solid var(--light-gray);
        padding-left: 2.25rem;
    }

    .cart th:last-child {
        border-right: 0.0625rem solid var(--light-gray);
        border-radius: 0 0.5rem 0 0;
    }

    .cart th:last-child,
    .cart td:last-child {
        padding-left: 0;
    }

    .cart td:first-child,
    .cart th:first-child {
        text-align: left;
        max-width: 17.75rem;
    }

.cart-product {
    display: flex;
    gap: 0.75rem;
    cursor: pointer;
    text-decoration: none;
}

    .cart-product:hover .cart-product__name {
        color: var(--dark-pink) !important;
    }

.cart-product__img {
    height: 5rem;
    max-width: 5.4375rem;
    width: 100%;
}

    .cart-product__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.cart-product__delete {
    width: 1.5rem;
    height: 1.5rem;
}

    .cart-product__delete svg path {
        transition: all 0.3s;
    }

    .cart-product__delete:hover path:first-child {
        fill: var(--dark-pink);
    }

    .cart-product__delete:hover path:last-child {
        stroke: var(--dark-pink);
    }

.cart .productForm__input {
    border: none;
    padding: 0;
    margin: 0;
    gap: 0.5rem;
}

.cart .counter__value {
    padding: 0;
    max-width: 2.5rem;
}

.cart tbody tr + tr td {
    border-top: 0.0625rem solid var(--light-gray);
}

.cartsMobile {
    display: none;
}

.cartMobile + .cartMobile {
    margin-top: 2rem;
}

.cartMobile .productForm__input {
    margin: 0.5rem auto 1rem;
}

.cartMobile-product {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
}

.cartMobile-product__img {
    height: 5rem;
    max-width: 5.4375rem;
    width: 100%;
}

    .cartMobile-product__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.cartMobile__info {
    border: 0.0625rem solid var(--medium-gray);
    border-radius: 0.25rem;
}

    .cartMobile__info li {
        display: flex;
        font-size: 1rem;
        line-height: 1.295rem;
        align-items: center;
    }

        .cartMobile__info li:nth-child(odd) {
            background: rgba(121, 107, 25, 0.05);
        }

    .cartMobile__info span {
        font-weight: 700;
        max-width: 50%;
        padding: 0.625rem 0.75rem;
        width: 100%;
        display: block;
        padding-right: 1rem;
        margin-right: 1rem;
        border-right: 0.125rem solid var(--color-light);
    }

.shoppingInfo {
    margin-top: 2.25rem;
    margin-bottom: 4.5rem;
}

.shoppingInfo__bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
    margin-top: 1.75rem;
}

    .shoppingInfo__bottom .link path {
        stroke: var(--blue);
    }

    .shoppingInfo__bottom .btn {
        max-width: 22.25rem;
    }

.shoppingInfo .form__box input {
    margin-bottom: 0;
}

.shoppingInfo .formRadio input[type="checkbox"],
.shoppingInfo .formRadio input[type="radio"] {
    border: 0.125rem solid var(--blue) !important;
}

    .shoppingInfo .formRadio input[type="checkbox"]:checked,
    .shoppingInfo .formRadio input[type="radio"]:checked {
        border: 0.125rem solid var(--pink) !important;
    }

.shoppingInfo__check {
    display: flex;
    gap: 0.5rem;
    color: var(--color-text);
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 1.5rem;
    padding-bottom: 10px;
}

    .shoppingInfo__check img {
        margin-left: auto;
        height: 1.5rem;
        -o-object-fit: contain;
        object-fit: contain;
    }

.shoppingInfo__boxes label + label {
    margin-top: 1rem;
}

.shoppingInfo .form-check {
    margin-top: 0;
}

.shoppingInfo textarea {
    min-height: 8rem;
}

.shoppingInfo .company-fields {
    margin-bottom: 2.5rem;
}

.shoppingInfo .companyAddress-fields {
    margin-bottom: 5rem;
}

.shoppingInfo__board {
    background: rgba(121, 107, 25, 0.05);
    border-radius: 2rem;
    width: 100%;
    padding: 2.375rem 2rem;
}

.shoppingInfo__board-pay {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 0.0625rem solid var(--light-gray);
}

.shoppingInfo__board .title {
    display: flex;
    text-align: center;
    gap: 0.75rem;
}

    .shoppingInfo__board .title svg {
        width: 2rem;
        height: 2.5rem;
        min-width: 2rem;
        vertical-align: middle;
    }

.shoppingInfo__board-text {
    display: flex;
    gap: 0.5rem;
}

    .shoppingInfo__board-text svg {
        width: 1rem;
        min-width: 1rem;
        height: 1rem;
    }

.packeta_point {
    margin-left: 35px;
    font-size:
}

.shoppingMenu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shoppingMenu__item {
    height: 3.5rem;
    padding: 0 6.875rem;
    background-color: var(--dark-pink);
    color: var(--color-light);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

    .shoppingMenu__item.active {
        background-color: var(--pink);
    }

        .shoppingMenu__item.active::before {
            content: "";
            position: absolute;
            top: 3.4375rem;
            border: 2.25rem solid transparent;
            border-top: 1.125rem solid var(--pink);
        }

        .shoppingMenu__item.active span {
            color: var(--pink);
        }

    .shoppingMenu__item:first-child {
        justify-content: flex-end;
    }

    .shoppingMenu__item:nth-child(2) {
        max-width: -webkit-max-content;
        max-width: max-content;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }

        .shoppingMenu__item:nth-child(2).active::before {
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 3.75rem;
        }

    .shoppingMenu__item span {
        width: 2rem;
        height: 2rem;
        background: rgba(231, 228, 207, 0.5);
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--dark-pink);
    }

    .shoppingMenu__item a {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        position: relative;
        text-decoration: none;
    }

    .shoppingMenu__item + .shoppingMenu__item {
        border-left: 0.125rem solid var(--color-light);
    }

.shoppingRecapitulation {
    margin-top: 3.5rem;
    margin-bottom: 5.25rem;
}

    .shoppingRecapitulation .title {
        margin-bottom: 3.5rem;
    }

.shoppingRecapitulation__info {
    margin-bottom: 4.5rem;
    display: flex;
    margin-left: -3.5rem;
    margin-right: -3.5rem;
}

.shoppingRecapitulation__info-col + .shoppingRecapitulation__info-col {
    border-left: 0.0625rem solid var(--light-gray);
}

.shoppingRecapitulation__info-col {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 3.5rem;
}

    .shoppingRecapitulation__info-col .h3 {
        margin-bottom: 2.5rem;
    }

    .shoppingRecapitulation__info-col ul {
        color: var(--color-text);
        font-size: 1.25rem;
        line-height: 2.5rem;
    }

        .shoppingRecapitulation__info-col ul li {
            display: flex;
            gap: 1.25rem;
        }

            .shoppingRecapitulation__info-col ul li strong {
                width: 4.5rem !important;
                flex-shrink: 0;
            }

.shoppingRecapitulation__infoMob {
    display: none;
}

    .shoppingRecapitulation__infoMob li + li {
        margin-top: 1rem;
    }

    .shoppingRecapitulation__infoMob li {
        font-size: 1rem;
        line-height: 1.295rem;
    }

        .shoppingRecapitulation__infoMob li strong {
            margin-right: 0.25rem;
        }

.shoppingRecapitulation__btn {
    margin-top: 1.5rem;
    max-width: 22.5rem;
    margin-left: auto;
}

.shoppingRecapitulation__boxes {
    background: rgba(85, 18, 55, 0.15);
    max-width: 40rem;
    width: 100%;
    padding: 1.75rem 2rem;
    border-radius: 0.5rem;
}

    .shoppingRecapitulation__boxes .important_note {
        margin-top: 35px;
        margin-bottom: 15px;
        font-style: normal;
        font-weight: bold;
        font-size: 1.2rem;
    }

    .shoppingRecapitulation__boxes label {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 1.25rem;
        font-style: italic;
        font-weight: 400;
        line-height: 1.875rem;
        color: var(--color-text);
    }

        .shoppingRecapitulation__boxes label + label {
            margin-top: 1.75rem;
        }

.shoppingRecapitulation__boxes-title {
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.61875rem;
    margin-bottom: 1.25rem;
    margin-left: 2.125rem;
}

.shoppingRecapitulation__wrapper {
    display: flex;
    gap: 1.625rem;
    justify-content: space-between;
    align-items: flex-end;
}

    .shoppingRecapitulation__wrapper .orderResult {
        margin-left: 0;
    }

.seo-section {
    margin-left: 2rem;
}

.userCard-favorites__list {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 10rem;
}

    .userCard-favorites__list .ordersItem__link {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 1.0625rem;
        font-weight: 700;
        line-height: 1.5rem;
    }

.userCard-favorites__box {
    border: 0.0625rem solid var(--light-gray);
    padding: 1.125rem 3.75rem;
    border-radius: 0.5rem;
    margin-bottom: 2.875rem;
    display: block;
}

.userCard-favorites__title {
    position: relative;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: center;
    color: var(--blue);
    padding: 0 2.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1.25rem;
}

    .userCard-favorites__title::before {
        left: 0;
    }

    .userCard-favorites__title::after {
        right: 0;
    }

    .userCard-favorites__title::before,
    .userCard-favorites__title::after {
        position: absolute;
        content: "";
        width: 2rem;
        height: 1.875rem;
        top: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("../images/ico/favorite-pink.svg");
    }

.userCard .form-check {
    margin-bottom: 0;
    margin-top: 1rem;
}

.userCard__box {
    width: 100%;
}

.userCard__box-content {
    padding-right: 2.5rem;
    display: flex;
    gap: 3.75rem;
    justify-content: space-between;
    width: 100%;
}

.userCard__inner {
    border: 0.0625rem solid var(--light-gray);
    border-radius: 0.5rem;
    margin-top: 2rem;
    box-shadow: 0 0.25rem 1rem 0 #02002426;
    padding: 4.5rem 3.75rem 3.75rem 5rem;
    position: relative;
    margin-bottom: 3.5rem;
}

.userCard__company {
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: var(--blue);
    margin-top: 1.25rem;
    padding-left: 1.75rem;
}

    .userCard__company li + li {
        margin-top: 1rem;
    }

.userCard__edit {
    display: flex;
    align-items: center;
    position: absolute;
    /*top: 50%;*/
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

    .userCard__edit:hover {
        text-decoration: underline;
    }

    .userCard__edit img {
        width: 1.125rem;
        height: 1.125rem;
        -o-object-fit: contain;
        object-fit: contain;
        margin-left: 0.375rem;
    }

.userCard__content {
    display: flex;
}

.userCard__info {
    max-width: 21.25rem;
    padding-top: 2rem;
    position: relative;
    width: 100%;
    font-size: 1rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1.295rem;
    color: var(--light-gray);
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: all 0.3s;
}

.userCard__left {
    max-width: 12.5rem;
}

.userCard__item .h2 {
    color: var(--blue);
}

.userCard__list {
    color: var(--blue);
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-top: 1rem;
}

    .userCard__list a {
        text-decoration: none;
    }

        .userCard__list a:hover {
            color: var(--dark-pink);
        }

    .userCard__list + .userCard__list {
        margin-top: 4rem;
    }

.userCard__img {
    width: 7.375rem;
    height: 7.375rem;
    border-radius: 100%;
    border: 0.0625rem solid var(--light-gray);
    margin-bottom: 0.75rem;
    margin-left: 1.25rem;
    position: relative;
    cursor: pointer;
}

    .userCard__img img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }

    .userCard__img::before {
        content: "";
        position: absolute;
        right: -1.5rem;
        top: -1rem;
        background-image: url("../images/ico/edit.svg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 1.5rem;
        height: 1.5rem;
    }

    .userCard__img input {
        position: absolute;
        width: 100%;
        height: calc(100% + 2rem);
        width: calc(100% + 1.5rem);
        right: -1.5rem;
        top: -2rem;
        opacity: 0;
        cursor: pointer;
        z-index: 2;
    }

    .userCard__img:hover {
        background-color: var(--light-gray);
    }

.userCard__menu {
    padding-top: 6.25rem;
    min-width: 16rem;
}

.userCard__menu-discount {
    position: absolute;
    top: 0;
    right: 5rem;
    font-size: 1.0625rem;
    font-style: italic;
    line-height: 1.5rem;
    text-align: center;
    color: var(--pink);
    max-width: 9rem;
}

    .userCard__menu-discount img {
        margin-bottom: 0.25rem;
    }

    .userCard__menu-discount strong {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }

.userCard__menu-list {
    padding-left: 2rem;
    border-left: 0.0625rem solid var(--light-gray);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .userCard__menu-list li + li {
        padding-top: 1rem;
        margin-top: 1rem;
        border-top: 0.0625rem solid var(--light-gray);
    }

    .userCard__menu-list a {
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 1.5rem;
        text-decoration: none;
        color: var(--blue);
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .userCard__menu-list a:hover {
            color: var(--dark-pink);
        }

.userCard__menu-complaint:hover path {
    fill: var(--dark-pink);
}

.userCard__menu-order:hover path {
    stroke: var(--dark-pink);
}

.userCard__btn {
    display: none !important;
}

.userCardEdit {
    padding-right: 2.5rem;
    margin-top: 1.25rem;
    position: relative;
}

    .userCardEdit .btn {
        position: absolute;
        bottom: 0.625rem;
        right: 0;
        max-width: 17.5rem;
        margin-left: auto;
        right: -18.75rem;
        height: 3rem;
    }
/*! purgecss start ignore */ /*! purgecss start ignore */

.container {
    max-width: 76.375rem !important;
    padding: 0 1rem !important;
}

.btn {
    border-radius: 0.5rem;
    outline: none;
    border: none;
    height: 2.8125rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.45688rem;
    text-align: center;
    background-color: var(--blue);
    color: var(--color-light);
    transition: all 0.3s;
}

    .btn:focus,
    .btn:active,
    .btn:target,
    .btn:hover {
        color: var(--color-light) !important;
        background-color: var(--dark-pink) !important;
    }

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

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

.g-md-6 {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
}
/*! purgecss end ignore */ /*! purgecss start ignore */

.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--blue);
}

.select2-container .select2-selection--single {
    height: auto;
    padding: 0.3rem 2.2rem 0.4rem 1.1rem;
    border-color: var(--blue);
    outline: solid transparent 0.0625rem;
    transition: all 0.3s;
}

.select2-container--open .select2-selection--single {
    border-color: var(--blue);
    outline-color: var(--blue);
}

.-error .select2-container .select2-selection--single {
    border-color: var(--blue);
    outline-color: var(--blue);
}

.-disabled {
    cursor: not-allowed;
}

    .-disabled * {
        cursor: not-allowed;
    }

    .-disabled
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
        color: var(--color-light);
    }

    .-disabled .select2-container .select2-selection--single {
        background-color: var(--color-light);
        border-color: var(--color-gray);
    }

        .-disabled .select2-container .select2-selection--single b {
            opacity: 0.2;
        }

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 0.2rem;
    right: 1.75rem;
    width: 1.5rem;
    height: 1.5rem;
}

    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
        background-image: url("../images/ico/dropdown.svg");
        background-repeat: no-repeat;
        background-size: cover;
        border: none;
        width: 100%;
        height: 100%;
    }

.select2-dropdown {
    top: 0.125rem;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.14), 0 0.25rem 0.3125rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.625rem rgba(0, 0, 0, 0.2);
}

.select2-results__options {
    font-size: 0.75rem;
}

    .select2-results__options > li {
        padding: 0.5rem 1rem;
        font-weight: 400;
        color: var(--blue);
        font-size: 1rem;
        letter-spacing: 0;
        font-family: "PT Sans", sans-serif;
    }

        .select2-results__options > li > span {
            align-items: center;
            display: flex;
            width: 100%;
        }

            .select2-results__options > li > span img {
                margin-right: 1rem;
            }

    .select2-results__options .select2-results__option--selected {
        background-color: var(--blue) !important;
        color: var(--color-light);
    }

    .select2-results__options .select2-results__option--highlighted  {
        background-color: var(--blue) !important;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--medium-gray);
    padding: 0;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.45688rem;
}

.select2-container--default .select2-selection--single {
    border: 0.0625rem solid var(--color-lines);
    height: 3.25rem;
    border-radius: 0.5rem;
    background: rgba(121, 107, 25, 0.05);
    width: 100%;
    min-width: 18rem;
    display: flex;
    border: 0.0625rem solid var(--light-gray);
    align-items: center;
}

.hp-tabs-section
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    background-image: url("/assets/images/ico/chevron.svg");
}

.hp-tabs-section .select2-container--default .select2-selection--single {
    border: none !important;
    background-color: transparent;
}

    .hp-tabs-section
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
        top: -0.0625rem;
        right: 1.25rem;
        width: 0.5rem;
    }

.hp-tabs-section
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple,
.hp-tabs-section
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single {
    background-color: var(--color-light) !important;
}

.o-select {
    display: block;
}
/*! purgecss end ignore */ /*! purgecss end ignore */

@media only screen and (max-width: 68.75em) and (min-width: 30em) {
    .header-info__ban {
        max-width: 14rem;
        width: 100%;
        min-width: 5.25rem;
        height: auto;
    }
}

@media (min-width: 36em) {
    .container,
    .container-sm {
        max-width: 33.75rem;
    }

    .col-sm {
        flex: 1 0 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow);
    }

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

    .modal-sm {
        --bs-modal-width: 18.75rem;
    }

    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }

    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .object-fit-sm-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }

    .object-fit-sm-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

    .object-fit-sm-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }

    .object-fit-sm-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }

    .object-fit-sm-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-inline-grid {
        display: inline-grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

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

    .d-sm-none {
        display: none !important;
    }

    .position-sm-static {
        position: static !important;
    }

    .position-sm-relative {
        position: relative !important;
    }

    .position-sm-absolute {
        position: absolute !important;
    }

    .position-sm-fixed {
        position: fixed !important;
    }

    .position-sm-sticky {
        position: sticky !important;
    }

    .w-sm-20 {
        width: 20% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

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

    .w-sm-75 {
        width: 75% !important;
    }

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

    .w-sm-auto {
        width: auto !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

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

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

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

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

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

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

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

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

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

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

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

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

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

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

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

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

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

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

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

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

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

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

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

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

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

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

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

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

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

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

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

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

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

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

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

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

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

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

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

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

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .row-gap-sm-0 {
        row-gap: 0 !important;
    }

    .row-gap-sm-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-sm-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important;
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-sm-5 {
        row-gap: 3rem !important;
    }

    .column-gap-sm-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

    .column-gap-sm-1 {
        -webkit-column-gap: 0.25rem !important;
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }

    .column-gap-sm-2 {
        -webkit-column-gap: 0.5rem !important;
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }

    .column-gap-sm-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }

    .column-gap-sm-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }

    .column-gap-sm-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }

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

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

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

@media (min-width: 36em) and (max-width: 47.999em) {
    .header-info__ban {
        max-width: 8rem;
        min-width: 5.25rem;
        height: auto;
    }
}

@media (min-width: 48em) {
    .container,
    .container-sm,
    .container-md {
        max-width: 45rem;
    }

    .col-md {
        flex: 1 0 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

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

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

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

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

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

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }

    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .object-fit-md-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }

    .object-fit-md-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

    .object-fit-md-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }

    .object-fit-md-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }

    .object-fit-md-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-inline-grid {
        display: inline-grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

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

    .d-md-none {
        display: none !important;
    }

    .position-md-static {
        position: static !important;
    }

    .position-md-relative {
        position: relative !important;
    }

    .position-md-absolute {
        position: absolute !important;
    }

    .position-md-fixed {
        position: fixed !important;
    }

    .position-md-sticky {
        position: sticky !important;
    }

    .w-md-20 {
        width: 20% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

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

    .w-md-75 {
        width: 75% !important;
    }

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

    .w-md-auto {
        width: auto !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

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

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

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

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

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

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

    .align-items-md-baseline {
        align-items: baseline !important;
    }

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

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

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

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

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

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

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

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

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

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

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

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

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

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

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

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

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

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

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

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

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

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

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

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

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

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

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

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

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

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

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

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

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

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .row-gap-md-0 {
        row-gap: 0 !important;
    }

    .row-gap-md-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-md-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-md-3 {
        row-gap: 1rem !important;
    }

    .row-gap-md-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-md-5 {
        row-gap: 3rem !important;
    }

    .column-gap-md-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

    .column-gap-md-1 {
        -webkit-column-gap: 0.25rem !important;
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }

    .column-gap-md-2 {
        -webkit-column-gap: 0.5rem !important;
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }

    .column-gap-md-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }

    .column-gap-md-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }

    .column-gap-md-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }

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

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

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

@media (min-width: 48em) and (max-width: 61.999em) {
    .shoppingMenu__item {
        padding: 0 2.5rem;
    }
}

@media (min-width: 62em) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 60rem;
    }

    .col-lg {
        flex: 1 0 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 50rem;
    }

    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }

    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .object-fit-lg-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }

    .object-fit-lg-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

    .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }

    .object-fit-lg-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-inline-grid {
        display: inline-grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

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

    .d-lg-none {
        display: none !important;
    }

    .position-lg-static {
        position: static !important;
    }

    .position-lg-relative {
        position: relative !important;
    }

    .position-lg-absolute {
        position: absolute !important;
    }

    .position-lg-fixed {
        position: fixed !important;
    }

    .position-lg-sticky {
        position: sticky !important;
    }

    .w-lg-20 {
        width: 20% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

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

    .w-lg-75 {
        width: 75% !important;
    }

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

    .w-lg-auto {
        width: auto !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

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

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

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

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

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

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

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

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

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

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

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

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

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

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

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

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

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

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

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

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

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

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

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

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

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

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

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

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

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

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

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

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

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

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

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

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

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

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

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

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

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .row-gap-lg-0 {
        row-gap: 0 !important;
    }

    .row-gap-lg-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-lg-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important;
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-lg-5 {
        row-gap: 3rem !important;
    }

    .column-gap-lg-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

    .column-gap-lg-1 {
        -webkit-column-gap: 0.25rem !important;
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }

    .column-gap-lg-2 {
        -webkit-column-gap: 0.5rem !important;
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }

    .column-gap-lg-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }

    .column-gap-lg-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }

    .column-gap-lg-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }

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

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

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

@media (min-width: 62em) and (max-width: 74.999em) {
    .blogItem {
        padding-right: 5rem;
    }

    .header-info__item + .header-info__item {
        padding: 0 0.5rem;
    }

    .header-info__email {
        padding: 0 0.5rem;
    }

    .header-info__address {
        padding: 0 1.5rem;
    }

    .orderTable th,
    .orderTable td {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .ordersItem {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .shoppingMenu__item {
        padding: 0 5rem;
    }
    
    .orderTable .noPadd {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 75em) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 71.25rem;
    }

    .col-xl {
        flex: 1 0 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .modal-xl {
        --bs-modal-width: 71.25rem;
    }

    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }

    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .object-fit-xl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }

    .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

    .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }

    .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }

    .object-fit-xl-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-inline-grid {
        display: inline-grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

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

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

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

    .position-xl-static {
        position: static !important;
    }

    .position-xl-relative {
        position: relative !important;
    }

    .position-xl-absolute {
        position: absolute !important;
    }

    .position-xl-fixed {
        position: fixed !important;
    }

    .position-xl-sticky {
        position: sticky !important;
    }

    .w-xl-20 {
        width: 20% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

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

    .w-xl-75 {
        width: 75% !important;
    }

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

    .w-xl-auto {
        width: auto !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

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

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

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

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

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

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

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

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

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

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

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

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

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

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

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

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

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

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

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

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

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

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

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

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

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

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

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

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

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

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

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

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

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

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

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

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

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

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

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

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

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .row-gap-xl-0 {
        row-gap: 0 !important;
    }

    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important;
    }

    .column-gap-xl-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

    .column-gap-xl-1 {
        -webkit-column-gap: 0.25rem !important;
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }

    .column-gap-xl-2 {
        -webkit-column-gap: 0.5rem !important;
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }

    .column-gap-xl-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }

    .column-gap-xl-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }

    .column-gap-xl-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }

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

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

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

    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .fs-3 {
        font-size: 1.75rem !important;
    }

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

@media (min-width: 75em) and (max-width: 87.499em) {
    .orderTable th,
    .orderTable td {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .ordersItem {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 87.5em) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 82.5rem;
    }

    .col-xxl {
        flex: 1 0 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }

    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .object-fit-xxl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }

    .object-fit-xxl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

    .object-fit-xxl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }

    .object-fit-xxl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }

    .object-fit-xxl-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-inline-grid {
        display: inline-grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

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

    .d-xxl-none {
        display: none !important;
    }

    .position-xxl-static {
        position: static !important;
    }

    .position-xxl-relative {
        position: relative !important;
    }

    .position-xxl-absolute {
        position: absolute !important;
    }

    .position-xxl-fixed {
        position: fixed !important;
    }

    .position-xxl-sticky {
        position: sticky !important;
    }

    .w-xxl-20 {
        width: 20% !important;
    }

    .w-xxl-25 {
        width: 25% !important;
    }

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

    .w-xxl-75 {
        width: 75% !important;
    }

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

    .w-xxl-auto {
        width: auto !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

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

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

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

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

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

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

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

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

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

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

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

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

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

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

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

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

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

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

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

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

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

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

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

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

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

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

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

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

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

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

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

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

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

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

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

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

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

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

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

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

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important;
    }

    .row-gap-xxl-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-xxl-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-xxl-3 {
        row-gap: 1rem !important;
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-xxl-5 {
        row-gap: 3rem !important;
    }

    .column-gap-xxl-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

    .column-gap-xxl-1 {
        -webkit-column-gap: 0.25rem !important;
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }

    .column-gap-xxl-2 {
        -webkit-column-gap: 0.5rem !important;
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }

    .column-gap-xxl-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }

    .column-gap-xxl-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }

    .column-gap-xxl-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }

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

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

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

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

    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-header,
        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0;
        }

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

    .header-info__ban {
        max-width: 5rem;
        min-width: 5.25rem;
        height: auto;
    }

    .header-info__address span {
        display: none;
    }

    .ordersItem__link {
        display: none;
    }

    .ordersItem__num {
        margin-bottom: 0;
    }

    .ordersItem__price {
        flex-direction: row !important;
        gap: 1.5rem;
    }

        .ordersItem__price a {
            display: flex !important;
        }

            .ordersItem__price a span {
                display: none;
            }

    .userCard__box-content {
        padding-right: 5.625rem;
    }

    .userCard__inner {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .userCard__edit {
        /*display: none;*/
    }

    .userCard__content {
        flex-direction: column;
    }

    .userCard__img {
        width: 4rem;
        height: 4rem;
        border-radius: 100%;
        padding: 0.5rem;
        margin-bottom: 0.5rem;
        margin-left: 0.25rem;
    }

        .userCard__img::before {
            top: -0.5rem;
        }

    .userCard__menu-discount {
        right: 1rem;
    }

    .userCard__btn {
        margin-top: 2.5rem;
        width: 100%;
        max-width: 100%;
        display: flex !important;
    }

    .userCardEdit .btn {
        max-width: 100%;
    }

    .container {
        padding: 0 0.5rem !important;
    }
}

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

    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-header,
        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0;
        }

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

    .about-section {
        margin-bottom: 0.75rem;
    }

    .about-section__title {
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1.13313rem;
    }

    .about-section__text {
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.25rem;
    }

    .header-info {
        margin-bottom: 0.5rem;
    }

    .header-info {
        align-items: flex-start;
        gap: 0.75rem !important;
    }

    .header-info__phone p {
        padding-left: 1.375rem;
        font-style: italic;
        color: var(--blue);
    }

    .header-info__phone a {
        padding-left: 1.375rem;
        text-decoration: underline;
        -webkit-text-decoration-color: inherit;
        text-decoration-color: inherit;
    }

        .header-info__phone a svg {
            width: 1rem;
            height: 1rem;
        }

    .header-info__email {
        padding-top: 0.5rem !important;
    }

        .header-info__email a {
            padding-left: 1.375rem;
        }

            .header-info__email a svg {
                width: 1rem;
                height: 1rem;
            }

            .header-info__email a:first-child {
                display: none;
            }

            .header-info__email a:last-child {
                font-size: 0.875rem;
                font-weight: 400;
                line-height: 1.13313rem;
            }

    .header-info__address {
        padding-top: 0.5rem !important;
    }

    .header-info__address {
        font-size: 0.875rem;
        line-height: 1rem;
        flex-wrap: nowrap;
    }

        .header-info__address svg {
            width: 1rem;
            height: 1rem;
            min-width: 1rem;
        }

    .headerMob-info .header-info__phone {
        padding: 0;
    }

        .headerMob-info .header-info__phone a {
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.37625rem;
        }

        .headerMob-info .header-info__phone p {
            font-size: 0.875rem;
            font-weight: 400;
            line-height: 1.13313rem;
        }

    .header-search {
        flex-direction: column-reverse;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .header-search__form {
        max-width: 100%;
    }

    .header-slider {
        display: none;
    }

    .order-detail {
        padding-bottom: 2.5rem;
    }

    .order-detail__links {
        gap: 1.5rem;
        justify-content: space-around;
        width: 100%;
    }

    .orderTable th,
    .orderTable td {
        font-size: 1rem;
        line-height: 1.295rem;
    }

    .ordersItem {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ordersItem__title {
        font-size: 0.875rem;
        line-height: 1rem;
        margin-bottom: 0.375rem;
    }

    .ordersItem__num {
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .partners-section {
        display: none;
    }

    .popularProducts__btn {
        max-width: 100%;
    }

    .popularProducts .productItem__state {
        display: none;
    }

    .popularProducts .productItem__head {
        position: absolute;
        top: 0.75rem;
        left: 4.75rem;
    }

    .popularProducts .productItem__price {
        display: none;
    }

    .popularProducts .productItem__favorite {
        width: 1.5rem;
        height: 1.5rem;
    }

    .popularProducts .productItem__img {
        width: 5.25rem;
        min-width: 5.25rem;
        height: 4.625rem;
        margin: 0;
    }

    .popularProducts .productItem__title {
        text-align: left;
        margin-bottom: 0;
        padding-top: 1rem;
    }

    .popularProducts .productItem {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        border-radius: 0;
        box-shadow: none;
        border: none;
        border-top: 0.0625rem solid var(--light-gray);
        padding: 1rem 0;
    }

        .popularProducts .productItem .btn {
            background-color: transparent;
            font-size: 0;
            background-image: url("../images/ico/arrow-right.svg");
            background-size: contain;
            background-repeat: no-repeat;
            width: 2rem;
            height: 2rem;
            margin-left: auto;
            margin-right: 2rem;
        }

    .product-section {
        padding-top: 1.25rem;
    }

    .product-section__download {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: var(--blue);
        font-size: 1.09375rem;
        font-weight: 700;
        line-height: 1.21875rem;
        margin-bottom: 2.25rem;
    }

    .product-section__container p {
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .product-section__file {
        display: none;
    }

    .product-section__box .h2 {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.61875rem;
    }

    .productForm__radios {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.25rem;
        margin-bottom: 2.5rem;
    }

        .productForm__radios label {
            max-width: 13.75rem;
        }

    .productForm__links {
        justify-content: center;
    }

        .productForm__links .link {
            display: none;
        }

    .productForm__input {
        justify-content: center;
        margin: 0 auto 1rem;
    }

    .shoppingCart .shoppingInfo__bottom .link {
        display: none;
    }

    .shoppingCart__discount {
        flex-direction: column;
        gap: 1.125rem;
    }

    .shoppingInfo__bottom {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .shoppingMenu__item {
        padding: 0 1rem;
    }

    .shoppingRecapitulation__boxes {
        padding: 1.25rem 1.5rem;
    }

        .shoppingRecapitulation__boxes label {
            font-size: 0.875rem;
            line-height: 1rem;
        }

    .userCard__info {
        padding-top: 1.25rem;
    }

    .userCard__menu-list {
        display: none;
    }
}

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

    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-header,
        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0;
        }

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

    .breadcrumb {
        margin: 1.5rem 0;
    }

    .h2,
    .o-content h2 {
        font-size: 1.75rem;
        line-height: normal;
    }

    .h3,
    .o-content h3 {
        font-size: 1.25rem;
        line-height: normal;
    }

    .h4,
    .o-content h4 {
        font-size: 1.125rem;
        line-height: normal;
    }

    .p1 {
        font-size: 1.25rem;
        line-height: normal;
    }

    .p2 {
        font-size: 1.125rem;
    }

    .p3 {
        font-size: 1rem;
    }

    .pagination {
        justify-content: center;
        margin-top: 2.5rem;
    }

    .title {
        font-size: 1.5rem;
        line-height: 1.9425rem;
        font-weight: 700;
    }

    .archiveProducts .g-md-6 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .blog-section {
        padding-bottom: 2.5rem;
    }

    .blogItem {
        grid-template-columns: 1fr;
        padding-right: 0;
        padding-bottom: 2.5rem;
    }

        .blogItem::after {
            display: block;
        }

        .blogItem::before {
            display: none;
        }

    .blogItem__img {
        grid-row: 2;
        max-width: 100%;
        margin-bottom: 0.75rem;
    }

    .blogItem__content {
        grid-column: 1;
    }

    .footer-content {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .footer-content__ban {
        margin: 1.5rem auto 0;
    }

    .footer-content__links a {
        font-size: 1.0625rem;
    }

    .footer-content__links li + li {
        margin-top: 0.75rem;
    }

    .footer-content__links + .footer-content__links {
        border: none;
        margin-left: 0;
        padding-left: 0;
    }

    .header-info__item + .header-info__item {
        padding: 0;
        width: 100%;
    }

    .order-detail .popularProducts__btn {
        order: 2;
        margin: 1.5rem auto 0;
    }

    .order-detail__wrapper {
        display: flex;
        flex-direction: column;
    }

    .order-detail__number {
        font-size: 0.875rem;
        line-height: 1rem;
        text-align: center;
    }

    .order-detail__links {
        order: 1;
        margin: 0 auto;
        padding-right: 0;
    }

        .order-detail__links a {
            font-size: 1rem;
            gap: 0.375rem;
        }

    .orderInfo {
        margin-bottom: 1rem;
    }

    .orderInfo__inner {
        flex-direction: column;
        gap: 1rem;
    }

    .orderInfo h2 {
        font-size: 1rem;
        line-height: 1.295rem;
        margin-bottom: 1rem;
    }

    .orderInfo__list {
        display: flex;
        gap: 0.25rem;
        flex-wrap: wrap;
    }

        .orderInfo__list h3 {
            font-size: 1rem;
            line-height: 1.295rem;
            margin-bottom: 0;
        }

        .orderInfo__list li,
        .orderInfo__list li a {
            font-size: 1rem;
            line-height: 1.295rem;
        }

    .orderDiscount {
        margin-bottom: 1.25rem;
        padding: 0;
        font-size: 0.875rem;
        line-height: 1rem;
        justify-content: center;
        gap: 0.5rem;
    }

    .orderTable {
        margin-bottom: 1rem;
    }

        .orderTable table {
            border-radius: 0;
        }

        .orderTable thead {
            display: none;
        }

        .orderTable th,
        .orderTable td {
            padding-left: 0.75rem;
            padding-right: 0.75rem;
        }

        .orderTable tr {
            display: flex;
            flex-direction: column;
        }

        .orderTable td:nth-child(even) {
            background: rgba(121, 107, 25, 0.05);
        }

        .orderTable td {
            display: flex;
            align-items: center;
            text-align: left;
        }

            .orderTable td span {
                display: block;
                max-width: 50%;
                flex: 0 0 50%;
                font-weight: 700;
            }

            .orderTable td:first-child {
                background: rgba(216, 217, 218, 0.5);
                display: flex;
                gap: 0.375rem;
                flex-wrap: wrap;
            }

                .orderTable td:first-child span {
                    max-width: -webkit-fit-content;
                    max-width: -moz-fit-content;
                    max-width: fit-content;
                    flex: none;
                }

    .orderResult {
        margin: 0 auto 1.5rem;
        width: 100%;
        max-width: 100%;
    }

        .orderResult table {
            border-left: 0.0625rem solid var(--light-gray);
            border-right: 0.0625rem solid var(--light-gray);
        }

        .orderResult td {
            padding: 0.625rem 0.5rem !important;
            font-size: 1rem;
            line-height: 1.295rem;
            max-width: 50%;
            flex: 0 50%;
        }

            .orderResult td:last-child {
                text-align: left;
            }

        .orderResult tr:first-child td {
            background: rgba(121, 107, 25, 0.05);
            border-top: 0.0625rem solid var(--light-gray);
        }

        .orderResult tr:last-child td {
            background: rgba(121, 107, 25, 0.05);
            border-bottom: 0.0625rem solid var(--light-gray);
        }

    .orderResult__alert {
        text-align: center;
        padding: 0;
        margin-top: 1.5rem;
    }

    .ordersItem__products {
        display: none !important;
    }

    .ordersItem__price {
        margin-left: 0;
    }

    .ordersItem__list {
        gap: 1.5rem;
        justify-content: space-between;
    }

    .product-section__img {
        float: none;
        aspect-ratio: 80/80;
        width: auto;
        max-width: 30%;
        flex: 0 0 30%;
    }

    .product-section__text {
        clear: both;
        margin-top: 1.25rem;
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .product-section__box {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

        .product-section__box .h2 span {
            display: block;
            font-weight: 400;
        }

        .product-section__box .h2 {
            max-width: 70%;
            flex: 0 0 70%;
            padding-left: 1.125rem;
        }

    .productsSlider__title {
        font-size: 1.03125rem;
        line-height: 1.33563rem;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 1rem;
    }

    .productsSlider__inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .productsSlider .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        margin-top: -1rem;
    }

        .productsSlider .slick-dots li {
            display: block;
            width: 1rem;
            height: 1rem;
        }

        .productsSlider .slick-dots .slick-active button {
            background-color: var(--dark-gray);
        }

        .productsSlider .slick-dots button {
            cursor: pointer;
            display: block;
            border: none;
            outline: none;
            font-size: 0;
            background-color: var(--light-gray);
            width: 1rem;
            height: 1rem;
            border-radius: 100%;
        }

    .productItem {
        min-height: auto;
    }

        .productItem:hover {
            min-height: auto;
        }

    .productItem__title {
        margin-bottom: 1rem;
    }

    .form-label {
        font-size: 1.375rem;
        line-height: 1.78063rem;
    }

    .form-btn {
        padding-top: 0;
    }

    .formRegistration {
        margin-top: 1.5rem;
    }

        .formRegistration button.btn {
            max-width: 100%;
        }

    .form-check {
        margin-top: 1.5rem;
    }

    .shoppingCart__message {
        margin-top: 2.5rem;
        margin-bottom: 3.5rem;
    }

        .shoppingCart__message .title {
            margin-bottom: 2rem;
        }

    .shoppingCart {
        margin-bottom: 2.5rem;
        margin-top: 2.5rem;
    }

        .shoppingCart .shoppingInfo__bottom {
            margin-top: 1.5rem;
        }

    .shoppingCart__discount {
        margin-bottom: 2.25rem;
    }

        .shoppingCart__discount .form__box {
            max-width: 100%;
        }

        .shoppingCart__discount .btn {
            max-width: 100%;
        }

    .cart {
        display: none;
    }

    .cartsMobile {
        display: block;
        margin-bottom: 1.75rem;
    }

    .shoppingInfo {
        margin-bottom: 2.5rem;
        margin-top: 1.75rem;
    }

        .shoppingInfo .companyAddress-fields {
            margin-bottom: 2.5rem;
        }

    .shoppingMenu__item {
        font-size: 0.875rem;
        height: 2rem;
    }

        .shoppingMenu__item.active::before {
            border: 0.75rem solid transparent;
            border-top: 1rem solid var(--pink);
            width: 1rem !important;
            top: 1.9375rem;
        }

        .shoppingMenu__item span {
            width: 1rem;
            height: 1rem;
        }

    .shoppingRecapitulation {
        margin-bottom: 3.375rem;
    }

        .shoppingRecapitulation .title {
            margin-bottom: 1.5rem;
        }

    .shoppingRecapitulation__info {
        display: none;
    }

    .shoppingRecapitulation__infoMob {
        display: block;
        margin-bottom: 2.25rem;
    }

    .shoppingRecapitulation__btn {
        margin: 1.5rem auto 0;
    }

    .shoppingRecapitulation__boxes {
        max-width: 100%;
        order: 2;
    }

    .shoppingRecapitulation__wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .shoppingRecapitulation__wrapper .orderResult {
            margin: 0 auto;
        }

    .userCard-favorites__box {
        display: none;
    }

    .userCard .form-check {
        margin-top: 2rem;
    }

    .userCard__box-content {
        flex-direction: column;
        gap: 0;
    }

    .userCard__inner {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .userCard__list {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }

        .userCard__list + .userCard__list {
            margin-top: 0;
        }

    .userCardEdit {
        padding-right: 0;
    }

        .userCardEdit .btn {
            position: relative;
            right: 0;
            bottom: 0;
        }

    .g-md-6 {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
    }

    .select2-container--default .select2-selection--single {
        width: 100%;
    }

    .orderDiscount {
        margin-bottom: 1.25rem;
        padding: 0;
        font-size: 0.875rem;
        line-height: 1rem;
        justify-content: center;
        gap: 1rem;
    }

        .orderDiscount .orderDiscount__code {
            padding-left: 25px;
            margin-right: 0;
            text-align: center;
        }
}

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

    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-header,
        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0;
        }

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

    .archiveProducts {
        padding-left: 0;
    }

    .archiveProducts {
        padding-bottom: 2.5rem;
    }

    .aside {
        display: none;
    }

    .blogItem::before {
        width: 3.75rem;
        height: 3.75rem;
        bottom: 1rem;
        right: 1rem;
    }

    .header-info {
        justify-content: space-between;
    }

    .header-info__item + .header-info__item {
        width: auto;
    }

    .order-detail {
        margin-top: 1rem;
    }

    .ordersItem__products-list {
        gap: 1rem;
    }

    .pageNotFound__inner {
        border: 0.1875rem solid var(--blue);
        border-radius: 0.5rem;
        padding-bottom: 2rem;
        margin-top: 0.75rem;
    }

        .pageNotFound__inner a {
            font-size: 1.25rem;
            line-height: 1.5625rem;
            font-weight: 700;
        }

    .pageNotFound__title {
        border: none;
        padding-top: 3.75rem;
        font-size: 6.25rem;
    }

    .pageNotFound__bottom {
        font-size: 1.25rem;
        line-height: normal;
        height: 6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
    }

        .pageNotFound__bottom::before {
            width: 3.5rem;
            height: 4.125rem;
            bottom: 0.5rem;
        }

    .popularProducts {
        padding-left: 0;
    }

    .popularProducts {
        padding-bottom: 2.5rem;
    }

    .popularProducts__btn {
        margin-top: 2.5rem;
    }

    .product-section {
        padding-left: 0;
    }

    .productsSlider {
        margin: 0 auto 2rem;
        padding-left: 0;
        padding-right: 0;
    }

    .productsSlider__title {
        font-weight: 700;
        text-align: center;
    }

    .cart th {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cart td {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .cart th:first-child {
        padding-left: 1.5rem;
    }

    .shoppingRecapitulation__info {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .shoppingRecapitulation__info-col {
        padding: 0 1.5rem;
    }

    .orderDiscount .orderDiscount__delete {
        padding-right: 0.625rem;
    }
}

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

    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-header,
        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0;
        }

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

    .navbar {
        margin-top: 4.5rem;
    }
}

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

    .nav-link {
        transition: none;
    }

    .modal.fade .modal-dialog {
        transition: none;
    }

    .carousel-item {
        transition: none;
    }

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

    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }

    .carousel-indicators [data-bs-target] {
        transition: none;
    }

    .icon-link > .bi {
        transition: none;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-inline-grid {
        display: inline-grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

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

    .d-print-none {
        display: none !important;
    }

    .formRadio input[type="checkbox"],
    .formRadio input[type="radio"] {
        -webkit-appearance: auto;
        appearance: auto;
        background: none;
    }
}

/* 1400px */
@media (max-width: 87.5em) {
    .navbar__menu .navbar__menu-list--dogs .dropdown-menu {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
    }

    .navbar__menu .navbar__menu-list--cats .dropdown-menu {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
    }

    .navbar__menu:not(.centered) .navbar__menu-list--cats .dropdown-menu {
        -webkit-transform: translateX(-38%);
        transform: translateX(-38%);
    }
}
/* 1200px */
@media (max-width: 75em) {
    .navbar__menu-list--dogs .dropdown-menu {
        transform: translateX(-30%);
    }
}

@media (max-width: 68.75em) {
    .header-info {
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        gap: 1rem;
    }

    .header-info__phone {
        display: none;
    }

    .header-info__address {
        order: 1;
        padding-right: 0 !important;
        max-width: 16.25rem;
        padding-left: 0 !important;
    }

    .headerMob-info {
        display: flex;
        justify-content: space-between;
    }

    .header-search .loginBtn {
        display: flex;
    }

    .header-search__title {
        display: none;
    }

    .header-search__ban {
        display: none;
    }

    .header-board__account {
        display: none;
    }

    .header-slider {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    .navbar {
        display: none;
        border: none;
        background-color: var(--color-light);
        border-radius: 0 0 0.5rem 0.5rem;
        position: absolute;
        top: 0;
        width: 100%;
        margin: 0;
        z-index: 999;
    }

        .navbar::before {
            display: none;
        }

        .navbar::after {
            display: none;
        }

    .navbar__btn {
        display: block;
        margin-top: 2.5rem;
        margin-right: 2.5rem;
    }

    .navbar__menu {
        color: var(--blue);
        padding-right: 0 !important;
        padding-top: 5rem;
    }

        .navbar__menu .account__menu {
            display: list-item;
        }

    .navbar__menu-item {
        color: var(--blue);
        text-align: left;
        justify-content: start;
        padding: 0 2.5rem 2rem 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

        .navbar__menu-item::before {
            content: "";
            position: absolute;
            right: 0;
            top: 0.4375rem;
            background-image: url("../images/ico/chevron-right.svg");
            width: 0.875rem;
            height: 0.875rem;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .navbar__menu-item img {
            display: none;
        }

        .navbar__menu-item:hover::before,
        .navbar__menu-item:target::before,
        .navbar__menu-item:focus::before {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            top: 0.75rem;
        }

    .navbar__menu-list {
        width: 100%;
    }

    .dropdown-menu {
        flex-direction: column;
        position: relative;
        top: 0;
        min-width: auto;
        width: 100%;
        justify-content: flex-start;
        left: 0 !important;
        border: none;
        box-shadow: none;
        -webkit-transform: none !important;
        transform: none !important;
        padding: 0;
        margin-bottom: 1rem;
    }

    .dropdown-menu__item {
        margin-bottom: 0;
        padding: 0 !important;
    }

    .dropdown-menu__list + .dropdown-menu__list::before {
        display: none;
    }

    .dropdown-menu__list {
        width: 100%;
        padding: 0;
    }

        .dropdown-menu__list a.fw-bold {
            display: block !important;
            text-align: left;
            margin-bottom: 1rem !important;
        }

        .dropdown-menu__list a {
            width: 100%;
            text-align: center;
            display: none;
            font-size: 1.125rem;
        }

    .loginForm {
        display: none;
    }

    .shoppingCart__login .login-link-modal {
        display: inline;
    }

    .shoppingCart__login .login-link {
        display: none;
    }
}

.btn-lightText {
    color: var(--color-light) !important;
    font-weight: bold !important;
}

.yesNoModal {
    justify-content: center;
    align-items: center;
    padding: 10px;
}

    .yesNoModal .modal-question {
        margin: 0;
        display: flex;
        align-items: center;
    }

    .yesNoModal .buttons {
        display: flex;
        gap: 20px;
        justify-content: flex-end;
        margin-top: 20px;
    }

    .yesNoModal .btn {
        width: 125px;
    }
