/* 
  Google font
  https://fonts.google.com/share?selection.family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700
  Please update this URL if the imported Google fonts are changed. 
*/

@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@charset "UTF-8";

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

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

.col {
    flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }

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

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

@media (min-width: 576px) {

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

@media (min-width: 768px) {

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

@media (min-width: 992px) {

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

@media (min-width: 1200px) {

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

@media (min-width: 1400px) {

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

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

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

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

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

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

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

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

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

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

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

.form-control:focus {
    color: #343434;
    background-color: #FFFFFF;
    border-color: #e09098;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(192, 32, 49, 0.25);
}

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

.form-control::-moz-placeholder {
    color: #9F9F9F;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #9F9F9F;
    opacity: 1;
}

.form-control::placeholder {
    color: #9F9F9F;
    opacity: 1;
}

.form-control:-moz-read-only {
    background-color: #F5F5F5;
    opacity: 1;
}

.form-control:disabled,
.form-control:read-only {
    background-color: #F5F5F5;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #343434;
    background-color: #F5F5F5;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control:hover:not(:disabled):not(:-moz-read-only)::file-selector-button {
    background-color: #e9e9e9;
}

.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
    background-color: #e9e9e9;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #343434;
    background-color: #F5F5F5;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
    background-color: #e9e9e9;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-color:not(:disabled):not(:-moz-read-only) {
    cursor: pointer;
}

.form-control-color:not(:disabled):not(:read-only) {
    cursor: pointer;
}

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

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

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

.form-select:focus {
    border-color: #e09098;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(192, 32, 49, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

.form-check-input:focus {
    border-color: #e09098;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(192, 32, 49, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(192, 32, 49, 0.25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(192, 32, 49, 0.25);
}

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

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #C02031;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

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

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

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

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

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

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

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

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

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

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

.form-floating {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #00715C;
    box-shadow: 0 0 0 0.25rem rgba(0, 113, 92, 0.25);
}

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

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

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

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #00715C;
    box-shadow: 0 0 0 0.25rem rgba(0, 113, 92, 0.25);
}

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #ED420F;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ED420F'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ED420F' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #ED420F;
    box-shadow: 0 0 0 0.25rem rgba(237, 66, 15, 0.25);
}

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

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

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343434' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ED420F'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ED420F' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #ED420F;
    box-shadow: 0 0 0 0.25rem rgba(237, 66, 15, 0.25);
}

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

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

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(237, 66, 15, 0.25);
}

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

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

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

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

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #00639A;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

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

.nav-link:hover,
.nav-link:focus {
    color: #0082D7;
}

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

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

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

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

.nav-tabs .nav-link.disabled {
    color: #9F9F9F;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #666666;
    background-color: #FFFFFF;
    border-color: #EDEDED #EDEDED #FFFFFF;
}

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

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

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

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

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

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

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

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

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

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

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

.accordion-button:focus {
    z-index: 3;
    border-color: #e09098;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(192, 32, 49, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .btn,
    .dropdown__btn,
    .pagination__nav,
    .pagination__btn,
    .unit-switcher__btn,
    .button {
        transition: none;
    }
}

.btn:hover,
.dropdown__btn:hover,
.pagination__nav:hover,
.pagination__btn:hover,
.unit-switcher__btn:hover,
.button:hover {
    color: #343434;
}

.btn-check:focus+.btn,
.btn-check:focus+.dropdown__btn,
.btn-check:focus+.pagination__nav,
.btn-check:focus+.pagination__btn,
.btn-check:focus+.unit-switcher__btn,
.btn-check:focus+.button,
.btn:focus,
.dropdown__btn:focus,
.pagination__nav:focus,
.pagination__btn:focus,
.unit-switcher__btn:focus,
.button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(192, 32, 49, 0.25);
}

.btn:disabled,
.dropdown__btn:disabled,
.pagination__nav:disabled,
.pagination__btn:disabled,
.unit-switcher__btn:disabled,
.button:disabled,
.btn.disabled,
.disabled.dropdown__btn,
.disabled.pagination__nav,
.disabled.pagination__btn,
.disabled.unit-switcher__btn,
.disabled.button,
fieldset:disabled .btn,
fieldset:disabled .dropdown__btn,
fieldset:disabled .pagination__nav,
fieldset:disabled .pagination__btn,
fieldset:disabled .unit-switcher__btn,
fieldset:disabled .button {
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary,
.button.primary {
    color: #FFFFFF;
    background-color: #C02031;
    border-color: #C02031;
}

.btn-primary:hover,
.button.primary:hover {
    color: #FFFFFF;
    background-color: #a31b2a;
    border-color: #9a1a27;
}

.btn-check:focus+.btn-primary,
.btn-check:focus+.button.primary,
.btn-primary:focus,
.button.primary:focus {
    color: #FFFFFF;
    background-color: #a31b2a;
    border-color: #9a1a27;
    box-shadow: 0 0 0 0.25rem rgba(201, 65, 80, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:checked+.button.primary,
.btn-check:active+.btn-primary,
.btn-check:active+.button.primary,
.btn-primary:active,
.button.primary:active,
.btn-primary.active,
.active.button.primary,
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.button.primary {
    color: #FFFFFF;
    background-color: #9a1a27;
    border-color: #901825;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:checked+.button.primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-check:active+.button.primary:focus,
.btn-primary:active:focus,
.button.primary:active:focus,
.btn-primary.active:focus,
.active.button.primary:focus,
.show>.btn-primary.dropdown-toggle:focus,
.show>.dropdown-toggle.button.primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(201, 65, 80, 0.5);
}

.btn-primary:disabled,
.button.primary:disabled,
.btn-primary.disabled,
.disabled.button.primary {
    color: #FFFFFF;
    background-color: #C02031;
    border-color: #C02031;
}

.btn-secondary {
    color: #111111;
    background-color: #A39C95;
    border-color: #A39C95;
}

.btn-secondary:hover {
    color: #111111;
    background-color: #b1aba5;
    border-color: #aca6a0;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #111111;
    background-color: #b1aba5;
    border-color: #aca6a0;
    box-shadow: 0 0 0 0.25rem rgba(141, 135, 129, 0.5);
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #111111;
    background-color: #b5b0aa;
    border-color: #aca6a0;
}

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

.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #111111;
    background-color: #A39C95;
    border-color: #A39C95;
}

.btn-success {
    color: #FFFFFF;
    background-color: #00715C;
    border-color: #00715C;
}

.btn-success:hover {
    color: #FFFFFF;
    background-color: #00604e;
    border-color: #005a4a;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #FFFFFF;
    background-color: #00604e;
    border-color: #005a4a;
    box-shadow: 0 0 0 0.25rem rgba(38, 134, 116, 0.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #005a4a;
    border-color: #005545;
}

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

.btn-success:disabled,
.btn-success.disabled {
    color: #FFFFFF;
    background-color: #00715C;
    border-color: #00715C;
}

.btn-info {
    color: #FFFFFF;
    background-color: #00639A;
    border-color: #00639A;
}

.btn-info:hover {
    color: #FFFFFF;
    background-color: #005483;
    border-color: #004f7b;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #FFFFFF;
    background-color: #005483;
    border-color: #004f7b;
    box-shadow: 0 0 0 0.25rem rgba(38, 122, 169, 0.5);
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #004f7b;
    border-color: #004a74;
}

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

.btn-info:disabled,
.btn-info.disabled {
    color: #FFFFFF;
    background-color: #00639A;
    border-color: #00639A;
}

.btn-warning {
    color: #111111;
    background-color: #BF8200;
    border-color: #BF8200;
}

.btn-warning:hover {
    color: #111111;
    background-color: #c99526;
    border-color: #c58f1a;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #111111;
    background-color: #c99526;
    border-color: #c58f1a;
    box-shadow: 0 0 0 0.25rem rgba(165, 113, 3, 0.5);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    color: #111111;
    background-color: #cc9b33;
    border-color: #c58f1a;
}

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

.btn-warning:disabled,
.btn-warning.disabled {
    color: #111111;
    background-color: #BF8200;
    border-color: #BF8200;
}

.btn-danger {
    color: #111111;
    background-color: #ED420F;
    border-color: #ED420F;
}

.btn-danger:hover {
    color: #111111;
    background-color: #f05e33;
    border-color: #ef5527;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #111111;
    background-color: #f05e33;
    border-color: #ef5527;
    box-shadow: 0 0 0 0.25rem rgba(204, 59, 15, 0.5);
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    color: #111111;
    background-color: #f1683f;
    border-color: #ef5527;
}

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

.btn-danger:disabled,
.btn-danger.disabled {
    color: #111111;
    background-color: #ED420F;
    border-color: #ED420F;
}

.btn-light {
    color: #111111;
    background-color: #FAFAFA;
    border-color: #FAFAFA;
}

.btn-light:hover {
    color: #111111;
    background-color: #fbfbfb;
    border-color: #fbfbfb;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #111111;
    background-color: #fbfbfb;
    border-color: #fbfbfb;
    box-shadow: 0 0 0 0.25rem rgba(215, 215, 215, 0.5);
}

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

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

.btn-light:disabled,
.btn-light.disabled {
    color: #111111;
    background-color: #FAFAFA;
    border-color: #FAFAFA;
}

.btn-dark {
    color: #FFFFFF;
    background-color: #232323;
    border-color: #232323;
}

.btn-dark:hover {
    color: #FFFFFF;
    background-color: #1e1e1e;
    border-color: #1c1c1c;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #FFFFFF;
    background-color: #1e1e1e;
    border-color: #1c1c1c;
    box-shadow: 0 0 0 0.25rem rgba(68, 68, 68, 0.5);
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1c1c1c;
    border-color: #1a1a1a;
}

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

.btn-dark:disabled,
.btn-dark.disabled {
    color: #FFFFFF;
    background-color: #232323;
    border-color: #232323;
}

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

.btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #C02031;
    border-color: #C02031;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(192, 32, 49, 0.5);
}

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

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

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

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

.btn-outline-secondary:hover {
    color: #111111;
    background-color: #A39C95;
    border-color: #A39C95;
}

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

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

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

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

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

.btn-outline-success:hover {
    color: #FFFFFF;
    background-color: #00715C;
    border-color: #00715C;
}

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

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

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

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

.btn-outline-info {
    color: #00639A;
    border-color: #00639A;
}

.btn-outline-info:hover {
    color: #FFFFFF;
    background-color: #00639A;
    border-color: #00639A;
}

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

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
    color: #FFFFFF;
    background-color: #00639A;
    border-color: #00639A;
}

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

.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #00639A;
    background-color: transparent;
}

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

.btn-outline-warning:hover {
    color: #111111;
    background-color: #BF8200;
    border-color: #BF8200;
}

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

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

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

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

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

.btn-outline-danger:hover {
    color: #111111;
    background-color: #ED420F;
    border-color: #ED420F;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(237, 66, 15, 0.5);
}

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

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

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

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

.btn-outline-light:hover {
    color: #111111;
    background-color: #FAFAFA;
    border-color: #FAFAFA;
}

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

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

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

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

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

.btn-outline-dark:hover {
    color: #FFFFFF;
    background-color: #232323;
    border-color: #232323;
}

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

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

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

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

.btn-link {
    font-weight: 400;
    color: #00639A;
    text-decoration: underline;
}

.btn-link:hover {
    color: #0082D7;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #9F9F9F;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-primary {
    color: #C02031;
}

.link-primary:hover,
.link-primary:focus {
    color: #9a1a27;
}

.link-secondary {
    color: #A39C95;
}

.link-secondary:hover,
.link-secondary:focus {
    color: #b5b0aa;
}

.link-success {
    color: #00715C;
}

.link-success:hover,
.link-success:focus {
    color: #005a4a;
}

.link-info {
    color: #00639A;
}

.link-info:hover,
.link-info:focus {
    color: #004f7b;
}

.link-warning {
    color: #BF8200;
}

.link-warning:hover,
.link-warning:focus {
    color: #cc9b33;
}

.link-danger {
    color: #ED420F;
}

.link-danger:hover,
.link-danger:focus {
    color: #f1683f;
}

.link-light {
    color: #FAFAFA;
}

.link-light:hover,
.link-light:focus {
    color: #fbfbfb;
}

.link-dark {
    color: #232323;
}

.link-dark:hover,
.link-dark:focus {
    color: #1c1c1c;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(17, 17, 17, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(17, 17, 17, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
    border: 1px solid #EDEDED !important;
}

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

.border-top {
    border-top: 1px solid #EDEDED !important;
}

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

.border-end {
    border-right: 1px solid #EDEDED !important;
}

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

.border-bottom {
    border-bottom: 1px solid #EDEDED !important;
}

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

.border-start {
    border-left: 1px solid #EDEDED !important;
}

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

.border-primary {
    border-color: #C02031 !important;
}

.border-secondary {
    border-color: #A39C95 !important;
}

.border-success {
    border-color: #00715C !important;
}

.border-info {
    border-color: #00639A !important;
}

.border-warning {
    border-color: #BF8200 !important;
}

.border-danger {
    border-color: #ED420F !important;
}

.border-light {
    border-color: #FAFAFA !important;
}

.border-dark {
    border-color: #232323 !important;
}

.border-white {
    border-color: #FFFFFF !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-3 {
    font-size: 1.75rem !important;
}

.fs-4 {
    font-size: 1.5rem !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-light {
    font-weight: 300 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    color: #C02031 !important;
}

.text-secondary {
    color: #A39C95 !important;
}

.text-success {
    color: #00715C !important;
}

.text-info {
    color: #00639A !important;
}

.text-warning {
    color: #BF8200 !important;
}

.text-danger {
    color: #ED420F !important;
}

.text-light {
    color: #FAFAFA !important;
}

.text-dark {
    color: #232323 !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-body {
    color: #343434 !important;
}

.text-muted {
    color: #9F9F9F !important;
}

.text-black-50 {
    color: rgba(17, 17, 17, 0.5) !important;
}

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

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

.bg-primary {
    background-color: #C02031 !important;
}

.bg-secondary {
    background-color: #A39C95 !important;
}

.bg-success {
    background-color: #00715C !important;
}

.bg-info {
    background-color: #00639A !important;
}

.bg-warning {
    background-color: #BF8200 !important;
}

.bg-danger {
    background-color: #ED420F !important;
}

.bg-light {
    background-color: #FAFAFA !important;
}

.bg-dark {
    background-color: #232323 !important;
}

.bg-body {
    background-color: #FFFFFF !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

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

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

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

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

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

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

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

.rounded {
    border-radius: 0.25rem !important;
}

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

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

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

.rounded-pill {
    border-radius: 50rem !important;
}

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

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

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

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

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-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;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #111111;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #111111;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #111111;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #111111;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #FFFFFF;
    text-align: center;
    background-color: #111111;
    border-radius: 0.25rem;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

:root {
    font-size: 1em;
}

body {
    font-family: "Roboto", sans-serif;
    color: #343434;
}

/*
  Define typographical styles

  Format:
  "selector": $font-size $line-height $font-size-mobile $line-height-mobile

  Not including $font-size-mobile and $line-height-mobile will use the desktop values for mobile.
  Setting  $font-size-mobile and $line-height-mobile to null will only generate desktop styling.
*/
@media (min-width: 576px) {

    h1.hero,
    .h1.hero {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
}

h1,
.h1 {
    font-size: 1.75rem;
    line-height: 2.375rem;
}

@media (min-width: 576px) {

    h1,
    .h1 {
        font-size: 2.25rem;
        line-height: 3.125rem;
    }
}

h2,
.h2 {
    font-size: 1.563rem;
    line-height: 2.188rem;
}

@media (min-width: 576px) {

    h2,
    .h2 {
        font-size: 2rem;
        line-height: 2.75rem;
    }
}

h3,
.h3 {
    font-size: 1.375rem;
    line-height: 1.875rem;
}

@media (min-width: 576px) {

    h3,
    .h3 {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
}

h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

@media (min-width: 576px) {

    h4,
    .h4 {
        font-size: 1.625rem;
        line-height: 2.25rem;
    }
}

h5,
.h5 {
    font-size: 1.125rem;
    line-height: 1.563rem;
}

@media (min-width: 576px) {

    h5,
    .h5 {
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
}

h6,
.h6 {
    font-size: 1.063rem;
    line-height: 1.5rem;
}

@media (min-width: 576px) {

    h6,
    .h6 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.container p.lead,
.container p .lead {
    font-size: 1.125rem;
    line-height: 1.5625rem;
}

.container p {
    font-size: 1rem;
    line-height: 1.4375rem;
}

.container p.small,
.container p small,
.container p .small {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.container small,
.container .small {
    font-size: 0.75rem;
    line-height: 1.0625rem;
}

.container label,
container .label {
    font-size: 0.75rem;
    line-height: 1rem;
}

/* --------------------------------

caplugs-nucleo Web Font
Generated using nucleoapp.com

-------------------------------- */
/*------------------------
    base class definition
-------------------------*/
.icon,
i,
.lang__link--active:after,
.steps__step--complete .steps__indicator {
    display: inline-block;
    font: normal normal normal 1em/1 "Nucleo";
    color: inherit;
    flex-shrink: 0;
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.icon-sm {
    font-size: 0.8em;
}

.icon-lg {
    font-size: 1.2em;
}

/* absolute units */
.icon-16 {
    font-size: 16px;
}

.icon-32 {
    font-size: 32px;
}

/*------------------------
  spinning icons
-------------------------*/
.icon-is-spinning {
    -webkit-animation: icon-spin 1s infinite linear;
    animation: icon-spin 1s infinite linear;
}

@-webkit-keyframes icon-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes icon-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*------------------------
  rotated/flipped icons
-------------------------*/
.icon-rotate-90 {
    transform: rotate(90deg);
}

.icon-rotate-180 {
    transform: rotate(180deg);
}

.icon-rotate-270 {
    transform: rotate(270deg);
}

.icon-flip-y {
    transform: scaleY(-1);
}

.icon-flip-x {
    transform: scaleX(-1);
}

/*------------------------
    icons
-------------------------*/
.icon-view::before {
    content: "\ea02";
}

.icon-time-machine::before {
    content: "\ea03";
}

.icon-delivery-fast::before {
    content: "\ea04";
}

.icon-bag-add-21::before {
    content: "\ea05";
}

.icon-print::before {
    content: "\ea06";
}

.icon-zoom::before {
    content: "\ea07";
}

.icon-credit-card::before {
    content: "\ea08";
}

.icon-paper::before {
    content: "\ea09";
}

.icon-check::before {
    content: "\ea0a";
}

.icon-warning-sign::before {
    content: "\ea0b";
}

.icon-c-warning::before {
    content: "\ea0c";
}

.icon-bullet-list-67::before {
    content: "\ea0d";
}

.icon-book-open-2::before {
    content: "\ea0e";
}

.icon-file-2::before {
    content: "\ea0f";
}

.icon-zoom-in::before {
    content: "\ea12";
}

.icon-btn-play-1::before {
    content: "\ea16";
}

.icon-left-arrow::before {
    content: "\ea17";
}

.icon-right-arrow::before {
    content: "\ea18";
}

.icon-arrow-up::before {
    content: "\ea19";
}

.icon-arrow-down::before {
    content: "\ea1a";
}

.icon-e-add::before {
    content: "\ea1b";
}

.icon-e-remove::before {
    content: "\ea1c";
}

.icon-take-off::before {
    content: "\ea1d";
}

.icon-cart::before {
    content: "\ea1e";
}

.icon-pin-3::before {
    content: "\ea1f";
}

.icon-user::before {
    content: "\ea20";
}

.icon-crosshair::before {
    content: "\ea21";
}

.icon-info::before {
    content: "\ea22";
}

.icon-down-arrow::before {
    content: "\ea23";
}

.icon-up-arrow::before {
    content: "\ea24";
}

.icon-arrow-left::before {
    content: "\ea25";
}

.icon-arrow-right::before {
    content: "\ea26";
}

.icon-e-delete::before {
    content: "\ea27";
}

.icon-c-delete::before {
    content: "\ea28";
}

.icon-c-add::before {
    content: "\ea29";
}

.icon-c-question::before {
    content: "\ea2a";
}

.icon-star::before {
    content: "\ea2c";
}

.icon-logo-facebook::before {
    content: "\ea2d";
}

.icon-logo-instagram::before {
    content: "\ea2e";
}

.icon-logo-linkedin::before {
    content: "\ea2f";
}

.icon-logo-youtube::before {
    content: "\ea30";
}

.icon-zoom-out::before {
    content: "\ea31";
}

.icon-menu-8::before {
    content: "\ea32";
}

.icon-data-upload::before {
    content: "\ea33";
}

.icon-data-download::before {
    content: "\ea34";
}

.icon-pencil::before {
    content: "\ea35";
}

.icon-mail::before {
    content: "\ea36";
}

.icon-phone::before {
    content: "\ea37";
}

.icon-a-chat::before {
    content: "\ea38";
}

.icon-globe::before {
    content: "\ea39";
}

.icon-logo-twitter::before {
    content: "\ea3a";
}

.icon-img::before {
    content: "\ea3b";
}

.icon-attach::before {
    content: "\ea3c";
}

.icon-trash::before {
    content: "\ea3d";
}

.icon-bookmark::before {
    content: "\ea3e";
}

.icon-bookmark-1::before {
    content: "\ea3f";
}

.icon-star-1::before {
    content: "\ea40";
}

.icon-box-3d-50::before {
    content: "\ea41";
}

.icon-tag::before {
    content: "\ea42";
}

.icon-gear::before {
    content: "\ea43";
}

.icon-measure-17::before {
    content: "\ea44";
}

.icon-network-communication::before {
    content: "\ea45";
}

.icon-compass-05::before {
    content: "\ea46";
}

.icon-send-message::before {
    content: "\ea47";
}

.icon-phone-button::before {
    content: "\ea48";
}

.icon-video::before {
    content: "\ea49";
}

.icon-menu-5::before {
    content: "\ea4a";
}

.icon-thumb-up::before {
    content: "\ea4c";
}

.icon-thumb-down::before {
    content: "\ea4d";
}

.icon-cockade::before {
    content: "\ea4e";
}

.icon-file-edit::before {
    content: "\ea4f";
}

.icon-book-bookmark::before {
    content: "\ea50";
}

.icon-headphones-mic::before {
    content: "\ea51";
}

.icon-circle-caret-right::before {
    content: "\ea52";
}

.icon-bulb-63::before {
    content: "\ea53";
}

.icon-audio-jack::before {
    content: "\ea54";
}

.icon-engine::before {
    content: "\ea55";
}

.icon-flask::before {
    content: "\ea56";
}

.icon-bag-50::before {
    content: "\ea57";
}

.icon-pipe::before {
    content: "\ea58";
}

.icon-calendar-2::before {
    content: "\ea59";
}

.icon-launch-app::before {
    content: "\ea5a";
}

.icon-grid-interface::before {
    content: "\ea5b";
}

.icon-hide::before {
    content: "\ea5c";
}

.icon-automated-logistics::before {
    content: "\ea5d";
}

.icon-car-simple::before {
    content: "\ea5e";
}

.icon-drop::before {
    content: "\ea5f";
}

i {
    position: relative;
}

* {
    box-sizing: border-box;
}

@media (max-width: 575.98px) {

    body.menu-open,
    body.menu-mobile-open {
        overflow: hidden;
        padding-right: 0;
    }
}

.red {
    color: #C02031;
}

.primary {
    color: #C02031;
}

.prev-spacer {
    margin-top: 35px;
    margin-bottom: 35px;
}

.spacer {
    margin-top: 2em;
}

.block {
    padding: 2.5rem 0;
}

.container {
    max-width: 1140px;
}

.tile-icon__text:after,
.tile__text:after,
.product__link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.user-dropdown__link,
.lang__link,
.dropdown__selected,
.dropdown__item>* {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout,
.cart,
.series,
.register,
.login,
.subcategory,
.menu-icon__container,
.menu__container,
.footer-c__container,
.empty-cart,
.section__container,
.breadcrumbs {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    --bs-gutter-x: 0.95rem;
    max-width: 1140px;
}

.checkout,
.cart {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {

    .checkout,
    .cart {
        flex-direction: row;
    }
}

@media (min-width: 768px) {

    .checkout__content,
    .cart__content {
        flex-grow: 1;
    }
}

@media (min-width: 768px) {

    .checkout__side,
    .cart__side {
        min-width: 18rem;
        width: 18rem;
    }
}

@media (min-width: 992px) {

    .checkout__side,
    .cart__side {
        min-width: 21.875rem;
        width: 21.875rem;
    }
}

.series-modal__subtitle,
.dropdown--form-view .dropdown__caption,
.promo-code__label,
.input__label,
.range__caption,
.quantity-inc__label {
    display: block;
    margin: 0 0.5rem 0.5rem 0;
    width: auto;
    color: #666666;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1rem;
    text-transform: uppercase;
}

.menu-mobile__scroll,
.filter-mobile,
.modal,
.dropdown__scroll {
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.menu-mobile__scroll::-webkit-scrollbar,
.filter-mobile::-webkit-scrollbar,
.modal::-webkit-scrollbar,
.dropdown__scroll::-webkit-scrollbar {
    display: none;
}

a {
    color: #00639A;
    font-weight: 400;
    cursor: pointer;
    text-decoration: underline;
}

a:hover {
    color: #0082D7;
}

.payment-form__cancel>*,
.user-dropdown__link,
.lang__link,
.menu-mobile__link,
.menu-mobile__contact>a,
.address-form__cancel>*,
.footer-c__link>*,
.header__contacts>*,
.header__link,
.dropdown__item>*,
.tile-icon__text,
.tile__text,
.cart-icon,
.resources__item,
.icon-text-button,
.menu-icon__link,
.menu__link,
.banner__link {
    color: currentColor;
    font-weight: inherit;
    text-decoration: none;
}

.payment-form__cancel> :hover,
.user-dropdown__link:hover,
.lang__link:hover,
.menu-mobile__link:hover,
.menu-mobile__contact>a:hover,
.address-form__cancel> :hover,
.footer-c__link> :hover,
.header__contacts> :hover,
.header__link:hover,
.dropdown__item> :hover,
.tile-icon__text:hover,
.tile__text:hover,
.cart-icon:hover,
.resources__item:hover,
.icon-text-button:hover,
.menu-icon__link:hover,
.menu__link:hover,
.banner__link:hover {
    color: currentColor;
}

.purchasing__title,
.products__title {
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.purchasing__title span,
.products__title span {
    margin: 0 0.25rem 0 0;
    color: #C02031;
    font-weight: 700;
}

.payment__account-message,
.shipping__account-message,
.dropdown__message,
.promo-code__message,
.input__message,
.checkbox__message {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
}

.checkbox__message--error {
    color: #ED420F;
}

.checkbox__message--warning {
    color: #BF8200;
}

.checkbox__message--info {
    color: #00639A;
}

.checkbox__message--success {
    color: #00715C;
}

.menu-mobile__list,
.steps,
.header__list,
.tabs {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lang__btn,
.header-mobile__menu-button,
.accordion-bordered__btn,
.tabs__button,
.quantity-inc__btn,
.icon-text-button,
.product-diagram-button,
.support-button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

[disabled].lang__btn,
[disabled].header-mobile__menu-button,
[disabled].accordion-bordered__btn,
[disabled].tabs__button,
[disabled].quantity-inc__btn,
[disabled].icon-text-button,
[disabled].product-diagram-button,
[disabled].support-button {
    pointer-events: none;
}

.payment-card__indicator,
.address-card__indicator,
.radio-tile__indicator,
.radio__indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 1px solid #9F9F9F;
    background-color: #FFFFFF;
    cursor: pointer;
}

.payment-card__indicator:before,
.address-card__indicator:before,
.radio-tile__indicator:before,
.radio__indicator:before {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border: none;
    border-radius: 50%;
    background-color: #C02031;
}

.menu-icon__link,
.menu__link,
.banner__link {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-icon__link>i,
.menu__link>i,
.banner__link>i {
    top: 0.05rem;
    margin-left: 0.4rem;
    font-size: 0.75rem;
}

.review-card__foot,
.payment-card__foot,
.address-card__foot {
    display: flex;
    align-items: center;
    padding: 1rem 1rem 0;
    border-top: 1px solid #CCCCCC;
}

.review-card__foot>.icon-text-button,
.payment-card__foot>.icon-text-button,
.address-card__foot>.icon-text-button {
    margin: 0 0 0 auto;
}

.review-card__foot>.icon-text-button>.icon-pencil,
.payment-card__foot>.icon-text-button>.icon-pencil,
.address-card__foot>.icon-text-button>.icon-pencil {
    left: 0.2rem;
}

.review-card__foot>.icon-text-button>.icon-cart,
.payment-card__foot>.icon-text-button>.icon-cart,
.address-card__foot>.icon-text-button>.icon-cart {
    top: calc(50% - 0.5rem);
    left: -0.3rem;
    font-size: 1rem;
}

.review-card__tag,
.payment-card__tag,
.address-card__tag {
    display: inline-block;
    padding: 0.45rem 1rem;
    height: 1.75rem;
    border-radius: 10rem;
    background-color: #EDEDED;
    font-size: 0.75rem;
    font-weight: 500;
}

.form-group a {
    font-size: 0.88rem;
}

.a-checkbox-align {
    text-align: right;
}

.container li {
    line-height: 1.5rem;
}

.link-image {
    text-align: center;
}

.link-image img {
    max-height: 28.13rem;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}

.super-header {
    margin-bottom: 4px;
    margin-top: 0em;
}

.has-super-header {
    margin-top: 0px;
}

.cps-video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.cps-video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.select-option {
    position: relative;
    display: inline-block;
    padding: 0 0.95rem;
    height: 2.35rem;
    width: auto;
    background: none;
    border-radius: 4px;
    color: #343434;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 2.35rem;
    text-transform: none;
    cursor: pointer;
    box-shadow: 0 0 0 1px #CCCCCC;
    transition: all 0.15s ease;
}

.select-option--active {
    background-color: rgba(192, 32, 49, 0.08);
    box-shadow: 0 0 0 2px #C02031;
}

.select-option:hover {
    box-shadow: 0 0 0 1px #C02031;
}

.select-option--color {
    padding: 0 1rem 0 1.9rem;
}

.select-option svg {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    stroke: #CCCCCC;
    stroke-width: 1;
}

.select-option--disabled {
    color: rgba(52, 52, 52, 0.4);
    cursor: auto;
    pointer-events: none;
}

.select-option--disabled svg {
    display: block;
}

.select-option__color {
    position: absolute;
    top: calc(50% - 0.3rem);
    left: 0.85rem;
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: currentColor;
    border: 1px solid currentColor;
}

.select-option--disabled .select-option__color {
    opacity: 0.4;
}

.button {
    border: 1px solid currentColor;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
}

.button.full-width {
    width: 100%;
}

.button.large {
    padding: 0.844rem 1.5rem;
    font-size: 1.125rem;
}

.button.medium {
    padding: 0.688rem 1rem;
    font-size: 1rem;
}

.button.small {
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
    line-height: 1.4rem;
}

.button.small i {
    top: 3px;
    margin: 0 0.55rem 0 -0.3rem;
}

.button.primary-dark {
    color: #FFFFFF;
    background-color: #343434;
    border-color: #343434;
}

.button.primary-dark:hover {
    background-color: #232323;
}

.button.secondary {
    color: #C02031;
}

.button.secondary:hover {
    background-color: #9F1C33;
    color: #FFFFFF;
}

.button.secondary-dark {
    color: #343434;
    border: solid 1px #343434;
}

.button.secondary-dark:hover {
    color: #FFFFFF;
    background-color: #343434;
}

.button[disabled] {
    opacity: 0.32;
}

.button i {
    top: 2px;
    margin: 0 0.5rem 0 -0.1rem;
    font-size: 1rem;
}

input[type=text],
input[type=password],
input[type=number] {
    display: inline-block;
    padding: 0.75rem 1rem;
    height: 3rem;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    color: #343434;
    font-size: 0.938rem;
    font-weight: 500;
}

input[type=text]:focus-visible,
input[type=password]:focus-visible,
input[type=number]:focus-visible {
    border-color: #C02031;
    outline: none;
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder {
    color: #666666;
    opacity: 1;
    font-weight: 400;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
    font-weight: 400;
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder {
    color: #666666;
    opacity: 1;
    font-weight: 400;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder {
    color: #666666;
    font-weight: 400;
}

input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder {
    color: #666666;
    font-weight: 400;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=number]:disabled {
    background-color: #FAFAFA;
    border-color: #EDEDED;
    color: #9F9F9F;
}

input[type=text]:disabled::-moz-placeholder,
input[type=password]:disabled::-moz-placeholder,
input[type=number]:disabled::-moz-placeholder {
    opacity: 0.5;
}

input[type=text]:disabled:-ms-input-placeholder,
input[type=password]:disabled:-ms-input-placeholder,
input[type=number]:disabled:-ms-input-placeholder {
    opacity: 0.5;
}

input[type=text]:disabled::placeholder,
input[type=password]:disabled::placeholder,
input[type=number]:disabled::placeholder {
    opacity: 0.5;
}

input[type=text]:disabled:-ms-input-placeholder,
input[type=password]:disabled:-ms-input-placeholder,
input[type=number]:disabled:-ms-input-placeholder {
    opacity: 0.5;
}

input[type=text]:disabled::-ms-input-placeholder,
input[type=password]:disabled::-ms-input-placeholder,
input[type=number]:disabled::-ms-input-placeholder {
    opacity: 0.5;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

textarea {
    padding: 0.75rem 3rem 0.75rem 1rem;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    font-size: 0.938rem;
    font-weight: 500;
    line-height: 1.5rem;
    resize: none;
}

textarea:focus-visible {
    border-color: #C02031;
    outline: none;
}

hr {
    display: block;
    background-color: #EDEDED;
    border: none;
    height: 1px;
}

.color-swatch {
    display: inline-block;
    padding: 0px;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 4px;
    border: 1px solid currentColor;
    background-color: currentColor;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}

.color-swatch.sm {
    height: 1rem;
    width: 1rem;
}

.support-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 2.5rem;
    border-radius: 4px 4px 0 0;
    background-color: #C02031;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .support-button {
        justify-content: space-between;
        padding: 0 1.25rem 0 1rem;
        width: 14.75rem;
    }
}

.support-button i {
    color: #FFFFFF;
    font-size: 1.5rem;
}

.support-button span {
    display: none;
}

@media (min-width: 768px) {
    .support-button span {
        display: block;
    }
}

.product-diagram-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 4px;
    background-color: #C02031;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .product-diagram-button {
        padding: 0 2rem 0 1.5rem;
        width: auto;
    }
}

.product-diagram-button i {
    color: #FFFFFF;
}

.product-diagram-button span {
    display: none;
}

@media (min-width: 768px) {
    .product-diagram-button span {
        display: block;
        margin: 0 0 0 0.75rem;
    }
}

.icon-text-button {
    position: relative;
    padding: 0.375rem 0 0.375rem 1.4rem;
    color: #343434;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.icon-text-button--thin {
    padding: 0 0 0 1.15rem;
}

.icon-text-button:hover {
    color: #0082D7;
    text-decoration: underline;
    text-underline-position: under;
}

.icon-text-button i {
    position: absolute;
    top: calc(50% - 0.4rem);
    left: 0;
    color: #343434;
    font-size: 0.84rem;
}

.left-border-red {
    background-color: #EDEDED;
    border-radius: 4px;
    padding: 0.3rem 0.3rem 0.3rem 1.7rem;
    border-left: 4px solid #C02031;
}

.left-border-red p {
    font-size: 0.88rem;
    margin: 0;
    line-height: 34px;
}

.left-border-red p i {
    font: normal normal normal 20px/1.5 "Nucleo";
    top: 0.7rem;
    left: -2.2rem;
}

.left-border-red p i::before {
    position: relative;
    top: 0.2rem;
    right: 3px;
}

.award {
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    margin-bottom: 40px;
}

.award .award-logo {
    border-top: 4px solid #C02031;
    border-radius: 4px;
}

.award .distributor-logo {
    border-top: 4px solid #C02031;
    border-radius: 4px;
}

.award .distributor-logo img {
    max-height: 56px;
    max-width: 100%;
}

.award .award-body {
    padding: 10px;
    min-height: 210px;
}

.award .award-body h6 {
    margin: 5px 0;
    color: #C02031;
}

.award .award-body h4 {
    margin: 5px 0;
}

.certs h4 {
    margin-bottom: 20px;
}

.certs h5 {
    margin-top: 0;
    margin-bottom: 20px;
}

.certs a {
    color: #C02031;
}

.certs a:hover {
    color: #9F1C33;
}

.pill {
    position: relative;
    display: inline-block;
    padding: 0.5rem 2rem 0.375rem 1rem;
    min-height: 1.75rem;
    width: auto;
    border-radius: 1.1rem;
    background-color: #EDEDED;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.pill__remove {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2rem;
    border-radius: 0 1.1rem 1.1rem 0;
    cursor: pointer;
}

.pill i {
    position: absolute;
    top: calc(50% - 0.44rem);
    right: 0.85rem;
    font-size: 0.875rem;
}

.indicators {
    padding-top: 1.5rem;
}

.indicators .indicator {
    float: left;
    width: 24px;
    height: 4px;
    margin-right: 0.5rem;
    background-color: #DEDEDE;
    border-radius: 3.5px;
}

.indicators .indicator.active {
    background-color: #C02031;
}

.container .nav-tabs .nav-link {
    padding: 0 1px 1rem 1px;
    margin: 1rem 1.5rem 0rem 0rem;
    border: 0;
    border-radius: 0px;
    font-weight: bold;
    color: #343434;
}

.container .nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 3px solid #C02031;
    color: #C02031;
}

.container .tab-content {
    margin-top: 1.5rem;
}

.related-product-card {
    padding: 1.5rem;
    background-color: white;
    border: solid 1px #EDEDED;
    font-size: 14px;
}

.related-product-card img {
    max-width: 100%;
}

.related-product-card .prod-title {
    font-size: 16px;
    line-height: 20px;
}

.related-product-card .short-desc {
    font-size: 14px;
    margin: 0.31rem auto;
}

.related-product-card .prod-link {
    margin-top: 1rem;
    display: block;
    position: relative;
    bottom: 0px;
}

table {
    border-spacing: 0px;
}

table thead tr {
    background-color: #CCCCCC;
}

table thead th {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #9F9F9F;
}

table tbody tr:nth-child(2n+0) {
    background-color: rgba(163, 156, 149, 0.08);
    box-shadow: 0 1px 0 0 rgba(163, 156, 149, 0.24);
}

table tbody td {
    padding: 1em;
}

.cps-table {
    padding: 1rem;
}

.cps-table .table-header .col {
    border-bottom: 1px solid #9F9F9F;
    background-color: rgba(163, 156, 149, 0.24);
    box-shadow: 0 1px 0 0 #A39C95;
}

.cps-table .col {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    padding: 1em;
}

.cps-table .row:nth-child(2n+1) {
    background-color: rgba(163, 156, 149, 0.08);
    box-shadow: 0 1px 0 0 rgba(163, 156, 149, 0.24);
}

.cps-notice h6 {
    margin-bottom: 0rem;
    font-size: 1.125rem;
}

.cps-notice p {
    font-size: 0.75rem;
    font-weight: 500;
}

.cps-resource-card {
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    margin: 20px auto;
    margin-bottom: 40px;
}

.cps-resource-card .cps-resource-image {
    border-bottom: 4px solid #C02031;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-bottom: 75%;
}

.cps-resource-card .cps-resource-body {
    padding: 10px;
    min-height: 210px;
    background-color: white;
}

.cps-resource-card .cps-resource-body h6 {
    margin: 5px 0;
    color: #C02031;
}

.cps-resource-card .cps-resource-body h4 {
    margin: 5px 0;
}

.unit-switcher__btn {
    padding: 0 0.8rem;
    height: 1.75rem;
    min-width: 4.75rem;
    background-color: white;
    border: solid 1px #DEDEDE;
    font-size: 0.75rem;
    font-weight: 500;
    color: #343434;
}

.unit-switcher__btn--active {
    background-color: #FAEEEF;
    box-shadow: none;
    border: solid 2px #C02031;
    color: #343434;
}

.unit-switcher__btn:not(:first-child) {
    margin-left: 0 !important;
}

.checkbox {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: auto;
    color: #343434;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    display: none;
}

.checkbox input:not(:disabled)~* {
    cursor: pointer;
}

.checkbox__indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem 0 0;
    min-width: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 3px;
    border: 1px solid #9F9F9F;
    background-color: #FFFFFF;
    transition: all 0.15s ease;
}

.checkbox:hover>input:not(:disabled)+.checkbox__indicator {
    border-color: #C02031;
}

input:checked+.checkbox__indicator {
    border-radius: 2px;
    border-color: #C02031;
    background-color: #C02031;
    color: #FFFFFF;
}

.checkbox:hover input:checked+.checkbox__indicator {
    background-color: #9F1C33;
}

input:checked+.checkbox__indicator:before {
    content: "瞑�";
    font: normal normal normal 1em/1 "Nucleo";
}

.checkbox__color {
    margin: 0.125rem 0.5rem 0.125rem 0;
}

.checkbox__caption {
    max-width: calc(100% - 2.5rem);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3rem;
}

.checkbox__caption span {
    margin: 0 0 0 0.3rem;
    color: #666666;
    font-weight: 400;
}

.checkbox__message {
    padding: 0.25rem 0 0 1.75rem;
    min-width: 100%;
    cursor: unset;
}

.units {
    display: flex;
    padding: 1.5rem;
    background-color: rgba(163, 156, 149, 0.16);
}

@media (min-width: 576px) {
    .units {
        display: block;
        padding: 1.6rem 1.5rem 1.5rem;
    }
}

.units__item {
    margin: 0 1.6rem 0 0;
}

@media (min-width: 576px) {
    .units__item {
        margin: 0 0 1.13rem;
    }
}

.units__item:last-child {
    margin: 0;
}

.units__name {
    font-size: 0.75rem;
    white-space: nowrap;
    text-transform: uppercase;
}

.units__value {
    margin: 0.6rem 0 0;
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
}

.quantity {
    display: flex;
    align-items: center;
}

.quantity__input {
    margin: 0 0.5rem 0 0;
    width: 5.938rem;
    border-radius: 4px;
}

.quantity__text {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.quantity-inc__container {
    position: relative;
    display: flex;
    align-items: stretch;
}

.quantity-inc input {
    order: 2;
    padding: 0.75rem 0.25rem;
    width: 4rem;
    text-align: center;
}

.quantity-inc input:not(:disabled) {
    border-radius: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.quantity-inc input:disabled {
    color: #343434;
}

.quantity-inc input:focus-visible {
    border-color: #CCCCCC;
}

.quantity-inc__btn {
    position: relative;
    padding: 0;
    min-width: 2.25rem;
    width: 2.25rem;
    background-color: rgba(0, 113, 92, 0.75);
    color: #FFFFFF;
}

.quantity-inc__btn:not(:last-child) {
    order: 1;
    border-radius: 0.25rem 0 0 0.25rem;
}

.quantity-inc__btn:last-child {
    order: 3;
    border-radius: 0 0.25rem 0.25rem 0;
}

.quantity-inc__btn i {
    font-size: 0.75rem;
}

.quantity-inc__btn[disabled] {
    background-color: #CCCCCC;
    pointer-events: none;
}

input:disabled~.quantity-inc__btn {
    display: none;
}

.info-item {
    position: relative;
    padding: 0.75rem 2rem 0.5rem 3rem;
    background-color: rgba(163, 156, 149, 0.1);
}

@media (min-width: 768px) {
    .info-item {
        padding: 1.25rem 1.5rem 0.95rem 3rem;
    }
}

.info-item i {
    position: absolute;
    top: 0.75rem;
    left: 1.25rem;
    font-size: 1.125rem;
    color: #C02031;
}

@media (min-width: 768px) {
    .info-item i {
        top: 1.15rem;
    }
}

.info-item__title {
    max-width: 11.625rem;
    font-size: 0.875rem;
    font-weight: 700;
}

.info-item__description {
    margin: 0.2rem 0 0;
    max-width: 11.625rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.1rem;
}

@media (min-width: 768px) {
    .info-item__description {
        margin: 0.4rem 0 0;
    }
}

.view-switcher {
    display: flex;
}

.view-switcher__btn {
    margin: 0 0 0 0.6rem;
    padding: 0;
    border: none;
    background: none;
    color: #343434;
    cursor: pointer;
}

.view-switcher__btn i {
    font-size: 1.125rem;
}

.view-switcher__btn--active i {
    color: #C02031;
}

.range {
    display: flex;
    margin: 0 -0.25rem;
}

.range__item {
    padding: 0 0.25rem;
    width: 50%;
}

.range__caption {
    font-weight: 500;
}

.range input {
    width: 100%;
}

.radio {
    display: flex;
    align-items: center;
    width: auto;
    text-transform: none;
    font-size: 0.875rem;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio input {
    display: none;
}

.radio input:disabled~* {
    pointer-events: none;
}

input:checked+.radio__indicator {
    border-color: #C02031;
}

.radio:hover>input:not(:disabled)+.radio__indicator {
    border-color: #C02031;
}

input:checked+.radio__indicator:before {
    content: "";
}

.radio:hover .radio__indicator:before {
    background-color: #9F1C33;
}

.radio__caption {
    margin: 0 0 0 0.5rem;
    cursor: pointer;
}

.radio-tile {
    display: block;
    cursor: pointer;
}

.radio-tile input {
    display: none;
}

.radio-tile input:disabled~* {
    pointer-events: none;
}

.radio-tile__container {
    display: flex;
    align-items: center;
    padding: 1.1rem 1rem 1rem;
    border-radius: 0.25rem;
    border: 1px solid #CCCCCC;
}

input:checked+.radio-tile__container {
    border-color: #C02031;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
}

input:checked+.radio-tile__container>.radio-tile__indicator {
    border-color: #C02031;
}

input:checked+.radio-tile__container>.radio-tile__indicator:before {
    content: "";
}

.radio-tile__caption {
    margin: 0 0 0 0.5rem;
}

.radio-tile__caption>b {
    margin: 0 0 0 0.5rem;
}

.product {
    position: relative;
    padding: 1.25rem 1.4rem;
    background-color: #FFFFFF;
    border: 1px solid #EDEDED;
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .product {
        padding: 1.5rem 1.35rem;
    }
}

.product-grid--list-view .product {
    display: grid;
    grid-template-areas: "image info""image link";
    grid-template-columns: 11.838rem 1fr;
    padding: 1rem 1rem 1.65rem;
}

@media (min-width: 768px) {
    .product-grid--list-view .product {
        grid-template-areas: "image info .""image info link""image info .";
        grid-template-columns: 11.838rem 1fr 100px;
        padding: 1rem 1.55rem 1.55rem 1rem;
    }
}

.product__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1.55rem;
    height: 6.1rem;
}

.product__image>* {
    max-width: 100%;
    max-height: 100%;
}

.product__image>picture {
    height: 100%;
}

.product__image>picture>* {
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 768px) {
    .product__image {
        height: 7.438rem;
    }
}

.product-grid--list-view .product__image {
    grid-area: image;
    display: block;
    margin: 0;
    padding: 0 1.9rem 0 0;
    width: 11.838rem;
    height: auto;
}

.product-grid--list-view .product__info {
    grid-area: info;
    padding: 0.55rem 0 0;
}

.product__name {
    margin: 0 0 0.95rem;
    color: #C02031;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.875rem;
}

.product__title {
    display: block;
    color: currentColor;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

.product-grid--list-view .product__title {
    margin: 0;
}

.product__desc {
    margin: 0.55rem 0 0;
    line-height: 1.25rem;
}

.product__colors {
    display: flex;
    flex-wrap: wrap;
    margin: 0.25rem 0 0;
}

.product__colors>* {
    margin: 0.25rem 0.25rem 0 0;
}

.product__text {
    margin: 0.25rem 0 0 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
}

.product__link {
    display: block;
    margin: 1.1rem 0 0;
}

.product-grid--list-view .product__link {
    grid-area: link;
}

@media (min-width: 768px) {
    .product-grid--list-view .product__link {
        margin: 0;
        text-align: right;
    }
}

.input__head {
    display: flex;
    align-items: center;
}

.input__label {
    margin-right: 0;
}

.input__tooltip {
    top: -0.25rem;
    left: 0.1rem;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.7rem;
}

.input__tooltip:before {
    position: relative;
    top: 0.25rem;
    left: 0.25rem;
}

.input__caption {
    margin: 0 0 0.5rem auto;
    color: #666666;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
}

.input__container {
    --status-color: #CCCCCC;
    position: relative;
}

.input__container--error {
    --status-color: #ED420F;
}

.input__container--warning {
    --status-color: #BF8200;
}

.input__container--info {
    --status-color: #00639A;
}

.input__container--success {
    --status-color: #00715C;
}

.input input {
    width: 100%;
    border-color: var(--status-color);
}

.input input[type=password] {
    padding: 0.75rem 3rem 0.75rem 1rem;
}

.input__icon {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 3rem;
    border-radius: 4px;
    cursor: pointer;
}

input:disabled+.input__icon {
    opacity: 0.32;
    cursor: auto;
}

.input__icon i {
    position: absolute;
    top: 0.95rem;
    right: 0.95rem;
    font-size: 1.125rem;
}

.input__message {
    margin: 0.5rem 0 0;
    color: var(--status-color);
}

.warning {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.warning i:first-child {
    font-size: 1rem;
    color: #BF8200;
}

.warning i:last-child {
    font-size: 1.25rem;
    color: #666666;
}

.warning__text {
    margin: 0 0.4rem 0 0.5rem;
}

.samples {
    position: relative;
    padding: 0.6rem 0.5rem 0.62rem 2.75rem;
    border-radius: 4px;
    border-left: 4px solid #C02031;
    background-color: rgba(163, 156, 149, 0.08);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.samples i {
    position: absolute;
    top: 0.7rem;
    left: 1rem;
    color: #C02031;
    font-size: 1.125rem;
}

.resources {
    font-weight: 700;
}

.resources__title {
    padding: 0 0 0.5rem;
    border-bottom: 1px solid #DEDEDE;
    font-size: 0.875rem;
    line-height: 1.35rem;
}

.resources__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.8rem;
}

.resources__item {
    position: relative;
    margin: 1.25rem 0 0.75rem;
    padding: 0 0.8rem 0 2.55rem;
    font-size: 0.875rem;
    line-height: 1rem;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .resources__item {
        margin: 0.75rem 0 0.75rem;
    }
}

.resources__item i {
    position: absolute;
    top: -0.1rem;
    left: 0.9rem;
    font-size: 1.125rem;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #EDEDED;
}

.tabs__item {
    padding: 0 2.05rem 0 0;
}

.tabs__button {
    padding-bottom: 1.1rem;
    border-bottom: 0.25rem solid transparent;
    font-size: 1rem;
    font-weight: 700;
    transition: all 0.15s ease;
}

.tabs__button.active {
    color: #C02031;
    border-color: currentColor;
}

.tab-content__item {
    display: none;
}

.tab-content__item.active {
    display: block;
}

.tab-content__item.fade {
    opacity: 0;
    transition: all 0.15s ease;
}

.tab-content__item.fade.show {
    opacity: 1;
}

.promo-code {
    --status-color: #CCCCCC;
}

.promo-code--error {
    --status-color: #ED420F;
}

.promo-code--warning {
    --status-color: #BF8200;
}

.promo-code--info {
    --status-color: #00639A;
}

.promo-code--success {
    --status-color: #00715C;
}

.promo-code__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-code__caption {
    margin: 0 0 0.5rem;
    color: #666666;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
}

.promo-code__container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0.65rem 0 0;
    height: 3rem;
    border: 1px solid var(--status-color);
    border-radius: 0.25rem;
}

.promo-code input {
    padding: 2px 0 0 1rem;
    height: 100%;
    width: 100%;
    border: none;
}

.promo-code__button {
    margin: 0 0 0 0.5rem;
    width: 5.625rem;
}

.promo-code__bottom {
    display: flex;
    align-items: flex-start;
    margin: 0.55rem 0 0;
}

.promo-code__bottom:empty {
    display: none;
}

.promo-code__message {
    flex-grow: 1;
    margin: 0 0.5rem 0 0;
    color: var(--status-color);
}

.promo-code__remove {
    margin: 0 0 0 auto;
    padding-top: 0;
    padding-bottom: 0;
}

.order-note__textarea {
    height: 6.438rem;
}

.order-note__button {
    margin: 0.3rem 0 0;
    text-align: right;
}

.order-note__save-button {
    width: 7.625rem;
    font-weight: 500;
}

.order-note__text {
    margin: 0 0 0.45rem;
    padding: 0 2rem 0 0;
    font-size: 1rem;
    line-height: 1.438rem;
}

@media (min-width: 576px) {
    .order-note__text {
        margin: 0 0 0.3rem;
        padding: 0;
    }
}

.line-item {
    display: flex;
    flex-wrap: wrap;
    padding: 1.72rem 0 0.95rem;
}

.line-item__img {
    margin: 0 1rem 0 0;
    padding: 0.4rem 0 0;
    width: 5rem;
    height: 5.45rem;
}

.line-item__img>* {
    max-width: 100%;
    max-height: 100%;
}

.line-item__img>picture {
    height: 100%;
}

.line-item__img>picture>* {
    max-width: 100%;
    max-height: 100%;
}

.line-item__main {
    flex-grow: 1;
    max-width: calc(100% - 6rem);
}

@media (min-width: 576px) {
    .line-item__main {
        display: grid;
        grid-template-areas: "info prices""info amount";
        grid-template-columns: 1fr 9rem;
    }
}

@media (min-width: 992px) {
    .line-item__main {
        grid-template-areas: "info amount prices";
        grid-template-columns: 1fr 10rem 6rem;
    }
}

.line-item__info {
    margin: 0 0 1.3rem;
    padding: 0 0.5rem 0 0;
}

@media (min-width: 576px) {
    .line-item__info {
        grid-area: info;
        margin: 0;
    }
}

.line-item__sku {
    margin: 0 0 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.line-item__name {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 700;
}

.line-item__prop {
    font-size: 0.875rem;
}

.line-item__prop:not(:last-child) {
    margin: 0 0 0.38rem;
}

.line-item__prop--in-stock {
    color: #00715C;
}

.line-item__prices {
    margin: 0 0 0.6rem;
}

@media (min-width: 576px) {
    .line-item__prices {
        grid-area: prices;
        margin: -0.05rem 0 0.6rem;
    }
}

@media (min-width: 992px) {
    .line-item__prices {
        text-align: right;
    }
}

.line-item__old-price {
    margin: 0 0 0.4rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: line-through;
}

.line-item__price {
    font-size: 1rem;
    font-weight: 700;
}

@media (min-width: 576px) {
    .line-item__amount {
        grid-area: amount;
        margin: -0.2rem 0 0;
    }
}

.line-item__qty {
    margin: 0 0 0.65rem;
}

.line-item__additional {
    margin: 1.25rem 0 0;
    width: 100%;
}

@media (min-width: 576px) {
    .line-item__additional {
        margin: 1.1rem 0 -0.21rem;
    }
}

.line-item__promo {
    max-width: 27.813rem;
}

.line-item__buttons {
    margin: 1rem 0 0;
    width: 100%;
    text-align: right;
}

@media (min-width: 576px) {
    .line-item__buttons {
        margin: 1.2rem 0 0;
    }
}

.line-item__buttons>*:not(:last-child) {
    margin: 0 0.4rem 0 0;
    padding-right: 0.45rem;
    border-right: 1px solid #CCCCCC;
}

.line-item-saved {
    display: flex;
    flex-wrap: wrap;
    padding: 1.45rem 0 0.95rem;
}

.line-item-saved__img {
    margin: 0 1rem 0 0;
    padding: 0.4rem 0 0;
    width: 5rem;
    height: 5.45rem;
}

.line-item-saved__img>* {
    max-width: 100%;
    max-height: 100%;
}

.line-item-saved__img>picture {
    height: 100%;
}

.line-item-saved__img>picture>* {
    max-width: 100%;
    max-height: 100%;
}

.line-item-saved__main {
    flex-grow: 1;
    max-width: calc(100% - 6rem);
}

@media (min-width: 576px) {
    .line-item-saved__main {
        display: grid;
        grid-template-areas: "info prices";
    }
}

.line-item-saved__info {
    margin: 0 0 0.8rem;
}

@media (min-width: 576px) {
    .line-item-saved__info {
        grid-area: info;
    }
}

.line-item-saved__sku {
    margin: 0 0 0.05rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.line-item-saved__name {
    margin: 0 0 0.6rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45rem;
}

.line-item-saved__prop {
    font-size: 0.875rem;
}

.line-item-saved__prop:not(:last-child) {
    margin: 0 0 0.38rem;
}

.line-item-saved__prices {
    margin: 0 0 0.6rem;
}

@media (min-width: 576px) {
    .line-item-saved__prices {
        grid-area: prices;
        padding: 0 0 0 0.5rem;
        text-align: right;
    }
}

.line-item-saved__old-price {
    margin: 0 0 0.4rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: line-through;
}

.line-item-saved__price {
    font-size: 1rem;
    font-weight: 700;
}

.line-item-saved__buttons {
    margin: 0.55rem 0 0 auto;
    width: 13rem;
    text-align: right;
}

@media (min-width: 576px) {
    .line-item-saved__buttons {
        margin: 0.1rem 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 576px) {
    .line-item-saved__buttons>*:not(:last-child) {
        margin: 0 0.8rem 0 0;
        padding-right: 1rem;
        border-right: 1px solid #CCCCCC;
    }
}

.line-item-saved__buttons>*:first-child {
    margin: 0 0.8rem 0 0;
    padding-right: 1rem;
    border-right: 1px solid #CCCCCC;
}

.line-item-saved__buttons>*:last-child {
    padding-top: 0.6rem;
}

.line-item-saved__buttons>*:last-child i {
    top: 0.75rem;
}

.line-item-review {
    display: flex;
    flex-wrap: wrap;
}

.line-item-review__img {
    margin: 0.65rem 1rem 0 0;
    width: 5rem;
    height: 5.45rem;
}

.line-item-review__img>* {
    max-width: 100%;
    max-height: 100%;
}

.line-item-review__img>picture {
    height: 100%;
}

.line-item-review__img>picture>* {
    max-width: 100%;
    max-height: 100%;
}

.line-item-review__main {
    flex-grow: 1;
    padding: 0.2rem 0.5rem 0 0;
    max-width: calc(100% - 6rem);
}

.line-item-review__sku {
    margin: 0 0 0.05rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.line-item-review__name {
    margin: 0 0 0.65rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45rem;
}

.line-item-review__prop {
    font-size: 0.875rem;
}

.line-item-review__prop:not(:last-child) {
    margin: 0 0 0.38rem;
}

.line-item-review__prop--in-stock {
    color: #00715C;
}

.line-item-review__prices {
    margin: 1.25rem 0 0.6rem;
}

.line-item-review__old-price {
    margin: 0 0 0.4rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: line-through;
}

.line-item-review__price {
    font-size: 1rem;
    font-weight: 700;
}

.line-item-review__qty {
    margin: 0 0 0.65rem;
}

.line-item-review__promo {
    margin: 1.1rem 0 0;
    width: 100%;
}

.alert {
    position: relative;
    padding: 1rem 1rem 0.9rem 3.5rem;
    border-width: 1px 1px 1px 4px;
    border-style: solid;
    border-radius: 4px;
    border-color: currentColor;
    font-size: 1rem;
    line-height: 1.438rem;
}

.alert--small {
    border-left-width: 1px;
}

.alert--error {
    color: #ED420F;
    background-color: rgba(237, 66, 15, 0.16);
}

.alert--warning {
    color: #BF8200;
    background-color: rgba(191, 130, 0, 0.16);
}

.alert--info {
    color: #00639A;
    background-color: rgba(0, 99, 154, 0.16);
}

.alert--success {
    color: #00715C;
    background-color: rgba(0, 113, 92, 0.16);
}

.alert__icon {
    position: absolute;
    top: 1.2rem;
    left: 1.25rem;
}

.alert__icon.icon-info {
    font-size: 1.25rem;
}

.alert__icon--check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #00715C;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.5rem;
}

.alert--small .alert__icon {
    top: 1.1rem;
    left: 1.1rem;
}

.alert__title {
    margin: 0 0 0.55rem;
    color: #343434;
    font-weight: 700;
}

.alert__desc {
    color: #343434;
}

.cart-icon {
    position: relative;
    padding: 0.4rem 0.5rem 0 0;
}

.cart-icon>i {
    font-size: 1.375rem;
}

.cart-icon__num {
    position: absolute;
    top: -0.25rem;
    left: 0.95rem;
    padding: 0 0.286rem;
    height: 1rem;
    border-radius: 0.5rem;
    background-color: #C02031;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1rem;
    text-align: center;
}

@media (min-width: 768px) {
    .cart-icon__num {
        top: -0.6rem;
        left: 0.9rem;
    }
}

.search {
    display: flex;
    padding: 0 0.375rem 0 0;
    background-color: #EDEDED;
    border-radius: 0.25rem;
}

@media (min-width: 768px) {
    .search {
        align-items: stretch;
        padding: 0;
        height: 3rem;
    }
}

.search input {
    padding: 2px 0 0 1rem;
    background: none;
    height: auto;
    width: 100%;
    border: none;
}

@media (min-width: 768px) {
    .search input {
        padding: 2px 0 0 1.5rem;
    }
}

.search__button.button {
    margin: 0.375rem 0 0.375rem 0.5rem;
    min-width: 8.5rem;
}

@media (min-width: 768px) {
    .search__button.button {
        margin: 0 0 0 0.5rem;
        min-width: 7.9rem;
        font-size: 1rem;
    }
}

.tile {
    position: relative;
    display: flex;
    min-height: 5.313rem;
    border-radius: 0.25rem;
    border: 1px solid #EDEDED;
}

.tile:hover {
    border-color: #C02031;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}

.tile__img {
    min-width: 7rem;
    border-radius: 0.25rem 0 0 0.25rem;
    background-position: center;
    background-size: cover;
}

.tile__text {
    display: flex;
    align-items: center;
    padding: 0.45rem 0.5rem 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1rem;
}

.tile-icon {
    position: relative;
    display: flex;
    padding: 0.9rem 0.95rem 0.8rem;
    min-height: 5.313rem;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    transition: all .3s ease-out;
}

.tile-icon:hover {
    border-color: #C02031;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}

.tile-icon__img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem 0 0;
    height: 3.5rem;
    width: 3.5rem;
    min-width: 3.5rem;
    border-radius: 50%;
    background-color: rgba(163, 156, 149, 0.16);
}

.tile-icon__img>i {
    font-size: 1.5rem;
    color: #C02031;
}

.tile-icon__text {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1rem;
}

.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner__img {
    margin: 0 0 1rem;
    width: 100%;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
    background-position: center;
    background-size: cover;
}

.banner__img:before {
    content: "";
    display: block;
    padding-top: 64.8888888889%;
}

.banner__link:not(:last-child) {
    margin: 0 0 1rem;
}

.payment-method {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.55rem 0.7rem;
    border-radius: 0.25rem;
    border: 1px solid #EDEDED;
    cursor: pointer;
}

.payment-method--active,
.payment-method:hover {
    border-color: currentColor;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
    color: #C02031;
}

.payment-method>i {
    font-size: 1.2rem;
}

.payment-method__text {
    margin: 0.35rem 0 0;
    color: #343434;
    font-size: 0.875rem;
    font-weight: 700;
}

.card-info {
    display: grid;
    grid-template-areas: "img info"". info""foot foot";
    grid-template-columns: 3.7rem auto;
}

.card-info__img {
    grid-area: img;
    width: 2.688rem;
    height: 1.875rem;
    border-radius: 3px;
}

.card-info__info {
    grid-area: info;
}

.card-info__name {
    margin: 0 0 0.15rem;
    padding: 0 1.25rem 0 0;
    font-weight: 700;
}

.card-info__text {
    line-height: 1.438rem;
}

.card-info__address {
    margin: 1rem 0 0;
    font-size: 0.75rem;
    line-height: 1.063rem;
}

.order__info .card-info__address {
    margin: 0.5rem 0 0;
}

.article-collection .header-row {
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.article-collection .header-row h3 {
    margin: 0;
}

.article-collection .header-row .subtitle {
    text-transform: uppercase;
    font-weight: bold;
}

.article-collection .header-row .subtitle i {
    font: normal normal normal 14px/1.5 "Nucleo";
}

.article-collection .article-card {
    margin-bottom: 2.5rem;
}

.article-collection .article-card .article-img img {
    width: 100%;
}

.article-collection .article-card .article-title h6 {
    margin: 1.5rem 0 1rem 0;
}

@media (min-width: 576px) {
    .article-collection .header-row .subtitle {
        text-align: right;
    }
}

.cover-with-image-2 {
    padding: 1rem;
    background-color: #F5F5F5;
    margin-bottom: 0rem;
}

.cover-with-image-2 .block-info {
    margin-bottom: 2.5rem;
}

.cover-with-image-2 .link-image {
    margin-bottom: 8rem;
}

.cover-with-image-2 .link-image img {
    max-width: 100%;
    margin-bottom: -10rem;
}

@media (min-width: 576px) {
    .cover-with-image-2 {
        height: 23.25rem;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .cover-with-image-2 .link-info {
        color: #343434;
    }

    .cover-with-image-2 .link-image img {
        margin-top: -2.5rem;
    }
}

.e-commerce-block {
    margin-bottom: 3rem;
    padding: 1rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.headline-with-form {
    margin: 2.5rem 0;
}

.headline-with-form .container {
    background-color: #F5F5F5;
    padding: 2rem;
}

@media (min-width: 576px) {
    .headline-with-form {
        margin: 2.5rem 0;
    }

    .headline-with-form .container {
        padding: 5.31rem 5.94rem;
    }
}

.hero-main {
    padding: 1.3rem 0;
    background-position: 500% 500%;
    background-repeat: no-repeat;
    background-color: #FAFAFA;
}

.hero-main .hero-mobile {
    text-align: center;
}

.hero-main .hero-mobile img {
    max-width: 95%;
}

.hero-main .hero-info {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.hero-main .hero-info i {
    font: normal normal normal 32px/1.5 "Nucleo";
    top: 0.7rem;
    left: 0rem;
}

@media (min-width: 576px) {
    .hero-main {
        padding: 8.5rem 0;
        background-size: cover;
        background-position: center;
    }

    .hero-main .hero-mobile {
        display: none;
    }

    .hero-main .hero-info {
        text-align: left;
    }
}

.smartlink-bar {
    height: 3.375 rem;
    background: #F5F5F5;
}

.smartlink-bar .smartlink {
    display: none;
}

.smartlink-bar a.button {
    display: none;
}

@media (min-width: 576px) {
    .smartlink-bar {
        height: auto;
        padding: 1rem 0rem;
    }

    .smartlink-bar .smartlink {
        display: inline;
        margin-right: 2rem;
        color: #343434;
        font-size: 1rem;
        font-weight: bold;
        text-decoration: none;
    }

    .smartlink-bar a.button {
        display: inline;
    }
}

.specs-block .table-header {
    padding: 0px;
}

@media (min-width: 576px) {
    .specs-block .cps-notice {
        margin-top: 18rem;
    }
}

.tabbed-content {
    padding: 1.5rem;
}

.tabbed-content .wysiwyg {
    margin-bottom: 2.5rem;
    text-align: center;
}

.tabbed-content .nav-link {
    text-transform: none;
}

.tabbed-content .nav-link.active {
    color: #343434;
}

.tabbed-content .tab-pane img {
    max-width: 100%;
}

@media (min-width: 576px) {
    .tabbed-content {
        padding: auto;
    }

    .tabbed-content .wysiwyg {
        margin-bottom: 2.5rem;
        text-align: center;
    }

    .tabbed-content .nav-link {
        text-transform: none;
    }

    .tabbed-content .nav-link.active {
        color: #343434;
    }

    .tabbed-content .link-image {
        text-align: center;
        margin-top: -2.5rem;
    }

    .tabbed-content .link-image img {
        box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
    }
}

.video-block {
    text-align: center;
    margin-bottom: 0px;
}

@media (min-width: 576px) {
    .product-gallery {
        display: flex;
    }
}

.product-gallery__image-col {
    position: relative;
    margin: 0 0 0.4rem;
    text-align: center;
}

@media (min-width: 576px) {
    .product-gallery__image-col {
        flex-grow: 1;
        order: 2;
        margin: 0;
        padding: 0 0 0 0.3rem;
    }
}

@media (min-width: 768px) {
    .product-gallery__image-col {
        padding: 0 0 0 2.5rem;
    }
}

.product-gallery__image-container {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (min-width: 576px) {
    .product-gallery__image-container {
        justify-content: unset;
    }
}

.product-gallery__image {
    z-index: 1;
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 259px;
    transition: all ease 0.3s;
}

.product-gallery__image>* {
    max-width: 100%;
    max-height: 100%;
}

.product-gallery__image>picture {
    height: 100%;
}

.product-gallery__image>picture>* {
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 576px) {
    .product-gallery__image {
        height: auto;
        max-height: 307px;
    }
}

@media (min-width: 768px) {
    .product-gallery__image {
        height: 307px;
        max-height: 307px;
    }
}

.product-gallery__image:hover {
    cursor: zoom-in;
}

.product-gallery__zoom {
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid #DEDEDE;
    color: #666666;
    font-size: 18px;
    cursor: pointer;
}

@media (min-width: 576px) {
    .product-gallery__zoom {
        top: calc(259px + 18px);
        left: 1.75rem;
    }
}

.product-gallery__thumbnails {
    margin: 0 calc(var(--bs-gutter-x) * -1);
}

@media (min-width: 576px) {
    .product-gallery__thumbnails {
        order: 1;
        margin: 0;
        min-width: 73px;
    }
}

.product-gallery-carousel {
    position: relative;
}

@media (min-width: 576px) {
    .product-gallery-carousel {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 28px 0;
    }
}

.product-gallery-carousel__arrow {
    display: none;
}

@media (min-width: 576px) {
    .product-gallery-carousel__arrow {
        position: absolute;
        left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        background: none;
        border: none;
        cursor: pointer;
    }
}

.product-gallery-carousel__arrow svg {
    width: 14px;
    height: 14px;
    fill: #343434;
}

.product-gallery-carousel__arrow--prev {
    top: 0;
    transform: rotate(-90deg);
}

.product-gallery-carousel__arrow--next {
    bottom: 0;
    transform: rotate(90deg);
}

.product-gallery-carousel__arrow[disabled] {
    display: none;
}

.product-gallery-carousel__track {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

@media (min-width: 576px) {
    .product-gallery-carousel__track {
        flex-direction: column;
    }
}

.product-gallery-carousel__list {
    display: flex;
    padding: 0 var(--bs-gutter-x);
}

@media (min-width: 576px) {
    .product-gallery-carousel__list {
        display: block;
        padding: 0;
    }
}

.product-gallery-carousel__slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 3px;
    min-width: 69px;
    border: 2px solid transparent;
    border-radius: 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}

@media (min-width: 576px) {
    .product-gallery-carousel__slide {
        min-width: auto;
    }
}

.product-gallery-carousel__slide:hover {
    color: #FFFFFF;
}

.product-gallery-carousel__slide--active {
    border-color: #C02031;
}

.product-gallery-carousel__slide--video:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: rgba(159, 159, 159, 0.7);
}

.product-gallery-carousel__slide--video i {
    font-size: 24px;
}

.pagination {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pagination__item {
    padding: 0 0.39rem;
}

.pagination__item--hidden {
    display: none;
}

.pagination__item:first-child {
    padding: 0 auto 0 0;
}

@media (min-width: 768px) {
    .pagination__item:first-child {
        padding: 0 0.4rem 0 0;
    }
}

.pagination__item:last-child {
    padding: 0 0 0 auto;
}

@media (min-width: 768px) {
    .pagination__item:last-child {
        padding: 0 0 0 0.4rem;
    }
}

.pagination__nav {
    display: flex;
    align-items: center;
    padding: inherit;
    width: 1.5rem;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: inherit;
}

@media (min-width: 768px) {
    .pagination__nav {
        min-width: 1.6rem;
        width: auto;
    }
}

.pagination__nav span {
    display: none;
}

@media (min-width: 768px) {
    .pagination__nav span {
        display: inline;
        margin: 0 0.625rem;
    }

    .pagination--compact .pagination__nav span {
        display: none;
    }
}

.pagination__nav i {
    font-size: 0.813rem;
    line-height: 1;
}

.pagination__btn {
    padding: 0 0.25rem;
    min-width: 32px;
    height: 32px;
    border-color: #DEDEDE;
    font-size: 14px;
}

.pagination__btn:hover {
    border-color: #C02031;
}

.pagination__btn--active {
    border-color: #C02031;
    background-color: #C02031;
    color: #FFFFFF;
    cursor: auto;
}

.pagination__btn--active:hover {
    color: #FFFFFF;
}

.pagination__btn--dots {
    padding: 0;
    min-width: auto;
    border-color: transparent;
}

.pagination__btn--dots:hover {
    border-color: transparent;
}

.pagination--compact .pagination__btn--dots {
    margin: 0 -0.1rem;
}

.dropdown {
    --status-color: #CCCCCC;
    --btn-height: 3rem;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

.dropdown--error {
    --status-color: #ED420F;
}

.dropdown--warning {
    --status-color: #BF8200;
}

.dropdown--info {
    --status-color: #00639A;
}

.dropdown--success {
    --status-color: #00715C;
}

.dropdown--form-view {
    display: block;
}

.dropdown__caption {
    margin: 0 0.55rem 0 0;
    font-weight: 700;
    color: #343434;
}

.dropdown__container {
    position: relative;
}

.dropdown__btn {
    z-index: 1;
    position: relative;
    padding: 0.375rem 2.75rem 0.375rem 1rem;
    min-width: 7.5rem;
    width: 100%;
    height: var(--btn-height);
    border: 1px solid var(--status-color);
    background-color: #FFFFFF;
    text-align: left;
}

.dropdown__btn:focus {
    box-shadow: none;
}

.dropdown__btn>i {
    position: absolute;
    top: calc(50% - 0.43rem);
    right: 1rem;
    display: flex;
    align-items: center;
    height: 0.875rem;
    color: #343434;
    font-size: 0.875rem;
    transition: all ease 0.3s;
}

.dropdown__btn.show>i {
    color: #C02031;
    transform: rotate(-180deg);
}

.dropdown--disabled .dropdown__btn {
    background-color: #FAFAFA;
    border-color: #EDEDED;
    color: #9F9F9F;
    pointer-events: none;
}

.dropdown--disabled .dropdown__btn>i {
    color: #9F9F9F;
}

.dropdown__selected {
    padding: 0 0.313rem 0 0;
    color: #343434;
    font-size: 0.938rem;
    font-weight: 500;
}

.dropdown__selected--placeholder {
    color: #666666;
    font-weight: 400;
}

.dropdown__message {
    margin: 0.5rem 0 0;
    color: var(--status-color);
}

.dropdown__menu {
    position: absolute;
    top: var(--btn-height);
    left: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}

.dropdown__menu:not(.show) {
    display: none;
}

.dropdown--disabled .dropdown__menu {
    display: none;
}

.dropdown__scroll {
    margin: -0.25rem 0 0;
    padding: 0.25rem 0 0;
    max-height: 17rem;
    border-radius: 0 0 4px 4px;
    background-color: #FFFFFF;
    list-style-type: none;
}

.dropdown__item {
    height: 3rem;
}

.dropdown__item--active {
    background-color: #C02031;
    color: #FFFFFF;
}

.dropdown__item>* {
    flex-grow: 1;
    display: block;
    padding: 0.313rem 1rem;
    width: 100%;
    height: inherit;
    line-height: 2.7rem;
}

.dropdown__item:first-child {
    position: relative;
    margin: -0.25rem 0 0;
    height: 3.25rem;
}

.related-products {
    background-color: #F5F5F5;
    padding: 4.5rem 1rem;
}

.related-products-carousel {
    position: relative;
}

.related-products-carousel__container {
    overflow: hidden;
    position: relative;
}

.related-products-carousel__inner {
    display: flex;
    align-items: stretch;
}

.related-products-carousel__col {
    min-width: 50%;
    width: 50%;
}

.related-products-carousel__item {
    height: auto;
    min-height: 20.188rem;
}

@media (min-width: 576px) {
    .related-products-carousel__item {
        width: calc(100% / 3);
        height: auto;
    }
}

@media (min-width: 768px) {
    .related-products-carousel__item {
        width: calc(100% / 4);
        min-height: 22.25rem;
    }
}

@media (min-width: 992px) {
    .related-products-carousel__item {
        width: calc(100% / 5);
    }
}

.related-products-carousel__item__row {
    width: inherit;
}

.related-products-carousel__item__row:last-child:not(:first-child)>*>* {
    border-top-width: 0;
}

.related-products-carousel__item>* {
    height: 100%;
    width: inherit;
}

.related-products-carousel__item:not(:first-child)>*,
.related-products-carousel__item:not(:first-child)>*>*>* {
    border-left-width: 0;
}

.related-products-carousel__control {
    z-index: 1;
    position: absolute;
    top: calc(50% - 42px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 4px;
    background-color: #f0efee;
    color: #343434;
    cursor: pointer;
}

@media (min-width: 768px) {
    .related-products-carousel__control {
        top: calc(50% - 59px);
    }
}

.related-products-carousel__control--prev {
    left: 0;
}

.related-products-carousel__control--prev svg {
    transform: rotate(180deg);
}

.related-products-carousel__control--next {
    right: 0;
}

.related-products-carousel__control svg {
    width: 18px;
    height: 18px;
}

.related-products-carousel__control[disabled] {
    display: none;
}

.related-products-carousel__indicators {
    display: flex;
    margin: 0.8rem 0 0;
    padding: 0;
    list-style-type: none;
}

.related-products-carousel__indicator {
    margin: 0 0.5rem 0.5rem 0;
    min-width: 24px;
    width: 24px;
    height: 4px;
    border: none;
    border-radius: 3px;
    background-color: #DEDEDE;
    cursor: pointer;
}

.related-products-carousel__indicator.is-active {
    background-color: #C02031;
}

.series-modal {
    position: relative;
    padding: 1.5rem 0.938rem 2.5rem;
    background-color: #FFFFFF;
    box-shadow: 0 0 11px 0 rgba(17, 17, 17, 0.2);
}

@media (min-width: 992px) {
    .series-modal {
        padding: 1.75rem 0.938rem;
    }
}

.series-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
}

@media (min-width: 992px) {
    .series-modal__header {
        padding: 0 0.3rem 0 0.88rem;
    }
}

.series-modal__back {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1rem;
    text-transform: uppercase;
    cursor: pointer;
}

.series-modal__back i {
    margin: 0 0.35rem 0 0;
    font-size: 1rem;
}

.series-modal__close {
    position: absolute;
    top: 1.2rem;
    right: 1.15rem;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.series-modal__close i {
    font-size: 1.5rem;
}

.series-modal__body {
    padding: 1.75rem 0 0;
}

@media (min-width: 992px) {
    .series-modal__body {
        padding: 1.9rem 0 0;
    }
}

.series-modal__title {
    margin: 0 0 1rem;
    font-weight: 500;
}

@media (min-width: 992px) {
    .series-modal__title {
        margin: 0 0 1.7rem 22.8rem;
        line-height: 1.9rem;
    }
}

@media (min-width: 576px) {
    .series-modal__main {
        display: flex;
        margin: 0 -0.5rem;
    }
}

@media (min-width: 992px) {
    .series-modal__main {
        padding: 0 5rem 0 0;
    }
}

@media (min-width: 576px) {
    .series-modal__col {
        margin: 0 0.5rem;
        width: calc(50% - 1rem);
    }
}

@media (min-width: 992px) {
    .series-modal__col {
        width: 100%;
    }

    .series-modal__col:nth-child(1) {
        margin: -3.65rem 2.45rem 0 0.5rem;
        min-width: 19.938rem;
        width: 19.938rem;
    }
}

.series-modal__col:last-child {
    flex-grow: 1;
}

@media (min-width: 992px) {
    .series-modal__col:last-child {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .series-modal__col-inner:nth-child(1) {
        margin: 0 1rem 0 0;
        max-width: 17.063rem;
    }

    .series-modal__col-inner:nth-child(2) {
        max-width: 16rem;
    }
}

.series-modal__img {
    display: block;
    margin: 0 auto 1.1rem;
    max-width: 19.938rem;
    height: 14.75rem;
    text-align: center;
}

.series-modal__img>* {
    max-width: 100%;
    max-height: 100%;
}

.series-modal__img>picture {
    height: 100%;
}

.series-modal__img>picture>* {
    max-width: 100%;
    max-height: 100%;
}

.series-modal__dimensions {
    margin: 0 auto 1.65rem;
}

@media (min-width: 576px) {
    .series-modal__dimensions {
        margin: 0 auto 3.5rem;
    }
}

.series-modal__dimensions .collapse:not(.show) {
    display: none;
}

@media (min-width: 576px) {
    .series-modal__dimensions .collapse:not(.show) {
        display: block;
    }
}

.series-modal__dimensions .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.series-modal__dim-control {
    display: none;
    font-size: 0.875rem;
}

.series-modal__dim-control.collapsed {
    display: block;
}

@media (min-width: 576px) {
    .series-modal__dim-control.collapsed {
        display: none;
    }
}

.series-modal__collapse {
    padding: 0.4rem 0;
}

@media (min-width: 576px) {
    .series-modal__collapse {
        padding: 0.5rem 0;
    }
}

.series-modal__switcher {
    display: flex;
    justify-content: center;
}

.series-modal__units {
    margin: 1.6rem auto 0;
}

@media (min-width: 992px) {
    .series-modal__units {
        margin: 1.5rem auto 0;
        max-width: 16.25rem;
    }
}

.series-modal__section {
    margin: 0 0 2rem;
}

@media (min-width: 992px) {
    .series-modal__section--quantity {
        margin: 5.65rem 0 2rem;
    }
}

.series-modal__selector-container {
    display: flex;
    flex-wrap: wrap;
    margin: -0.25rem;
}

.series-modal__selector-container>* {
    margin: 0.32rem 0.315rem;
}

.series-modal__quantity {
    margin: 0.625rem 0 0;
}

.series-modal__promo {
    margin: 0.66rem 0 0;
    font-size: 14px;
}

.series-modal__promo b {
    color: #00715C;
}

.series-modal__total {
    margin: -0.5rem 0 0;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.series-modal__total td {
    padding: 0.55rem 0;
}

.series-modal__total td:first-child {
    padding-right: 2rem;
}

.series-modal__total td:last-child {
    font-size: 1rem;
    line-height: 1.2rem;
}

.series-modal__buttons {
    margin: 1.6rem 0 0;
}

@media (min-width: 992px) {
    .series-modal__buttons {
        margin: 1.15rem 0 0;
    }
}

.series-modal__buttons>* {
    margin: 0 0 1rem;
    width: 100%;
}

@media (min-width: 992px) {
    .series-modal__buttons>* {
        width: 12.875rem;
    }
}

.series-modal__note {
    padding: 0.5rem 0 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.063rem;
    text-align: center;
}

@media (min-width: 992px) {
    .series-modal__note {
        margin: -3.438rem 0 2.125rem;
        padding: 0 0 0 1.9rem;
        width: calc(100% - 360px);
        max-width: 41.875rem;
        text-align: left;
    }
}

.cps-app-hero-main {
    background-position: 500% 500%;
    background-repeat: no-repeat;
    background-color: #FAFAFA;
}

.cps-app-hero-main .cps-app-hero-overlay {
    box-shadow: inset 0 0 0 1000px rgba(163, 156, 149, 0.16);
    padding: 1.3rem 0;
}

.cps-app-hero-main .cps-app-hero-mobile {
    text-align: center;
}

.cps-app-hero-main .cps-app-hero-mobile img {
    max-width: 95%;
}

.cps-app-hero-main .cps-app-hero-info {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.cps-app-hero-main .cps-app-hero-info h2 {
    font-size: 1.13rem;
    line-height: 1.75rem;
    text-transform: uppercase;
}

.cps-app-hero-main .cps-app-hero-info h1 {
    margin-top: 0.25rem;
}

@media (min-width: 576px) {
    .cps-app-hero-main {
        background-size: 50%;
        background-position: 116% 20%;
        margin-bottom: 2.5rem;
    }

    .cps-app-hero-main .cps-app-hero-overlay {
        box-shadow: inset 0 0 0 1000px rgba(163, 156, 149, 0.16);
        padding: 8.5rem 0;
    }

    .cps-app-hero-main .cps-app-hero-mobile {
        display: none;
    }

    .cps-app-hero-main .cps-app-hero-info {
        text-align: left;
    }
}

.cps-best-selling .header-link {
    color: #343434;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.cps-best-selling .header-link i {
    top: 2px;
}

.cps-carousel-products {
    padding-left: 0.75rem;
}

.cps-carousel-products .row>div {
    border: #EDEDED solid 1px;
}

.cps-carousel-products .cps-carousel-product {
    min-height: 23rem;
    position: relative;
    padding: 1.5rem 0.63rem;
}

.cps-carousel-products .cps-carousel-product .cps-product-image {
    margin: 0 0 1.55rem;
}

.cps-carousel-products .cps-carousel-product .cps-product-image>picture>* {
    max-width: 100%;
    max-height: 100%;
}

.cps-carousel-products .cps-carousel-product .product__info .product__title {
    font-size: 1rem;
    font-weight: 500;
}

.cps-carousel-products .cps-carousel-product .product__info .product__desc {
    font-size: 0.88rem;
}

.cps-carousel-products .cps-carousel-product .product__link {
    font-size: 0.88rem;
}

.cps-categories-block .cps-categories .row>div {
    padding: 0;
}

.cps-categories-block .cps-categories .cps-category {
    border: 1px solid #EDEDED;
    min-height: 17.88rem;
}

.cps-categories-block .cps-categories .cps-category .cps-category-image {
    padding: 1rem;
}

.cps-categories-block .cps-categories .cps-category .cps-category-image img {
    width: 100%;
}

.cps-categories-block .cps-categories .cps-category .cps-category-info {
    padding: 0.5rem 1rem 1rem 1rem;
}

.cps-categories-block .cps-categories .cps-category .cps-category-info h5 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0px 0px 8px 0px;
}

.cps-categories-block .cps-categories .cps-category .cps-category-info a {
    font-size: 0.88rem;
    line-height: 1.25rem;
}

.cps-cta-banner .row>div:nth-child(1) {
    background-color: #C02031;
}

.cps-cta-banner .row>div:nth-child(2) {
    background-color: #F5F5F5;
}

.cps-cta-banner .cps-cta-banner-title {
    color: white;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 2.5rem 0;
}

.cps-cta-banner .cps-cta-banner-body {
    color: #343434;
    text-align: center;
    font-size: 1rem;
    padding: 2.5rem 1.56rem;
}

.cps-cta-banner .cps-cta-banner-body p {
    margin-bottom: 2.5rem;
    line-height: 1.44rem;
}

.cps-cta-banner .cps-cta-banner-body a {
    margin-bottom: 5.63rem;
}

@media (min-width: 576px) {
    .cps-cta-banner .cps-cta-banner-title {
        font-size: 1.38rem;
    }

    .cps-cta-banner .cps-cta-banner-title P {
        float: right;
        margin-right: 3rem;
    }

    .cps-cta-banner .cps-cta-banner-body {
        width: 65%;
        float: left;
    }

    .cps-cta-banner .cps-cta-banner-body a {
        margin-bottom: 0;
    }
}

.cps-contact-us-header h1 {
    color: #C02031;
}

.cps-custom-list h6 {
    margin-top: 0.63rem;
    margin-bottom: 0.5rem;
}

.cps-custom-list p {
    margin-top: 0px;
}

.cps-custom-list .cps-hex-steps {
    background-image: url("../images/custom-hex-bg.png");
    background-position: center;
    background-repeat: repeat-y;
    text-align: center;
}

.cps-custom-list .cps-hex-steps .cps-hex {
    margin: 0 auto;
    width: 58px;
    height: 50px;
    background: url("../images/custom-hex.png");
    font-size: 1.35rem;
    font-weight: bold;
    color: #C02031;
    padding-top: 12px;
    padding-left: 5px;
}

.cps-custom-list .row:last-child .cps-hex-steps {
    background-image: none;
}

@media (min-width: 576px) {
    .cps-custom-list .row:nth-child(2n+1) .cps-hex-info {
        text-align: right;
    }
}

.cps-solution-card {
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    background-color: #FFFFFF;
    display: flex;
    align-items: stretch;
    position: relative;
    min-height: 10rem;
    margin: 20px auto;
}

.cps-solution-card .cps-solution-card-image {
    width: 43%;
    background-size: cover;
    background-position-x: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.cps-solution-card .cps-solution-card-links {
    width: 57%;
    padding-left: 1.625rem;
    border-top: 4px #C02031 solid;
    border-top-right-radius: 4px;
}

.cps-solution-card .cps-solution-card-links h5 {
    margin-top: 1rem;
    margin-bottom: 0.25rem;
}

.cps-solution-card .cps-solution-card-links p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0.25rem auto;
}

.cps-solution-card .cps-solution-card-link {
    width: 57%;
    padding-left: 1.625rem;
    border-top: 4px #C02031 solid;
    border-top-right-radius: 4px;
    display: flex;
    align-items: center;
}

.cps-solution-card .cps-solution-card-link a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    color: #343434;
}

.cps-solution-card .cps-solution-card-link a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cps-solution-card .cps-solution-card-link a button .i {
    position: relative;
    top: 2px;
    left: 4px;
}

.cps-solution-card .cps-solution-card-link i {
    top: 2px;
}

a.cps-accordion-header {
    color: #343434;
    display: block;
    border-top: solid 1px lightgrey;
    border-bottom: solid 1px lightgrey;
    padding: 1.1rem 1rem 0.9rem 1rem;
    text-decoration: none;
}

a.cps-accordion-header i {
    float: right;
}

a.cps-accordion-header i.icon-e-add {
    display: none;
}

a.cps-accordion-header i.icon-e-delete {
    display: inline-block;
}

a.collapsed i.icon-e-add {
    display: inline-block;
}

a.collapsed i.icon-e-delete {
    display: none;
}

.accordion-body {
    font-size: 1.13rem;
    background: #fafafa;
}

.accordion {
    border-bottom: 1px solid #DEDEDE;
}

.accordion__item {
    border-top: 1px solid #DEDEDE;
}

.accordion__item--divider {
    height: 2rem;
}

@media (min-width: 576px) {
    .accordion__item--mobile {
        display: none;
    }
}

.accordion__header {
    margin: 0;
}

.accordion__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0.55rem 1.1rem 0.45rem 1rem;
    width: 100%;
    height: 3.4rem;
    border: none;
    border-radius: 0;
    background-color: #FFFFFF;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
}

@media (min-width: 576px) {
    .accordion__btn {
        padding: 0.5rem 1rem;
    }
}

.accordion__icon {
    font-size: 0.875rem;
}

.accordion__icon.icon-e-delete {
    display: none;
}

.accordion__btn:not(.collapsed) .accordion__icon.icon-e-delete {
    display: block;
}

.accordion__btn:not(.collapsed) .accordion__icon.icon-e-add {
    display: none;
}

.accordion__collapse {
    overflow: hidden;
    transition: height 0.15s linear;
}

.accordion__collapse:not(.show) {
    height: 0;
}

.accordion__body {
    padding: 1rem 1rem 1.5rem;
    border-top: 1px solid #DEDEDE;
    background-color: #FAFAFA;
}

.accordion__body--checkboxes>*:not(:last-child) {
    margin: 0 0 1.25rem;
}

.accordion__body--checkboxes>*:first-child {
    margin-top: 0.6rem;
}

.accordion__desktop-button {
    margin: 0.75rem 0 -0.5rem;
    text-align: right;
}

@media (max-width: 575.98px) {
    .accordion__desktop-button {
        display: none;
    }
}

.accordion__desktop-button button {
    min-width: 5.5rem;
}

.modal {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 102, 102, 0.8);
}

.modal.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.modal.fade.show {
    opacity: 1;
}

.modal-dialog {
    margin: 2.5rem auto;
    max-width: 69.375rem;
    width: calc(100% - 1.875rem);
}

.fade .modal-dialog__body {
    transform: translateY(-100px);
    transition: transform 0.1s linear;
}

.fade.show .modal-dialog__body {
    transform: translateY(0);
}

.images {
    display: flex;
    align-items: stretch;
}

.images__item {
    width: calc(100% / 3);
    background-size: cover;
    background-position: center;
}

@media (min-width: 576px) {
    .images__item {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .images__item {
        width: 20%;
    }
}

.images__item:before {
    content: "";
    display: block;
    padding-top: 65.6%;
}

.images__item:nth-child(4) {
    display: none;
}

@media (min-width: 576px) {
    .images__item:nth-child(4) {
        display: block;
    }
}

.images__item:nth-child(5) {
    display: none;
}

@media (min-width: 768px) {
    .images__item:nth-child(5) {
        display: block;
    }
}

.collapse-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.collapse-text__text {
    overflow: hidden;
    position: relative;
    margin: 0 0 0.65rem;
    height: 6.25rem;
}

@media (min-width: 768px) {
    .collapse-text__text {
        margin: 0 0 0.23rem;
    }
}

.collapse-text__text:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(253, 253, 253, 0) 65%, #ffffff 100%);
}

.collapse-text__text.collapsing {
    transition: height 0.15s ease;
}

.collapse-text__text.show {
    height: auto;
}

.collapse-text__text.show:after {
    content: none;
}

.collapse-text__button {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .collapse-text__button {
        font-size: 0.875rem;
    }
}

.collapse-text__button:not(.collapsed) {
    display: none;
}

@media (min-width: 576px) {
    .products__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 0 1.4rem;
        border-bottom: 1px solid #EDEDED;
    }
}

.products__title {
    margin: 0 auto 1.05rem 0;
}

.products__filter-button {
    margin: 1.65rem 0 0;
}

@media (min-width: 576px) {
    .products__filter-button {
        display: none;
    }
}

.products__sorts {
    display: none;
}

@media (min-width: 576px) {
    .products__sorts {
        z-index: 1;
        position: relative;
        display: flex;
        margin: 0 0 1.05rem 0.5rem;
    }
}

@media (min-width: 768px) {
    .products__sorts {
        margin: 0 0 1.05rem 1.1rem;
    }
}

@media (min-width: 576px) {
    .products__sorts>*:not(:first-child) {
        margin-left: 1rem;
    }
}

@media (min-width: 768px) {
    .products__sorts>*:not(:first-child) {
        margin-left: 2rem;
    }
}

.products__pills {
    margin: 1.5rem 0 0;
}

@media (min-width: 576px) {
    .products__pills {
        display: none;
    }
}

.products__pills--desktop {
    display: none;
}

@media (min-width: 576px) {
    .products__pills--desktop {
        display: block;
        margin: 0;
    }
}

.products__pagination-top {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0;
}

@media (min-width: 576px) {
    .products__pagination-top {
        display: block;
        margin: 0 0 1.05rem auto;
        padding: 0 0 0 0.25rem;
    }
}

.products__divider {
    display: none;
}

@media (min-width: 576px) {
    .products__divider {
        display: block;
    }
}

@media (min-width: 576px) {
    .products__container {
        display: flex;
    }
}

@media (min-width: 576px) {
    .products__filter {
        width: 13.5rem;
        min-width: 13.5rem;
    }
}

@media (min-width: 768px) {
    .products__filter {
        padding: 0 1.375rem 0 0;
        width: 17.313rem;
        min-width: 17.313rem;
    }
}

@media (min-width: 576px) {
    .products__list {
        flex-grow: 1;
        padding: 0 0 0 0.5rem;
    }
}

.products__selected {
    display: none;
}

@media (min-width: 576px) {
    .products__selected {
        display: flex;
        justify-content: space-between;
        padding: 0 0.2rem 0 0;
    }
}

.products__grid {
    margin: 1.95rem 0 0;
}

@media (min-width: 576px) {
    .products__grid {
        margin: 1.5rem 0 0;
    }
}

.products__pagination {
    display: flex;
    justify-content: center;
    margin: 2.4rem 0 0;
}

@media (min-width: 576px) {
    .products__pagination {
        justify-content: flex-end;
    }
}

.pills {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -0.25rem 0;
}

.pills>* {
    margin: 0.25rem 0;
}

.pills>*:not(:last-child) {
    margin-right: 0.5rem;
}

.pills__reset {
    font-size: 0.875rem;
}

.filter {
    display: none;
}

@media (max-width: 575.98px) {
    .filter {
        overflow-y: auto;
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .filter::-webkit-scrollbar {
        display: none;
    }

    .menu-open .filter {
        display: block;
    }
}

@media (min-width: 576px) {
    .filter {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .filter__container {
        padding: 0 0 6.563rem;
        min-height: 100%;
        background-color: rgba(163, 156, 149, 0.16);
    }
}

.filter__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1.2rem;
}

@media (max-width: 575.98px) {
    .filter__head {
        margin: 0;
        padding: 3.5rem 0.938rem 0.85rem;
        background-color: #FFFFFF;
    }
}

.filter__title {
    font-size: 1.125rem;
    font-weight: 500;
}

@media (min-width: 576px) {
    .filter__title {
        display: none;
    }
}

.filter__title--desktop {
    display: none;
    font-size: 1.375rem;
    line-height: 2rem;
}

@media (min-width: 576px) {
    .filter__title--desktop {
        display: block;
    }
}

.filter__close {
    position: absolute;
    top: 0.75rem;
    right: 1.15rem;
    cursor: pointer;
}

@media (min-width: 576px) {
    .filter__close {
        display: none;
    }
}

.filter__close i {
    font-size: 1.5rem;
}

.filter__pills {
    display: none;
}

@media (max-width: 575.98px) {
    .filter__pills {
        display: block;
        padding: 0 0.938rem 1.5rem;
        background-color: #FFFFFF;
    }
}

.filter__foot {
    display: none;
}

@media (max-width: 575.98px) {
    .filter__foot {
        position: fixed;
        left: 0;
        bottom: 0;
        display: block;
        padding: 1.5rem 0.938rem;
        width: 100%;
        background-color: #FFFFFF;
        box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
    }
}

.breadcrumbs {
    --bs-gutter-x: 0.8rem;
    padding-top: 2.2rem;
    padding-bottom: 1.55rem;
    font-size: 0.875rem;
}

@media (max-width: 575.98px) {
    .breadcrumbs {
        display: none;
    }
}

.breadcrumbs a {
    margin: 0 0.35rem 0 0.25rem;
}

.breadcrumbs a:first-child {
    margin: 0 0.35rem 0 0;
}

.breadcrumbs>*:last-child {
    margin: 0 0 0 0.25rem;
}

.product-grid {
    position: relative;
    border: 1px solid #EDEDED;
    border-right-width: 0;
    border-bottom-width: 0;
}

.product-grid>* {
    border-top-width: 0;
    border-left-width: 0;
}

.product-grid:not(.product-grid--list-view) {
    display: flex;
    flex-wrap: wrap;
}

.product-grid:not(.product-grid--list-view)>* {
    width: 50%;
}

@media (min-width: 768px) {
    .product-grid:not(.product-grid--list-view)>* {
        width: calc(100% / 3);
    }
}

@media (min-width: 992px) {
    .product-grid:not(.product-grid--list-view)>* {
        width: 25%;
    }
}

.reg-form {
    padding: 1.7rem 1.5rem;
}

.reg-form h1 {
    margin: 0 0 1.4rem;
    font-size: 1.375rem;
    line-height: 1.875rem;
}

.reg-form__input {
    margin: 0 0 1.5rem;
}

.reg-form__input--dropdown {
    z-index: 1;
    position: relative;
}

.reg-form__checkbox {
    margin: 2.1rem 0 0;
    padding: 0 0.5rem 0 0;
}

.reg-form__button {
    margin: 2.75rem 0 0;
}

@media (min-width: 768px) {
    .reg-form__button {
        margin: 2.1rem 0 0;
    }
}

.reg-success {
    padding: 2.9rem 1.5rem 2.5rem;
    font-size: 1rem;
    text-align: center;
}

.reg-success i {
    font-size: 2.25rem;
    color: #00715C;
}

.reg-success h3 {
    margin: 1.1rem 0;
    font-size: 2rem;
    font-weight: 500;
}

@media (min-width: 768px) {
    .reg-success h3 {
        margin: 0.8rem 0 0.8rem;
    }
}

.reg-success__email-text {
    margin: 1.1rem 1rem 2rem;
    font-weight: 500;
    line-height: 1.25rem;
}

.reg-success__button {
    margin: 2.6rem 0 0;
    min-width: 10.6rem;
}

@media (min-width: 768px) {
    .welcome {
        margin: 1.55rem 2rem 0 0;
    }
}

.welcome h2 {
    margin: 0;
    font-size: 1.563rem;
    font-weight: 500;
}

@media (min-width: 768px) {
    .welcome h2 {
        font-size: 2rem;
    }
}

.welcome__text {
    margin: 0.5rem 0 1.2rem;
    line-height: 1.438rem;
}

.welcome__item {
    position: relative;
    margin: 0 0 1.2rem;
    padding: 0.1rem 2rem 0 3rem;
    min-height: 1.82rem;
    line-height: 1.438rem;
}

@media (min-width: 576px) {
    .welcome__item {
        margin: 0 0 0.6rem;
        min-height: 2.4rem;
    }
}

.welcome__item i {
    position: absolute;
    top: 0;
    left: 0.25rem;
    font-size: 1.5rem;
    color: #C02031;
}

.welcome h3 {
    margin: 1.8rem 0 1.1rem;
    font-size: 1.125rem;
    font-weight: 500;
}

@media (min-width: 576px) {
    .welcome h3 {
        margin: 1.45rem 0 0.75rem;
    }
}

.welcome-confirm {
    padding: 2.5rem 1rem 1.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .welcome-confirm {
        padding: 2.5rem 1rem 2.55rem;
    }
}

.welcome-confirm__logo {
    margin: 0 auto;
    width: 12.5rem;
    height: 3.75rem;
}

.welcome-confirm>h3 {
    margin: 1.6rem 0 0;
    font-size: 1.25rem;
    font-weight: 500;
}

@media (min-width: 768px) {
    .welcome-confirm>h3 {
        margin: 1.2rem 0 0;
        font-size: 1.625rem;
    }
}

.welcome-confirm__text {
    margin: 0.95rem 0 0;
    line-height: 1.438rem;
}

@media (min-width: 768px) {
    .welcome-confirm__text {
        margin: 0.9rem 0 0;
    }
}

.welcome-confirm__list {
    margin: 1.6rem 0 0;
    text-align: left;
}

@media (min-width: 768px) {
    .welcome-confirm__list {
        display: grid;
        grid-template-rows: repeat(3, auto);
        gap: 1rem 2rem;
        grid-auto-flow: column;
        margin: 3.1rem auto 0;
        padding: 0 1rem 0 0;
        max-width: 57rem;
    }
}

.welcome-confirm__item {
    position: relative;
    margin: 0 0 1.2rem;
    padding: 0.1rem 0 0 3rem;
    min-height: 1.82rem;
    line-height: 1.438rem;
}

@media (min-width: 768px) {
    .welcome-confirm__item {
        margin: 0;
        min-height: auto;
    }
}

.welcome-confirm__item i {
    position: absolute;
    top: 0;
    left: 0.25rem;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .welcome-confirm__item i {
        left: 0;
    }
}

.welcome-confirm__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 2.45rem 0 0;
}

@media (min-width: 768px) {
    .welcome-confirm__buttons {
        flex-wrap: nowrap;
        justify-content: center;
        margin: 1.9rem 0 0;
    }
}

.welcome-confirm__buttons>.button {
    padding-left: 1.95rem;
    padding-right: 1.95rem;
    width: 100%;
}

@media (min-width: 768px) {
    .welcome-confirm__buttons>.button {
        width: auto;
    }
}

.welcome-confirm__buttons>.button:not(:last-child) {
    margin: 0 0 1rem;
}

@media (min-width: 768px) {
    .welcome-confirm__buttons>.button:not(:last-child) {
        margin: 0 1rem 0 0;
    }
}

.product-details h1 {
    margin: 0;
    color: #C02031;
}

.product-details__subtitle {
    margin: 0.2rem 0 0;
    font-size: 1.063rem;
    font-weight: 500;
    text-transform: uppercase;
}

.product-details__description {
    margin: 1rem 0 0;
}

.product-details__colors {
    display: flex;
    flex-wrap: wrap;
    margin: -0.25rem;
    padding: 1rem 0 0;
}

@media (min-width: 576px) {
    .product-details__colors {
        padding: 0.5rem 0 0;
    }
}

.product-details__colors>* {
    margin: 0.25rem;
}

.product-details__warning {
    margin: 2.15rem 0 0 0.25rem;
}

.product-details__link {
    margin: 0.9rem 0 0;
    font-size: 1.125rem;
    line-height: 1.563rem;
}

@media (min-width: 576px) {
    .product-details__link {
        font-size: 1rem;
    }
}

.product-details__link--samples {
    margin: 1.6rem 5.5rem 1rem 0;
}

@media (min-width: 576px) {
    .product-details__link--samples {
        margin: 1.55rem 5.5rem 0.85rem 0;
    }
}

.purchasing>h4 {
    margin: 0 0 1.5rem;
    font-weight: 500;
}

@media (min-width: 576px) {
    .purchasing>h4 {
        padding: 0 0 1rem;
        border-bottom: 1px solid #EDEDED;
    }
}

@media (min-width: 576px) {
    .purchasing__container {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) {
    .purchasing__container {
        flex-wrap: nowrap;
    }
}

.purchasing__image {
    height: 14.313rem;
    text-align: center;
}

@media (min-width: 576px) {
    .purchasing__image {
        margin: 0 0 1.5rem 0;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .purchasing__image {
        margin: 0 1.85rem 0 0;
        height: 16.4rem;
        width: 21.875rem;
    }
}

.purchasing__image>*:not(picture),
.purchasing__image>picture>* {
    max-width: 100%;
    max-height: 100%;
}

.purchasing__filters {
    display: none;
}

@media (min-width: 576px) {
    .purchasing__filters {
        flex-grow: 1;
        display: block;
        margin: 0 auto 0 0;
        max-width: 27.813rem;
    }
}

.purchasing__switcher {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
}

@media (min-width: 576px) {
    .purchasing__switcher {
        margin: 0 0 0 0.5rem;
    }
}

@media (min-width: 576px) {
    .purchasing__filter-button {
        display: none;
    }
}

.purchasing__selected {
    display: flex;
    margin: 2.2rem 0 1.65rem;
}

@media (min-width: 576px) {
    .purchasing__selected {
        margin: 1.05rem 0 1.1rem;
    }
}

@media (min-width: 576px) {
    .purchasing__title {
        margin: 0 0 0.25rem;
        padding: 0.65rem 0 0;
    }
}

.purchasing__pills {
    margin: 0 0 0 0.45rem;
}

@media (max-width: 575.98px) {
    .purchasing__pills {
        display: none;
    }
}

.purchasing__showing {
    margin: 0 0 1rem;
    padding: 1.5rem;
    border-radius: 4px;
    background-color: rgba(163, 156, 149, 0.24);
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: center;
}

@media (min-width: 576px) {
    .purchasing__showing {
        display: none;
    }
}

.purchasing__show-all {
    margin: 0.8rem 0 0;
    font-size: 1rem;
}

.purchasing__pagination {
    display: flex;
    justify-content: center;
    margin: 0 0 1rem;
}

@media (min-width: 576px) {
    .purchasing__pagination {
        margin: 2rem 0 0;
    }
}

.purchasing__notes {
    margin: 0 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
}

@media (min-width: 576px) {
    .purchasing__notes {
        margin: 1.95rem 1rem 0;
    }
}

.dimensions {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

@media (max-width: 575.98px) {
    .dimensions {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .dimensions__head {
        display: none;
    }
}

.dimensions__head-row {
    background-color: rgba(163, 156, 149, 0.24);
    border-bottom: 1px solid #A39C95;
}

.dimensions__title {
    padding: 0 0 0 1rem;
    height: 3.5rem;
    font-size: 0.875rem;
    font-weight: 500;
}

@media (max-width: 575.98px) {
    .dimensions__body {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .dimensions__row {
        display: block;
        margin: 0 0 3rem;
        background: none;
    }
}

@media (min-width: 576px) {
    .dimensions__row:nth-child(even) {
        background-color: rgba(163, 156, 149, 0.08);
    }
}

@media (min-width: 576px) {
    .dimensions__row:last-child {
        border-bottom: 1px solid rgba(163, 156, 149, 0.24);
    }
}

.dimensions__col {
    height: 3.5rem;
    font-size: 0.875rem;
}

@media (max-width: 575.98px) {
    .dimensions__col {
        display: flex;
        align-items: center;
        border-top: 1px solid #A39C95;
        background-color: rgba(163, 156, 149, 0.08);
    }

    .dimensions__col:nth-child(4) {
        border-bottom: 1px solid #A39C95;
    }

    .dimensions__col:before {
        content: attr(data-title);
        display: flex;
        align-items: center;
        margin: 0 1rem 0 0;
        padding: 0 1rem;
        width: 50%;
        height: calc(100% + 2px);
        border-right: 1px solid #A39C95;
        background-color: rgba(163, 156, 149, 0.24);
        box-sizing: border-box;
    }
}

@media (min-width: 576px) {
    .dimensions__col {
        padding: 0 0 0 1rem;
        width: 17.75%;
    }

    .dimensions__col:nth-child(4) {
        width: 16.55%;
    }
}

.dimensions__buttons {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 575.98px) {
    .dimensions__buttons {
        padding: 0.6rem 0 0;
    }
}

@media (min-width: 576px) {
    .dimensions__buttons {
        flex-wrap: wrap;
        padding: 0.625rem 0.5rem 0.625rem;
    }
}

@media (min-width: 768px) {
    .dimensions__buttons {
        padding: 0.625rem 1rem 0.625rem 0;
        min-width: 20.9rem;
    }
}

.dimensions__button {
    width: calc(50% - 0.5rem);
}

@media (min-width: 576px) {
    .dimensions__button {
        flex-grow: 0;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .dimensions__button.secondary-dark {
        margin: 0 0.5rem 0 0;
        width: 8.7rem;
    }
}

@media (min-width: 576px) {
    .dimensions__button.primary {
        margin: 0.5rem 0 0;
    }
}

@media (min-width: 768px) {
    .dimensions__button.primary {
        margin: 0;
        width: 9.875rem;
    }
}

.section {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

@media (min-width: 576px) {
    .section {
        padding-top: 4.55rem;
        padding-bottom: 4.25rem;
    }
}

.section--bg-dark {
    background-color: rgba(163, 156, 149, 0.08);
}

.section h5 {
    margin: 0 0 1.5rem;
    font-weight: 500;
}

@media (min-width: 576px) {
    .section h5 {
        margin: 0 0 1.95rem;
    }
}

.filter-desktop__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.563rem;
}

.filter-desktop__desc {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.filter-desktop__tabs {
    margin: 1.7rem 0 0;
}

.filter-desktop__content {
    margin: 1.45rem 0 0;
    width: 14rem;
}

.filter-desktop__button {
    margin: 1.5rem 0 0;
}

.filter-mobile {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

@media (max-width: 575.98px) {
    .menu-open .filter-mobile {
        display: block;
    }
}

@media (min-width: 576px) {
    .filter-mobile {
        display: none;
    }
}

.filter-mobile__container {
    padding: 0 0 6.563rem;
    min-height: 100%;
    background-color: rgba(163, 156, 149, 0.16);
}

.filter-mobile__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 3.5rem 0.938rem 0.85rem;
    background-color: #FFFFFF;
}

.filter-mobile__title {
    font-size: 1.35rem;
    font-weight: 500;
    padding-top: 3px;
}

.filter-mobile__close {
    position: absolute;
    top: 0.75rem;
    right: 1.15rem;
    cursor: pointer;
}

.filter-mobile__close i {
    font-size: 1.5rem;
}

.filter-mobile__body {
    background-color: #FFFFFF;
}

.filter-mobile__image {
    margin: 0 0 1.35rem;
    padding: 0.3rem 0 0;
    height: 14.6rem;
    text-align: center;
}

.filter-mobile__image img {
    max-width: 100%;
    max-height: 100%;
}

.filter-mobile__foot {
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    padding: 1.5rem 0.938rem;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}

.sticky {
    z-index: 10;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
}

.sticky__diagram-button {
    position: absolute;
    left: 0.95rem;
    bottom: 0.95rem;
}

@media (min-width: 1200px) {
    .sticky__diagram-button {
        left: 2.5rem;
    }
}

.diagram-open .sticky__diagram-button {
    display: none;
}

.sticky__support {
    position: absolute;
    right: 0.95rem;
    bottom: 0;
}

@media (min-width: 1200px) {
    .sticky__support {
        right: 1.5rem;
    }
}

.sticky__diagram {
    position: absolute;
    left: 0.95rem;
    bottom: 1.5rem;
    display: none;
}

@media (min-width: 1200px) {
    .sticky__diagram {
        left: 2.5rem;
        bottom: 2.5rem;
    }
}

.diagram-open .sticky__diagram {
    display: block;
}

.product-diagram {
    position: relative;
    padding: 1rem 2rem 1rem 0.5rem;
    background-color: #FFFFFF;
    width: calc(100vw - 1.9rem);
    max-width: 21.563rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}

.product-diagram__close {
    position: absolute;
    top: 0.375rem;
    right: 0.375rem;
    padding: 1rem;
    cursor: pointer;
}

.product-diagram__image {
    max-width: 19.063rem;
    width: 100%;
    text-align: center;
}

.product-diagram__image>* {
    max-width: 100%;
    max-height: 100%;
}

.product-diagram__image>picture {
    height: 100%;
}

.product-diagram__image>picture>* {
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 768px) {
    .product-diagram__image {
        width: 21.875rem;
    }
}

.empty-cart {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 576px) {
    .empty-cart {
        padding-top: 4.75rem;
        width: 16.375rem;
    }
}

.empty-cart__container {
    text-align: center;
}

@media (min-width: 576px) {
    .empty-cart__container {
        margin: 0 auto;
        width: 16.375rem;
    }
}

.empty-cart h1 {
    margin: 0 0 0.5rem;
    font-size: 1.563rem;
    font-weight: 500;
    line-height: 2.188rem;
}

@media (min-width: 576px) {
    .empty-cart h1 {
        font-size: 2rem;
    }
}

.empty-cart__desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.empty-cart__button {
    margin: 1.5rem 0 0;
}

@media (min-width: 576px) {
    .empty-cart__button {
        margin: 2rem 0 0;
    }
}

.promo {
    position: relative;
    padding: 1.15rem 1rem 1.1rem 3.5rem;
    border: 1px solid #DEDEDE;
    border-left: 0.25rem solid #00715C;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}

.promo i {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    color: #00715C;
    font-size: 1.1rem;
}

.promo__progress {
    display: flex;
    align-items: center;
    margin: 0 0 0.7rem;
}

.promo__num {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
}

.promo__line {
    flex-grow: 1;
    margin: 0 0.25rem;
    height: 0.25rem;
    max-width: 15.375rem;
    border-radius: 2px;
    background-color: #DEDEDE;
}

.promo__inner-line {
    height: inherit;
    border-radius: inherit;
    background-color: #00715C;
}

.promo__desc {
    margin: 0 0 0.5rem;
}

.promo__desc b {
    color: #00715C;
}

.order-summary {
    padding: 1.3rem 1rem 1rem;
    border-radius: 0.25rem;
    background-color: rgba(163, 156, 149, 0.08);
}

.order-summary__title {
    margin: 0 0 1.45rem;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
}

.order-summary__total {
    margin: 0 0 1.1rem;
}

.order-summary__alert {
    margin: 0 0 0.95rem;
}

.order-summary__desc {
    margin: 0 0 0.95rem;
    padding: 1rem;
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.063rem;
}

.order-summary__secure {
    margin: 1.25rem 0 0;
    text-align: center;
}

.order-summary__secure>i {
    margin: 0 0.35rem 0 0;
    font-size: 0.875rem;
}

.order-summary__payments {
    display: flex;
    justify-content: center;
    margin: 0.6rem 0 0;
}

.order-summary__payments>* {
    width: 2.125rem;
    height: 1.5rem;
    border-radius: 3px;
}

.order-summary__payments>*:not(:last-child) {
    margin: 0 0.25rem 0 0;
}

.total__item {
    display: flex;
    font-size: 0.875rem;
    line-height: 0.75rem;
}

.total__item:not(:first-child) {
    margin: 0.95rem 0 0;
}

.total__item--promo {
    color: #00715C;
}

.total__item--promo:not(:first-child) {
    margin: 0.5rem 0 0;
}

.total__name {
    flex-grow: 1;
}

.total__num {
    font-size: 0.75rem;
}

.total__details {
    margin: 0.1rem 0 0.45rem;
    font-size: 0.75rem;
}

.total__info-icon {
    position: relative;
    top: -0.25rem;
    left: 0.1rem;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.7rem;
}

.total__info-icon:before {
    position: relative;
    top: 0.25rem;
    left: 0.25rem;
}

.total__value {
    white-space: nowrap;
}

.total__total {
    display: flex;
    margin: 1.45rem 0 0;
    font-size: 1rem;
}

.total__total-name {
    flex-grow: 1;
}

.total__total-value {
    font-weight: 700;
    white-space: nowrap;
}

.accordion-bordered__item {
    border-radius: 4px;
    border: 1px solid #DEDEDE;
}

.accordion-bordered__item:not(:last-child) {
    margin: 0 0 1rem;
}

.accordion-bordered__header {
    margin: 0;
}

.accordion-bordered__btn {
    display: flex;
    align-items: center;
    padding: 0.8rem 1rem 0.75rem 1rem;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.75rem;
    text-transform: uppercase;
    cursor: pointer;
}

@media (min-width: 576px) {
    .accordion-bordered__btn {
        padding: 0.8rem 1rem 0.8rem 1.15rem;
    }
}

.accordion-bordered__btn span {
    display: flex;
    align-items: center;
    margin: 0 0 0 1.1rem;
    padding: 0.3rem 1rem;
    height: 1.75rem;
    border-radius: 10rem;
    background-color: #111111;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 500;
}

.accordion-bordered__btn--wide {
    padding: 0.8rem 1.15rem 0.75rem 0.9rem;
}

@media (min-width: 576px) {
    .accordion-bordered__btn--wide {
        padding: 0.8rem 1.1rem 0.8rem 0.9rem;
    }
}

.accordion-bordered__main-icon {
    margin: 0 0.7rem 0 0;
    font-size: 1.1rem;
}

@media (min-width: 576px) {
    .accordion-bordered__main-icon {
        margin: 0.1rem 0.7rem 0 0;
    }
}

.accordion-bordered__icon {
    margin: 0 0 0 auto;
    font-size: 0.875rem;
}

.accordion-bordered__btn--wide .accordion-bordered__icon {
    font-size: 1rem;
}

.accordion-bordered__icon.icon-e-delete {
    display: none;
}

.accordion-bordered__btn:not(.collapsed) .accordion-bordered__icon.icon-e-delete {
    display: block;
}

.accordion-bordered__btn:not(.collapsed) .accordion-bordered__icon.icon-e-add {
    display: none;
}

.accordion-bordered__collapse {
    overflow: hidden;
    transition: height 0.15s linear;
}

.accordion-bordered__collapse:not(.show) {
    height: 0;
}

.accordion-bordered__body {
    padding: 0.1rem 0.9rem 0.9rem;
}

.accordion-bordered__body>.order-note {
    margin: 0.1rem 0 0;
}

.accordion-bordered__body>.payment-form {
    margin: 1rem 0 0;
}

.header {
    z-index: 10;
    position: relative;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
    .header {
        display: none;
    }
}

.header__main {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 1rem 1.7rem;
    max-width: 1140px;
}

@media (min-width: 992px) {
    .header__main {
        padding: 1.5rem 1.1rem 1rem 1rem;
    }
}

.header__logo {
    margin: 0 0.5rem 0 -0.5rem;
    width: 7rem;
    height: 2.25rem;
}

@media (min-width: 992px) {
    .header__logo {
        width: 9.2rem;
        height: 3rem;
    }
}

.header__search {
    flex-grow: 1;
    margin: 0 auto;
    max-width: 39.688rem;
}

.header__contacts {
    margin: 0 0 0 0.5rem;
    padding: 0.1rem 0 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.1rem;
    text-align: center;
}

@media (min-width: 992px) {
    .header__contacts {
        margin: 0 0 0 3.5rem;
    }
}

.header__lang {
    margin: 0 0 0 0.5rem;
}

@media (min-width: 992px) {
    .header__lang {
        margin: 0 0 0 2rem;
    }
}

.header__nav {
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap-reverse;
    justify-content: center;
    margin: 0 auto;
    padding: 0 1.5rem 0 1.7rem;
    max-width: 1140px;
}

@media (min-width: 992px) {
    .header__nav {
        padding: 0 1.85rem 0 0.95rem;
    }
}

.header__list {
    display: flex;
}

.header__list:last-child {
    margin: 0 0 0 auto;
    padding: 0 0 0 1.65rem;
}

.header__item--relative {
    position: relative;
}

.header__item:not(:last-child) {
    margin: 0 1.65rem 0 0;
}

.header__link {
    display: flex;
    align-items: center;
    padding: 0.8rem 0 1.2rem;
    border-bottom: 4px solid transparent;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.header__link>i:not(.header__link-icon) {
    top: 0.05rem;
    margin: 0 0 0 0.25rem;
    color: #9F9F9F;
    font-size: 0.75rem;
}

.header__link:hover {
    border-bottom-color: #C02031;
}

.header__link.show {
    border-bottom-color: #C02031;
}

.header__link.show>i:not(.header__link.show-icon) {
    color: #343434;
}

.header__link-icon {
    margin: 0 0.35rem 0 0;
    font-size: 1rem;
}

.header__cart {
    padding: 0.8rem 0 0;
}

.header-mobile {
    z-index: 10;
    background-color: #FFFFFF;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .header-mobile {
        display: none;
    }
}

.header-mobile__main {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem 0.4rem 0.5rem;
    border-bottom: 1px solid #DEDEDE;
}

.header-mobile__logo {
    margin: 0 auto 0 0;
    width: 8.03rem;
}

.header-mobile__menu-button {
    margin: 0.3rem 0 0 1.5rem;
    padding: 0 0.3rem;
}

.header-mobile__menu-button i {
    font-size: 1.45rem;
}

.header-mobile__search {
    padding: 0.75rem 0.95rem;
}

.header-c {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .header-c__container {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        margin-right: auto;
        margin-left: auto;
        --bs-gutter-x: 0.95rem;
        display: flex;
        align-items: center;
        padding-top: 1.2rem;
        padding-bottom: 1.1rem;
        max-width: 1140px;
    }
}

.header-c__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 0.95rem 0.9rem;
}

@media (min-width: 768px) {
    .header-c__main {
        padding: 0;
    }
}

.header-c__logo {
    margin: -0.5rem 0 -0.35rem -0.4rem;
    width: 7.95rem;
    height: 2.625rem;
}

@media (min-width: 768px) {
    .header-c__logo {
        margin: -0.1rem 0 0 -0.5rem;
        width: 9.15rem;
        height: 3rem;
    }
}

.header-c__security>i {
    top: 0.125rem;
    margin: 0 0.4rem 0 0;
}

@media (min-width: 768px) {
    .header-c__security {
        margin: 0 0 0 1.4rem;
    }
}

.header-c__steps {
    padding: 0.75rem 1rem 0.65rem;
    width: 100%;
    border-top: 1px solid #DEDEDE;
}

@media (min-width: 768px) {
    .header-c__steps {
        margin: 0 0 0 auto;
        padding: 0.55rem 0 0;
        max-width: 21.563rem;
        border: none;
    }
}

.footer-c {
    background-color: rgba(163, 156, 149, 0.32);
}

.footer-c__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 1.1rem;
    padding-bottom: 0.2rem;
}

@media (min-width: 768px) {
    .footer-c__container {
        padding-top: 0.9rem;
        padding-bottom: 0.1rem;
    }
}

.footer-c__copy {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0.75rem;
    height: 1.5rem;
    width: 100%;
    font-size: 0.75rem;
    font-weight: 500;
}

@media (min-width: 768px) {
    .footer-c__copy {
        order: 1;
        padding: 0 2.5rem;
        width: auto;
    }
}

.footer-c__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0.75rem;
    padding: 0 0 0 2.063rem;
    height: 1.5rem;
    border-left: 2px solid #9F9F9F;
    font-size: 0.75rem;
    font-weight: 500;
}

@media (min-width: 768px) {
    .footer-c__link {
        order: 2;
        padding: 0 2.5rem;
        font-size: 0.875rem;
    }
}

.footer-c__link--terms {
    padding: 0 2.063rem 0 0;
    border-left-width: 0;
}

@media (min-width: 768px) {
    .footer-c__link--terms {
        order: 3;
        padding: 0 2.5rem;
        border-left-width: 2px;
    }
}

.steps {
    display: flex;
}

.steps__step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.steps__step--active:before {
    background-color: #00715C;
}

.steps__step--active:after {
    background-color: #DEDEDE;
}

.steps__step--complete:before,
.steps__step--complete:after {
    background-color: #00715C;
}

.steps__step:not(.steps__step--active):not(.steps__step--complete):before,
.steps__step:not(.steps__step--active):not(.steps__step--complete):after {
    background-color: #DEDEDE;
}

.steps__step:before,
.steps__step:after {
    content: "";
    position: absolute;
    top: 0.5rem;
    display: block;
    height: 0.25rem;
}

.steps__step:before {
    left: 0;
    right: 50%;
}

.steps__step:after {
    left: 50%;
    right: 0;
}

.steps__step:first-child:before,
.steps__step:last-child:after {
    content: none;
}

.steps__step:not(:first-child):not(:last-child) {
    flex-grow: 1;
}

.steps__indicator {
    z-index: 1;
    position: relative;
    margin: 0 0 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    background-color: #DEDEDE;
}

.steps__step--active .steps__indicator {
    margin: -0.05rem 0 0.4rem;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #C02031;
    box-shadow: 0 0 0 0.375rem rgba(192, 32, 49, 0.16);
}

.steps__step--complete .steps__indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00715C;
    color: #FFFFFF;
    border-color: #00715C;
    font-size: 0.813rem;
    box-shadow: 0 0 0 0.15rem #00715C;
}

.steps__step--complete .steps__indicator:before {
    content: "瞑�";
    position: relative;
    top: 1px;
}

.steps__text {
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .shipping {
        max-width: 27.813rem;
    }
}

.shipping>h1 {
    margin: 0;
    font-size: 1.563rem;
    font-weight: 500;
    line-height: 1.7rem;
}

@media (min-width: 768px) {
    .shipping>h1 {
        font-size: 2rem;
    }
}

.shipping>h2 {
    margin: 1.75rem 0 0;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .shipping>h2 {
        margin: 2rem 0 0;
    }
}

.shipping__form {
    margin: 1.45rem 0 0;
    padding: 0 0 0.7rem;
}

.shipping__cards {
    margin: 0.7rem 0 0;
    padding: 0 0 0.8rem;
}

@media (min-width: 768px) {
    .shipping__cards {
        margin: 0.95rem 0 0;
        padding: 0 0 0.55rem;
    }
}

.shipping__cards>*:not(:last-child) {
    margin: 0 0 1rem;
}

.shipping__alert {
    margin: 0.7rem 0 0;
}

@media (min-width: 768px) {
    .shipping__alert {
        margin: 0.95rem 0 0;
    }
}

.shipping__methods {
    margin: 0.8rem 0 0;
}

.shipping__methods>*:not(:last-child) {
    margin: 0 0 0.438rem;
}

.shipping__checkbox {
    margin: 1.7rem 0 0;
}

.shipping__account {
    margin: 1.5rem 0 0;
}

.shipping__account-message {
    margin: 0.5rem 0 0;
    color: #666666;
}

.address-form__input {
    margin: 0 0 1.5rem;
}

.address-form__input--dropdown {
    z-index: 1;
    position: relative;
}

.address-form__flex {
    display: flex;
    justify-content: space-between;
}

.address-form__flex>* {
    width: calc(50% - 0.45rem);
}

.address-form__billing {
    margin: 2.15rem 0 0;
}

.address-form__default {
    margin: 1.75rem 0 0;
}

.address-form__button {
    margin: 2.1rem 0 0;
}

.address-form__cancel {
    margin: 2.1rem 0 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 768px) {
    .address-form__cancel {
        margin: 2rem 0 1rem;
    }
}

.address-card {
    display: block;
    cursor: pointer;
}

.address-card input {
    display: none;
}

.address-card input:disabled~* {
    pointer-events: none;
}

.address-card__container {
    display: grid;
    grid-template-areas: "indicator info"". info""foot foot";
    grid-template-columns: 2.2rem auto;
    padding: 1.1rem 1rem 0.9rem;
    border-radius: 0.25rem;
    border: 1px solid #CCCCCC;
}

input:checked+.address-card__container {
    border-color: #C02031;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
}

.address-card__indicator {
    grid-area: indicator;
}

input:checked+.address-card__container>.address-card__indicator {
    border-color: #C02031;
}

input:checked+.address-card__container>.address-card__indicator:before {
    content: "";
}

.address-card__info {
    grid-area: info;
}

.address-card__name {
    margin: 0 0 0.2rem;
    font-weight: 700;
}

.address-card__text {
    line-height: 1.438rem;
}

.address-card__foot {
    grid-area: foot;
    margin: 0.95rem -1rem 0;
}

.address-card__foot:empty {
    display: none;
}

.menu-mobile {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.7);
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    .menu-mobile-open .menu-mobile {
        display: block;
    }
}

.menu-mobile__head {
    display: flex;
    align-items: stretch;
}

.menu-mobile__title {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 1rem;
    height: 4rem;
    background-color: #C02031;
    color: #FFFFFF;
    font-weight: 700;
}

.menu-mobile__title--back {
    cursor: pointer;
}

.menu-mobile__title>i {
    margin: 0 1rem 0 0.2rem;
}

.menu-mobile__close {
    position: static;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    background-color: #111111;
    color: #FFFFFF;
    cursor: pointer;
}

.menu-mobile__close>i {
    font-size: 1.75rem;
}

.menu-mobile__scroll {
    height: calc(100% - 4rem);
}

.menu-mobile__body {
    min-height: 100%;
    margin: 0 3.5rem 0 0;
    background-color: #f0efee;
}

.menu-mobile__list {
    background-color: #FFFFFF;
}

.menu-mobile__item:not(:last-child) {
    border-bottom: 1px solid #EDEDED;
}

.menu-mobile__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1.2rem 1rem 0.95rem;
    min-height: 4rem;
    font-weight: 500;
}

.menu-mobile__link--selected {
    min-height: 3.75rem;
    background-color: #f0efee;
    font-size: 0.875rem;
    text-transform: uppercase;
    cursor: auto;
}

.menu-mobile__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem 0 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.menu-mobile__icon>i {
    top: -0.05rem;
}

.menu-mobile__text {
    flex-grow: 1;
}

.menu-mobile__text+i {
    font-size: 1rem;
}

.menu-mobile__contacts {
    padding: 1.55rem 0 1rem;
}

.menu-mobile__contacts:empty {
    display: none;
}

.menu-mobile__contact {
    padding: 0 1.1rem;
}

.menu-mobile__contact:not(:last-child) {
    margin: 0 0 1.2rem;
}

.menu-mobile__contact>a {
    font-size: 0.875rem;
}

.menu-mobile__contact>a>i {
    top: 0.25rem;
    margin: 0 0.5rem 0 0;
    font-size: 1.25em;
}

.menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px solid #EDEDED;
    background-color: #FFFFFF;
    box-shadow: 0 12px 11px 0 rgba(0, 0, 0, 0.1);
}

.menu:not(.show) {
    display: none;
}

.menu__container {
    padding-top: 1.9rem;
    padding-bottom: 3rem;
}

.menu__link {
    margin: 0 0 1rem;
}

.menu__list {
    display: grid;
    grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
    margin: 0.9rem -0.5rem -1rem;
}

@media (min-width: 992px) {
    .menu__list {
        grid-template-columns: 25% 25% 25% 25%;
    }
}

@media (min-width: 1200px) {
    .menu__list {
        margin: 0.65rem -0.938rem -1.25rem;
    }
}

.menu__list>.tile {
    margin: 1rem 0.5rem;
}

@media (min-width: 1200px) {
    .menu__list>.tile {
        margin: 1.25rem 0.938rem;
    }
}

.menu__add-item {
    grid-column: 3;
    grid-row: 1/10;
    padding: 1rem 0.5rem;
}

@media (min-width: 992px) {
    .menu__add-item {
        grid-column: 4;
    }
}

@media (min-width: 1200px) {
    .menu__add-item {
        padding: 1.25rem 1.8rem;
    }
}

.menu-icon {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px solid #EDEDED;
    background-color: #FFFFFF;
    box-shadow: 0 12px 11px 0 rgba(0, 0, 0, 0.1);
}

.menu-icon:not(.show) {
    display: none;
}

.menu-icon__container {
    padding-top: 1.9rem;
    padding-bottom: 3rem;
}

.menu-icon__link {
    margin: 0 0 1rem;
}

.menu-icon__list {
    display: grid;
    grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
    margin: 0.9rem -0.5rem -1rem;
}

@media (min-width: 992px) {
    .menu-icon__list {
        grid-template-columns: 25% 25% 25% 25%;
    }
}

@media (min-width: 1200px) {
    .menu-icon__list {
        margin: 0.9rem -0.938rem -1rem;
    }
}

.menu-icon__list>* {
    margin: 0.5rem 0.5rem;
}

@media (min-width: 1200px) {
    .menu-icon__list>* {
        margin: 0.5rem 0.938rem;
    }
}

.lang {
    position: relative;
    display: flex;
    align-items: center;
}

.lang__btn {
    display: flex;
    align-items: center;
}

.lang__btn>i {
    margin: 0 0 0 0.35rem;
    font-size: 0.75rem;
}

.lang__img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.lang__menu {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    inset: auto !important;
    top: calc(100% + 0.688rem) !important;
    right: -1rem !important;
    transform: none !important;
    width: 15.375rem;
    border-radius: 0.25rem 0.25rem 0 0;
    background-color: #FFFFFF;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 1320px) {
    .lang__menu {
        right: -6.3rem !important;
    }
}

.lang__menu:not(.show) {
    display: none;
}

.lang__title {
    padding: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-align: center;
}

.lang__link {
    position: relative;
    display: block;
    padding: 1rem 1rem 0.95rem 4.75rem;
    font-size: 0.938rem;
    font-weight: 500;
}

.lang__link:last-child {
    padding-bottom: 1.15rem;
}

.lang__link--active {
    padding-right: 3rem;
    background-color: rgba(163, 156, 149, 0.16);
    color: #0082D7;
}

.lang__link--active:after {
    content: "瞑�";
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: #343434;
}

.lang__link:hover {
    background-color: rgba(163, 156, 149, 0.16);
    color: #0082D7;
}

.lang__link-img {
    position: absolute;
    top: 0.75rem;
    left: 2rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.login-dropdown {
    position: absolute;
    inset: auto !important;
    top: calc(100% - 0.55rem) !important;
    right: -4.5rem !important;
    transform: none !important;
    padding: 1.5rem 2rem 2rem;
    width: 21.875rem;
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 1250px) {
    .login-dropdown {
        right: -8.2rem !important;
    }
}

.login-dropdown:not(.show) {
    display: none;
}

.login-dropdown__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 700;
}

.login-dropdown__logo {
    margin: 0 0 0 0.5rem;
    width: 7.813rem;
    height: 2.375rem;
}

.login-dropdown__form {
    margin: 1rem 0 0;
}

.login-dropdown__email {
    margin: 0 0 1rem;
}

.login-dropdown__auth {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.1rem 0 0;
}

.login-dropdown__checkbox {
    white-space: nowrap;
}

.login-dropdown__forgot {
    font-size: 0.875rem;
}

.login-dropdown__button.button {
    margin: 1.65rem 0 0;
    padding: 0.782rem 1rem;
    font-size: 0.875rem;
}

.login-dropdown__create {
    margin: 1rem 0 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
}

.user-dropdown {
    overflow: hidden;
    position: absolute;
    inset: auto !important;
    top: calc(100% - 0.55rem) !important;
    right: -2.2rem !important;
    transform: none !important;
    width: 13.25rem;
    border-radius: 0.25rem 0.25rem 0 0;
    background-color: #FFFFFF;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}

.user-dropdown:not(.show) {
    display: none;
}

.user-dropdown__link {
    display: block;
    padding: 1rem 1rem 1rem 2rem;
    height: 3rem;
    font-size: 0.938rem;
    font-weight: 500;
}

.user-dropdown__link--active,
.user-dropdown__link:hover {
    background-color: rgba(163, 156, 149, 0.16);
    color: #0082D7;
}

@media (min-width: 768px) {
    .payment {
        max-width: 27.813rem;
    }
}

.payment>h1 {
    margin: 0;
    font-size: 1.563rem;
    font-weight: 500;
    line-height: 1.7rem;
}

@media (min-width: 768px) {
    .payment>h1 {
        font-size: 2rem;
    }
}

.payment__methods {
    display: flex;
    margin: 1.2rem 0 0;
}

@media (min-width: 768px) {
    .payment__methods {
        margin: 1.95rem 0 0;
    }
}

.payment__methods>*:not(:last-child) {
    margin: 0 0.5rem 0 0;
}

.payment__exists-card {
    margin: 1.2rem 0 0;
}

@media (min-width: 768px) {
    .payment__exists-card {
        margin: 1.75rem 0 0;
    }
}

.payment__first-card {
    margin: 1.2rem 0 0;
}

@media (min-width: 768px) {
    .payment__first-card {
        margin: 1.75rem 0 0;
    }
}

.payment__card-list {
    margin: 0.65rem 0 0;
}

.payment__card-list>*:not(:last-child) {
    margin: 0 0 1rem;
}

.payment__method-title {
    display: flex;
    font-size: 1.125rem;
}

.payment__card-icons {
    display: flex;
    margin: -0.05rem 0 0 auto;
}

.payment__card-icons>img {
    margin: 0 0 0 0.25rem;
    width: 1.8rem;
    height: 1.25rem;
    border-radius: 0.25rem;
}

.payment__secure {
    margin: 0.7rem 0 0;
}

.payment__secure>i {
    top: 0.125rem;
    margin: 0 0.25rem 0 0;
}

.payment__form {
    margin: 1.55rem 0 0;
}

@media (min-width: 768px) {
    .payment__form {
        margin: 1.6rem 0 0;
    }
}

.payment__account {
    margin: 1.5rem 0 0;
}

.payment__account-input {
    margin: 1.5rem 0 0;
}

.payment__account-message {
    margin: 0.5rem 0 0;
    color: #666666;
}

.payment-form__input {
    margin: 0 0 1.5rem;
}

.payment-form__input--dropdown {
    z-index: 1;
    position: relative;
}

.payment-form__flex-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.payment-form__flex-wrap>* {
    width: 8.5rem;
    min-width: 8.5rem;
}

.payment-form__flex-wrap>*:nth-child(1) {
    margin-right: 0.5rem;
}

.payment-form__flex-wrap>*:nth-child(2) {
    margin-right: auto;
}

@media (min-width: 768px) {
    .payment-form__flex-wrap>*:nth-child(3) {
        width: 8.813rem;
        min-width: 8.813rem;
    }
}

.payment-form__flex {
    display: flex;
    justify-content: space-between;
}

.payment-form__flex>* {
    width: calc(50% - 0.45rem);
}

.payment-form__flex {
    display: flex;
    justify-content: space-between;
}

.payment-form__flex>* {
    width: calc(50% - 0.45rem);
}

.payment-form__checkbox {
    margin: 0.65rem 0 0;
}

@media (min-width: 768px) {
    .payment-form__checkbox {
        margin: 0.1rem 0 0;
    }
}

.payment-form__address {
    margin: 2.05rem 0 0;
}

@media (min-width: 768px) {
    .payment-form__address {
        margin: 2.2rem 0 0;
    }
}

.payment-form h2 {
    margin: 0;
    font-size: 1.063rem;
    font-weight: 500;
    line-height: 1.75rem;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .payment-form h2 {
        font-size: 1.125rem;
    }
}

.payment-form__desc {
    margin: 0.1rem 0 0;
    font-size: 1rem;
    line-height: 1.45rem;
}

@media (min-width: 768px) {
    .payment-form__desc {
        margin: 0.25rem 0 0;
    }
}

.payment-form__address-fields {
    margin: 1.45rem 0 0;
}

.payment-form__address-cards {
    margin: 1.45rem 0 0;
}

.payment-form__address-cards>*:not(:last-child) {
    margin: 0 0 1rem;
}

.payment-form__default {
    margin: 2.15rem 0 0;
}

.payment-form__shipping-address {
    margin: 2.1rem 0 0;
}

.payment-form__button {
    margin: 2.1rem 0 0;
}

.payment-form__cancel {
    margin: 2.1rem 0 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 768px) {
    .payment-form__cancel {
        margin: 2rem 0 1rem;
    }
}

.payment-card {
    display: block;
    cursor: pointer;
}

.payment-card input {
    display: none;
}

.payment-card input:disabled~* {
    pointer-events: none;
}

.payment-card__container {
    display: grid;
    grid-template-areas: "indicator info"". info""foot foot";
    grid-template-columns: 2.25rem auto;
    padding: 0.9rem 1rem 0.9rem;
    border-radius: 0.25rem;
    border: 1px solid #CCCCCC;
}

input:checked+.payment-card__container {
    border-color: #C02031;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
}

.payment-card__indicator {
    grid-area: indicator;
}

input:checked+.payment-card__container>.payment-card__indicator {
    border-color: #C02031;
}

input:checked+.payment-card__container>.payment-card__indicator:before {
    content: "";
}

.payment-card__info {
    grid-area: info;
    position: relative;
    padding: 0.25rem 0 0;
}

.payment-card__info>i {
    position: absolute;
    top: 0.35rem;
    right: 0.2rem;
    font-size: 0.875rem;
}

.payment-card__name {
    margin: 0 0 0.15rem;
    padding: 0 1.25rem 0 0;
    font-weight: 700;
}

.payment-card__text {
    line-height: 1.438rem;
}

.payment-card__foot {
    grid-area: foot;
    margin: 0.9rem -1rem 0;
}

.payment-card__foot:empty {
    display: none;
}

.review {
    padding-top: 0.3rem;
}

@media (min-width: 768px) {
    .review {
        max-width: 27.813rem;
    }
}

.review>h1 {
    margin: 0 0 1.5rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.7rem;
}

.review>h2 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem;
    text-transform: uppercase;
}

.review>h2>span {
    margin: 0 0 0 0.25rem;
    font-size: 0.875rem;
    text-transform: none;
}

.review__card {
    margin: 0.45rem 0 1.55rem;
}

.review-card {
    padding: 1.1rem 1rem 0.9rem;
    border-radius: 0.25rem;
    border: 1px solid #CCCCCC;
}

.review-card__name {
    margin: 0 0 0.2rem;
    font-weight: 700;
}

.review-card__text {
    line-height: 1.438rem;
}

.review-card__foot {
    margin: 0.95rem -1rem 0;
}

.review-card__foot:empty {
    display: none;
}

.review-card__list {
    margin: 0 -1rem;
}

.review-card__list>* {
    padding: 0 1rem;
}

.review-card__list>*:not(:first-child) {
    padding-top: 1rem;
}

.review-card__list>*:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: 1px solid #CCCCCC;
}

.order-table {
    width: 100%;
    border: none;
    border-collapse: inherit;
    border-spacing: 0;
    text-align: left;
}

@media (max-width: 767.98px) {
    .order-table {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .order-table__head {
        display: none;
    }
}

.order-table__title {
    padding: 0 0 0.6rem;
    border-bottom: 1px solid #CCCCCC;
    color: #9F9F9F;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.order-table__title:not(:last-child) {
    padding: 0 1rem 0.6rem 0;
}

.order-table__title:last-child {
    text-align: right;
}

@media (max-width: 767.98px) {
    .order-table__body {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .order-table__row {
        display: block;
        padding: 1.25rem 0 0.75rem;
        border-bottom: 1px solid #CCCCCC;
    }

    .order-table__row:first-child {
        padding-top: 0;
    }
}

.order-table__col {
    font-size: 0.875rem;
    line-height: 1.375rem;
}

@media (max-width: 767.98px) {
    .order-table__col {
        display: block;
        margin: 0 0 0.75rem;
    }

    .order-table__col:before {
        content: attr(data-title);
        display: block;
        color: #9F9F9F;
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
    }
}

@media (min-width: 768px) {
    .order-table__col {
        padding: 1.375rem 0 1.438rem;
        border-bottom: 1px solid #CCCCCC;
        vertical-align: top;
    }

    .order-table__col:nth-child(1) {
        width: 42.7%;
    }

    .order-table__col:nth-child(2) {
        width: 25.67%;
    }

    .order-table__col:nth-child(3) {
        width: 23.24%;
    }

    .order-table__col:not(:last-child) {
        padding-right: 1rem;
    }

    .order-table__col:last-child {
        text-align: right;
    }
}

.order-table__main {
    display: grid;
    grid-template-areas: "img sku""img name""img .";
    grid-template-columns: 5rem auto;
}

@media (min-width: 768px) {
    .order-table__main {
        grid-template-areas: "img name""img sku""img .";
    }
}

.order-table__img {
    grid-area: img;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    width: 5rem;
    border: 1px solid #F5F5F5;
    float: left;
}

.order-table__img>* {
    max-width: 100%;
    max-height: 100%;
}

.order-table__img>picture {
    height: 100%;
}

.order-table__img>picture>* {
    max-width: 100%;
    max-height: 100%;
}

.order-table__name {
    grid-area: name;
    padding: 0 0 0 1rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7rem;
}

@media (max-width: 767.98px) {
    .order-table__name {
        line-height: 1.45rem;
    }
}

.order-table__sku {
    grid-area: sku;
    padding: 0 0 0 1rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2rem;
}

.order-table__in-stock {
    color: #00715C;
    font-weight: 700;
}

.order-table__weeks {
    color: #00639A;
    font-weight: 700;
}

.order-table__old-price {
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: line-through;
}

.order-table__price {
    font-size: 1rem;
    font-weight: 700;
}

.order {
    padding: 1rem;
}

@media (min-width: 768px) {
    .order {
        padding: 2rem 1.875rem 1.8rem;
    }
}

@media (min-width: 768px) {
    .order__container {
        display: flex;
        align-items: flex-start;
    }
}

.order__info {
    margin: 0 0 2.45rem;
    font-size: 1rem;
    line-height: 1.438rem;
}

@media (min-width: 768px) {
    .order__info {
        margin: 0;
        width: calc(100% / 3);
    }

    .order__info:not(:first-child) {
        padding: 0 0 0 1rem;
    }
}

.order__info:last-child {
    margin: 0 0 2.15rem;
}

@media (min-width: 768px) {
    .order__info:last-child {
        margin: 0 0 2.45rem;
    }
}

.order__info>h2 {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6rem;
}

@media (min-width: 768px) {
    .order__info>h2 {
        margin: 0 0 0.85rem;
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
}

.order__name {
    font-weight: 700;
}

.order__desc {
    margin: 0.05rem 0 0;
}

@media (min-width: 768px) {
    .order__desc {
        margin: 0.1rem 0 0;
    }
}

.order__table {
    margin: 1rem 0 0;
}

@media (min-width: 768px) {
    .order__table {
        margin: 1.5rem 0 0;
    }
}

.order__total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 2.25rem 0 0;
}

@media (min-width: 768px) {
    .order__total {
        margin: 1.8rem 0 0;
    }
}

.order__total>* {
    width: 100%;
}

@media (min-width: 768px) {
    .order__total>* {
        max-width: 21.85rem;
    }
}

.order__note {
    margin: 1.15rem 0 0;
    padding: 1rem;
    border-radius: 0.25rem;
    background-color: #F5F5F5;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.063rem;
}

.html-content p:not(:first-child:last-child),
.html-content div:not(:first-child:last-child),
.html-content ul:not(:first-child:last-child) {
    margin: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.html-content ul,
.html-content ol {
    padding-left: 1.75rem;
}

.html-content li {
    padding: 0 0 0 0.45rem;
    line-height: 1.45rem;
}

.html-content p {
    font-size: 1rem;
    line-height: 1.4375rem;
}

.html-content small {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.subcategory {
    padding-bottom: 6rem;
}

.subcategory .images {
    margin: 0 calc(-1 * var(--bs-gutter-x));
}

@media (min-width: 768px) {
    .subcategory .images {
        margin: 0;
    }
}

@media (min-width: 576px) {
    .subcategory__info {
        display: flex;
    }
}

.subcategory__info-left {
    padding: 2.14rem 0 0;
}

@media (min-width: 576px) {
    .subcategory__info-left {
        flex: 0 0 auto;
        width: 58.3333333333%;
        padding: 1.85rem 0 0;
    }
}

@media (min-width: 768px) {
    .subcategory__info-left {
        flex: 0 0 auto;
        width: 75%;
    }
}

.subcategory__info-container {
    max-width: 43rem;
}

.subcategory__info-right {
    padding: 1rem 0 0;
}

@media (min-width: 576px) {
    .subcategory__info-right {
        flex: 0 0 auto;
        width: 41.6666666667%;
        padding: 2.55rem 0 0 1.4rem;
    }
}

@media (min-width: 768px) {
    .subcategory__info-right {
        flex: 0 0 auto;
        width: 25%;
    }
}

.subcategory h1 {
    margin: 0 0 0.35rem;
    color: #C02031;
}

@media (min-width: 768px) {
    .subcategory h1 {
        margin: 0 0 0.5rem;
    }
}

.subcategory__subtitle {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.563rem;
}

.subcategory__description {
    margin: 1rem 0 0;
}

@media (min-width: 768px) {
    .subcategory__description {
        margin: 0.9rem 0 0;
    }
}

.subcategory .info-item {
    margin: 0 0 0.45rem;
}

@media (min-width: 768px) {
    .subcategory .info-item {
        margin: 0 0 1rem;
    }
}

.subcategory .products {
    margin: 3.1rem 0 0;
}

@media (min-width: 768px) {
    .subcategory .products {
        margin: 4.05rem 0 0;
    }
}

.login {
    padding-top: 1.5rem;
    padding-bottom: 5rem;
}

@media (min-width: 576px) {
    .login {
        padding-top: 2.5rem;
        padding-bottom: 6.5rem;
    }
}

.login__container {
    margin: 0 auto;
    padding: 1.5rem 1.5rem 1.5rem 1.55rem;
    width: 100%;
    max-width: 33.75rem;
    border-radius: 4px;
    background-color: rgba(163, 156, 149, 0.08);
}

@media (min-width: 576px) {
    .login__container {
        padding: 2.5rem 2.55rem 2rem 2.43rem;
    }
}

.login__logo {
    width: 12.5rem;
    height: 3.75rem;
}

.login h1 {
    margin: 1.2rem 0 1.1rem;
    font-size: 1.375rem;
    font-weight: 500;
}

@media (min-width: 576px) {
    .login h1 {
        margin: 0.75rem 0 0.72rem;
    }
}

.login__email {
    margin: 0 0 1.5rem;
}

.login__auth {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1.15rem 0 0;
}

.login__checkbox {
    flex-grow: 1;
    margin: 1rem 0 0;
}

.login__forgot {
    margin: 1rem 0 0 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.login__button {
    display: block;
    margin: 3.1rem 0 0;
}

.login__create {
    display: flex;
    flex-direction: column;
    margin: 1.45rem 0 0;
    line-height: 1.875rem;
    text-align: center;
}

@media (min-width: 576px) {
    .login__create {
        display: block;
    }
}

@media (min-width: 576px) {
    .login__create a {
        padding: 0 0 0 0.5rem;
    }
}

.register {
    padding-top: 1.5rem;
    padding-bottom: 3.75rem;
}

@media (min-width: 768px) {
    .register {
        display: flex;
        padding-top: 1.65rem;
        padding-bottom: 6.5rem;
    }
}

.register__logo {
    width: 12.5rem;
    height: 3.75rem;
}

@media (min-width: 768px) {
    .register__logo {
        display: none;
    }
}

.register__logo--desktop {
    display: none;
}

@media (min-width: 768px) {
    .register__logo--desktop {
        display: block;
    }
}

.register__form-container {
    margin: 1.55rem 0 0;
    width: 100%;
}

@media (min-width: 768px) {
    .register__form-container {
        order: 2;
        margin: 2.75rem 0 0;
        max-width: 33.75rem;
    }
}

.register__form-container--success {
    margin: -0.25rem 0 1.55rem;
}

@media (min-width: 768px) {
    .register__form-container--success {
        margin: 3.9rem 0 0;
    }
}

.register__text a {
    padding: 0 0 0 0.5rem;
}

.register__form {
    margin: 1.5rem 0 0;
    border-radius: 4px;
    background-color: rgba(163, 156, 149, 0.08);
}

.register__info {
    margin: 1.35rem 0 0;
}

@media (min-width: 768px) {
    .register__info {
        order: 1;
        flex-grow: 1;
        min-width: 50%;
    }
}

.series {
    padding-top: 2.55rem;
    padding-bottom: 4.5rem;
}

@media (min-width: 576px) {
    .series {
        padding-top: 0.1rem;
        padding-bottom: 5rem;
    }
}

@media (min-width: 576px) {
    .series__product {
        display: grid;
        grid-template-areas: "gallery details""samples details""resources details"". details";
        grid-template-columns: 48.65% auto;
        width: 100%;
    }
}

@media (min-width: 576px) {
    .series__gallery {
        grid-area: gallery;
    }
}

.series__details {
    margin: 3.4rem 0 0;
}

@media (min-width: 576px) {
    .series__details {
        grid-area: details;
        margin: 0;
        padding: 0 0 0 1rem;
    }
}

@media (min-width: 768px) {
    .series__details {
        padding: 0 0 0 1.9rem;
    }
}

.series__samples {
    margin: 2rem 0 0;
}

@media (min-width: 576px) {
    .series__samples {
        grid-area: samples;
        margin: 4.1rem 0 0;
    }
}

.series__resources {
    margin: 3.45rem 0 0;
}

@media (min-width: 576px) {
    .series__resources {
        grid-area: resources;
        margin: 2rem 0 0;
    }
}

.series__purchasing {
    margin: 2.95rem 0 0;
}

@media (min-width: 576px) {
    .series__purchasing {
        margin: 2rem 0 0;
    }
}

.cart {
    padding-top: 1.8rem;
    padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .cart {
        padding-top: 2.5rem;
    }
}

@media (min-width: 768px) {
    .cart__content {
        padding: 0.6rem 1rem 0 0;
    }
}

@media (min-width: 992px) {
    .cart__content {
        padding: 0.6rem 1.875rem 0 0;
    }
}

.cart__title {
    margin: 0;
    font-size: 1.563rem;
    font-weight: 500;
    line-height: 1.7rem;
}

@media (min-width: 768px) {
    .cart__title {
        margin: 0 0 0.15rem;
        font-size: 2rem;
    }
}

.cart__number {
    margin: 0 0 0 0.55rem;
    font-size: 1rem;
    font-weight: 400;
}

.cart__list {
    margin: 0 0 0.55rem;
}

@media (min-width: 768px) {
    .cart__list {
        margin: 0 0 1.05rem;
    }
}

.cart__list>* {
    border-bottom: 1px solid #CCCCCC;
}

.cart__empty {
    margin: 0 0 1.1rem;
}

.cart__link {
    font-size: 0.875rem;
}

.cart__saved {
    margin: 1rem 0 -0.5rem;
    padding: 1.5rem 1.5rem 0.2rem;
    background-color: rgba(163, 156, 149, 0.08);
}

@media (min-width: 768px) {
    .cart__saved {
        margin: 2.55rem 0 0;
        padding: 1.75rem 1.5rem 0.2rem;
    }
}

.cart__saved-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.9rem;
}

@media (min-width: 768px) {
    .cart__saved-title {
        font-size: 1.625rem;
    }
}

.cart__saved-title span {
    margin: 0 0 0 0.2rem;
}

.cart__saved-list>*:not(:last-child) {
    border-bottom: 1px solid #CCCCCC;
}

.cart__side {
    margin: 1.5rem 0 0;
}

@media (min-width: 768px) {
    .cart__side {
        margin: 0;
    }
}

.cart__side>.accordion-bordered {
    margin: 1.5rem 0 0;
}

.checkout {
    padding-top: 1.8rem;
}

@media (min-width: 768px) {
    .checkout {
        padding-top: 2.55rem;
        padding-bottom: 3.15rem;
    }
}

@media (min-width: 768px) {
    .checkout__content {
        padding: 0.6rem 1rem 0 0;
    }
}

@media (min-width: 992px) {
    .checkout__content {
        padding: 0.6rem 1.875rem 0 0;
    }
}

.checkout__side {
    margin: 2.1rem 0 0;
}

@media (min-width: 768px) {
    .checkout__side {
        margin: 0;
    }
}

.checkout__side>.accordion-bordered {
    margin: 1.5rem 0;
}

.checkout__tax {
    margin: 1.5rem 0;
    padding: 0 1rem;
}

.checkout__tax-desc {
    margin: 0.5rem 0 0 1.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.order-confirm__top {
    padding: 2.875rem 0.95rem 10.35rem;
    background-color: rgba(163, 156, 149, 0.08);
}

@media (min-width: 768px) {
    .order-confirm__top {
        padding: 2.875rem 0.95rem 10.75rem;
    }
}

.order-confirm__info {
    margin: 0 auto;
    max-width: 73.125rem;
    text-align: center;
}

.order-confirm__info>h1 {
    margin: 1.2rem 0 0;
    font-size: 1.563rem;
    font-weight: 500;
}

@media (min-width: 768px) {
    .order-confirm__info>h1 {
        margin: 0.55rem 0 0;
        font-size: 2rem;
    }
}

.order-confirm__icon {
    font-size: 2.188rem;
    color: #00715C;
}

.order-confirm__number {
    margin: 1.05rem 0 0;
    font-size: 1.125rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .order-confirm__number {
        margin: 0.95rem 0 0;
    }
}

.order-confirm__desc {
    margin: 0.6rem 0 1.6rem;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .order-confirm__desc {
        margin: 0.6rem 0 1.15rem;
    }
}

.order-confirm__link {
    font-size: 0.875rem;
}

.order-confirm__bottom {
    padding: 0 0.95rem 1rem 0.95rem;
}

@media (min-width: 768px) {
    .order-confirm__bottom {
        padding: 0 0.95rem 6.5rem 0.95rem;
    }
}

.order-confirm__container {
    margin: -6.813rem auto 0;
    max-width: 73.125rem;
}

@media (min-width: 768px) {
    .order-confirm__container {
        margin: -8.2rem auto 0;
    }
}

.order-confirm__container>* {
    position: relative;
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
}

.order-confirm__container>*:not(:last-child) {
    margin: 0 0 5.1rem;
}

@media (min-width: 768px) {
    .order-confirm__container>*:not(:last-child) {
        margin: 0 0 1.5rem;
    }
}
