/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

 :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    /*font-family: 'Quicksand', sans-serif;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Nunito', sans-serif;
}

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

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

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

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

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

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

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

.h1,
h1 {
    font-size: 2.5rem;
}

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

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

.h4,
h4 {
    font-size: 1.5rem;
}

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

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

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

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

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

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

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

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

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

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

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

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

.figure {
    display: inline-block;
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

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

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm td,
.table-sm th {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff;
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db;
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb;
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb;
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5;
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba;
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb;
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe;
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca;
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.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;
    line-height: 1.5;
}

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

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

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

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

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

select.form-control[multiple],
select.form-control[size] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.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;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745;
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745;
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745;
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.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;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

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

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

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545;
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545;
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545;
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -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;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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, -webkit-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;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

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

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #000;
    border-color: #000;
	text-decoration: none;
}

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

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
}

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

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

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

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

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

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

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

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

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

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

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

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

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

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

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

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

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

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

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

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

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

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

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

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

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

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

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

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

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

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

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

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

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

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1;
}

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

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

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

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

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

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    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,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}

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

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

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

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

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

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

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

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px;
}

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

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

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

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

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

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}

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

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}

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

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

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

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 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: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

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

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

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

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

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

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

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

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

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

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

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

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

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none;
}

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

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

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

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

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

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none;
    }
}

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

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

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

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

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

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

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

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

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

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

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

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

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

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

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

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

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

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

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

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

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

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

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.9rem;
}

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

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

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

.card-link:hover {
    text-decoration: none;
}

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

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

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

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

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

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

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

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

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

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group>.card {
    margin-bottom: 15px;
}

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

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

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

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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, -webkit-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;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

a.badge:focus,
a.badge:hover {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

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

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

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

.alert-heading {
    color: inherit;
}

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

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

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

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

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

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

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

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

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

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

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

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

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

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

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

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

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

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

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

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

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

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

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

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

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

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

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

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

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

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

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

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

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

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

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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 .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^="top"]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="right"]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="left"]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none;
    }
}

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

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none;
    }
}

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

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

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

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none;
    }
}

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

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

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

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

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

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

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

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

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

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

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

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

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

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

.rounded-right {
    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-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

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

.rounded-pill {
    border-radius: 50rem !important;
}

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

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

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

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

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

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

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

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

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

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

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

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

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

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

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

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

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

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

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

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

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

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

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

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

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

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !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;
}

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

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

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

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

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

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

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

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

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

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

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

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

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

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

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

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

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

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

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

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

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

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

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

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

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

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

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

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
     ::after,
     ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.payment-form-wrapper {
    background-color: #f6f9fc;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    -ms-flex: auto;
    -webkit-box-flex: 1;
    flex: auto;
    min-width: 100%;
    min-height: 350px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    margin-left: -10px;
    margin-right: -10px;
    padding: 40px;
}

@media (max-width: 670px) {
    .payment-form-wrapper {
        padding: 0;
    }
}

.payment-form-wrapper form {
    margin: 0;
    max-width: 496px !important;
    padding: 0 15px;
    position: relative;
    width: 100%;
    max-width: 500px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.payment-form-wrapper.submitting form {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    pointer-events: none;
}

.payment-form-wrapper * {
    font-family: Interface, Open Sans, Segoe UI, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.payment-form-wrapper form>*+* {
    margin-top: 20px;
}

.payment-form-wrapper .container-stripe {
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding-bottom: 3px;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    position: static !important;
    display: block !important;
}

.container-stripe * {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.payment-form-wrapper fieldset {
    border-style: none;
    padding: 7px;
    margin-left: -5px;
    margin-right: -5px;
    background: rgba(18, 91, 152, 0.1);
    border-radius: 8px;
}

.payment-form-wrapper fieldset legend {
    margin: 0 !important;
    float: left !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 13px !important;
    color: #8898aa !important;
    padding: 3px 10px 7px !important;
    font-weight: 400 !important;
    border-style: none !important;
}

.payment-form-wrapper .card-only {
    display: block;
}

.payment-form-wrapper .payment-request-available {
    display: none;
}

.payment-form-wrapper fieldset legend+* {
    clear: both;
}

.payment-form-wrapper button,
.payment-form-wrapper input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-style: none;
    color: #fff;
    padding: 0 !important;
}

.payment-form-wrapper input:-webkit-autofill {
    -webkit-transition: background-color 100000000s;
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
}

.payment-form-wrapper #card-element {
    padding: 10px;
    margin-bottom: 2px;
}

.payment-form-wrapper input {
    -webkit-animation: 1ms void-animation-out;
}

.payment-form-wrapper input::-webkit-input-placeholder {
    color: #9bacc8;
}

.payment-form-wrapper input::-moz-placeholder {
    color: #9bacc8;
}

.payment-form-wrapper input:-ms-input-placeholder {
    color: #9bacc8;
}

.payment-form-wrapper button {
    display: block;
    width: 100%;
    height: 37px;
    background-color: #d782d9;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}

.payment-form-wrapper button:active {
    background-color: #b76ac4;
}

.payment-form-wrapper .error-stripe svg .base {
    fill: #e25950;
}

.payment-form-wrapper .error-stripe svg .glyph {
    fill: #f6f9fc;
}

.payment-form-wrapper .error-stripe svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -1px;
    margin-right: 10px;
}

.payment-form-wrapper .error-stripe {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 100%;
    margin-top: 20px;
    left: 0;
    padding: 0 15px;
    font-size: 13px !important;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.payment-form-wrapper .error-stripe.visible {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.payment-form-wrapper .error-stripe .message {
    color: #e25950;
    font-size: inherit;
}

.payment-form-wrapper .success-stripe .icon .border {
    stroke: #ffc7ee;
}

.payment-form-wrapper .success-stripe .icon .checkmark {
    stroke: #d782d9;
}

.payment-form-wrapper .success-stripe .title {
    color: #32325d;
}

.payment-form-wrapper .success-stripe .message {
    color: #8898aa;
}

.payment-form-wrapper .success-stripe .reset path {
    fill: #d782d9;
}

.payment-form-wrapper .success-stripe {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    pointer-events: none;
    overflow: hidden;
}

.payment-form-wrapper .submitting .success-stripe {
    pointer-events: all;
}

.payment-form-wrapper .success-stripe>* {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.payment-form-wrapper .success-stripe .icon {
    margin-top: -50px;
    -webkit-transform: translateY(70px) scale(0.75);
    transform: translateY(70px) scale(0.75);
}

.payment-form-wrapper .success-stripe .icon svg {
    will-change: transform;
}

.payment-form-wrapper .success-stripe .icon .border {
    stroke: #ffc7ee;
    stroke-dasharray: 251;
    stroke-dashoffset: 62.75;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.submitting .success-stripe .icon {
    pointer-events: all;
    opacity: 1;
}

.journal-stripe {
    min-height: 200px !important;
    padding-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.payment-form-wrapper .checkbox-inline input.checkbox_save_card {
    -webkit-appearance: checkbox;
}

.payment-form-wrapper .checkbox-inline {
    margin-left: 10px;
}

.quick-checkout-wrapper .right .checkout-section.checkout-payment-details.payment-stripe {
    display: block !important;
}

.quick-checkout-wrapper .right .checkout-payment-details .payment-form-wrapper legend.payment-request-available {
    display: none;
}

 :root {
    --color-bg-info: #e1f7ff;
    --color-info-shade: #488397;
    --color-info-tint: #ebfaff;
    --color-text-gray: #5f6368;
    --color-whatsapp-color: #25d366;
    --color-skype-color: #00aff0;
    --color-card-shadown: rgba(23, 27, 30, 0.1);
    --color-card-bg: #f5e9df;
    --color-green-title: #309872;
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #444;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
    height: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-weight: 700;
    font-family: Roboto, sans-serif;
}

h1 {
    font-size: 33px;
    font-size: 2.0625rem;
}

h2 {
    font-size: 27px;
    font-size: 1.6875rem;
}

h3 {
    font-size: 21px;
    font-size: 1.3125rem;
}

h4 {
    font-size: 15px;
    font-size: 0.9375rem;
}

h5 {
    font-size: 12px;
    font-size: 0.75rem;
}

h6 {
    font-size: 10.2px;
    font-size: 0.6375rem;
}

a {
    color: #212529;
	
}

article li a {
    color: #212529;
	text-decoration: underline;
}

article p a {
    color: #212529;
	text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #212529;
}

label,
legend {
    font-size: 14px;
    font-size: 0.875rem;
}

.input-group .dropdown-menu,
.input-group .popover,
.input-group input,
.input-group select,
input[type="color"].form-control,
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="datetime"].form-control,
input[type="email"].form-control,
input[type="month"].form-control,
input[type="number"].form-control,
input[type="password"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="text"].form-control,
input[type="time"].form-control,
input[type="url"].form-control,
input[type="week"].form-control,
select.form-control,
textarea.form-control {
    font-size: 14px;
    font-size: 0.875rem;
}

span.hidden-lg,
span.hidden-md,
span.hidden-sm,
span.hidden-xs {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: "* ";
    color: red;
    font-weight: 700;
}

#cart.open>.btn {
    background-image: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #666;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

#content {
    min-height: 600px;
}

.alert {
    padding: 8px 14px 8px 14px;
}

.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #fff;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: "";
    padding: 0;
}

.breadcrumb>li:after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.carousel-control .icon-prev:before {
    content: "\f053";
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: "\f054";
    font-family: FontAwesome;
}

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: 700;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #fc0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #e69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

.input-group .form-control[name^="quantity"] {
    min-width: 50px;
}

.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:hover,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0);
    width: 2px;
    height: 2px;
    margin: -2px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

figure {
    margin: 0;
}

a.link {
    color: #212529;
    text-decoration: underline;
}

a.link:focus,
a.link:hover {
    text-decoration: none;
}

.swiper-container {
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.25rem;
    overflow: hidden;
}

.swiper-container.gallery-top {
    margin-bottom: 10px;
}

.swiper-container.swiper-container-thumbs {
    height: 80px;
}

@media only screen and (min-width: 767px) {
    .swiper-container.swiper-container-thumbs {
        height: 132px;
    }
}

@media only screen and (min-width: 767px) {
    .swiper-container {
        height: 483px;
    }
}

.btn__play-video,
.thumb-video--play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 65px;
    width: 65px;
    font-size: 18px;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 12;
}

@media only screen and (min-width: 767px) {
    .btn__play-video,
    .thumb-video--play {
        height: 85px;
        width: 85px;
        font-size: 24px;
    }
}

.btn__play-video i,
.thumb-video--play i {
    z-index: 1;
}

.btn__play-video:after,
.btn__play-video:before,
.thumb-video--play:after,
.thumb-video--play:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn__play-video:after,
.thumb-video--play:after {
    content: " ";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.btn__play-video:before,
.thumb-video--play:before {
    content: " ";
    height: 80%;
    width: 80%;
    border-radius: 50%;
    background-color: #fff;
}

.btn__play-video.show,
.thumb-video--play.show {
    z-index: 12;
    opacity: 1;
}

.btn__play-video.hide,
.thumb-video--play.hide {
    z-index: 12;
    opacity: 0;
}

.btn__play-video:hover:after,
.thumb-video--play:hover:after {
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    width: 85%;
    height: 85%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-slide img {
   /* width: 100%; */
    max-width: 100%;
}

.gallery-top {
    width: 100%;
}

.gallery-thumbs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .thumbs--videos {
    width: 170%;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    overflow: hidden;
    border: 1px solid #efefef;
    border-radius: 0.25rem;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.col__description {
    padding-top: 48px;
    margin-bottom: 32px;
}

.wrapper-lists {
    position: relative;
}

.wrapper-lists .btn__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: -1rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 2px 0 6px -2px rgba(33, 37, 41, 0.26);
    box-shadow: 2px 0 6px -2px rgba(33, 37, 41, 0.26);
    font-size: 18px;
    font-size: 1.125rem;
}

.wrapper-lists .btn__icon.horizon-next {
    display: none;
}

@media only screen and (min-width: 767px) {
    .wrapper-lists .btn__icon.horizon-next {
        display: block;
        right: 0;
        margin-right: -32px;
    }
}

.wrapper-lists .btn__icon.horizon-prev {
    display: none;
}

@media only screen and (min-width: 767px) {
    .wrapper-lists .btn__icon.horizon-prev {
        display: block;
        left: 0;
        margin-left: -32px;
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.payment-form-wrapper {
    background-color: #f6f9fc;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    -ms-flex: auto;
    -webkit-box-flex: 1;
    flex: auto;
    min-width: 100%;
    min-height: 350px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    margin-left: -10px;
    margin-right: -10px;
    padding: 40px;
}

@media (max-width: 670px) {
    .payment-form-wrapper {
        padding: 0;
    }
}

.payment-form-wrapper * {
    font-family: Interface, Open Sans, Segoe UI, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.payment-form-wrapper form {
    margin: 0;
    max-width: 496px !important;
    padding: 0 15px;
    position: relative;
    width: 100%;
    max-width: 500px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.payment-form-wrapper.submitting form {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    pointer-events: none;
}

.payment-form-wrapper form>*+* {
    margin-top: 20px;
}

.payment-form-wrapper .container-stripe {
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding-bottom: 3px;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    position: static !important;
    display: block !important;
}

.container-stripe * {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.payment-form-wrapper fieldset {
    border-style: none;
    padding: 7px;
    margin-left: -5px;
    margin-right: -5px;
    background: rgba(18, 91, 152, 0.1);
    border-radius: 8px;
}

.payment-form-wrapper fieldset legend {
    margin: 0 !important;
    float: left !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 13px !important;
    color: #8898aa !important;
    padding: 3px 10px 7px !important;
    font-weight: 400 !important;
    border-style: none !important;
}

.payment-form-wrapper .card-only {
    display: block;
}

.payment-form-wrapper .payment-request-available {
    display: none;
}

.payment-form-wrapper fieldset legend+* {
    clear: both;
}

.payment-form-wrapper button,
.payment-form-wrapper input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-style: none;
    color: #fff;
    padding: 0 !important;
}

.payment-form-wrapper input:-webkit-autofill {
    -webkit-transition: background-color 100000000s;
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
    animation: 1ms void-animation-out;
}

.payment-form-wrapper #card-element {
    padding: 10px;
    margin-bottom: 2px;
}

.payment-form-wrapper input {
    -webkit-animation: 1ms void-animation-out;
    animation: 1ms void-animation-out;
}

.payment-form-wrapper input::-webkit-input-placeholder {
    color: #9bacc8;
}

.payment-form-wrapper input::-moz-placeholder {
    color: #9bacc8;
}

.payment-form-wrapper input:-ms-input-placeholder {
    color: #9bacc8;
}

.payment-form-wrapper button {
    display: block;
    width: 100%;
    height: 37px;
    background-color: #d782d9;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}

.payment-form-wrapper button:active {
    background-color: #b76ac4;
}

.payment-form-wrapper .error-stripe svg .base {
    fill: #e25950;
}

.payment-form-wrapper .error-stripe svg .glyph {
    fill: #f6f9fc;
}

.payment-form-wrapper .error-stripe svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -1px;
    margin-right: 10px;
}

.payment-form-wrapper .error-stripe {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 100%;
    margin-top: 20px;
    left: 0;
    padding: 0 15px;
    font-size: 13px !important;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.payment-form-wrapper .error-stripe.visible {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.payment-form-wrapper .error-stripe .message {
    color: #e25950;
    font-size: inherit;
}

.payment-form-wrapper .success-stripe .icon .border {
    stroke: #ffc7ee;
}

.payment-form-wrapper .success-stripe .icon .checkmark {
    stroke: #d782d9;
}

.payment-form-wrapper .success-stripe .title {
    color: #32325d;
}

.payment-form-wrapper .success-stripe .message {
    color: #8898aa;
}

.payment-form-wrapper .success-stripe .reset path {
    fill: #d782d9;
}

.payment-form-wrapper .success-stripe {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    pointer-events: none;
    overflow: hidden;
}

.payment-form-wrapper .submitting .success-stripe {
    pointer-events: all;
}

.payment-form-wrapper .success-stripe>* {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.payment-form-wrapper .success-stripe .icon {
    margin-top: -50px;
    -webkit-transform: translateY(70px) scale(0.75);
    transform: translateY(70px) scale(0.75);
}

.payment-form-wrapper .success-stripe .icon svg {
    will-change: transform;
}

.payment-form-wrapper .success-stripe .icon .border {
    stroke: #ffc7ee;
    stroke-dasharray: 251;
    stroke-dashoffset: 62.75;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.submitting .success-stripe .icon {
    pointer-events: all;
    opacity: 1;
}

.journal-stripe {
    min-height: 200px !important;
    padding-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.payment-form-wrapper .checkbox-inline input.checkbox_save_card {
    -webkit-appearance: checkbox;
}

.payment-form-wrapper .checkbox-inline {
    margin-left: 10px;
}

.quick-checkout-wrapper .right .checkout-section.checkout-payment-details.payment-stripe {
    display: block !important;
}

.quick-checkout-wrapper .right .checkout-payment-details .payment-form-wrapper legend.payment-request-available {
    display: none;
}

.header.heroshot {
    height: 275px;
    background-repeat: no-repeat;
    background-position: 80% 0;
    background-size: 340%;
    overflow: hidden;
    position: relative;
}

@media only screen and (min-width: 767px) {
    .header.heroshot {
        height: calc(525px - 92px);
        background-position: 0;
        background-size: cover;
    }
}

.header.heroshot img {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.header.heroshot .container {
    position: relative;
    z-index: 1;
}

.header.heroshot .h1 {
    font-weight: 700;
    color: #212529;
    font-size: 32px;
    font-size: 2rem;
}

@media only screen and (min-width: 767px) {
    .header.heroshot .h1 {
        font-size: 48px;
        font-size: 3rem;
    }
}

.header.heroshot .p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    color: #212529;
    margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
    .header.heroshot .p {
        font-size: 18px;
        font-size: 1.125rem;
        color: #444;
        margin-bottom: 10px;
    }
}

.header.heroshot::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0.8)), to(transparent));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 50%, transparent);
}

@media only screen and (min-width: 767px) {
    .header.heroshot::after {
        content: none;
    }
}

.header.heroshot .btn {
    position: relative;
}

.header.heroshot .btn::after {
    content: " ";
    border: 2px solid #212529;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.header.heroshot .btn:focus::after,
.header.heroshot .btn:hover::after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border-color: #fff;
}

.header.header-banner {
    padding: 4rem 0;
    background: url(/image/catalog/Banners/diamond-pattern-gray.png);
    background-repeat: repeat;
    background-size: 30px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header.header-banner .h1 {
    border: none;
    margin-bottom: 8px;
    padding: 0;
}

.header.header-banner img {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-74px);
    transform: translateY(-74px);
    width: 100%;
    max-width: 171px;
    margin-right: -42px;
}

@media only screen and (min-width: 767px) {
    .header.header-banner img {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 175px;
        margin-right: 0;
    }
}

.header.header-banner .container {
    position: relative;
    z-index: 1;
}

.header.header-banner .container:before {
    content: " ";
    width: 248px;
    height: 248px;
    border: 35px solid rgba(66, 122, 161, 0.3);
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 50%;
    margin-right: -115px;
    margin-top: 19px;
}

@media only screen and (min-width: 767px) {
    .header.header-banner .container:before {
        width: 330px;
        height: 330px;
        margin-right: -115px;
        margin-top: 19px;
    }
}

.header.header-banner .btn i {
    font-size: 13px;
    font-size: 0.8125rem;
}

.header.header-banner:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, #ebf3f9));
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0), #ebf3f9 50%);
    background-color: rgba(235, 243, 249, 0.7);
}

.header.header-navigation {
    -webkit-box-shadow: 1px 1px 6px 0 rgba(33, 37, 41, 0.1);
    box-shadow: 1px 1px 6px 0 rgba(33, 37, 41, 0.1);
    background-color: #fff;
    width: 100%;
    padding: 0.5rem 0;
    padding-bottom: 0;
    border-bottom: 1px solid #efefef;
}

.header.header-navigation .logo {
    padding: 0.5rem 0;
}

@media only screen and (min-width: 992px) {
    .header.header-navigation .logo {
        padding: 0;
        position: initial;
    }
}

.header.header-navigation .logo img {
    max-width: 125px;
}

@media only screen and (min-width: 992px) {
    .header.header-navigation .logo img {
        /*max-width:225px*/
    }
}

@media only screen and (min-width: 767px) {
    .header.header-navigation {
        padding: 0;
        border-bottom: 0;
    }
}

.header.header-navigation.header-navigation--new {
    padding: 0;
}

.header.header-navigation.header-navigation--new .top {
    padding: 0;
}

.header.header-navigation.header-navigation--new .top .legend {
    font-size: 14px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header.header-navigation.header-navigation--new .top .legend i {
    font-size: 11px;
    font-size: 0.6875rem;
}

.header.header-navigation.header-navigation--new .more-details {
    padding-left: 15px;
}

.header.header-navigation.header-navigation--new .more-details .phone-link {
    background-color: #2369AB;
    border: 1px solid #2369AB;
    color: #fff;
    letter-spacing: 1px;
    padding: 0.5rem 0.75rem;
    font-size: 13px;
    font-size: 0.8125rem;
    border-bottom: none;
    border-top: none;
    letter-spacing: 0.5px;
}

@media only screen and (min-width: 424px) {
    .header.header-navigation.header-navigation--new .more-details .phone-link {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.header.header-navigation.header-navigation--new .more-details .phone-link i {
    margin-left: 0.5rem;
    margin-right: 0;
}

.header.header-navigation.header-navigation--new .more-details .phone-link:hover {
    cursor: pointer;
    background-color: #045474;
}

.header.header-navigation.header-navigation--new .logo {
    padding: 1.35rem 0;
}

@media only screen and (min-width: 992px) {
    .header.header-navigation.header-navigation--new .logo {
        padding: 1.5rem 0;
    }
}

.header.header-navigation.header-navigation--new .wrapper-links .wrapper-links__phone {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.35;
    font-weight: 600;
}

@media only screen and (min-width: 1024px) {
    .header.header-navigation.header-navigation--new .wrapper-links .wrapper-links__phone {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media only screen and (min-width: 1200px) {
    .header.header-navigation.header-navigation--new .wrapper-links .wrapper-links__phone {
        font-size: 26px;
        font-size: 1.760rem;
    }
}

.header.header-navigation.header-navigation--new .wrapper-links .wrapper-links__phone:hover span {
    text-decoration: underline;
}

.header.header-navigation.header-navigation--new .wrapper-links .wrapper-links__text {
   
    font-size: 1.0rem;
		  color: #444 !important;
    	font-weight: 700;
    margin: 0;
}

@media only screen and (min-width: 1024px) {
    .header.header-navigation.header-navigation--new .wrapper-links .wrapper-links__text {
     
       
		 font-size: 1.0rem;
		  color: #444 !important;
    	font-weight: 700;
		
    }
}

@media only screen and (min-width: 1200px) {
    .header.header-navigation.header-navigation--new .wrapper-links .wrapper-links__text {
       
         font-size: 1.0rem;
		  color: #444 !important;
    	font-weight: 700;
		
    }
}

.header.header-navigation.header-navigation--new .wrapper-links .badge {
    padding: 0.5rem;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    background-color: #05668d;
    border-color: #05668d;
}

.header.header-navigation.header-navigation--new .wrapper-links .badge:hover {
    background-color: #045474;
}

.header.header-navigation.header-navigation--new .menu {
    padding: 0;
    border-top: 1px solid #e2e2e2;
}

@media only screen and (max-width: 992px) {
    .header.header-navigation.header-navigation--new .menu .container {
        padding: 0;
    }
}

.header.header-navigation.header-navigation--new .menu .menu-body {
    position: static;
}

@media only screen and (max-width: 991px) {
    .header.header-navigation.header-navigation--new .menu .menu-body {
        overflow: auto;
        height: calc(100vh - 54px);
        overflow-x: hidden;
        position: relative;
        background-color: #F7F7F7;
    }
}

@media only screen and (max-width: 992px) {
    .header.header-navigation.header-navigation--new .menu .submenu {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        -webkit-transition: ease 0.2s all;
        transition: ease 0.2s all;
        width: 100%;
        height: 100%;
        margin-top: -1px;
        background-color: #F7F7F7;
    }
}

@media only screen and (min-width: 992px) {
    .header.header-navigation.header-navigation--new .menu .nav>li.nav-item .wrapper-link {
        height: 54px;
    }
}

.header.header-navigation.header-navigation--new .menu .data-person {
    margin-left: auto;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
}

.header.header-navigation.header-navigation--new .menu .data-person .data-person-list {
    margin-right: 0;
}

.header.header-navigation.header-navigation--new .menu .data-person .data-person-list .data-person-list__item {
    padding-right: 0;
}

@media only screen and (max-width: 992px) {
    .header.header-navigation.header-navigation--new .menu .data-person .data-person-list .data-person-list__item {
        height: 54px;
    }
}

@media only screen and (max-width: 992px) {
    .header.header-navigation.header-navigation--new .menu .data-person .data-person-list .data-person-list__item .btn-fab {
        border-top: none;
        border-bottom: none;
        border-radius: 0;
        border-right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .header.header-navigation.header-navigation--new .menu .data-person .total {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0 0 0 5px;
        width: 26px;
        height: 26px;
        font-size: 12px;
        font-size: 0.75rem;
        border: 1px solid #efefef;
    }
}

.header.header-navigation.header-navigation--new .menu .header-menu {
    background-color: #0069AB;
    border: none;
}

.header.header-navigation.header-navigation--new .menu .header-menu .btn__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    color: #fff;
    height: 56px;
}

.header.header-navigation.header-navigation--new .menu .header-menu .btn__close .h2.h2__menu {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #fff;
}

.header.header-navigation.header-navigation--new .search {
    border: 1px solid #efefef;
    background-color: #fafafa;
}

@media only screen and (min-width: 767px) {
    .header.header-navigation.header-navigation--new .search {
        margin-bottom: 0;
    }
}

.header.header-navigation.header-navigation--new .search .btn,
.header.header-navigation.header-navigation--new .search .form-control {
    background-color: transparent;
}

.header.header-cart {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header.header-cart .h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 1rem;
}

.header.header-section .jumbotron {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 110px;
    border-bottom: 1px solid #efefef;
    background-color: #fff;
}

@media only screen and (min-width: 767px) {
    .header.header-section .jumbotron {
        height: 150px;
    }
}

.header.header-section .jumbotron .row {
    height: 100%;
}

.header.header-section .jumbotron .h1 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #212529;
    text-transform: capitalize;
    text-align: center;
}

.header.header-section .jumbotron .lead {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
}

.header.header-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0;
}

.header.header-infos .h1 {
    color: #212529;
    font-size: 26px;
    font-size: 1.625rem;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
    .header.header-infos .h1 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.header.header-infos.header-infos__search {
    background-color: #fafafa;
}

.header.header-infos.header-infos__search .h1 {
    border: none;
    margin-bottom: 20px;
}

.header.header-infos.header-infos__search .numbers-pages {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
}

.header.header-touch {
    color: #212529;
    padding: 2rem;
    border-bottom: 1px solid #efefef;
}

@media only screen and (min-width: 767px) {
    .header.header-touch {
        padding: 0;
    }
}

.header.header-touch .profile {
    margin-bottom: 2rem;
}

@media only screen and (min-width: 767px) {
    .header.header-touch .profile {
        margin-bottom: 0;
        margin-right: 1rem;
    }
}

.header.header-touch .title {
    font-weight: 700;
}

@media only screen and (min-width: 767px) {
    .header.header-touch .title {
        margin-right: 1rem;
    }
}

.header.header-touch .list-way {
    margin: 0.5rem 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 767px) {
    .header.header-touch .list-way {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0;
        margin-left: 1rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.header.header-touch .list-way .list-way--item {
    margin-right: 0;
    position: relative;
    text-align: center;
    padding: 0.5rem 0;
}

@media only screen and (min-width: 767px) {
    .header.header-touch .list-way .list-way--item {
        margin-right: 1.5rem;
        text-align: left;
        padding: 0;
    }
}

@media only screen and (min-width: 767px) {
    .header.header-touch .list-way .list-way--item::after {
        content: " ";
        width: 5px;
        height: 5px;
        background-color: #212529;
        top: 50%;
        right: 0;
        -webkit-transform: translate(14px, -50%);
        transform: translate(14px, -50%);
        position: absolute;
        border-radius: 50%;
    }
}

.header.header-touch .list-way .list-way--item:last-child {
    border-bottom: none;
}

.header.header-touch .list-way .list-way--item:last-child::after {
    content: none;
}

.header.header-touch .list-way .list-way--item a {
    font-weight: 500;
    text-decoration: underline;
    font-size: 16px;
    font-size: 1rem;
}

.header.header-touch .list-way .list-way--item a:focus,
.header.header-touch .list-way .list-way--item a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 767px) {
    .header.header-touch .list-way .list-way--item a {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.header.header-touch .list-social {
    margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
    .header.header-touch .list-social {
        margin: 1rem 0;
    }
}

.header.header-touch .list-social li a {
    color: #212529;
}

.header.header-category {
    margin-bottom: 1.25rem;
}

.header.header-category .h1 {
    font-size: 28px;
    font-size: 1.75rem;
    border: none;
    padding: 0;
    margin-bottom: 8px;
}

.header.header-summary .h2 {
    text-align: left;
    font-weight: 700;
    margin-bottom: 1rem;
}

.header.header__contactus {
    padding: 0.75rem 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.header.header__contactus .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 767px) {
    .header.header__contactus .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1070px;
    }
}

.header.header__contactus .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.header.header__contactus .logo .btn__talking {
    padding: 5px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    line-height: 18px;
}

.header.header__contactus .logo .btn__talking .talking {
    margin-right: 12px;
}

.header.header__contactus .logo .btn__talking .talking p.talking__title {
    margin: 0;
    font-weight: 700;
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: right;
}

.header.header__contactus .logo .btn__talking .talking p.talking__tag {
    margin: 0;
    font-size: 11px;
    font-size: 0.6875rem;
    text-decoration: underline;
    color: #02a84d;
    text-align: right;
}

.header.header__contactus .logo .btn__talking i.fa-phone {
    font-size: 24px;
    font-size: 1.5rem;
}

.header.header__contactus .h1 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    margin: 1.5rem 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
    .header.header__contactus .h1 {
        font-size: 28px;
        font-size: 1.75rem;
        text-align: right;
        margin: 0;
    }
}

.header .user-benefits .cotainer {
    overflow-x: auto;
    border-top: 1px solid #f3f3f3;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.header .user-benefits .cotainer::-webkit-scrollbar {
    display: none;
}

.cart {
    margin: 0;
}

.cart .dropdown-menu {
    width: 400px;
}

.cart-box {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    z-index: 9999999999;
    width: 100%;
    max-width: 450px;
    display: block;
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
    -webkit-box-shadow: 0 0 14px -2px rgba(33, 37, 41, 0.14);
    box-shadow: 0 0 14px -2px rgba(33, 37, 41, 0.14);
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all;
    overflow: auto;
}

.cart-box.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.cart-product .card {
    margin-bottom: 1rem;
}

.cart-product .card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.5rem;
}

.cart-product .card .card-body .card-product-info {
    line-height: 1.35;
    margin-right: 3rem;
    padding: 0.75rem 0;
}

.cart-product .card .card-body .card-product-info .card-body--link {
    color: #212529;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
}

.cart-product .card .card-body .card-product-info .p {
    margin-bottom: 0;
    margin-top: 4px;
}

.cart-product .card .card-body .img-thumbnail--link {
    width: 100%;
    max-width: 75px;
    margin-right: 0.3rem;
}

.cart-product .card .card-body .img-thumbnail {
    padding: 0;
    border: none;
    width: 100%;
}

.cart-product .card .card-footer {
    background-color: #fff;
    padding: 0;
    border-top: 0;
}

.cart-product .card .card-footer .table {
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
}

.cart-product .card .card-footer .table td,
.cart-product .card .card-footer .table th {
    padding: 0.5rem 1rem;
}

.cart-product .card .card-footer .table td {
    text-align: right;
}

.cart-product .card .btn-close {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    font-size: 1.125rem;
}

.cart-product .card .list-product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
    font-size: 13px;
    font-size: 0.8125rem;
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    width: 100%;
    height: 48px;
    margin-bottom: 16px;
    border: 1px solid #efefef;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    overflow: hidden;
    transition: ease 0.3s all;
}

@media only screen and (min-width: 1200px) {
    .search {
        overflow: hidden;
        margin-right: 1rem;
        height: 44px;
        background-color: #fafafa;
    }
}

.search .form-control {
    padding-right: 3.25rem;
    height: 100%;
    border: none;
}

@media only screen and (min-width: 1200px) {
    .search .form-control {
        display: block;
        padding: 0 0.5rem;
        background-color: transparent;
    }
}

@media only screen and (min-width: 1200px) {
    .search .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0;
    }
}

.search .btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 100%;
}

.search .btn i {
    font-size: 18px;
    font-size: 1.125rem;
}

@media only screen and (min-width: 992px) {
    .search .btn i {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) {
    .search .btn {
        font-size: 18px;
        font-size: 1.125rem;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        width: 48px;
        position: static;
        padding: 0.75rem;
    }
}

.search:focus-within {
    border-color: #212529;
}

.wrapper-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 12px;
    position: relative;
}

.wrapper-search .search__input {
    width: 100%;
    height: 100%;
}

.wrapper-search .search__input input {
    height: 100%;
    border-radius: 0.25rem;
    padding-right: 100px;
    -webkit-box-shadow: 0 12px 14px -8px rgba(33, 37, 41, 0.09), 0 -5px 14px -8px rgba(33, 37, 41, 0.08);
    box-shadow: 0 12px 14px -8px rgba(33, 37, 41, 0.09), 0 -5px 14px -8px rgba(33, 37, 41, 0.08);
    border: none;
}

.wrapper-search .search__button {
    width: auto;
    position: absolute;
    right: 0;
}

.wrapper-search .search__button .btn {
    height: 100%;
    padding: 0.5rem 1rem;
    margin: 0;
    border-radius: 0.25rem;
    border: none;
    margin-right: 3px;
}

.button-close {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #212529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    padding-left: 0;
}

.button-close i {
    margin-right: 11px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: -1px;
}

.title-menu {
    font-size: 20px;
    font-size: 1.25rem;
    color: #212529;
    border-bottom: 1px solid #efefef;
    font-weight: 600;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

#showMenu.btn-menu {
    height: 42px;
    width: 42px;
    position: relative;
    overflow: hidden;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

#showMenu .hamburger-box {
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    width: 28px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#showMenu .hamburger-box .hamburger-inner {
    position: absolute;
    width: 28px;
    height: 2px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 10rem;
    background-color: #212529;
}

#showMenu .hamburger-box .hamburger-inner:after,
#showMenu .hamburger-box .hamburger-inner:before {
    display: block;
    content: "";
    position: absolute;
    width: 28px;
    height: 2px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 10rem;
    background-color: #212529;
}

#showMenu .hamburger-box .hamburger-inner:before {
    top: 8px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

#showMenu .hamburger-box .hamburger-inner:after {
    top: 16px;
}

#showMenu.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

#showMenu.is-active .hamburger-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -8px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -8px, 0);
    opacity: 0;
}

#showMenu.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.menu {
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 85%;
    background-color: #fff;
    z-index: 10000;
    height: 100%;
    -webkit-box-shadow: -4px 0 18px -8px rgba(33, 37, 41, 0.25);
    box-shadow: -4px 0 18px -8px rgba(33, 37, 41, 0.25);
}

@media only screen and (min-width: 767px) {
    .menu {
        max-width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        padding: 0;
        padding-left: 2rem;
        overflow: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: 100%;
        background-color: #0069AB;
    }
}

.menu .h2 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0 1rem;
    margin-bottom: 16px;
}

.menu .data-person {
    padding: 0 1rem;
    margin-bottom: 1rem;
    height: auto;
    max-height: 125px;
}

@media only screen and (min-width: 992px) {
    .menu .data-person {
        padding: 0;
        margin-bottom: 0;
        height: auto;
        max-height: initial;
    }
}

@media only screen and (min-width: 1200px) {
    .menu .data-person {
        width: 50%;
    }
}

.menu .data-person .dropdown {
    height: 100%;
}

@media only screen and (min-width: 992px) {
    .menu .data-person .dropdown {
        width: 42px;
        height: auto;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-right: 0;
    }
}

.menu .data-person .dropdown .btn {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 992px) {
    .menu .data-person .dropdown .btn {
        width: 42px;
        height: 42px;
    }
}

.menu .data-person .dropdown .btn i {
    margin-bottom: 7px;
}

@media only screen and (min-width: 992px) {
    .menu .data-person .dropdown .btn i {
        margin-bottom: 0;
    }
}

.menu .data-person .btn-fab__heart {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 992px) {
    .menu .data-person .btn-fab__heart {
        margin-right: 0.5rem;
        height: 42px;
        width: 42px;
    }
}

.menu .data-person .data-person-list {
    margin: 0;
    margin-right: -15px;
}

@media only screen and (min-width: 992px) {
    .menu .data-person .data-person-list {
        margin-right: 0;
    }
}

.menu .data-person .data-person-list .data-person-list__item {
    width: 50%;
    padding-right: 15px;
    height: 62px;
}

@media only screen and (min-width: 992px) {
    .menu .data-person .data-person-list .data-person-list__item {
        padding-right: 0;
        height: auto;
        width: auto;
    }
}

.menu .data-person .data-person-list .data-person-list__item .wrapper-wish {
    height: 100%;
}

@media only screen and (min-width: 992px) {
    .menu .data-person .data-person-list .data-person-list__item .wrapper-wish {
        height: auto;
    }
}

.menu .data-person .data-person__link {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    display: none;
    -webkit-transition: ease 0.2s all;
    transition: ease 0.2s all;
}

@media only screen and (min-width: 992px) {
    .menu .data-person .data-person__link {
        height: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        font-size: 0.75rem;
    }
}

@media only screen and (min-width: 1200px) {
    .menu .data-person .data-person__link {
        font-size: 16px;
        font-size: 1rem;
    }
}

.menu .data-person .data-person__link:hover {
    background-color: #fff;
    color: #05668d;
}

.menu .nav {
    background-color: #fff;
}

@media only screen and (min-width: 992px) {
    .menu .nav {
        margin-bottom: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-top: none;
        background-color: transparent;
    }
}

@media only screen and (min-width: 992px) {
    .menu .nav>li {
        padding-right: 1rem;
    }
}

.menu .nav>li>a {
    padding: 0.75rem 0;
    font-size: 18px;
    font-size: 1rem;
    color: #212529;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
}

@media only screen and (min-width: 992px) {
    .menu .nav>li>a {
        height: 86px;
        font-size: 15px;
        font-size: 0.9375rem;
        color: #fff;
    }
}

.menu .nav>li>a span {
    padding-right: 7px;
}

.menu .nav>li.nav-item {
    width: 100%;
    border-bottom: 1px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 992px) {
    .menu .nav>li.nav-item {
        width: auto;
        border-bottom: none;
        position: static;
    }
}

.menu .nav>li.nav-item .wrapper-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    background-color: #fff;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .menu .nav>li.nav-item .wrapper-link {
        height: 85px;
        background-color: transparent;
    }
}

.menu .nav>li.nav-item .wrapper-link .btn,
.menu .nav>li.nav-item .wrapper-link .nav-item--link,
.menu .nav>li.nav-item .wrapper-link .nav-item--lonely {
    height: 100%;
}

.menu .nav>li.nav-item .wrapper-link .nav-item--link,
.menu .nav>li.nav-item .wrapper-link .nav-item--lonely {
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media only screen and (min-width: 992px) {
    .menu .nav>li.nav-item .wrapper-link .nav-item--link,
    .menu .nav>li.nav-item .wrapper-link .nav-item--lonely {
        padding: 0;
        color: #fff;
    }
}

.menu .nav>li.nav-item .wrapper-link .btn {
    width: 48px;
    height: 100%;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-size: 1rem;
}

@media only screen and (min-width: 992px) {
    .menu .nav>li.nav-item .wrapper-link .btn {
        width: 40px;
        padding-left: 0;
    }
}

.menu .nav>li.nav-item .wrapper-link .btn i {
    -webkit-transition: ease 0.2s all;
    transition: ease 0.2s all;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

@media only screen and (min-width: 992px) {
    .menu .nav>li.nav-item:hover {
        -webkit-box-shadow: inset 0 -4px 0 0 #fff;
        box-shadow: inset 0 -4px 0 0 #fff;
    }
}

@media only screen and (min-width: 992px) {
    .menu .nav>li.nav-item:hover .submenu {
        opacity: 1;
        visibility: visible;
        max-height: 500px;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        background-color: #F7F7F7;
    }
}

@media only screen and (min-width: 1024px) {
    .menu .nav>li.nav-item:hover .btn i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.menu .nav>li.nav-item.show .submenu {
    max-height: 1000px;
}

@media only screen and (max-width: 992px) {
    .menu .nav>li.nav-item.show .submenu {
        left: 0;
    }
}

@media only screen and (min-width: 992px) {
    .menu .nav>li.nav-item.show .submenu {
        max-height: 100vh;
        opacity: 1;
        visibility: visible;
    }
}

.menu .nav>li.nav-item.show .btn i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (min-width: 992px) {
    .menu .nav>li.nav-item.hidden .submenu {
        opacity: 0;
        visibility: hidden;
    }
}

.menu .nav>li.nav-item.hidden .btn i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.menu .nav>li.nav-item:last-child {
    border-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .menu .nav>li.nav-item {
        padding-right: 0;
        margin-right: 24px;
    }
}

@media only screen and (min-width: 1024px) {
    .menu .nav>li:last-child {
        padding-right: 0;
    }
}

.menu .nav:hover>li {
    opacity: 0.5;
}

.menu .nav:hover>li:hover {
    opacity: 1;
}

.menu.show {
    right: 0;
    padding: 0;
}

.menu.show .nav {
    overflow-y: auto;
    height: calc(100vh - 218px);
}

@media only screen and (max-width: 992px) {
    .menu.show .nav {
        max-width: 704px;
        width: 100%;
        position: initial;
        height: auto;
    }
}

@media only screen and (max-width: 425px) {
    .menu.show .nav {
        max-width: 720px;
    }
}

.menu.show .nav .nav-item {
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .menu.show .nav .nav-item {
        margin-top: 1rem;
        border-top: none;
        height: 100px;
        padding: 0;
        position: relative;
    }
}

.menu.show .nav .nav-item.nav-item--lonely {
    width: 50%;
    border-radius: 0.25rem;
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    top: 0;
    padding: 0.3rem;
    height: auto;
}

.menu.show .nav .nav-item.nav-item--lonely .nav-item--lonely-link {
    text-align: center;
    border: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.5rem;
    font-size: 18px;
    font-size: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.14);
    text-transform: capitalize;
    padding: 1rem 2.5rem;
}

.menu.show .nav .nav-item.nav-item--lonely .nav-item--lonely-link img {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .menu.show .nav .nav-item.nav-item--lonely .nav-item--lonely-link img {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .menu.show .nav .nav-item.nav-item--lonely .nav-item--lonely-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-transform: uppercase;
    }
}

.menu.show .nav .nav-item.nav-item--lonely:focus,
.menu.show .nav .nav-item.nav-item--lonely:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    top: -5px;
}

.menu.show .nav .nav-item.nav-item--lonely:focus a,
.menu.show .nav .nav-item.nav-item--lonely:hover a {
    -webkit-box-shadow: 0 -4px 16px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 0 -4px 16px -4px rgba(0, 0, 0, 0.14);
    color: #05668d;
}

@media only screen and (min-width: 992px) {
    .menu.show .nav .nav-item.nav-item--lonely {
        padding: 0.3rem;
        height: 185px;
    }
}

.menu.show .nav .nav-item.nav-item--lonely:first-child {
    padding-left: 0;
}

.menu.show .nav .nav-item.nav-item--lonely:last-child {
    padding-right: 0;
}

.menu.show .nav .nav-item.nav-item--lonely-no-image {
    width: 100%;
    border-top: 1px solid #efefef;
    height: auto;
}

.menu.show .nav .nav-item.nav-item--lonely-no-image .nav-item--lonely-link {
    height: 48px;
    background-color: transparent;
    border-radius: 0;
}

.menu.show .nav .nav-item.nav-item--lonely-no-image .nav-item--lonely-link:focus,
.menu.show .nav .nav-item.nav-item--lonely-no-image .nav-item--lonely-link:hover {
    color: #05668d;
}

.menu.show .nav .nav-item.nav-item--lonely-no-image:last-child {
    margin-top: 0;
}

@media only screen and (min-width: 1200px) {
    .menu.show {
        overflow-y: auto;
        height: auto;
    }
}

.submenu {
    position: relative;
    -webkit-transition: ease 0.5s all;
    transition: ease 0.5s all;
    background-color: #fff;
    max-height: 0;
}

@media only screen and (min-width: 992px) {
    .submenu {
        margin-top: -1px;
    }
}

.submenu img {
    width: 100%;
    max-width: 150px;
}

.submenu .container {
    position: relative;
}

.submenu .container .col-lg-3 {
    position: static;
}

.submenu .see-all {
    margin-top: 10px;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 20px;
}

.submenu .see-all:hover {
    text-decoration: none;
}

@media only screen and (min-width: 992px) {
    .submenu .see-all {
        margin-top: 20px;
    }
}

.submenu .h4 {
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
}

@media only screen and (min-width: 992px) {
    .submenu {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 7px 13px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px -5px rgba(0, 0, 0, 0.1);
        border-radius: 0;
        border-top: 1px solid #efefef;
        left: 0;
        height: auto;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: -1;
        width: 100%;
        padding: 2rem 0;
        overflow-y: auto;
        top: 54px;
    }
}

.submenu .view-description {
    display: none;
    padding: 1rem;
}

@media only screen and (min-width: 992px) {
    .submenu .view-description {
        display: block;
        width: 15%;
        border-right: 1px solid #efefef;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.submenu .menu-column__title {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: left;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    border-bottom: 1px solid #e7e7e7;
}

@media only screen and (min-width: 992px) {
    .submenu .menu-column__title {
        margin-top: 0;
        height: auto;
        margin-bottom: 20px;
        padding: 0;
        border: none;
    }
}

.submenu .col-md-4 {
    margin-left: -15px;
}

@media only screen and (min-width: 992px) {
    .submenu .col-md-4 {
        margin-left: 0;
    }
}

.submenu .list-submenu {
    background-color: #F7F7F7;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media only screen and (max-width: 992px) {
    .submenu .list-submenu {
        position: absolute;
        top: 0;
        width: 100%;
        left: 100%;
        padding: 0 1rem;
        height: calc(100vh - 104px);
        z-index: 1;
        -webkit-transition: ease-in-out 0.2s all;
        transition: ease-in-out 0.2s all;
    }
}

.submenu .list-submenu .list-submenu--item {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .submenu .list-submenu .list-submenu--item {
        border-bottom: none;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .submenu .list-submenu .list-submenu--item:last-child {
        margin-bottom: 0;
    }
}

.submenu .list-submenu .list-submenu--item .list-submenu--link {
    color: #212529;
    display: block;
    padding: 0.75rem 1rem;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
}

.submenu .list-submenu .list-submenu--item .list-submenu--link:focus,
.submenu .list-submenu .list-submenu--item .list-submenu--link:hover {
    background-color: #fafafa;
}

@media only screen and (min-width: 992px) {
    .submenu .list-submenu .list-submenu--item .list-submenu--link {
        display: inline-block;
    }
}

.submenu .list-submenu .list-submenu--item .list-submenu--item-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #444;
    text-align: left;
    display: block;
    padding: 0.5rem 1rem;
    margin-top: 6px;
}

@media only screen and (min-width: 992px) {
    .submenu .list-submenu .list-submenu--item .list-submenu--item-title {
        font-size: 16px;
        font-size: 1rem;
        text-transform: initial;
        display: inline-block;
        padding: 0;
        margin-top: 0;
        font-weight: 400;
    }
}

.submenu .list-submenu .list-submenu--item .list-submenu--item-title i {
    font-size: 14px;
    font-size: 0.875rem;
}

.submenu .list-submenu .list-submenu--item .list-submenu__two {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

@media only screen and (min-width: 992px) {
    .submenu .list-submenu .list-submenu--item .list-submenu__two {
        margin-top: 16px;
        margin-bottom: 2rem;
    }
}

.submenu .list-submenu .list-submenu--item .list-submenu__two .list-submenu__two--item {
    margin-bottom: 0;
}

.submenu .list-submenu .list-submenu--item .list-submenu__two .list-submenu__two--item .list-submenu__two--link {
    padding: 0.5rem 1rem;
    width: 100%;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
}

@media only screen and (min-width: 992px) {
    .submenu .list-submenu .list-submenu--item .list-submenu__two .list-submenu__two--item .list-submenu__two--link {
        padding: 0.65rem 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        font-size: 16px;
        font-size: 1rem;
    }
}

.submenu .list-submenu .list-submenu--item.list-submenu--item__no-sub {
    padding: 0;
}

.submenu .list-submenu:hover>li {
    opacity: 0.5;
}

.submenu .list-submenu:hover>li:hover {
    opacity: 1;
}

@media only screen and (min-width: 992px) {
    .submenu .list-submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (min-width: 992px) {
    .submenu .list-submenu.list-submenu--only .list-submenu--item {
        max-width: 33.3333%;
    }
}

.submenu .list-submenu.show {
    left: 0;
}

.nav-item__back,
.nav-item__back--subs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
    padding: 0 1rem;
    border-bottom: 1px solid #ebebeb;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-item__back i,
.nav-item__back--subs i {
    margin-right: 12px;
    color: #427aa1;
}

.nav-item__back .menuTitle,
.nav-item__back--subs .menuTitle {
    line-height: 1.2;
}

.btn {
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
    padding: 0.65rem 1rem;
    border-radius: 0.25rem;
}

.btn.btn-checkout,
.btn.btn-shop {
    background-color: transparent;
    border-color: #000;
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
    border-radius: 0.25rem;
}

@media only screen and (min-width: 767px) {
    .btn.btn-checkout,
    .btn.btn-shop {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.btn.btn-checkout:hover,
.btn.btn-shop:hover {
    text-decoration: none;
    background-color: #000 !important;
    color: #fff;
}

.btn.btn-shop {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

@media only screen and (min-width: 767px) {
    .btn.btn-shop {
        font-size: 16px;
        font-size: 1rem;
    }
}

.btn.btn-link:focus,
.btn.btn-link:hover {
    color: #212529;
    text-decoration: none;
}

.btn.btn-back,
.btn.btn-outline-primary,
.btn.btn-refine {
    background: 0 0;
    width: 100%;
    max-width: 100%;
    border-color: #05668d;
    color: #05668d;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-back:focus,
.btn.btn-back:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:hover,
.btn.btn-refine:focus,
.btn.btn-refine:hover {
    background-color: #05668d;
    color: #000;
    border-color: #05668d;
    -webkit-transform: none;
    transform: none;
    text-decoration: none;
}

.btn.btn-back:active,
.btn.btn-outline-primary:active,
.btn.btn-refine:active {
    background-color: #045474;
    border-color: #045474;
}

.btn.btn-back:active:not(:disabled):not(.disabled),
.btn.btn-outline-primary:active:not(:disabled):not(.disabled),
.btn.btn-refine:active:not(:disabled):not(.disabled) {
    background-color: #045474;
    border-color: #045474;
}

.btn.btn-outline-primary {
    width: auto;
    border-radius: 0.25rem;
    padding: 0.65rem 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
}

@media only screen and (min-width: 767px) {
    .btn.btn-outline-primary {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:hover {
    text-decoration: none;
}

.btn.btn-back {
    color: #a3a3a3;
    border-color: #bcbcbc;
    max-width: 136px;
}

.btn.btn-back:focus,
.btn.btn-back:hover {
    background: rgba(239, 239, 239, 0.65);
    color: #969696;
    text-decoration: none;
}

.btn.btn-fab {
    width: 33.3333%;
    height: 100%;
    border-radius: 0.25rem;
    border: 1px solid #efefef;
    background-color: transparent;
    color: #212529;
    padding: 0;
    font-size: 13px;
    font-size: 0.8125rem;
}

@media only screen and (min-width: 992px) {
    .btn.btn-fab {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-right: 0.5rem;
        border: none;
        color: #fff;
    }
}

.btn.btn-fab i {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 7px;
}

@media only screen and (min-width: 992px) {
    .btn.btn-fab i {
        margin-bottom: 0;
    }
}

.btn.btn-fab:focus,
.btn.btn-fab:hover {
    background-color: #427aa1;
    -webkit-box-shadow: 0 7px 16px -4px rgba(33, 37, 41, 0.3);
    box-shadow: 0 7px 16px -4px rgba(33, 37, 41, 0.3);
    text-decoration: none;
}

.btn.btn-fab span.total {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
    color: #05668d;
    font-weight: 500;
    -webkit-box-shadow: -2px 6px 12px -2px rgba(33, 37, 41, 0.3);
    box-shadow: -2px 6px 12px -2px rgba(33, 37, 41, 0.3);
}

.btn.btn-fab__cart {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 0.5rem;
    border: none;
}

.btn.btn-heart {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f94848;
    font-size: 24px;
    font-size: 1.5rem;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
    background-color: transparent;
}

.btn.btn-heart:focus,
.btn.btn-heart:hover {
    text-decoration: none;
}

.btn.btn-sh-elements {
    width: 48px;
    height: 48px;
    font-size: 22px;
    font-size: 1.375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    margin-left: -15px;
}

.btn__close {
    width: 48px;
    font-size: 20px;
    font-size: 1.25rem;
}

.steps-actions .btn-link {
    padding-left: 0;
    color: #2569ed;
}

.action-buttons {
    margin-bottom: 1rem;
}

.btns-display-elements {
    margin-bottom: 1rem;
}

.btns-display-elements .btn {
    font-size: 14px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.75);
    border-color: rgba(33, 37, 41, 0.75);
    color: rgba(33, 37, 41, 0.75);
}

.btns-display-elements .btn:focus,
.btns-display-elements .btn:hover {
    background-color: rgba(33, 37, 41, 0.14);
}

.btns-display-elements .btn.active {
    background-color: rgba(33, 37, 41, 0.14);
    border-color: #212529;
    color: #212529;
}

.btn-group {
    width: 100%;
}

.buttons .btn {
    margin: 0;
}

.buttons .btn.btn-outline-primary {
    height: 100%;
}

.btns-refines {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 1px rgba(33, 37, 41, 0.14);
    box-shadow: 0 1px 10px 1px rgba(33, 37, 41, 0.14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.btns-refines .btn {
    border: none;
    padding: 1rem 0;
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-size: 1rem;
}

.btns-refines .btn:focus,
.btns-refines .btn:hover {
    background-color: #f3f3f3;
}

.btns-refines .btn:first-child {
    border-left: 1px solid #efefef;
}

.btns-refines .btn.btn__chat-online {
    color: #03a84e;
}

.btns-refines .btn.btn__categories,
.btns-refines .btn.btn__chat-online {
    font-size: 18px;
    font-size: 1.125rem;
}

@media only screen and (min-width: 767px) {
    .btns-refines {
        display: none;
    }
}

.btns-refines.hidden {
    bottom: -60px;
}

@media only screen and (min-width: 767px) {
    .search--bar {
        position: fixed;
        top: -100%;
        left: 0;
        background-color: rgba(255, 255, 255, 0.97);
        width: 100%;
        height: 126px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 10rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
        -webkit-box-shadow: 0 4px 12px -8px rgba(33, 37, 41, 0.14);
        box-shadow: 0 4px 12px -8px rgba(33, 37, 41, 0.14);
        -webkit-transition: ease-in-out 0.3s all;
        transition: ease-in-out 0.3s all;
    }
}

@media only screen and (min-width: 992px) {
    .search--bar .form-control {
        height: 56px;
        border: none;
        font-size: 20px;
        font-style: italic;
        border-bottom: 1px solid #efefef;
        border-radius: 0;
    }
}

@media only screen and (min-width: 992px) {
    .search--bar .btn i {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .search--bar.show {
        top: 0;
    }
}

.input-group-append .btn {
    padding: 0 0.75rem;
}

.btn-chevron {
    background: 0 0;
    border: none;
    width: 48px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.btn-chevron:focus {
    outline: 0;
}

.btn-chevron.open {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.footer {
    margin: 0;
    border-top: 1px solid #efefef;
    background-color: #fff;
    padding-bottom: 3rem;
    position: relative;
}

.footer .container {
    position: relative;
}

.footer .header {
    margin-bottom: 4rem;
    background-color: #fff;
    position: relative;
}

.footer .h2 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #212529;
    margin-bottom: 48px;
    position: relative;
}

.footer .h2::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 2px;
    background-color: #212529;
    -webkit-transform: translate(0, 16px);
    transform: translate(0, 16px);
}

.footer .p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 8px;
    color: #212529;
    font-weight: 500;
}

.footer .p.p__title {
    margin-bottom: 5px;
}

.footer .p.p__title.p__title--payment {
    margin-bottom: 0;
}

.footer .p a {
    color: #212529;
    text-decoration: underline;
}

.footer .p a:focus,
.footer .p a:hover {
    text-decoration: none;
}

.footer .list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
}

.footer .list.list-navigation {
    margin-bottom: 48px;
    line-height: 32px;
}

.footer .list.list-navigation li {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.footer .list.list-navigation li a {
    color: #212529;
	text-decoration: none;
}

.footer .list.list-navigation li a:focus,
.footer .list.list-navigation li a:hover {
    text-decoration: underline;
}

.footer .list.list-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0;
}

.footer .list.list-social li {
    margin-right: 5px;
    color: #212529;
    width: 48px;
    height: 48px;
    font-size: 28px;
    font-size: 1.75rem;
}

.footer .list.list-social li:last-child {
    margin-right: 0;
}

.footer .list.list-social li a {
    padding: 1rem;
    background-color: transparent;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #212529;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.footer .list.list-social li a:focus,
.footer .list.list-social li a:hover {
    color: #212529;
    background-color: #fafafa;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.footer .list.list-cards-safety {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-top: 10px;
}

@media only screen and (min-width: 767px) {
    .footer .list.list-cards-safety {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.footer .list.list-cards-safety .list-cards-safety--item {
    color: #fff;
    margin-right: 0.5rem;
}

.footer .list.list-cards-safety .list-cards-safety--item .wrapper__badges {
    background-color: #fff;
}

.footer .list.list-cards-safety .list-cards-safety--item .wrapper__badges.wrapper__badges--main {
    background-color: transparent;
    margin-bottom: 10px;
}

@media only screen and (min-width: 767px) {
    .footer .list.list-cards-safety .list-cards-safety--item .wrapper__badges.wrapper__badges--main {
        margin-bottom: 0;
    }
}

.footer .list.list-cards-safety .list-cards-safety--item:first-child {
    margin-right: 0;
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .footer .list.list-cards-safety .list-cards-safety--item:first-child {
        margin-right: 10px;
        width: auto;
        margin-top: -3px;
    }
}

.footer .list.list-cards-safety .list-cards-safety--item:first-child img {
    margin-bottom: 0;
}

.footer .list.list-cards-safety .list-cards-safety--item:last-child {
    margin-right: 0;
}

.footer .row.row-navigation {
    margin-bottom: 2rem;
}

.footer .row.row-social {
    margin-bottom: 2rem;
}

.footer .row.row-social .p {
    color: #212529;
}

.footer .row.row-social .btn {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}

.footer .row.row-rodape {
    color: #212529;
   /* padding-top: 2rem;
    margin-top: 3rem; */
}

.footer .row.row-rodape .p {
    color: #212529;
}

.footer .row.row-rodape .p a {
    color: #212529;
}

.footer .row.row-rodape .feather {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 4px;
}

.footer .col__address {
    text-align: center;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 767px) {
    .footer .col__address {
        text-align: left;
    }
}

.footer .col__payment-brand {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 767px) {
    .footer .col__payment-brand {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.footer .col__payment-brand .payment-brand__link {
    width: 100%;
    max-width: 300px;
}

.footer .col__payment-brand .payment-brand__link img {
    width: 100%;
}

.footer-cart {
    padding: 1rem 0;
    border-top: 1px solid #efefef;
}

.footer-cart .btn {
    font-size: 16px;
    font-size: 1rem;
}

.footer-cart .btn i {
    margin-right: 8px;
    font-size: 15px;
    font-size: 0.9375rem;
}

.footer-cart .alert {
    padding-right: 0;
    margin-top: 15px;
    margin-bottom: 0;
    background-color: transparent;
}

@media only screen and (min-width: 767px) {
    .footer-cart .alert {
        margin-top: 21px;
    }
}

.footer-cart .alert .alert--data {
    padding: 1.25rem;
}

.footer-cart .alert .link {
    display: inline-block;
    color: #28a745;
}

@media only screen and (min-width: 767px) {
    .footer-cart .alert .link {
        display: inline;
    }
}

.footer-cart .amount {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0;
    color: #212529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-cart .amount .total-text {
    color: #444;
    font-size: 13px;
    font-size: 0.8125rem;
}

.footer-cart .amount .total-number {
    font-weight: 700;
    font-size: 15px;
    font-size: 0.9375rem;
}

.footer-cart .btn-link {
    color: #212529;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 0;
}

.footer-cart .btn-link i {
    margin-left: 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
}

@media only screen and (min-width: 767px) {
    .footer-cart .btn-link i {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (min-width: 767px) {
    .footer-cart .btn-link {
        font-size: 16px;
        font-size: 1rem;
    }
}

.footer-cart.goBelow {
    position: absolute;
}

.nav.nav-top {
    border-bottom: 1px solid #efefef;
}

.more-details {
    color: #212529;
    font-weight: 500;
}

.more-details .phone-link {
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
    color: #212529;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.more-details .phone-link i {
    margin-right: 0.5rem;
}

.more-details .phone-link:focus,
.more-details .phone-link:hover {
    text-decoration: none;
}

@media only screen and (min-width: 767px) {
    .more-details .phone-link {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.more-details .phone-link .img-fluid {
    max-width: 20px;
    margin-right: 10px;
}

.more-details .notice {
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    padding-left: 1rem;
}

.more-details .notice:before {
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #212529;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.more-details .dropdown-toggle {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.5rem 0;
}

.more-details .dropdown-toggle i {
    margin-left: 0.3rem;
}

.more-details .dropdown-menu {
    padding: 0;
}

.more-details .dropdown-menu li {
    padding: 0;
    border-bottom: 1px solid #efefef;
}

.more-details .dropdown-menu li a {
    padding: 0.75rem 1rem;
    display: block;
}

.more-details .dropdown-menu li:last-child {
    border: none;
}

.more-details .dropdown-menu li button {
    text-align: left;
    color: #212529;
}

nav.top {
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    padding: 0;
    position: relative;
    z-index: 100;
    padding-bottom: 0.5rem;
    font-size: 13px;
    font-size: 0.8125rem;
}

@media only screen and (min-width: 767px) {
    nav.top {
        padding: 0.5rem 0;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

nav.top .list.list-submenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.top .list.list-submenu li.list-submenu--items {
    margin-right: 1rem;
}

nav.top .list.list-submenu li.list-submenu--items a {
    padding: 0;
    margin: 0;
    color: #212529;
}

nav.top .list.list-submenu li.list-submenu--items:last-child {
    margin-right: 0;
}

nav.nav-cart .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    padding: 1rem;
    text-transform: uppercase;
    color: #212529;
    padding: 0 1rem;
    height: 58px;
}

nav.nav-cart .btn i {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-right: 0.5rem;
}

nav.nav-cart .btn:focus,
nav.nav-cart .btn:hover {
    background-color: #fafafa;
    border-radius: 0;
    text-decoration: none;
}

.nav.nav-tabs {
    width: 100%;
    margin-bottom: 0;
    margin: 0;
}

.nav.nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    border-radius: none;
    color: #212529;
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
}

.nav.nav-tabs .nav-item .nav-link:focus,
.nav.nav-tabs .nav-item .nav-link:hover {
    color: #212529;
    border-bottom: 2px solid #212529;
}

.nav.nav-tabs .nav-item .nav-link.active {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #212529;
    color: #212529;
}

.dropdown-toggle {
    color: #000;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-menu {
    padding: 0;
    overflow: hidden;
}

.dropdown-menu li.dropdown-menu--items a,
.dropdown-menu li.dropdown-menu--items button {
    color: #212529;
    padding: 0.75rem 1rem;
    display: block;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    font-size: 0.875rem;
}

.dropdown-menu li.dropdown-menu--items a:focus,
.dropdown-menu li.dropdown-menu--items a:hover,
.dropdown-menu li.dropdown-menu--items button:focus,
.dropdown-menu li.dropdown-menu--items button:hover {
    background-color: #fcfcfc;
    text-decoration: none;
}

.dropdown-menu li.dropdown-menu--items a:last-child,
.dropdown-menu li.dropdown-menu--items button:last-child {
    border-bottom: none;
}

.dropdown-menu.dropdown-menu--subitems {
    width: 100%;
    min-width: 292px;
    border: none;
    -webkit-box-shadow: 1px 4px 16px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 4px 16px -2px rgba(0, 0, 0, 0.15);
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: -14px;
}

.dropdown-menu.dropdown-menu--subitems .see-all {
    padding: 1rem;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    border-top: 1px solid #efefef;
    font-style: italic;
    text-decoration: underline;
    color: #212529;
}

.dropdown-menu.dropdown-menu--subitems .see-all:focus,
.dropdown-menu.dropdown-menu--subitems .see-all:hover {
    text-decoration: none;
}

.dropdown-menu.dropdown-menu--subitems .list-unstyled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dropdown-menu.dropdown-menu--subitems .list-unstyled,
.dropdown-menu.dropdown-menu--subitems li {
    width: 100%;
}

.dropdown-menu.dropdown-menu--subitems .list-unstyled a,
.dropdown-menu.dropdown-menu--subitems li a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 1rem;
    color: #212529;
    display: block;
}

.dropdown-menu.dropdown-menu--subitems .list-unstyled:focus a,
.dropdown-menu.dropdown-menu--subitems .list-unstyled:hover a,
.dropdown-menu.dropdown-menu--subitems li:focus a,
.dropdown-menu.dropdown-menu--subitems li:hover a {
    opacity: 0.5;
}

.dropdown-menu.dropdown-menu--subitems .list-unstyled:focus a:focus,
.dropdown-menu.dropdown-menu--subitems .list-unstyled:focus a:hover,
.dropdown-menu.dropdown-menu--subitems .list-unstyled:hover a:focus,
.dropdown-menu.dropdown-menu--subitems .list-unstyled:hover a:hover,
.dropdown-menu.dropdown-menu--subitems li:focus a:focus,
.dropdown-menu.dropdown-menu--subitems li:focus a:hover,
.dropdown-menu.dropdown-menu--subitems li:hover a:focus,
.dropdown-menu.dropdown-menu--subitems li:hover a:hover {
    opacity: 1;
}

.dropdown-menu.dropdown-menu--subitems .dropdown-inner::before {
    content: " ";
    width: 32px;
    height: 32px;
    background-color: #fff;
    top: 0;
    left: 0;
    -webkit-transform: translateX(20px);
    transform: translate(16px, -7px) rotate(45deg);
    position: absolute;
    z-index: -1;
}

.nav-breadcrumb {
    background-color: #fff;
    border-bottom: none;
    margin-top: 169px;
}

@media only screen and (max-width: 320px) {
    .nav-breadcrumb {
        margin-top: 165px;
    }
}

@media only screen and (min-width: 768px) {
    .nav-breadcrumb {
        margin-top: 111px;
    }
}

@media only screen and (min-width: 992px) {
    .nav-breadcrumb {
        margin-top: 146px;
    }
}

@media only screen and (min-width: 1197px) {
    .nav-breadcrumb {
        margin-top: 154px;
    }
}

.nav-breadcrumb ul.list-breadcrumb {
    margin: 0;
    padding: 0.3rem 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
    align-items: center;
    white-space: nowrap;
}

.nav-breadcrumb ul.list-breadcrumb li.list-breadcrumb--items {
    position: relative;
}

.nav-breadcrumb ul.list-breadcrumb li.list-breadcrumb--items a.list-breadcrumb--links {
    color: #212529;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0.5rem 0;
    display: inline-block;
}

.nav-breadcrumb ul.list-breadcrumb li.list-breadcrumb--items a.list-breadcrumb--links:focus,
.nav-breadcrumb ul.list-breadcrumb li.list-breadcrumb--items a.list-breadcrumb--links:hover {
    color: #212529;
    text-decoration: underline;
}

.nav-breadcrumb ul.list-breadcrumb li.list-breadcrumb--items::after {
    content: "/";
    margin: 0 0.5rem;
    font-size: 12px;
    font-size: 0.75rem;
}

.nav-breadcrumb ul.list-breadcrumb li.list-breadcrumb--items:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-breadcrumb ul.list-breadcrumb li.list-breadcrumb--items:last-child:after {
    content: none;
}

.nav-breadcrumb ul.list-breadcrumb li.list-breadcrumb--items:last-child .list-breadcrumb--links {
    cursor: default;
    color: rgba(33, 37, 41, 0.65);
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 0;
}

.nav-breadcrumb ul.list-breadcrumb li.list-breadcrumb--items:last-child .list-breadcrumb--links:focus,
.nav-breadcrumb ul.list-breadcrumb li.list-breadcrumb--items:last-child .list-breadcrumb--links:hover {
    color: rgba(33, 37, 41, 0.65);
    text-decoration: none;
}

@media only screen and (min-width: 767px) {
    .nav-breadcrumb ul.list-breadcrumb li.list-breadcrumb--items:last-child {
        max-width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

.nav-steps {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
}

.nav-steps .nav-steps--list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-steps .nav-steps--list .nav-steps--item {
    font-size: 13px;
    font-size: 0.8125rem;
}

.nav-steps .nav-steps--list .nav-steps--item .nav-steps--link {
    color: #444;
}

.nav-steps .nav-steps--list .nav-steps--item .nav-steps--link.linked {
    color: #2569ed;
    cursor: pointer;
}

.nav-steps .nav-steps--list .nav-steps--item .nav-steps--link:hover {
    text-decoration: underline;
}

.nav-steps .nav-steps--list .nav-steps--item::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    margin: 0 0.5rem;
    font-weight: 900;
}

.nav-steps .nav-steps--list .nav-steps--item:last-child::after {
    content: none;
}

.list.list-cart-box {
    margin: 0;
    padding: 2rem 1rem;
    list-style: none;
    overflow: auto;
    background-color: #fafafa;
    width: 100%;
    margin-top: 119px;
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
    height: calc(100vh - 280px);
}

@media only screen and (min-width: 767px) {
    .list.list-cart-box {
        height: auto;
    }
}

.list.list-cart-box li.list-cart-box--items {
    width: 100%;
}

.list.list-cart-box li.list-cart-box--items.list-cart-box--items__empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list.list-cart-box li.list-cart-box--items.list-cart-box--items__empty img {
    width: 65px;
    margin-bottom: 1rem;
    opacity: 0.45;
}

.list.list-cart-box li.list-cart-box--items.list-cart-box--items__empty p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0;
}

.list.list-cart-box.showMore {
    padding: 1rem;
}

@media only screen and (min-width: 767px) {
    .list.list-cart-box.showMore {
        height: calc(100vh - 280px);
    }
}

.list.list-benefits {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 767px) {
    .list.list-benefits {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.list.list-benefits .list-benefits--item {
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 767px) {
    .list.list-benefits .list-benefits--item {
        width: 50%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 992px) {
    .list.list-benefits .list-benefits--item {
        margin-bottom: 0;
        width: 25%;
        padding-left: 1rem;
        padding-bottom: 0;
        border-bottom: none;
        padding-left: 1rem;
    }
}

.list.list-benefits .list-benefits--item .wrapper-icon {
    background-color: #fff;
    border: 2px solid #212529;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-right: 0.5rem;
}

@media only screen and (min-width: 767px) {
    .list.list-benefits .list-benefits--item .wrapper-icon {
        margin-right: 1rem;
        width: 48px;
        height: 48px;
    }
}

.list.list-benefits .list-benefits--item .wrapper-icon i {
    color: #212529;
    font-size: 24px;
    font-size: 1.5rem;
}

@media only screen and (min-width: 767px) {
    .list.list-benefits .list-benefits--item .wrapper-icon i {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.list.list-benefits .list-benefits--item .wrapper-icon::after {
    content: " ";
    position: absolute;
    width: 52px;
    height: 52px;
    border: 1px solid #212529;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

@media only screen and (min-width: 767px) {
    .list.list-benefits .list-benefits--item .wrapper-icon::after {
        width: 42px;
        height: 42px;
    }
}

.list.list-benefits .list-benefits--item .list-benefits--info {
    line-height: 1;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (min-width: 767px) {
    .list.list-benefits .list-benefits--item .list-benefits--info {
        line-height: initial;
        text-align: left;
        margin-top: 0;
    }
}

.list.list-benefits .list-benefits--item .list-benefits--info .title {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #212529;
}

@media only screen and (min-width: 767px) {
    .list.list-benefits .list-benefits--item .list-benefits--info .title {
        font-size: 16px;
        font-size: 1rem;
    }
}

.list.list-benefits .list-benefits--item .list-benefits--info .description {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10px;
    display: inline-block;
}

@media only screen and (min-width: 767px) {
    .list.list-benefits .list-benefits--item .list-benefits--info .description {
        margin-top: 0;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.list.list-benefits .list-benefits--item:last-child {
    border-bottom: none;
}

.list.list-main-products {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -1rem;
}

.list.list-main-products li.list-main-products--item {
    padding: 0;
    width: 100%;
    padding-bottom: 1rem;
}

@media only screen and (min-width: 767px) {
    .list.list-main-products li.list-main-products--item {
        padding-right: 1rem;
        max-width: 33.3333%;
    }
}

.list.list-main-products li.list-main-products--item .list-main-products--title {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.45;
    position: relative;
}

@media only screen and (min-width: 767px) {
    .list.list-main-products li.list-main-products--item .list-main-products--title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.list.list-main-products li.list-main-products--item .list-certified--title {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 18px;
    font-size: 1.125rem;
}

@media only screen and (min-width: 767px) {
    .list.list-main-products li.list-main-products--item .list-certified--title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.list.list-main-products li.list-main-products--item .list-main-products--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 1.75rem;
    background-color: #fff;
    padding-bottom: 2rem;
    border-radius: 0.5rem;
    color: #212529;
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.list.list-main-products li.list-main-products--item .list-main-products--link .list-main-products--image {
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
    width: 160px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.list.list-main-products li.list-main-products--item .list-main-products--link:focus,
.list.list-main-products li.list-main-products--item .list-main-products--link:hover {
    -webkit-box-shadow: 0 7px 14px -2px rgba(33, 37, 41, 0.14);
    box-shadow: 0 7px 14px -2px rgba(33, 37, 41, 0.14);
    border-color: transparent;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.list.list-main-products li.list-main-products--item .list-main-products--link:focus .list-main-products--image,
.list.list-main-products li.list-main-products--item .list-main-products--link:hover .list-main-products--image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.list.list-main-products li.list-main-products--item__certified {
    padding: 2rem 0;
}

.list.list-main-products li.list-main-products--item:first-child,
.list.list-main-products li.list-main-products--item:nth-child(2) {
    width: 50%;
    padding-left: 1rem;
}

@media only screen and (min-width: 767px) {
    .list.list-main-products li.list-main-products--item:first-child,
    .list.list-main-products li.list-main-products--item:nth-child(2) {
        padding-left: 0;
        width: 100%;
    }
}

.list.list-main-products li.list-main-products--item:first-child .list-main-products--title,
.list.list-main-products li.list-main-products--item:nth-child(2) .list-main-products--title {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
}

@media only screen and (min-width: 767px) {
    .list.list-main-products li.list-main-products--item:first-child .list-main-products--title,
    .list.list-main-products li.list-main-products--item:nth-child(2) .list-main-products--title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.list.list-main-products li.list-main-products--item:first-child .list-main-products--image,
.list.list-main-products li.list-main-products--item:nth-child(2) .list-main-products--image {
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .list.list-main-products li.list-main-products--item:first-child .list-main-products--image,
    .list.list-main-products li.list-main-products--item:nth-child(2) .list-main-products--image {
        width: 160px;
    }
}

.list.list-main-products li.list-main-products--item.list-main-products--item__certified {
    margin-right: -1rem;
}

@media only screen and (min-width: 767px) {
    .list.list-main-products li.list-main-products--item.list-main-products--item__certified {
        margin-right: 0;
    }
}

@media only screen and (min-width: 767px) {
    .list.list-main-products {
        margin-left: 0;
    }
}

.list.list-certified {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list.list-certified .list-certified--item {
    margin-right: 0.5rem;
    min-height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list.list-certified .list-certified--item .list-certified--link {
    display: block;
    padding: 0 1rem;
}

.list.list-certified .list-certified--item .list-certified--link .list-certified--image {
    width: 100%;
    max-width: 120px;
}

.list.list-touch {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: -1rem;
}

.list.list-touch .list-touch--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

@media only screen and (min-width: 767px) {
    .list.list-touch .list-touch--item {
        padding-right: 1rem;
    }
}

.list.list-touch .list-touch--item .card {
    border: none;
    min-height: 212px;
    padding: 2rem 1rem;
    border-radius: 0;
    width: 100%;
    border: 2px solid #fcfcfc;
    margin-bottom: 1rem;
}

.list.list-touch .list-touch--item .card .card-title--touch {
    color: #212529;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}

.list.list-touch .list-touch--item .card .card-title--touch::after {
    content: " ";
    width: 60px;
    height: 2px;
    background-color: #212529;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
}

.list.list-touch .list-touch--item .card .card-touch--link {
    margin-bottom: 10px;
    color: #212529;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
}

@media only screen and (min-width: 767px) {
    .list.list-touch .list-touch--item .card .card-touch--link {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.list.list-touch .list-touch--item .card .card-touch--link:focus,
.list.list-touch .list-touch--item .card .card-touch--link:hover {
    text-decoration: underline;
}

.list.list-touch .list-touch--item .card .card-touch--link.card-touch--link__email {
    font-size: 20px;
    font-size: 1.25rem;
}

@media only screen and (min-width: 767px) {
    .list.list-touch .list-touch--item .card .card-touch--link.card-touch--link__email {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.list.list-touch .list-touch--item .card .card-touch--details {
    color: #212529;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
}

.list.list-touch .list-touch--item .card .btn.btn-request {
    width: 100%;
    max-width: 100%;
    border-radius: 10rem;
    margin: 0;
    padding: 0.75rem 1.5rem;
    background-color: #212529;
    border-color: #212529;
    color: #fff;
    -webkit-box-shadow: 0 13px 18px -2px rgba(33, 37, 41, 0.18);
    box-shadow: 0 13px 18px -2px rgba(33, 37, 41, 0.18);
    font-size: 16px;
    font-size: 1rem;
}

.list.list-touch .list-touch--item .card .btn.btn-request:focus,
.list.list-touch .list-touch--item .card .btn.btn-request:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

@media only screen and (min-width: 767px) {
    .list.list-touch .list-touch--item .card .btn.btn-request {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.list.list-touch .list-touch--item .card .form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.list.list-touch .list-touch--item .card .form .form-group {
    margin: 0;
    width: 100%;
    height: 48px;
}

@media only screen and (min-width: 767px) {
    .list.list-touch .list-touch--item .card .form .form-group {
        height: initial;
    }
}

.list.list-touch .list-touch--item .card .form .form-group .form-control {
    width: 100%;
    height: 100%;
    border-radius: 0.25rem 0.25rem 0 0;
}

@media only screen and (min-width: 767px) {
    .list.list-touch .list-touch--item .card .form .form-group .form-control {
        border-radius: 0.25rem 0 0 0.25rem;
    }
}

.list.list-touch .list-touch--item .card .form .btn {
    margin: 0;
    border-radius: 0 0 0.25rem 0.25rem;
    background-color: #212529;
    color: #fff;
    border-color: #212529;
}

@media only screen and (min-width: 767px) {
    .list.list-touch .list-touch--item .card .form .btn {
        border-radius: 0 0.25rem 0.25rem 0;
    }
}

.list.list-touch .list-touch--item:last-child {
    width: 100%;
}

.list.thumbnails {
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
}

.list.thumbnails li {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 0.25rem;
    width: 100%;
    padding-right: 10px;
}

.list.thumbnails li a {
    display: inline-block;
    width: 100%;
    padding: 0;
    border-radius: 0.25rem;
    overflow: hidden;
}

.list.thumbnails li a img {
    width: 100%;
}

.list.thumbnails li .main--thumb {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 0.25rem;
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .list.thumbnails li .main--thumb {
        height: 400px;
    }
}

.list.thumbnails li.image-additional {
    max-width: 20%;
    margin-top: 0.5rem;
    padding-right: 10px;
}

.list.thumbnails li.image-additional a {
    border: none;
    margin: 0;
}

.list.list-product-details {
    margin: 1rem 0;
    padding: 0;
    list-style-type: none;
}

.list.list-product-details .list-product-details--item {
    font-weight: 500;
    font-size: 20px;
    font-size: 1.25rem;
    color: #212529;
}

.list.list-codes {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 0.5rem;
}

.list.list-wish-products {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 1rem;
}

.list.list-wish-products li {
    margin-bottom: 1rem;
}

.list.list-address {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.list.list-address .card {
    margin: 0;
}

.list.list-address .card .card-body {
    margin-bottom: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.list.list-address .card .card-body .card-title {
    width: 100%;
    margin: 0;
}

.list.list-address .card .card-body .card-title .address,
.list.list-address .card .card-body .card-title .p {
    margin: 0;
}

.list.list-address .card .card-body .card-title .address .h2 {
    font-size: 18px;
    font-size: 1.125rem;
}

.list.list-address .card .card-body .card-title .p {
    font-size: 14px;
    font-size: 0.875rem;
}

.list.list-sub .list-sub--item {
    margin-bottom: 10px;
}

.list.list-sub .list-sub--item .list-sub--link {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
}

.list.list-sub:hover .list-sub--item {
    opacity: 0.5;
}

.list.list-sub:hover .list-sub--item:hover {
    opacity: 1;
}

.list.list-sub-categories {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    margin-bottom: 0;
    padding: 12px;
}

.list.list-sub-categories::-webkit-scrollbar {
    display: none;
}

.list.list-sub-categories .list-sub-categories--item {
    width: 100%;
    height: 70px;
    padding-right: 1rem;
    margin-bottom: 10px;
    min-width: 275px;
}

.list.list-sub-categories .list-sub-categories--item .list-sub-categories--link {
    display: block;
    padding: 0;
    border-radius: 0.45rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.25rem;
    height: 100%;
    -webkit-box-shadow: -2px 5px 12px -4px rgba(33, 37, 41, 0.1), 4px -2px 12px -4px rgba(33, 37, 41, 0.05);
    box-shadow: -2px 5px 12px -4px rgba(33, 37, 41, 0.1), 4px -2px 12px -4px rgba(33, 37, 41, 0.05);
    overflow: hidden;
}

.list.list-sub-categories .list-sub-categories--item .list-sub-categories--link .img-responsive {
    width: 100%;
    max-width: 65px;
    margin-right: 10px;
}

.list.list-sub-categories:focus>li,
.list.list-sub-categories:hover>li {
    opacity: 0.5;
}

.list.list-sub-categories:focus>li:focus,
.list.list-sub-categories:focus>li:hover,
.list.list-sub-categories:hover>li:focus,
.list.list-sub-categories:hover>li:hover {
    opacity: 1;
}

.list.list-shares {
    padding: 0;
    margin: 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.list.list-shares .list-shares--item {
    margin-right: 0.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list.list-shares .list-shares--item .list-shares--link {
    padding: 0.5rem 1rem;
    color: #212529;
    display: block;
}

.list.list-shares .list-shares--item .list-shares--link i {
    margin-right: 5px;
}

.list.list-shares:focus>li,
.list.list-shares:hover>li {
    opacity: 0.5;
}

.list.list-shares:focus>li:focus,
.list.list-shares:focus>li:hover,
.list.list-shares:hover>li:focus,
.list.list-shares:hover>li:hover {
    opacity: 1;
}

.list.list-shares::-webkit-scrollbar {
    display: none;
}

.list.list-card-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    z-index: 1;
}

.list.list-card-links li {
    font-size: 14px;
    font-size: 0.875rem;
    color: #212529;
    margin-bottom: 10px;
}

@media only screen and (min-width: 767px) {
    .list.list-card-links li {
        font-size: 16px;
        font-size: 1rem;
    }
}

.list.list-card-links li .icon {
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

.list.list-card-links li .list-card-links--link {
    color: #212529;
}

.list.list-card-links li .list-card-links--link:focus,
.list.list-card-links li .list-card-links--link:hover {
    text-decoration: underline;
}

.list.list-card-links li .list-card-links--link:focus .icon,
.list.list-card-links li .list-card-links--link:hover .icon {
    text-decoration: none;
}

.list.list-jewelries {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
}

.list.list-jewelries .list-jewelries--item {
    padding-bottom: 0px;
    padding-right: 15px;
    width: 50%;
    height: 184px;
    overflow: hidden;
}

.section-jewelries .list.list-jewelries .list-jewelries--item {
    width: 25%;
    border-top-left-radius: 15px; 
    border-top-right-radius: 34px; 
    border-bottom-right-radius: 15px; 
    border-bottom-left-radius: 15px;
}

@media only screen and (min-width: 767px) {
    .list.list-jewelries .list-jewelries--item {
        height: 300px;
    }
}

.list.list-jewelries .list-jewelries--item .wrap-jewelry {
    background-color: #fafafa;
    border-radius: 10px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list.list-jewelries .list-jewelries--item .wrap-jewelry .h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: center;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 767px) {
    .list.list-jewelries .list-jewelries--item .wrap-jewelry .h3 {
        font-size: 22px;
        font-size: 1.375rem;
        margin-bottom: 2rem;
    }
}

.list.list-jewelries .list-jewelries--item .wrap-jewelry .img-fluid {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}

@media only screen and (min-width: 767px) {
    .list.list-jewelries .list-jewelries--item .wrap-jewelry .img-fluid {
        max-width: 195px;
    }
}

.list.list-jewelries .list-jewelries--item .wrap-jewelry .img-fluid.img-jewelry__pendant {
    max-width: 147px;
}

@media only screen and (min-width: 767px) {
    .list.list-jewelries .list-jewelries--item .wrap-jewelry .img-fluid.img-jewelry__pendant {
        max-width: 200px;
    }
}

.list.list-categories-benefits {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list.list-categories-benefits .list-categories-benefits--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-weight: 500;
}

.list.list-categories-benefits .list-categories-benefits--item i {
    margin-right: 0.5rem;
    color: #19692c;
}

.list.list-contact__tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin-top: 16px;
    margin-bottom: 10px;
    padding: 0;
}

.list.list-contact__tool .list-contact__tool--item {
    padding-right: 10px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    font-size: 0.8125rem;
}

.list.list-contact__tool .list-contact__tool--item .list-contact__tool--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 2px 12px -2px rgba(33, 37, 41, 0.18);
    box-shadow: 0 2px 12px -2px rgba(33, 37, 41, 0.18);
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    height: 100%;
    color: #212529;
}

.list.list-contact__tool .list-contact__tool--item .list-contact__tool--link i {
    font-size: 27px;
    font-size: 1.6875rem;
}

.list.list-contact__tool .list-contact__tool--item .list-contact__tool--link img.skype,
.list.list-contact__tool .list-contact__tool--item .list-contact__tool--link img.whatsapp {
    max-width: 24px;
}

.list.list-contact__tool .list-contact__tool--item .list-contact__tool--link img.whatsapp {
    max-width: 30px;
}

.list.list-contact__tool .list-contact__tool--item .list-contact__tool--link:focus,
.list.list-contact__tool .list-contact__tool--item .list-contact__tool--link:hover {
    border: 1px solid #0f401b;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

.list.list-contact__tool .list-contact__tool--item .list-contact__tool--link.list-contact__tool--chat {
    background-color: #fff;
    color: #039444;
}

.list.list-contact__tool .list-contact__tool--item .list-contact__tool--link.list-contact__tool--phone {
    font-size: 15px;
    font-size: 0.9375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list.list-contact__tool .list-contact__tool--item .list-contact__tool--link.list-contact__tool--phone span {
    font-size: 12px;
    font-size: 0.75rem;
}

.list.list-contact__tool .list-contact__tool--item .list-contact__tool--link.list-contact__tool--phone span.wrapper-links__phone {
    font-size: 28px;
    font-size: 1.75rem;
}

.list.list-contact__tool .list-contact__tool--item .list-contact__tool--link.list-contact__tool--phone i {
    margin-right: 16px;
    margin-bottom: 0;
    font-size: 40px;
    font-size: 2.5rem;
}

.list.list-store__benefits {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0 10px;
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .list.list-store__benefits {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.list.list-store__benefits .list-store__benefits--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 8px;
}

.list.list-store__benefits .list-store__benefits--item i {
    width: 100%;
    max-width: 24px;
    display: inline-block;
}

.list.list-store__benefits .list-store__benefits--item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.list.list-options {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    border-radius: 0;
    z-index: 1;
    margin-top: 0.25rem;
}

.list.list-options .list-options--item {
    border-top: 1px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list.list-options .list-options--item .wrapper-option__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.list.list-options .list-options--item .wrapper-option__item img {
    width: 100%;
    max-width: 65px;
    margin-right: 10px;
    position: static;
    -webkit-transform: none;
    transform: none;
    left: 0;
    top: 0;
}

.list.list-options .list-options--item.list-options--item__placeholder {
    min-height: 75px;
    position: relative;
    cursor: pointer;
}

.list.list-options .list-options--item.list-options--item__placeholder:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.list.list-options .list-options--item.active,
.list.list-options .list-options--item.cs-selected {
    background-color: #f7f7f7;
}

.list.list-options .list-options--item:hover {
    background-color: #fafafa;
}

.list.list-options__thumbs {
    margin: 0;
    padding: 2rem;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list.list-options__thumbs .list-options__thumbs--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 1rem;
    width: 100%;
    border: 2px solid transparent;
    padding-bottom: 2rem;
    position: relative;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

@media only screen and (min-width: 425px) {
    .list.list-options__thumbs .list-options__thumbs--item {
        width: 50%;
    }
}

@media only screen and (min-width: 767px) {
    .list.list-options__thumbs .list-options__thumbs--item {
        width: 25%;
    }
}

.list.list-options__thumbs .list-options__thumbs--item .wrapper-option__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list.list-options__thumbs .list-options__thumbs--item .wrapper-option__item .wrapper-option__information {
    margin: 0;
    padding: 0 2rem;
}

.list.list-options__thumbs .list-options__thumbs--item img {
    width: 100%;
    max-width: 150px;
    margin-right: 0;
    margin-bottom: 1rem;
}

.list.list-options__thumbs .list-options__thumbs--item:last-child {
    margin-bottom: 0;
}

.list.list-options__thumbs .list-options__thumbs--item:first-child {
    border: 2px solid #212529;
}

.list.list-options__thumbs .list-options__thumbs--item:focus,
.list.list-options__thumbs .list-options__thumbs--item:hover {
    border-color: #efefef;
}

.list.list-comments {
    max-width: 992px;
    margin: 0;
}

@media screen and (min-width: 764px) {
    .list.list-comments {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.list.list-comments .list-comments__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 767px) {
    .list.list-comments .list-comments__item {
        max-width: 50%;
        padding-right: 30px;
    }
}

.list.list-comments-stars {
    margin: 0;
    margin-left: 6px;
}

.list.list-comments-stars .list-comments-stars__item {
    margin-left: 3px;
    color: #c5c506;
    font-size: 12px;
    font-size: 0.75rem;
}

.list.list-comments-stars .list-comments-stars__item:first-child {
    margin-left: 0;
}

.list.list-related-products li {
    margin-bottom: 20px;
    border: 2px solid #f3f3f3;
    height: auto;
    min-height: 54px;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.list.list-related-products li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
}

.list.list-related-products li:hover {
    border-color: #212529;
}

.list-user-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0;
    font-weight: 500;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.list-user-benefits .list-user-benefits__item {
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .list-user-benefits .list-user-benefits__item {
        font-size: 14px;
        font-size: 0.875rem;
        padding-right: 42px;
    }
}

@media only screen and (min-width: 768px) {
    .list-user-benefits .list-user-benefits__item:after {
        margin-left: 0.75rem;
        content: "";
        width: 4px;
        height: 4px;
        background-color: #212529;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 992px) {
    .list-user-benefits .list-user-benefits__item:after {
        margin-left: 0;
        margin-right: -1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .list-user-benefits .list-user-benefits__item:after {
        margin-left: 2rem;
        margin-right: 0;
    }
}

.list-user-benefits .list-user-benefits__item:first-child {
    padding-right: 0;
}

@media only screen and (min-width: 1200px) {
    .list-user-benefits .list-user-benefits__item:first-child {
        padding-right: 38px;
    }
}

.list-user-benefits .list-user-benefits__item:nth-child(even):after {
    content: none;
}

@media only screen and (min-width: 767px) {
    .list-user-benefits .list-user-benefits__item:nth-child(even):after {
        content: none;
    }
}

@media only screen and (min-width: 992px) {
    .list-user-benefits .list-user-benefits__item:nth-child(even):after {
        content: "";
    }
}

@media only screen and (min-width: 992px) {
    .list-user-benefits .list-user-benefits__item:last-child {
        padding-right: 0;
    }
}

.list-user-benefits .list-user-benefits__item:last-child:after {
    content: none;
}

.list-category-benefits {
    font-size: 14px;
    font-size: 0.875rem;
}

@media only screen and (min-width: 767px) {
    .list-category-benefits {
        font-size: 16px;
        font-size: 1rem;
    }
}

.checklist {
    margin: 20px 0;
    margin-top: 20px;
}

.checklist .checklist__item {
    font-weight: 500;
}

.list-group.list-group--parent .list-group-item a {
    font-weight: 700;
    color: #444;
}

.list-group .list-group-item {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 1rem;
}

.list-group .list-group-item a {
    padding: 0;
    display: inline-block;
    width: 100%;
    color: #444;
    margin-bottom: 5px;
}

.list-group .list-group-item a.active,
.list-group .list-group-item a:focus,
.list-group .list-group-item a:hover {
    background: 0 0;
}

.list-group .list-group-item.list-group-item-action:focus,
.list-group .list-group-item.list-group-item-action:hover {
    background: 0 0;
}

.list-group.list-group--childrens {
    padding: 0;
}

.list-group.list-group--childrens .list-group-item {
    border: none;
    border-radius: 0;
    margin-bottom: 3px;
}

.list-group.list-group--childrens .list-group-item:last-child {
    border-bottom: none;
}

.list-group.list-group--childrens .list-group-item a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    background: 0 0;
    opacity: 1;
}

.list-relateds {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: -1rem;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.list-relateds::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media only screen and (min-width: 767px) {
    .list-relateds {
        width: 100%;
    }
}

.list-relateds .list-relateds__item {
    margin-right: 0.5rem;
    text-align: center;
    border: 2px solid #efefef;
    border-radius: 0.25rem;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    font-size: 13px;
    font-size: 0.8125rem;
    width: 100%;
    max-width: 120px;
}

.list-relateds .list-relateds__item .list-relateds__link {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    height: 110px;
    width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.list-relateds .list-relateds__item span {
    display: block;
    padding: 0.5rem 0;
    border-top: 1px solid #efefef;
}

.list-relateds .list-relateds__item.current {
    border: 2px solid #212529;
}

.resume-info--list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #efefef;
    padding: 0.5rem 0;
    font-size: 14px;
    font-size: 0.875rem;
}

.resume-info--list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.resume-info--list li .resume-info--inner {
    width: 100%;
}

.resume-info--list li .resume-info--inner .resume-info--title {
    width: 100%;
    font-weight: 700;
}

@media only screen and (min-width: 767px) {
    .resume-info--list li .resume-info--inner .resume-info--title {
        width: 20%;
    }
}

.resume-info--list li .resume-info--inner .resume-info--description {
    color: #444;
}

.resume-info--list li .resume-info--action {
    width: auto;
}

.resume-info--list li .btn {
    padding: 0;
}

.resume-info--list:first-child {
    padding-top: 0;
}

.resume-info--list:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.list-links-main .list-links-main--items:nth-child(2) {
    text-align: center;
}

.list-links-main .list-links-main--items:last-child {
    text-align: right;
}

.list-links-main .list-links-main--items:hover {
    text-decoration: underline;
}

.list-unstyled__price {
    margin-top: 6px;
}

.list-unstyled__price .list-price__item {
    font-size: 24px;
    font-size: 1.5rem;
    color: #212529;
    font-weight: 600;
}

@media only screen and (min-width: 767px) {
    .list-unstyled__price .list-price__item {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.card.card-about-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    border-radius: 0;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 1px 10px -3px rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 10px -3px rgba(0, 0, 0, 0.26);
    padding: 0;
    overflow: hidden;
}

@media only screen and (min-width: 767px) {
    .card.card-about-home {
        height: 450px;
        background: -webkit-gradient(linear, left top, right top, color-stop(40%, transparent), color-stop(72%, #fff)), url(/image/catalog/crafter-diamonds-min.jpg);
        background: linear-gradient(to right, transparent 40%, #fff 72%), url(/image/catalog/crafter-diamonds-min.jpg);
        background-position: -163%;
        background-size: 90%;
        background-repeat: no-repeat;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.card.card-about-home .box-image {
    height: 201px;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-top: -32px;
}

@media only screen and (min-width: 767px) {
    .card.card-about-home .box-image {
        margin-top: 0;
    }
}

.card.card-about-home .box-image:after {
    content: " ";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), color-stop(60%, transparent));
    background: linear-gradient(to bottom, #fff 10%, transparent 60%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 767px) {
    .card.card-about-home .box-image:after {
        content: none;
    }
}

@media only screen and (min-width: 767px) {
    .card.card-about-home .box-image {
        height: 100%;
        max-width: 50%;
    }
}

.card.card-about-home .card-about-content {
    padding: 2rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0;
    position: relative;
}

@media only screen and (min-width: 767px) {
    .card.card-about-home .card-about-content {
        max-width: 50%;
        padding: 2rem;
    }
}

.card.card-about-home .card-about-content .subtitle {
    color: #212529;
    font-weight: 500;
    position: relative;
    font-size: 18px;
    font-size: 1.125rem;
}

@media only screen and (min-width: 767px) {
    .card.card-about-home .card-about-content .subtitle {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.card.card-about-home .card-about-content .subtitle::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #212529;
    margin-bottom: -0.3rem;
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
}

.card.card-about-home .card-about-content .h2 {
    margin-top: 1rem;
    color: #212529;
    line-height: 1.4;
    font-size: 22px;
    font-size: 1.375rem;
}

@media only screen and (min-width: 767px) {
    .card.card-about-home .card-about-content .h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.card.card-about {
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    border: none;
    background-color: transparent;
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .card.card-about {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.card.card-about .card-about-content {
    width: 100%;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 2rem;
    overflow: hidden;
}

.card.card-about .card-about-content .subtitle {
    color: #212529;
    font-weight: 500;
    position: relative;
    font-size: 18px;
    font-size: 1.125rem;
}

@media only screen and (min-width: 767px) {
    .card.card-about .card-about-content .subtitle {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.card.card-about .card-about-content .subtitle::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #212529;
    margin-bottom: -0.3rem;
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
}

.card.card-about .card-about-content .h2 {
    margin-top: 1rem;
    color: #212529;
    line-height: 1.4;
    font-size: 22px;
    font-size: 1.375rem;
}

@media only screen and (min-width: 767px) {
    .card.card-about .card-about-content .h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.card.card-filters {
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    position: initial;
}

.card.card-filters .card-title {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 1rem;
}

@media only screen and (min-width: 767px) {
    .card.card-filters .card-title {
        padding: 0;
        border: none;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 767px) {
    .card.card-filters .card-title:first-child {
        margin-top: 0;
    }
}

.card.card-filters .card-body {
    padding: 0;
}

.card.card-filters .list-group-item {
    margin-bottom: 0;
    border: 0;
    background-color: #fff;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.card.card-filters .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

@media only screen and (min-width: 767px) {
    .card.card-filters .list-group-item {
        border: none;
        padding: 10px 0;
        margin-top: 5px;
        margin-bottom: 1rem;
    }
}

.card.card-filters .card-footer {
    border-top: none;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 1rem 0;
}

.card.card-filters .card-footer .btn {
    margin: 0;
}

.card.card-filters .form-check {
    padding: 0;
    margin-bottom: 7px;
}

.card.card-filters .form-check label {
    position: relative;
    padding-left: 1.75rem;
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
    font-weight: 400;
    color: #212529;
}

.card.card-filters .form-check label::after,
.card.card-filters .form-check label::before {
    position: absolute;
    content: "";
    display: inline-block;
}

.card.card-filters .form-check label::before {
    height: 20px;
    width: 20px;
    border: 1px solid #efefef;
    background-color: #fff;
    top: 0;
    left: 0;
    border-radius: 0.2rem;
}

.card.card-filters .form-check label::after {
    height: 6px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    left: 6px;
    top: 5px;
    color: #fff;
    opacity: 0;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all;
}

.card.card-filters .form-check label:focus,
.card.card-filters .form-check label:hover {
    color: #212529;
}

.card.card-filters .form-check input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.card.card-filters .form-check input[type="checkbox"]:checked+label::before {
    outline: 0;
    border: 1px solid #19692c;
    background-color: #19692c;
}

.card.card-filters .form-check input[type="checkbox"]:checked+label::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.card.card-filters .form-check input[type="checkbox"]:focus+label::before {
    outline: #3b99fc auto 3px;
}

.card.card-form .card-footer .btn {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
}

.card.card-addresses .card-body,
.card.card-wish-product .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card.card-addresses .card-body .link-block--image,
.card.card-wish-product .card-body .link-block--image {
    width: 100%;
    max-width: 100px;
    margin-right: 1rem;
}

.card.card-addresses .card-body .card-body--info,
.card.card-wish-product .card-body .card-body--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card.card-addresses .card-body .card-body--info .model,
.card.card-wish-product .card-body .card-body--info .model {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
}

.card.card-addresses .card-body .card-body--info a,
.card.card-wish-product .card-body .card-body--info a {
    font-size: 20px;
    font-size: 1.25rem;
    color: #212529;
    font-weight: 600;
    display: contents;
}

.card.card-addresses .card-body .card-body--info .price,
.card.card-wish-product .card-body .card-body--info .price {
    font-size: 18px;
    font-size: 1.125rem;
    color: #212529;
}

.card.card-form--contact {
    z-index: 1;
}

.card.card-form--contact .card-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
}

.card.card-form--contact .card-footer {
    padding: 0 1.25rem;
}

.card.card-form--contact.card-form--contact__info {
    border: none;
    padding-left: 0;
    z-index: -1;
}

.card.card-form--contact.card-form--contact__info .card-body {
    padding: 0;
}

.card.card-form--contact.card-form--contact__info .card-title {
    font-size: 16px;
    font-size: 1rem;
    text-transform: capitalize;
}

.card.card-form--contact.card-form--contact__info .card-text {
    font-size: 14px;
    font-size: 0.875rem;
}

.card.card-form--contact.card-form--contact__info .card-text.card-text__timetable {
    margin-top: 10px;
    padding: 0.5rem 1rem;
    background-color: var(--color-bg-info);
    border-radius: 4px;
    border: 1px solid var(--color-info-shade);
    color: var(--color-info-shade);
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.card.card-form--contact.card-form--contact__info .card-text.card-text__timetable i {
    margin-right: 5px;
}

.card.card-form--contact .link__email {
    color: #212529;
    padding: 1rem;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 2px 12px -2px rgba(33, 37, 41, 0.18);
    box-shadow: 0 2px 12px -2px rgba(33, 37, 41, 0.18);
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

.card.card-form--contact .link__email:focus,
.card.card-form--contact .link__email:hover {
    border: 1px solid #0f401b;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

.card.card-datas .card-header {
    padding: 0.25rem 1rem;
    padding-right: 0.5rem;
}

.card.card-datas .card-header .title .title--label {
    margin-right: 0.5rem;
}

.card.card-datas .card-body {
    padding: 0.5rem 0;
}

.card.card-datas .card-body .list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.card.card-datas .card-body .list li {
    border-bottom: 1px dashed #efefef;
    padding: 0.65rem 0.5rem;
    font-size: 16px;
    font-size: 1rem;
}

.card.card-datas .card-body .list li:last-child {
    border: none;
}

.card.card-search .card-title {
    font-size: 16px;
    font-size: 1rem;
}

@media only screen and (min-width: 767px) {
    .card.card-search .card-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.card.card-search .form-control {
    height: 48px;
}

.card.card-search .btn {
    margin: 0;
}

.card.card-cart {
    margin-bottom: 1rem;
}

.card.card-cart .card-body {
    padding: 0.75rem;
}

.card.card-cart .card-body .card-body--content,
.card.card-cart .card-body .product-image--details {
    width: 100%;
}

.card.card-cart .card-body .card-body--content {
    border-top: 1px solid #efefef;
    padding-top: 0.5rem;
}

@media only screen and (min-width: 767px) {
    .card.card-cart .card-body .card-body--content {
        border-top: none;
        padding-top: 0;
    }
}

.card.card-cart .card-body .card-body--image {
    width: 100%;
    max-width: 94px;
    margin-right: 1rem;
}

@media only screen and (min-width: 767px) {
    .card.card-cart .card-body .card-body--image {
        max-width: 120px;
    }
}

.card.card-cart .card-body .card-body--info {
    width: 100%;
    padding-right: 2rem;
}

.card.card-cart .card-body .card-body--info a {
    color: #212529;
    font-weight: 700;
}

.card.card-cart .card-body .card-body--info a:focus,
.card.card-cart .card-body .card-body--info a:hover {
    color: #05668d;
}

.card.card-cart .card-body .card-body--actions {
    width: 35%;
    padding-right: 1rem;
    height: 42px;
}

.card.card-cart .card-body .card-body--actions .input-group {
    height: 100%;
}

.card.card-cart .card-body .card-body--actions .input-group input {
    height: 100%;
    min-width: 32px;
}

.card.card-cart .card-body .card-body--price {
    padding-right: 1rem;
}

.card.card-cart .card-body .card-body--price .price-title {
    color: #212529;
}

.card.card-cart .card-body .card-body--price .price-title small {
    font-weight: 700;
}

@media only screen and (min-width: 767px) {
    .card.card-cart .card-body .card-body--price {
        width: 25%;
        padding-left: 1rem;
        padding-right: 0;
    }
}

.card.card-cart .btn-fab {
    position: absolute;
    top: 36%;
    right: 0;
    margin: 0.3rem;
    background-color: #427aa1;
    -webkit-box-shadow: 0 7px 16px -4px rgb(33 37 41 / 30%);
    box-shadow: 0 7px 16px -4px rgb(33 37 41 / 30%);
    text-decoration: none;
}

.card.card-cart .btn-fab i.fa.fa-times {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card.card-amount--info {
    top: 100px;
    right: 0;
}

.card.card-amount--info .table {
    margin-bottom: 0;
}

.card.card-amount--info .table tr:first-child td,
.card.card-amount--info .table tr:first-child th {
    border: none;
}

.card.card-amount--info .table tr td,
.card.card-amount--info .table tr th {
    border-top-style: dashed;
}

.card.card-details {
    border: none;
    border-radius: 0;
}

.card.card-details .card-body {
    padding: 0 1.25rem;
}

.card.card-certified {
    background-color: #fafafa;
}

.card.card-certified .h2 {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
}

.card.card-certified .list-certified .list-certified--item .list-certified--image {
    max-width: 100px;
}

.card.card-guest {
    margin-bottom: 1rem;
}

.card.card-checkout--resume .card-body {
    padding: 1rem;
}

.card.card-benefits {
    border: none;
    padding: 0;
}

.card.card-review {
    position: relative;
    border: none;
}

.card.card-review .form-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 115px;
    opacity: 0.15;
}

.card.card-review .p {
    padding-left: 2rem;
    padding-top: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
}

.card.card-cover {
    border-radius: 10px;
    border: none;
    margin-bottom: 16px;
}

.card.card-cover .card-body {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 2rem;
    padding: 0;
}

@media only screen and (min-width: 767px) {
    .card.card-cover .card-body {
        margin-top: 0;
        padding: 2rem;
    }
}

.card.card-cover .card-body .card-title {
    color: #212529;
    font-size: 24px;
    font-size: 1.5rem;
}

@media only screen and (min-width: 767px) {
    .card.card-cover .card-body .card-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media only screen and (min-width: 992px) {
    .card.card-cover .card-body .card-title {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.card.card-cover .card-body .card-text {
    font-size: 18px;
    font-size: 1.125rem;
    color: #212529;
}

.card.card-cover .card-body .link {
    font-weight: 500;
}

.card.card-cover .card-body .link:focus,
.card.card-cover .card-body .link:hover {
    text-decoration: underline;
}

.card.card-cover .card-body .btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #212529;
    font-size: 16px;
    font-size: 1rem;
    text-transform: initial;
    width: 100%;
    max-width: auto;
    padding: 0.75rem 0;
}

.card.card-cover .card-body .btn-link .feather {
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.card.card-cover .card-body .btn-link:focus .feather,
.card.card-cover .card-body .btn-link:hover .feather {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.card.card-cover.card-helper.card-helper__contact .card-body {
    padding: 0;
}

.card.card-cover.card-helper.card-helper__contact .card-body .card-body-information {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 767px) {
    .card.card-cover.card-helper.card-helper__contact .card-body .card-body-information {
        padding: 2rem;
    }
}

.card.card-cover.card-helper.card-helper__contact .card-body .card-body-information .card-text {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
}

.card.card-cover.card-helper.card-helper__contact::before {
    content: none;
}

.card.card-cover.card-helper.card-helper__contact .list-contact__tool {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: -10px;
    margin-top: 22px;
}

.card.card-cover.card-helper.card-helper__contact .list-contact__tool .list-contact__tool--item {
    max-width: calc(100% / 4);
    margin-bottom: 10px;
}

.card.card-cover.card-helper.card-helper__contact .list-contact__tool .list-contact__tool--item.list-contact__item--phone {
    max-width: 100%;
    /*height: 122px;*/
}

.card.card-cover.card-helper.card-helper__contact .list-contact__tool .list-contact__tool--item.list-contact__item--phone .list-contact__details {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.35;
    text-align: left;
}

@media only screen and (min-width: 992px) {
    .card.card-cover.card-helper.card-helper__contact .list-contact__tool .list-contact__tool--item.list-contact__item--phone .list-contact__details {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.card.card-cover.card-helper.card-helper-products .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 1.25rem;
}

@media only screen and (min-width: 767px) {
    .card.card-cover.card-helper.card-helper-products .card-body {
        padding: 3.25rem;
    }
}

.card.card-cover.card-helper.card-helper-products .card-body .card-title {
    font-size: 24px;
    font-size: 1.5rem;
}

.card.card-cover.card-helper.card-helper-products .card-body .card-icon {
    font-size: 54px;
    font-size: 3.375rem;
    margin-bottom: 20px;
}

.card.card-cover.card-helper.card-helper-products .card-body .card-text {
    font-size: 15px;
    font-size: 0.9375rem;
}

@media only screen and (min-width: 767px) {
    .card.card-cover.card-helper.card-helper-products .card-body .card-text {
        font-size: 16px;
        font-size: 1rem;
    }
}

.card.card-cover.card-helper.card-helper-products .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.card.card-cover.card-helper.card-helper-products .card-body .card-body__wrapper .card-title {
    font-size: 24px;
    font-size: 1.5rem;
}

.card.card-cover.card-helper.card-helper-products .card-body .card-body__wrapper .card-link {
    border-bottom: 1px solid #212529;
    padding-bottom: 2px;
    font-weight: 600;
    -webkit-transition: ease 0.2s all;
    transition: ease 0.2s all;
}

.card.card-cover.card-helper.card-helper-products .card-body .card-body__wrapper .card-link:hover {
    border-bottom: none;
}

.card.card-cover.card-helper .p.p-text__call a {
    font-weight: 700;
    border-bottom: 1px solid #212529;
    padding-bottom: 3px;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.card.card-cover.card-helper .p.p-text__call a:hover {
    padding-bottom: 0;
}

.card.card-product-expert {
    margin-top: 20px;
    border: 2px solid #212529;
    border-radius: 0;
    position: relative;
}

@media only screen and (min-width: 767px) {
    .card.card-product-expert .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2rem;
    }
}

.card.card-product-expert .card-body img {
    margin-bottom: 20px;
    max-width: 100px;
}

@media only screen and (min-width: 767px) {
    .card.card-product-expert .card-body img {
        margin-bottom: 0;
        max-width: 100%;
    }
}

@media only screen and (min-width: 767px) {
    .card.card-product-expert .card-body .card-body__wrapper {
        padding-left: 2rem;
    }
}

@media only screen and (min-width: 767px) {
    .card.card-product-expert .card-body .card-body__wrapper .card-text {
        max-width: 60%;
    }
}

.card.card-product-expert .card-body .card-body__wrapper .card-link {
    font-weight: 600;
}

.card.card-product-expert .card-body .card-body__wrapper .card-link:hover {
    opacity: 0.5;
}

.card.card-product-expert .card-title {
    font-size: 24px;
    font-size: 1.5rem;
}

.card .circle-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 12px -1px rgba(33, 37, 41, 0.05);
    box-shadow: 0 8px 12px -1px rgba(33, 37, 41, 0.05);
    margin-top: -63px;
    background-color: #fff;
}

.card .circle-icon .circle-icon__icon {
    color: #0f401b;
    font-size: 32px;
    font-size: 2rem;
    margin: 0;
}

.card.card-comments {
    background-color: #fff;
    margin-bottom: 20px;
    height: 100%;
}

.card.card-comments .card-header {
    border: 0;
    background-color: transparent;
    padding: 1.25rem;
}

.card.card-comments .card-header .rounded-circle {
    max-width: 48px;
}

@media only screen and (min-width: 767px) {
    .card.card-comments .card-header .rounded-circle {
        max-width: 75px;
    }
}

.card.card-comments .card-header .card-comment__date {
    margin: 0;
    color: var(--color-text-gray);
    margin-bottom: 4px;
}

.card.card-comments .card-header .card-comment__who {
    padding-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card.card-comments .card-header .card-comment__who .card-comment_name {
    margin-bottom: 3px;
}

.card.card-comments .card-header .facebook-logo {
    width: 25px;
}

@media only screen and (min-width: 767px) {
    .card.card-comments .card-header .facebook-logo {
        width: 32px;
    }
}

.card.card-comments .card-header .facebook-logo .p361ku9c {
    fill: #fff;
}

.card.card-comments .card-header .card-comments__pic {
    width: 46px;
    height: 46px;
    background-color: #f3f3f3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
}

.card.card-comments .card-body {
    padding-top: 0;
}

.card.card-comments .card-body .p {
    font-size: 16px;
    font-size: 1rem;
}

.card.card-download {
    padding: 1rem;
    border-radius: 0;
    border: 2px solid #f3f3f3;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.card.card-download .card-download__footer {
    text-align: center;
}

.card.card-download .card-download__footer .card-download__link {
    text-transform: uppercase;
    padding-top: 1rem;
    margin-top: 1rem;
    font-weight: 600;
    text-decoration: underline;
}

.card.card-download:hover {
    border-color: #212529;
}

.card.card-download:hover .card-download__link {
    text-decoration: none;
}

.card.card-qanswers .card-header {
    text-align: center;
    font-weight: 500;
    height: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 1rem;
    border: 0;
    padding-bottom: 0;
    background: url(/image/catalog/landscape-ireland02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 767px) {
    .card.card-qanswers .card-header {
        padding: 0 3rem;
        height: 200px;
    }
}

.card.card-qanswers .card-header .card-qanswers__wrapper {
    height: 140px;
    width: 140px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 10px -2px rgba(33, 37, 41, 0.14);
    box-shadow: 0 0 10px -2px rgba(33, 37, 41, 0.14);
    border-radius: 4px;
    margin-bottom: -72px;
}

@media only screen and (min-width: 767px) {
    .card.card-qanswers .card-header .card-qanswers__wrapper {
        height: 170px;
        width: 170px;
    }
}

.card.card-qanswers .card-header .card-qanswers__wrapper img {
    max-width: 135px;
}

@media only screen and (min-width: 767px) {
    .card.card-qanswers .card-header .card-qanswers__wrapper img {
        max-width: 100%;
    }
}

.card.card-qanswers .card-body {
    padding: 1rem;
    padding-top: 6rem;
}

@media only screen and (min-width: 767px) {
    .card.card-qanswers .card-body {
        padding: 3rem;
        padding-top: 6rem;
    }
}

.card.card-qanswers .card-body .row-explaination .card .card-body {
    padding: 2rem;
}

.card.card-qanswers .card-body .row-explaination .card .card-body .card-text {
    margin-bottom: 0;
}

.card.card-qanswers .card-body .h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.35;
}

@media only screen and (min-width: 767px) {
    .card.card-qanswers .card-body .h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.card.card-qanswers .card-body .h4 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.35;
}

@media only screen and (min-width: 767px) {
    .card.card-qanswers .card-body .h4 {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 9px;
    }
}

.card.card-qanswers .card-body p a {
    text-decoration: underline;
    font-weight: 600;
}

.card.card-qanswers .card-body p a:hover {
    text-decoration: none;
}

.card.card-qanswers .card-body .article {
    margin-top: 48px;
}

.card.card-qanswers .card-body .article .list {
    padding: 0 20px;
}

.card.card-qanswers .card-body .article .list .list__item {
    margin-bottom: 12px;
}

.card.card-qanswers .card-body .article .list .list__item:last-child {
    margin-bottom: 0;
}

.card.card-address {
    border: none;
}

.card.card-address .card-body {
    padding: 0;
    margin-top: 2rem;
}

@media only screen and (min-width: 767px) {
    .card.card-address .card-body {
        margin-top: 0;
        padding: 2rem;
    }
}

.card.card-address .card-body .card-title {
    color: #212529;
    font-size: 24px;
    font-size: 1.5rem;
}

@media only screen and (min-width: 767px) {
    .card.card-address .card-body .card-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media only screen and (min-width: 992px) {
    .card.card-address .card-body .card-title {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.card.card-address iframe {
    border: 1px solid #ededed;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    min-height: 424px;
}

.card-collapse .card-title {
    font-size: 22px;
    font-size: 1.375rem;
}

.card-collapse .form-control {
    height: 52px;
}

.img.img-empty {
    width: 100%;
    max-width: 75px;
    margin-bottom: 1rem;
    opacity: 0.45;
}

.wrapper-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrapper-elements .images-representative {
    width: 100%;
    max-width: 350px;
    background-color: #fafafa;
    position: relative;
    height: 350px;
    border-radius: 50%;
}

.wrapper-elements .images-representative .img-fluid {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
}

.wrapper-elements .images-representative .img-fluid.img__chest {
    max-width: 156px;
    -webkit-transform: translate(-71%, -30%);
    transform: translate(-71%, -30%);
    z-index: 2;
}

.wrapper-elements .images-representative .img-fluid.img__gift {
    max-width: 143px;
    -webkit-transform: translate(-32%, -64%);
    transform: translate(-32%, -64%);
    z-index: 1;
}

.wrapper-elements .card-account-success {
    padding: 2rem;
    border: none;
}

.wrapper-elements .card-account-success i {
    color: #0f401b;
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 20px;
}

.wrapper-elements .card-account-success .h1 {
    font-size: 24px;
    font-size: 1.5rem;
    border: none;
}

.section {
    padding: 48px 0;
}

.section .h1 {
    font-size: 23px;
    font-size: 1.4375rem;
    border-bottom: 1px solid #efefef;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 767px) {
    .section .h1 {
        font-size: 27px;
        font-size: 1.6875rem;
    }
}

.section .header .h2 {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

@media only screen and (min-width: 767px) {
    .section .header .h2 {
        font-size: 32px;
        font-size: 2rem;
        margin-bottom: 3rem;
    }
}

.section .h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}

@media only screen and (min-width: 767px) {
    .section .h2 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.section.section-heroshot {
    margin-top: 166px;
    background-repeat: no-repeat;
   /* background-size: 363%;*/
	background-size: 250%;
    background-position: 79% bottom;
    position: relative;
}

.section.section-heroshot .container,
.section.section-heroshot .row {
    height: 100%;
}

.section.section-heroshot .side-mains-product {
    margin-bottom: -25px;
}

@media only screen and (min-width: 767px) {
    .section.section-heroshot .side-mains-product {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 425px) {
    .section.section-heroshot {
        background-position: 70% bottom;
        background-size: 230%;
        height: 300px;
    }
}

@media only screen and (min-width: 767px) {
    .section.section-heroshot {
        background-position: 75% top;
        background-size: cover;
        margin-top: 222px;
        padding: 0;
    }
}

@media only screen and (min-width: 992px) {
    .section.section-heroshot {
        margin-top: 146px;
        height: 450px;
    }
}

@media only screen and (min-width: 1197px) {
    .section.section-heroshot {
        margin-top: 200px;
    }
}

@media only screen and (min-width: 1440px) {
    .section.section-heroshot {
        background-position: 80% top;
    }
}

.section.section-heroshot .btn {
    margin-top: 1.25rem;
    border-width: 2px;
    font-weight: 500;
}

.section.section-heroshot:after {
    content: " ";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #f7f7f7), color-stop(80%, transparent)), rgba(247, 247, 247, 0.04);
    background: linear-gradient(to right, #f7f7f7 5%, transparent 80%), rgba(247, 247, 247, 0.04);
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 767px) {
    .section.section-heroshot:after {
        content: none;
    }
}

.section.section-heroshot--home {
    margin-top: 208px;
}

@media only screen and (min-width: 425px) {
    .section.section-heroshot--home {
        margin-top: 204px;
    }
}

@media only screen and (min-width: 767px) {
    .section.section-heroshot--home {
        margin-top: 153px;
    }
}

@media only screen and (min-width: 992px) {
    .section.section-heroshot--home {
        margin-top: 188px;
        height: 350px;
    }
}

@media only screen and (min-width: 1197px) {
    .section.section-heroshot--home {
        margin-top: 190px;
    }
}

.section.section-account .card {
    margin-bottom: 1.65rem;
}

.section.section-account .card .card-body .card-title {
    font-size: 16px;
    font-size: 1rem;
}

.section.section-account .card .card-body .list-unstyled {
    margin: 0;
}

.section.section-account .card .card-body .list-unstyled li {
    border-bottom: 1px dashed #efefef;
}

.section.section-account .card .card-body .list-unstyled li a {
    display: block;
    padding: 0.65rem 0;
    font-size: 14px;
    font-size: 0.875rem;
    color: #212529;
}

.section.section-account .card .card-body .list-unstyled li:last-child {
    border: none;
}

.section.section-account .card .card-body .list-unstyled:hover>li {
    opacity: 0.5;
}

.section.section-account .card .card-body .list-unstyled:hover>li:hover {
    opacity: 1;
}

.section.section-account .card .card-footer .btn {
    font-size: 14px;
    font-size: 0.875rem;
}

.section.section-account .products-empty {
    height: 600px;
    padding-bottom: 0;
}

.section.section-account .products-empty .btn {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.section.section-account .products-empty .btn:last-child {
    margin-bottom: 0;
}

.section.section-account.section-account--return .form-control {
    height: 48px;
}

.section.section-account.section-account--return textarea.form-control {
    height: 250px;
}

.section.section-account.section-account--success {
    margin-top: 32px;
}

@media only screen and (min-width: 767px) {
    .section.section-account.section-account--success .container {
        max-width: 1070px;
    }
}

.section.section-account.section-account--success .wrapper-image {
    overflow: hidden;
    height: 500px;
    position: relative;
}

.section.section-account.section-account--success .wrapper-image img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.section.section-account.section-account--success .bg-mensage {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 767px) {
    .section.section-account.section-account--success .bg-mensage {
        max-width: 50%;
    }
}

.section.section-account.section-account--success .card-success {
    border: none;
    border-radius: 0;
    margin: 0;
    margin-top: -2rem;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 18px -2px rgba(33, 37, 41, 0.12);
    box-shadow: 0 8px 18px -2px rgba(33, 37, 41, 0.12);
}

@media only screen and (min-width: 767px) {
    .section.section-account.section-account--success .card-success {
        margin-top: -9rem;
    }
}

.section.section-account.section-account--success .card-success .card-body {
    text-align: left;
    padding: 2rem;
}

@media only screen and (min-width: 767px) {
    .section.section-account.section-account--success .card-success .card-body {
        padding: 2rem;
    }
}

.section.section-account.section-account--success .card-success .card-body .circle-icon {
    margin: 0 auto;
    margin-top: -70px;
    margin-bottom: 20px;
}

.section.section-account.section-account--success .card-success .card-body .card-title {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
    border: none;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    margin-top: 25px;
}

@media only screen and (min-width: 767px) {
    .section.section-account.section-account--success .card-success .card-body .card-title {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.section.section-account.section-account--success .card-success .card-body .box-menssage {
    margin-top: 10px;
}

.section.section-account.section-account--success .card-success .card-body .box-menssage .p {
    margin-bottom: 10px;
}

.section.section-account.section-account--success .card-success .card-body .box-menssage .p:last-child {
    margin-bottom: 0;
    font-style: italic;
}

.section.section-account.section-account--success .card-success .card-body .box-menssage .link {
    text-decoration: underline;
}

.section.section-account.section-account--success .card-success .card-body .box-menssage .link:focus,
.section.section-account.section-account--success .card-success .card-body .box-menssage .link:hover {
    text-decoration: none;
}

.section.section-account.section-account--success .card-success .card-body .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section.section-account.section-account--success .card-success .card-body .buttons .btn {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1rem;
    margin-right: 1rem;
}

.section.section-account.section-account--success .card-success .card-body .buttons .btn:last-child {
    margin-right: 0;
}

.section.section-account.section-account--order .card .card-body {
    padding: 0.5rem;
}

.section.section-account.section-account--order .card .card-body.card-body--text {
    padding: 1rem 1.25rem;
}

.section.section-account.section-account--order .card .table {
    margin-bottom: 0;
}

.section.section-account.section-account--order .card .table tr td,
.section.section-account.section-account--order .card .table tr th {
    border-top: 1px dashed #efefef;
    font-size: 16px;
    font-size: 1rem;
}

.section.section-account.section-account--order .card .table tr:first-child td,
.section.section-account.section-account--order .card .table tr:first-child th {
    border-top: none;
}

.section.section-account.section-account--order .card.card-confirm .card-body {
    padding: 1rem 1.25rem;
}

.section.section-account.section-account__logout {
    padding: 16px 0;
}

@media only screen and (min-width: 767px) {
    .section.section-account.section-account__logout {
        padding: 32px 0;
    }
}

.section.section-account.section-account__logout .wrapper__menssage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 767px) {
    .section.section-account.section-account__logout .wrapper__menssage {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.section.section-account.section-account__logout .wrapper__menssage .wrapper-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
}

.section.section-account.section-account__logout .wrapper__menssage .wrapper-image img {
    width: 131%;
    max-width: none;
}

@media only screen and (min-width: 767px) {
    .section.section-account.section-account__logout .wrapper__menssage .wrapper-image img {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 767px) {
    .section.section-account.section-account__logout .wrapper__menssage .wrapper-image {
        max-width: 50%;
    }
}

.section.section-account.section-account__logout .wrapper__menssage .card-success {
    border: none;
    border-radius: 0;
    margin-top: -5rem;
}

@media only screen and (min-width: 767px) {
    .section.section-account.section-account__logout .wrapper__menssage .card-success {
        margin-left: -5rem;
        margin-top: 0;
    }
}

.section.section-account.section-account__logout .wrapper__menssage .card-success .card-body {
    padding: 2rem 1rem;
}

@media only screen and (min-width: 767px) {
    .section.section-account.section-account__logout .wrapper__menssage .card-success .card-body {
        padding: 2rem;
    }
}

.section.section-account.section-account__logout .wrapper__menssage .card-success .card-body i {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #28a745;
}

.section.section-account.section-account__logout .wrapper__menssage .card-success .card-body .card-title {
    margin-bottom: 0;
    border: none;
    font-size: 24px;
    font-size: 1.5rem;
}

.section.section-account--wishlist .products-empty {
    height: 495px;
    padding-bottom: 2rem;
    margin-top: 1rem;
}

.section.section-category {
    padding: 0;
    padding-bottom: 32px;
}

.section.section-category #product-category {
    margin-top: 1rem;
}

.section.section-category .group__title {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 1rem 1.25rem;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}

@media only screen and (min-width: 767px) {
    .section.section-category .group__title {
        padding: 0;
        border: none;
        margin-top: 10px;
        margin-bottom: 7px;
    }
}

.section.section-categories {
    padding: 1rem 0;
    background-color: #fff;
}

.section.section-products {
    padding: 4rem 0;
}

.section.section-infos {
    padding-top: 0;
    padding-bottom: 4rem;
}

.section.section-infos.section-infos--sitemap {
    padding-bottom: 3rem;
}

.section.section-infos.section-infos--sitemap .h2 {
    font-size: 18px;
    font-size: 1.125rem;
}

@media only screen and (min-width: 767px) {
    .section.section-infos.section-infos--sitemap .h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.section.section-infos h2 {
    margin-top: 2rem;
    font-size: 20px;
    font-size: 1.25rem;
}

.section.section-infos h2:first-child {
    margin-top: 4px;
}

@media only screen and (min-width: 767px) {
    .section.section-infos h2 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.section.section-infos p {
    line-height: 1.75;
}

.section.section-infos a {
    text-decoration: underline;
    font-weight: 500;
}

.section.section-infos a:hover {
    text-decoration: none;
}

.section.section-infos strong {
    color: #444;
}

.section.section-product {
    background-color: #fff;
    padding: 1rem 0;
    overflow-y: hidden;
    padding-top: 10px;
}

.section.section-product .h1 {
    font-size: 24px;
    font-size: 1.5rem;
    border: none;
    padding-bottom: 0;
    line-height: 1.35;
    margin-bottom: 10px;
    margin-top: 1rem;
    color: #212529;
    font-weight: 700;
}

@media only screen and (min-width: 767px) {
    .section.section-product .h1 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    .section.section-product .h1 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.section.section-product .h2 {
    font-size: 18px;
    font-size: 1.125rem;
}

@media only screen and (min-width: 767px) {
    .section.section-product .h2 {
        font-size: 20px;
        font-size: 1.25rem;
        margin-top: 0;
    }
}

.section.section-product .product-related__title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #212529;
    font-weight: 500;
}

.section.section-product .subtitle {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
}

@media only screen and (min-width: 767px) {
    .section.section-product .subtitle {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.section.section-product .p__finger-size {
    font-size: 14px;
    font-size: 0.875rem;
}

.section.section-product.section-product--relateds .h2 {
    font-size: 28px;
    font-size: 1.75rem;
    padding-top: 2rem;
    border-top: 1px solid #efefef;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 767px) {
    .section.section-product.section-product--relateds .h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.section.section-product .btn-fab {
    background-color: #fff;
}

.section.section-product .control-label {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #212529;
    font-weight: 500;
}

.section.section-product .form-group {
    margin-top: 1rem;
}

.section.section-product .wrapper__payment-details {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}

@media only screen and (min-width: 425px) {
    .section.section-product .wrapper__payment-details {
        max-width: 60%;
    }
}

.section.section-product .wrapper__payment-details .p__title--payment {
    margin-bottom: 10px;
}

.section.section-product .wrapper__payment-details .p__title--payment i {
    margin-right: 10px;
}

.section.section-product .wrapper__payment-details .main-payment__badge img {
    width: 100%;
}

.section.section-product .wrapper__payment-details .list-payment__cards {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    border: 1px solid #c5c8d4;
    border-radius: 7px;
    margin-top: -11px;
    padding-top: 17px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fafafa;
}

.section.section-product .wrapper__payment-details .list-payment__cards .list-payment__cards--item {
    width: 40px;
    margin-right: 5px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 5px;
}

.section.section-product .wrapper__payment-details .list-payment__cards .list-payment__cards--item .payment__logos {
    width: 100%;
}

.section.section-account--login {
    background: linear-gradient( 55deg, rgba(208, 208, 208, 0.03) 0, rgba(208, 208, 208, 0.03) 20%, rgba(55, 55, 55, 0.03) 20%, rgba(55, 55, 55, 0.03) 40%, rgba(81, 81, 81, 0.03) 40%, rgba(81, 81, 81, 0.03) 60%, rgba(208, 208, 208, 0.03) 60%, rgba(208, 208, 208, 0.03) 80%, rgba(191, 191, 191, 0.03) 80%, rgba(191, 191, 191, 0.03) 100%), linear-gradient( 291deg, rgba(190, 190, 190, 0.02) 0, rgba(190, 190, 190, 0.02) 14.286%, rgba(105, 105, 105, 0.02) 14.286%, rgba(105, 105, 105, 0.02) 28.572%, rgba(230, 230, 230, 0.02) 28.572%, rgba(230, 230, 230, 0.02) 42.858%, rgba(216, 216, 216, 0.02) 42.858%, rgba(216, 216, 216, 0.02) 57.144%, rgba(181, 181, 181, 0.02) 57.144%, rgba(181, 181, 181, 0.02) 71.43%, rgba(129, 129, 129, 0.02) 71.43%, rgba(129, 129, 129, 0.02) 85.716%, rgba(75, 75, 75, 0.02) 85.716%, rgba(75, 75, 75, 0.02) 100.002%), linear-gradient( 32deg, rgba(212, 212, 212, 0.03) 0, rgba(212, 212, 212, 0.03) 12.5%, rgba(223, 223, 223, 0.03) 12.5%, rgba(223, 223, 223, 0.03) 25%, rgba(11, 11, 11, 0.03) 25%, rgba(11, 11, 11, 0.03) 37.5%, rgba(86, 86, 86, 0.03) 37.5%, rgba(86, 86, 86, 0.03) 50%, rgba(106, 106, 106, 0.03) 50%, rgba(106, 106, 106, 0.03) 62.5%, rgba(220, 220, 220, 0.03) 62.5%, rgba(220, 220, 220, 0.03) 75%, rgba(91, 91, 91, 0.03) 75%, rgba(91, 91, 91, 0.03) 87.5%, rgba(216, 216, 216, 0.03) 87.5%, rgba(216, 216, 216, 0.03) 100%), linear-gradient( 312deg, rgba(113, 113, 113, 0.01) 0, rgba(113, 113, 113, 0.01) 14.286%, rgba(54, 54, 54, 0.01) 14.286%, rgba(54, 54, 54, 0.01) 28.572%, rgba(166, 166, 166, 0.01) 28.572%, rgba(166, 166, 166, 0.01) 42.858%, rgba(226, 226, 226, 0.01) 42.858%, rgba(226, 226, 226, 0.01) 57.144%, rgba(109, 109, 109, 0.01) 57.144%, rgba(109, 109, 109, 0.01) 71.43%, rgba(239, 239, 239, 0.01) 71.43%, rgba(239, 239, 239, 0.01) 85.716%, rgba(54, 54, 54, 0.01) 85.716%, rgba(54, 54, 54, 0.01) 100.002%), linear-gradient( 22deg, rgba(77, 77, 77, 0.03) 0, rgba(77, 77, 77, 0.03) 20%, rgba(235, 235, 235, 0.03) 20%, rgba(235, 235, 235, 0.03) 40%, rgba(215, 215, 215, 0.03) 40%, rgba(215, 215, 215, 0.03) 60%, rgba(181, 181, 181, 0.03) 60%, rgba(181, 181, 181, 0.03) 80%, rgba(193, 193, 193, 0.03) 80%, rgba(193, 193, 193, 0.03) 100%), linear-gradient( 80deg, rgba(139, 139, 139, 0.02) 0, rgba(139, 139, 139, 0.02) 14.286%, rgba(114, 114, 114, 0.02) 14.286%, rgba(114, 114, 114, 0.02) 28.572%, rgba(240, 240, 240, 0.02) 28.572%, rgba(240, 240, 240, 0.02) 42.858%, rgba(221, 221, 221, 0.02) 42.858%, rgba(221, 221, 221, 0.02) 57.144%, rgba(74, 74, 74, 0.02) 57.144%, rgba(74, 74, 74, 0.02) 71.43%, rgba(201, 201, 201, 0.02) 71.43%, rgba(201, 201, 201, 0.02) 85.716%, rgba(187, 187, 187, 0.02) 85.716%, rgba(187, 187, 187, 0.02) 100.002%), linear-gradient( 257deg, rgba(72, 72, 72, 0.03) 0, rgba(72, 72, 72, 0.03) 16.667%, rgba(138, 138, 138, 0.03) 16.667%, rgba(138, 138, 138, 0.03) 33.334%, rgba(54, 54, 54, 0.03) 33.334%, rgba(54, 54, 54, 0.03) 50.001%, rgba(161, 161, 161, 0.03) 50.001%, rgba(161, 161, 161, 0.03) 66.668%, rgba(17, 17, 17, 0.03) 66.668%, rgba(17, 17, 17, 0.03) 83.335%, rgba(230, 230, 230, 0.03) 83.335%, rgba(230, 230, 230, 0.03) 100.002%), linear-gradient( 47deg, rgba(191, 191, 191, 0.01) 0, rgba(191, 191, 191, 0.01) 16.667%, rgba(27, 27, 27, 0.01) 16.667%, rgba(27, 27, 27, 0.01) 33.334%, rgba(66, 66, 66, 0.01) 33.334%, rgba(66, 66, 66, 0.01) 50.001%, rgba(36, 36, 36, 0.01) 50.001%, rgba(36, 36, 36, 0.01) 66.668%, rgba(230, 230, 230, 0.01) 66.668%, rgba(230, 230, 230, 0.01) 83.335%, rgba(93, 93, 93, 0.01) 83.335%, rgba(93, 93, 93, 0.01) 100.002%), linear-gradient(90deg, #fff, #fff);
}

.section.section-account--login #content {
    min-height: 525px;
}

.section.section-account--login .col-new-customers {
    margin-right: 0;
}

@media only screen and (min-width: 767px) {
    .section.section-account--login .col-new-customers {
        margin-right: -3rem;
    }
}

.section.section-account--login .card .card-body {
    padding: 2rem 1rem;
}

@media only screen and (min-width: 767px) {
    .section.section-account--login .card .card-body {
        padding: 2rem;
    }
}

.section.section-account--login .card.card-new-customers,
.section.section-account--login .card.card-return-customers {
    border: none;
}

.section.section-account--login .card.card-new-customers {
    border-radius: 0.5rem;
    background-color: transparent;
}

.section.section-account--login .card.card-new-customers .card-body {
    padding: 1rem;
}

@media only screen and (min-width: 767px) {
    .section.section-account--login .card.card-new-customers .card-body {
        padding: 2rem;
    }
}

.section.section-account--login .card.card-return-customers {
    -webkit-box-shadow: 4px 5px 24px -3px rgba(33, 37, 41, 0.14);
    box-shadow: 4px 5px 24px -3px rgba(33, 37, 41, 0.14);
}

.section.section-account--login .card.card-return-customers .form-control {
    height: 48px;
}

.section.section-account--login .card.card-return-customers .btn {
    margin: 0;
    margin-top: 1rem;
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .section.section-account--login .card.card-return-customers .btn {
        width: auto;
    }
}

.section.section-location {
    padding: 0;
    margin-bottom: -7px;
}

.section.section-location iframe {
    width: 100%;
}

.section.section-not-foound {
    background-color: #fafafa;
    padding: 0;
    padding-bottom: 2rem;
}

.section.section-not-foound #content {
    min-height: 450px;
}

@media only screen and (min-width: 767px) {
    .section.section-not-foound #content {
        min-height: 600px;
    }
}

.section.section-not-foound #content .h1 {
    margin: 0;
    padding-bottom: 0;
    border: none;
    margin-bottom: 10px;
}

.section.section-cart {
    background-color: #fafafa;
}

.section.section-cart .h1 {
    margin-bottom: 1rem;
}

.section.section-cart .h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}

@media only screen and (min-width: 767px) {
    .section.section-cart .h2 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.section.section-cart .wrapper__payment-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section.section-cart .wrapper__payment-details .main-payment__badge {
    display: inline-block;
}

.section.section-cart .wrapper__payment-details .main-payment__badge img {
    width: 100%;
}

.section.section-cart .alert {
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 14px;
    font-size: 0.875rem;
}

.section.section-cart .alert i {
    margin-right: 10px;
}

.section.section-cart .alert .close {
    position: relative;
    padding: 0;
    font-size: 20px;
    font-size: 1.25rem;
    margin-left: auto;
}

.section.section-cart--checkout {
    padding: 0;
    background-color: #fff;
    overflow-x: hidden;
    height: 100vh;
}

.section.section-cart--checkout .header-summary .h2 {
    text-align: left;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section.section-cart--checkout .header-summary__image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1rem;
    background-color: #efefef;
    border: 1px solid #efefef;
    border-radius: 0.25rem;
}

.section.section-cart--checkout .header-summary__image .img-fluid {
    width: 100%;
}

.section.section-cart--checkout .header-details--receipt {
    padding-top: 1rem;
}

@media only screen and (min-width: 767px) {
    .section.section-cart--checkout .header-details--receipt {
        padding-top: 3rem;
    }
}

.section.section-cart--checkout .header-login,
.section.section-cart--checkout .header-section {
    margin-bottom: 1rem;
}

.section.section-cart--checkout .header-login .p {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
    .section.section-cart--checkout .header-login .p {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.section.section-cart--checkout #content {
    min-height: 100%;
}

.section.section-cart--checkout .container,
.section.section-cart--checkout .row {
    height: 100%;
}

.section.section-cart--checkout a {
    color: #2569ed;
}

.section.section-cart--checkout a.link-logo {
    display: block;
    max-width: 225px;
    margin-bottom: 1rem;
}

.section.section-cart--checkout .side-summary {
    -webkit-box-shadow: inset 1px 0 #efefef;
    box-shadow: inset 1px 0 #efefef;
    background-color: #fafafa;
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

@media only screen and (min-width: 767px) {
    .section.section-cart--checkout .side-summary {
        padding-top: 0;
    }
}

.section.section-cart--checkout .side-summary::after {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fafafa;
    -webkit-box-shadow: inset 1px 0 #efefef;
    box-shadow: inset 1px 0 #efefef;
}

@media only screen and (min-width: 767px) {
    .section.section-cart--checkout .side-summary::after {
        width: 300%;
    }
}

.section.section-cart--checkout .article {
    padding-top: 0;
    padding-bottom: 1rem;
}

@media only screen and (min-width: 767px) {
    .section.section-cart--checkout .article {
        padding-top: 3rem;
    }
}

@media only screen and (min-width: 767px) {
    .section.section-cart--checkout .article.article-form {
        padding-right: 3rem;
        padding-top: 0;
    }
}

.section.section-cart--checkout .container-fluid,
.section.section-cart--checkout .container-lg,
.section.section-cart--checkout .container-md,
.section.section-cart--checkout .container-sm,
.section.section-cart--checkout .container-xl {
    padding: 0 5%;
    width: 90%;
    max-width: 78.57143em;
}

.section.section-cart--checkout .header-form {
    padding-bottom: 2rem;
}

.section.section-cart--checkout .h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0;
}

.section.section-cart--checkout .header-steps {
    margin-bottom: 1rem;
}

.section.section-cart--checkout .header-steps .h2 {
    margin-bottom: 0.25rem;
}

.section.section-cart--checkout .p {
    font-size: 14px;
    font-size: 0.875rem;
}

.section.section-cart--checkout .header-summary .header-summary--title {
    font-weight: 700;
}

.section.section-cart--checkout .form-group {
    margin-bottom: 1rem;
}

.section.section-cart--checkout .form-group.form-check .form-check-label {
    padding-right: 1rem;
}

@media only screen and (min-width: 767px) {
    .section.section-cart--checkout .form-group.form-check .form-check-label {
        padding-right: 0;
    }
}

.section.section-cart--checkout .form-group .label {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-out 0.3s all;
    transition: ease-out 0.3s all;
    font-size: 12px;
    font-size: 0.75rem;
    color: #444;
    font-weight: 400;
    padding: 0 0.65rem;
    margin-top: 0.35rem;
    margin-left: 1px;
    width: 100%;
}

.section.section-cart--checkout .form-group .form-group--wrapper {
    position: relative;
}

.section.section-cart--checkout .form-group .form-group--wrapper.field--show__floating-label .label {
    opacity: 1;
    visibility: visible;
    color: #444;
}

.section.section-cart--checkout .form-group .form-group--wrapper.field--show__floating-label .form-control {
    padding-top: 1.2rem;
    padding-bottom: 0.35714em;
}

.section.section-cart--checkout .form-group .form-group--wrapper.field--show__floating-label .form-control.textarea {
    padding-top: 1.5rem;
}

.section.section-cart--checkout .form-group.field-select {
    position: relative;
}

.section.section-cart--checkout .form-group.field-select .label {
    visibility: visible;
    opacity: 1;
}

.section.section-cart--checkout .form-group.field-select .form-control {
    padding-top: 1.25rem;
    padding-bottom: 0.35714em;
    -webkit-appearance: none;
    padding-right: 2rem;
}

.section.section-cart--checkout .form-group.field-select .form-control::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #efefef;
}

.section.section-cart--checkout .form-group i {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 1rem;
}

.section.section-cart--checkout .form-group.form-group--comments .textarea {
    padding-top: 0.75rem;
}

.section.section-cart--checkout .form-group.form-group--comments.field--show__floating-label .textarea {
    padding-top: 1.75rem;
}

.section.section-cart--checkout .form-group.form-group--comments.field--show__floating-label .label {
    opacity: 1;
    visibility: visible;
}

.section.section-cart--checkout .checkbox--box {
    padding: 1rem;
    border: 1px solid #efefef;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.section.section-cart--checkout .checkbox--box .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section.section-cart--checkout .checkbox--box .form-check .form-check-input {
    margin-right: 1rem;
    margin-top: -0.1rem;
    position: relative;
}

.section.section-cart--checkout .checkbox--box .form-group {
    margin: 0;
}

.section.section-cart--checkout .form-control {
    padding: 0.92857em 0.68571em;
    border: 1px solid #efefef;
    width: 100%;
    border-radius: 0.25rem;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    background-clip: padding-box;
    height: auto;
}

.section.section-cart--checkout .form-control:focus {
    outline: 0;
    border-color: #2569ed;
    -webkit-box-shadow: 0 0 0 1px #2569ed;
    box-shadow: 0 0 0 1px #2569ed;
}

.section.section-cart--checkout .btn {
    font-size: 14px;
    font-size: 0.875rem;
}

.section.section-cart--checkout .btn.btn-outline-primary {
    border: 1px solid #444;
    padding: 1rem 0;
    color: #444;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
}

@media only screen and (min-width: 767px) {
    .section.section-cart--checkout .btn.btn-outline-primary {
        max-width: 120px;
    }
}

.section.section-cart--checkout .btn.btn-outline-primary:focus,
.section.section-cart--checkout .btn.btn-outline-primary:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section.section-cart--checkout .btn.btn-outline-primary[disabled] {
    background-color: #444;
    color: #fff;
}

.section.section-cart--checkout .btn.btn-shop {
    max-width: 100%;
    background-color: #28a745;
    border-color: #28a745;
    padding: 0.85rem 0.5rem;
    width: 100%;
    color: #000;
}

.section.section-cart--checkout .btn.btn-shop:focus,
.section.section-cart--checkout .btn.btn-shop:hover {
    color: #000;
}

@media only screen and (min-width: 767px) {
    .section.section-cart--checkout .btn.btn-shop {
        max-width: 185px;
    }
}

.section.section-cart--checkout .btn[disabled] {
    opacity: 0.5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section.section-cart--checkout .btn[disabled]:focus,
.section.section-cart--checkout .btn[disabled]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section.section-cart--checkout .main-footer {
    border-top: 1px solid #efefef;
    margin-top: 1rem;
    padding-top: 1rem;
}

.section.section-cart--checkout .main-footer .list {
    margin-bottom: 0;
}

.section.section-cart--checkout .main-footer .list .list-links-main--items {
    margin-bottom: 0.5rem;
    line-height: 1;
    width: 100%;
}

.section.section-cart--checkout .main-footer .list .list-links-main--items a {
    font-size: 12px;
    font-size: 0.75rem;
}

@media only screen and (min-width: 767px) {
    .section.section-cart--checkout .main-footer .list .list-links-main--items a {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.section.section-cart--checkout .box-contact {
    margin-bottom: 1rem;
}

@media only screen and (min-width: 767px) {
    .section.section-cart--checkout .box-contact {
        margin-bottom: 2rem;
    }
}

.section.section-cart--checkout .box-contact .header-article {
    margin-bottom: 1rem;
}

.section.section-cart--checkout .receipt {
    z-index: 1100;
    position: fixed;
    top: 300%;
    left: 50%;
    background-color: #fff;
    padding: 1rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
    padding-top: 42px;
    padding-bottom: 0;
    width: 100%;
    max-width: 450px;
}

.section.section-cart--checkout .receipt.show {
    top: 50%;
}

.section.section-cart--checkout .receipt .product {
    background-color: #fafafa;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    border: 1px solid #efefef;
}

.section.section-cart--checkout .receipt .receipt-header {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}

.section.section-cart--checkout .receipt .article-summary {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.section.section-cart--checkout .receipt .article-summary .header-summary {
    margin-top: 1rem;
}

@media only screen and (min-width: 767px) {
    .section.section-cart--checkout .receipt .article-summary {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.section.section-cart--checkout .receipt .header-summary--details {
    padding-right: 1rem;
}

.section.section-cart--checkout .receipt .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-size: 1.25rem;
    color: #212529;
    opacity: 0.5;
}

.section.section-cart--checkout .receipt .btn-close:focus,
.section.section-cart--checkout .receipt .btn-close:hover {
    color: #212529;
    opacity: 1;
}

.section.section-cart--checkout .receipt .form-row {
    padding: 0 0.3rem;
}

.section.section-cart--checkout .box-contact--details .h2 {
    text-align: left;
}

.section.section-main-products {
    padding: 1rem 0;
    padding-bottom: 0;
    padding-top: 30px;
}

.section.section-main-products .card {
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px -6px rgba(33, 37, 41, 0.16);
    box-shadow: 0 0 20px -6px rgba(33, 37, 41, 0.16);
}

.section.section-main-products .card .card-body {
    padding: 2rem;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 767px) {
    .section.section-main-products .card .card-body {
        padding: 3rem;
    }
}

.section.section-main-products .card .card-title {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 767px) {
    .section.section-main-products .card .card-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.section.section-main-products .card .img-fluid {
    position: absolute;
    top: 50%;
    right: 0;
    width: 90px;
    -webkit-transform: translateY(-11%);
    transform: translateY(-11%);
    margin-right: 5px;
}

@media only screen and (min-width: 767px) {
    .section.section-main-products .card .img-fluid {
        width: 175px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: 25px;
    }
}

.section.section-main-products .card .img-fluid.img-pendant {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 135px;
    margin-right: -20px;
    z-index: -1;
}

@media only screen and (min-width: 767px) {
    .section.section-main-products .card .img-fluid.img-pendant {
        width: 190px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin-right: 0;
    }
}

.section.section-benefits {
    border-top: 1px solid #efefef;
    padding-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
    .section.section-benefits {
        padding-bottom: 3rem;
    }
}

.section.section-jewelries .header {
    margin-bottom: 2rem;
}

.section.section-jewelries .main-jewelries {
    height: auto;
    padding-bottom: 15px;
}

@media only screen and (min-width: 767px) {
    .section.section-jewelries .main-jewelries {
        height: 100%;
    }
}

.section.section-jewelries .main-jewelries .wrap-main-jewelry {
    background-color: #fafafa;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem;
}

.section.section-jewelries .main-jewelries .wrap-main-jewelry .h3 {
    font-size: 18px;
    font-size: 1.125rem;
}

@media only screen and (min-width: 767px) {
    .section.section-jewelries .main-jewelries .wrap-main-jewelry .h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.section.section-jewelries .main-jewelries .wrap-main-jewelry .img-jewelry {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
}

.section.section-sale .card {
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
}

.section.section-sale .card .card-title {
    font-weight: 700;
    color: #212529;
    position: relative;
    margin-bottom: 7px;
}

.section.section-sale .card::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0px solid #ddd;
    border-radius: 2px;
    z-index: -1;
}

.section.section-sale.section-sale--discount .card {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.85))), url(/image/catalog/present.jpg);
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(/image/catalog/present.jpg);
    background-size: cover;
    background-position: center;
    border: none;
}

.section.section-sale.section-sale--discount .card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 1rem;
}

.section.section-sale.section-sale--discount .card .tagline {
    padding: 1rem;
    font-size: 20px;
    font-size: 1.25rem;
    background: #212529;
    color: #fff;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.section.section-sale.section-sale--discount .card .card-title {
    font-size: 20px;
    font-size: 1.25rem;
}

.section.section-sale.section-sale--discount .card .card-text {
    color: #212529;
}

.section.section-sale.section-sale--discount .card .btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #212529;
    font-size: 16px;
    font-size: 1rem;
    text-transform: initial;
}

.section.section-sale.section-sale--discount .card .btn-link .feather {
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.section.section-sale.section-sale--discount .card .btn-link:focus .feather,
.section.section-sale.section-sale--discount .card .btn-link:hover .feather {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.section.section-sale.section-sale--discount .card::after {
    content: " ";
    width: 99%;
    height: 96%;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #212529;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section.section-interesting .video {
    height: 495px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    cursor: pointer;
}

.section.section-search {
    padding-top: 0;
}

.section.section-search .wrapper-products {
    padding-top: 32px;
}

.section.section-search .row-products {
    padding-left: 1rem;
}

.section.section-search .products-empty {
    padding: 1rem 0;
}

.section.section-search .products-empty .container {
    height: 100%;
}

.section.section-contact {
    margin-top: 0;
    height: calc(100% - 115px);
    padding: 10px 0;
    padding-bottom: 48px;
}

@media only screen and (min-width: 767px) {
    .section.section-contact {
        padding: 20px 0;
        height: calc(100% - 72px);
    }
}

@media only screen and (min-width: 767px) {
    .section.section-contact .container {
        max-width: 1070px;
    }
}

.section.section-contact .link__email {
    color: #212529;
    padding: 1rem;
    -webkit-box-shadow: 0 2px 12px -2px rgba(33, 37, 41, 0.18);
    box-shadow: 0 2px 12px -2px rgba(33, 37, 41, 0.18);
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
}

.section.section-contact .link__email:focus,
.section.section-contact .link__email:hover {
    border: 1px solid #0f401b;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

.section.section-contact .form .label {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
    color: #212529;
}

.section.section-contact .form .form-control {
    height: 100vh;
    max-height: 48px;
}

.section.section-contact .form .form-control.form-control__menssage {
    height: 100vh;
    max-height: 157px;
}

.section.section-contact .card {
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    margin-bottom: 20px;
}

.section.section-contact .card.card-form--contact textarea {
    max-height: 221px;
}

.section.section-contact .card.card-form--contact .btn-shop {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.section.section-contact .card.card-talk {
    height: 100%;
    max-height: 145px;
}

.section.section-contact .card.card-talk.card-talk__email .card-body {
    padding: 1rem;
}

.section.section-contact .card.card-talk.card-talk__address {
    height: auto;
    max-height: 100%;
}

.section.section-contact .card.card-talk.card-talk__address iframe {
    width: 100%;
    border: 1px solid #efefef;
    height: 250px;
}

.section.section-contact .card.card-talk.card-talk__address .card-body {
    padding: 1rem;
}

.section.section-contact .card.card-talk.card-talk__phone .card-body {
    padding: 0;
}

.section.section-contact .card.card-talk.card-talk__phone:focus,
.section.section-contact .card.card-talk.card-talk__phone:hover {
    border-color: #0f401b;
}

.section.section-contact .card.card-talk.card-talk__chats .card-body {
    padding: 1rem;
}

.section.section-contact .card .card-body {
    position: relative;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.section.section-contact .card .card-body .card-text {
    font-weight: 500;
    margin-bottom: 8px;
    color: #212529;
}

.section.section-contact .card .card-body .p {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    text-align: center;
}

.section.section-contact .card .card-body .card-phone__link {
    display: block;
    padding: 1rem;
}

.section.section-contact .card .card-body .card-phone__link .card-phone__icon {
    font-size: 28px;
    font-size: 1.75rem;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    color: #0f401b;
}

.section.section-contact .card .card-body .card-phone__link .card-phone__text {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 400;
    color: #0f401b;
}

.section.section-contact .card .card-body .card-phone__link:focus .card-phone__text,
.section.section-contact .card .card-body .card-phone__link:hover .card-phone__text {
    text-decoration: underline;
}

.section.section-contact .card .card-body .card__buttons .btn {
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .section.section-contact .card .card-body .card__buttons .btn {
        width: auto;
    }
}

.section.section-contact .card.card-form__book,
.section.section-contact .card.card-form__contact {
    height: 100%;
}

.section.section-contact .card.card-form__book .card-body,
.section.section-contact .card.card-form__contact .card-body {
    text-align: center;
}

.section.section-contact .card.card-form__book .card-body .circle-icon,
.section.section-contact .card.card-form__contact .card-body .circle-icon {
    margin-bottom: 20px;
    margin-top: 0;
}

.section.section-contact .card.card-form__book .card-body .h2,
.section.section-contact .card.card-form__contact .card-body .h2 {
    text-align: center;
}

.section.section-contact .card.card-form__book .card-body .btn,
.section.section-contact .card.card-form__contact .card-body .btn {
    margin-top: 20px;
}

.section.section-contact .card.card-form__book.card-form__book--success iframe,
.section.section-contact .card.card-form__book.card-form__contact--success iframe,
.section.section-contact .card.card-form__contact.card-form__book--success iframe,
.section.section-contact .card.card-form__contact.card-form__contact--success iframe {
    height: 100%;
}

.section.section-contact .card.card-form__book.card-form__book--success .btn,
.section.section-contact .card.card-form__book.card-form__contact--success .btn,
.section.section-contact .card.card-form__contact.card-form__book--success .btn,
.section.section-contact .card.card-form__contact.card-form__contact--success .btn {
    font-size: 16px;
    font-size: 1rem;
}

.section.section-product__details {
    padding: 0;
    background-color: #fff;
}

.section.section-product__details .tab-content__article {
    padding: 2rem 0;
}

.section.section-product__details .tab-content__article .tab-pane {
    padding: 0 1rem;
}

@media only screen and (min-width: 767px) {
    .section.section-product__details .tab-content__article .tab-pane .h2 {
        display: block;
    }
}

.section.section-product__details .tab-content__article .h4 {
    font-size: 20px;
    font-size: 1.25rem;
}

.section.section-product__details .tab-content__article table {
    width: 100%;
}

.section.section-product__details .tab-content__article table tr {
    border-top: 1px solid #efefef;
}

.section.section-product__details .tab-content__article table tr:last-child {
    border-bottom: 1px solid #efefef;
}

.section.section-product__details .tab-content__article table tr th {
    padding: 0.5rem;
    width: 100px;
}

.section.section-product__details .tab-content__article p {
    font-size: 16px;
    font-size: 1rem;
}

.section.section-product__details .tab-content__article .list {
    font-size: 16px;
    font-size: 1rem;
}

.section.section-product__details .tab-content__article .list .list__item {
    margin-bottom: 7px;
}

.section.section-product__details .tab-content__article .info__more {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
}

.section.section-category-description {
    padding-top: 1rem;
}

.section.section-category-description .h2 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 20px;
    display: block;
}

.section.section-category-description .h3 {
    font-size: 20px;
    font-size: 1.25rem;
}

.section.section-category-description .row-explaination {
    margin-top: 32px;
}

.section.section-category-description .article__video {
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 20px;
    height: 100%;
    max-height: 325px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.section.section-category-description .article__video .player {
    width: 100%;
    outline: 0;
}

.section.section-category-description .article__video .btn__pause-video,
.section.section-category-description .article__video .btn__play-video {
    border: none;
    background-color: transparent;
    outline: 0;
}

.section.section-category-description .article__video .btn__pause-video:hover,
.section.section-category-description .article__video .btn__play-video:hover {
    cursor: pointer;
}

.section.section-category-description .article__video .btn__pause-video {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-size: 1.25rem;
}

@media only screen and (min-width: 767px) {
    .section.section-category-description .article__video .btn__pause-video {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.section.section-category-description .p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
}

@media only screen and (min-width: 767px) {
    .section.section-category-description .p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.section.section-category-description .list .list__item {
    margin-bottom: 20px;
}

.section.section-category-description .article__video .player {
    cursor: pointer;
}

.section.section-newinfo {
    padding-top: 0;
}

.section.section-newinfo .section-newinfo__image {
    height: auto;
    min-height: 250px;
    background: url(/image/catalog/Banners/couple-presents-min.jpg);
    background-position: 56% 67%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
    .section.section-newinfo .section-newinfo__image {
        background-position: center;
        min-height: 450px;
    }
}

.section.section-newinfo .video-claddagh {
    width: 100%;
    margin: 32px 0;
}

.section.section-newinfo .header-newinfo {
    padding: 2rem 1rem;
    background-color: #fff;
    margin-top: -100px;
}

.section.section-newinfo .header-newinfo .display-1 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: Montserrat;
    font-weight: 700;
    color: #212529;
}

@media screen and (min-width: 767px) {
    .section.section-newinfo .header-newinfo .display-1 {
        font-size: 48px;
        font-size: 3rem;
    }
}

@media screen and (min-width: 992px) {
    .section.section-newinfo .header-newinfo .display-1 {
        font-size: 68px;
        font-size: 4.25rem;
    }
}

.section.section-newinfo .header-newinfo .lead {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    max-width: 832px;
    margin: 0 auto;
}

@media screen and (min-width: 764px) {
    .section.section-newinfo .header-newinfo .lead {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.section.section-newinfo .header-newinfo .header-newinfo__info {
    text-align: center;
    margin-top: -54px;
}

@media screen and (min-width: 764px) {
    .section.section-newinfo .header-newinfo .header-newinfo__info {
        margin-top: -100px;
    }
}

.section.section-newinfo .header-newinfo .header-newinfo__info .img {
    width: 100%;
}

.section.section-newinfo .article-newinfo {
    margin-top: 32px;
}

@media screen and (min-width: 764px) {
    .section.section-newinfo .article-newinfo {
        margin-top: 72px;
    }
}

.section.section-newinfo .article-newinfo .h2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: Montserrat;
    margin-bottom: 5px;
}

@media screen and (min-width: 764px) {
    .section.section-newinfo .article-newinfo .h2 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.section.section-newinfo .article-newinfo .h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    font-family: Montserrat;
}

.section.section-newinfo .article-newinfo .p {
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (min-width: 764px) {
    .section.section-newinfo .article-newinfo .p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.section.section-newinfo .article-newinfo .wrapper-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 48px;
}

.section.section-newinfo .article-newinfo .wrapper-article .img {
    max-width: 650px;
    margin: 32px auto;
    width: 100%;
}

.section.section-newinfo .header-newinfo__frames {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
}

@media screen and (min-width: 764px) {
    .section.section-newinfo .header-newinfo__frames {
        margin-top: 3rem;
    }
}

.section.section-newinfo .header-newinfo__frames .header-newinfo__pic {
    margin: 0 2rem;
    max-width: 54px;
}

@media screen and (min-width: 764px) {
    .section.section-newinfo .header-newinfo__frames .header-newinfo__pic {
        max-width: 100%;
    }
}

.section.section-newinfo .header-newinfo__frames .header-newinfo__frame {
    border-top: 1px solid #ededed;
    width: 100%;
    height: 10px;
    position: relative;
}

.section.section-newinfo .header-newinfo__frames .header-newinfo__frame:after {
    content: " ";
    position: absolute;
    width: 100%;
    max-width: 338px;
    background-color: #ededed;
    height: 1px;
    bottom: 0;
}

.section.section-newinfo .header-newinfo__frames .header-newinfo__frame.header-newinfo__frame--right:after {
    left: 0;
}

.section.section-newinfo .header-newinfo__frames .header-newinfo__frame.header-newinfo__frame--left:after {
    right: 0;
}

.section.section-newinfo .row-explaination {
    margin: 32px 0;
}

.section.section-newinfo .row-explaination .card {
    margin-bottom: 2rem;
    text-align: center;
    border: none;
    -webkit-box-shadow: 0 5px 12px -4px rgba(0, 0, 0, 0.15), 0 -5px 12px -5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 12px -4px rgba(0, 0, 0, 0.15), 0 -5px 12px -5px rgba(0, 0, 0, 0.05);
}

.section.section-newinfo .row-explaination .card .card-body {
    padding: 2rem;
}

.section.section-newinfo .row-explaination .card .card-body .card-image {
    width: 100%;
    max-width: 260px;
    margin-bottom: 2rem;
}

.section.section-newinfo .row-explaination .card .card-body .card-text {
    margin: 0;
    text-align: left;
}

.section.section-review .tab-content {
    padding: 2rem 0;
    height: auto;
    min-height: 450px;
}

@media screen and (min-width: 764px) {
    .section.section-product-review .header .h2 {
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 764px) {
    .section.section-product-review .list-comments {
        max-width: 100%;
    }
}

@media screen and (min-width: 764px) {
    .section.section-product-review .list-comments .list-comments__item {
        max-width: 50%;
        padding-right: 30px;
    }
}

.section.section-product-review .list-comments .list-comments__item .list-comments-stars {
    margin: 0;
}

.section.section-product-review .list-comments .list-comments__item .card-comment_name {
    font-size: 20px;
    font-size: 1.25rem;
}

.section.section-ring-size {
    background: -webkit-gradient(linear, left top, right top, color-stop(23%, var(--color-card-bg)), to(transparent)), url(/image/catalog/Banners/banner-size-method02.jpg);
    background: linear-gradient(to right, var(--color-card-bg) 23%, transparent), url(/image/catalog/Banners/banner-size-method02.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    height: auto;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 767px) {
    .section.section-ring-size {
        background-position: 30%;
    }
}

@media only screen and (min-width: 992px) {
    .section.section-ring-size {
        background-position: 0;
    }
}

.section.section-ring-size .section-ring-size__header .h1 {
    font-size: 42px;
    font-size: 2.625rem;
    border: none;
    padding: 0;
    margin-bottom: 16px;
}

.section.section-ring-size .section-ring-size__header .p {
    font-size: 18px;
    font-size: 1.125rem;
}

.section.section-sizing .section-sizing__header {
    padding: 2rem;
    margin-top: -112px;
    background-color: #fff;
    padding-bottom: 0;
}

.section.section-sizing .section-sizing__header .h2 {
    font-size: 32px;
    font-size: 2rem;
}

.section.section-sizing .h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 32px;
}

.section.section-sizing .article {
    margin-top: 32px;
    padding: 0;
}

@media only screen and (min-width: 767px) {
    .section.section-sizing .article {
        padding: 0 2rem;
    }
}

.section.section-sizing .article .h4 {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}

.section.section-sizing .article .card {
    margin-top: 20px;
}

.section.section-sizing .article .card .list-objects {
    margin: 0;
}

.section.section-sizing .article .card.card-tools {
    border: none;
    background-color: #fafafa;
    border-radius: 0;
}

.section.section-sizing .article .card.card-tools .card-body {
    padding: 2rem;
}

@media only screen and (min-width: 767px) {
    .section.section-sizing .article .card.card-tools .card-body {
        padding: 3rem;
    }
}

.section.section-sizing .article .card.card-info {
    border: none;
    background-color: #fafafa;
}

.section.section-sizing .article .card.card-info .card-body {
    padding: 2rem;
}

@media only screen and (min-width: 767px) {
    .section.section-sizing .article .card.card-info .card-body {
        padding: 3rem;
    }
}

.section.section-sizing .article .card.card-info .card-body .card-title {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
}

.section.section-sizing .article .card.card-info .card-body .card-info__link {
    font-weight: 600;
    text-decoration: underline;
}

.section.section-sizing .article .card.card-info .card-body:hover .card-info__link {
    text-decoration: none;
}

.section.section-sizing .article .list-guide {
    margin-top: 20px;
}

.section.section-sizing .article:first-child {
    padding-top: 0;
}

.benefits-users {
    padding: 1rem 0;
    border-bottom: 1px solid #efefef;
}

@media only screen and (min-width: 992px) {
    .benefits-users .splide__arrows {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .benefits-users .splide__arrows .splide__arrow {
        right: 0 !important;
        left: initial !important;
        width: 1.5em;
        height: 1.5em;
        background: 0 0;
        color: #05668d;
        border: 1px solid #05668d;
    }
}

@media only screen and (max-width: 768px) {
    .benefits-users .splide__arrows .splide__arrow svg {
        width: 0.75em;
        height: 0.75em;
        color: #05668d;
    }
}

@media only screen and (max-width: 768px) {
    .benefits-users .splide__arrows .splide__arrow.splide__arrow--next,
    .benefits-users .splide__arrows .splide__arrow.splide__arrow--prev {
        right: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .benefits-users .splide__arrows .splide__arrow.splide__arrow--prev {
        right: 32px !important;
    }
}

.benefits-users .splide__arrows .splide__arrow:focus {
    background: #05668d;
}

.benefits-users .splide__arrows .splide__arrow:focus svg {
    fill: #fff;
}

.benefits-users .list-benefits-user {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.benefits-users .list-benefits-user .list-benefits-user__item {
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.benefits-users .list-benefits-user .list-benefits-user__item img {
    margin-right: 20px;
}

.benefits-users .list-benefits-user .list-benefits-user__item .p {
    margin: 0;
    font-weight: 500;
}

.article-summary {
    padding-right: 0;
}

@media only screen and (min-width: 767px) {
    .article-summary {
        padding-left: 2rem;
    }
}

.article-summary .product {
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #efefef;
}

.article-summary .product .header-summary--price,
.article-summary .product strong {
    font-size: 14px;
    font-size: 0.875rem;
    color: #212529;
}

.article-summary .discount .form-group {
    margin-right: 1rem;
    width: 100%;
    margin-bottom: 0;
}

.article-summary .discount .btn-shop {
    margin: 0;
}

.article-summary .discount .table {
    margin-bottom: 0;
}

.article-summary .discount .table tr td,
.article-summary .discount .table tr th {
    padding: 0;
    border: none;
    font-weight: 400;
    padding-bottom: 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
}

.article-summary .discount .table tr td small,
.article-summary .discount .table tr th small {
    font-size: 14px;
    font-size: 0.875rem;
    color: #444;
}

.article-summary .discount .amount span {
    line-height: 1.25;
    font-size: 24px;
    font-size: 1.5rem;
}

.article-summary .discount .amount span.title span {
    color: #212529;
}

.article-summary .discount .amount .price {
    font-size: 24px;
    font-size: 1.5rem;
    color: #212529;
}

.article__questions {
    margin-top: 32px;
}

.article__questions:first-child {
    margin-top: 16px;
}

.article.article-category-description {
    padding-top: 16px;
}

.article.article-category-description .h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 48px;
}

.article.article-category-description .h3.first-child {
    margin-top: 0;
}

.article.article-category-description p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

.article.article-category-description .list .list__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.categories__products {
    padding-left: 15px;
    margin-right: -15px;
}

.product-layout {
    padding: 0;
    border: none;
    padding-right: 15px;
    margin-bottom: 15px;
}

.product-layout .product-thumb {
    border: 1px solid #efefef;
    margin: 0;
    overflow: initial;
    background-color: #fff;
    position: relative;
    /*height: 100%;*/
    border-radius: 0.45rem;
    padding: 0;
    overflow: hidden;
}

.product-layout .product-thumb .image {
    background-color: #fff;
    height: 256px;
    overflow: hidden;
    object-fit: cover;
}

.product-layout .product-thumb .image a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
}

.product-layout .product-thumb .image a img {
    max-width: 200px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
}

.product-layout .product-thumb .caption {
    padding: 0 1rem;
    min-height: auto;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 767px) {
    .product-layout .product-thumb .caption {
        padding: 1rem 0.9rem;
    }
}

.product-layout .product-thumb .h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.45;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 20px;
}

.product-layout .product-thumb .h3 a {
    color: #212529;
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
}

.product-layout .product-thumb .h3 a:focus,
.product-layout .product-thumb .h3 a:hover {
    text-decoration: underline;
}

.product-layout .product-thumb .p {
    font-size: 14px;
    font-size: 0.875rem;
}

.product-layout .product-thumb .price {
    color: #212529;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
}

.product-layout .product-thumb .btn.btn-heart {
    opacity: 0;
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
}

.product-layout .product-thumb:focus .image img,
.product-layout .product-thumb:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-layout .product-thumb:focus .btn-heart,
.product-layout .product-thumb:hover .btn-heart {
    opacity: 1;
}

.product-layout.product-category .product-thumb .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-layout.product-category .product-thumb .image img {
    max-width: 180px;
}

.product-layout.product-category .product-thumb .caption,
.product-layout.product-category .product-thumb .image {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: ease 0.2s all;
    transition: ease 0.2s all;
}

.product-layout.product-category .product-thumb .product-category__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(33, 37, 41, 0.75);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: ease 0.2s all;
    transition: ease 0.2s all;
}

.product-layout.product-category .product-thumb .product-category__link span {
    border: 1px solid rgba(255, 255, 255, 0.57);
    background-color: #212529;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    display: inline-block;
    -webkit-transition: ease 0.2s all;
    transition: ease 0.2s all;
}

.product-layout.product-category .product-thumb .product-category__link span i {
    font-size: 12px;
    font-size: 0.75rem;
}

.product-layout.product-category .product-thumb .product-category__link span:hover {
    color: #05668d;
    background-color: #fff;
}

.product-layout.product-category .product-thumb:hover .product-category__link {
    opacity: 1;
}

.product-layout.product-category .product-thumb:hover .caption,
.product-layout.product-category .product-thumb:hover .image {
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.ring__options {
    margin-top: 1rem;
}

.ring__options .ring__options--title {
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    color: #212529;
    font-weight: 500;
}

.ring__options .wrapper-dropdown__options {
    border: 1px solid #efefef;
    padding: 0;
    border-radius: 0.25rem;
    position: relative;
}

.ring__options .wrapper-option__item:focus,
.ring__options .wrapper-option__item:hover {
    cursor: pointer;
    border-color: #e2e2e2;
}

.ring__options .wrapper-option__information {
    margin-right: auto;
}

.ring__options .wrapper-option__information p.wrapper-option__information--price,
.ring__options .wrapper-option__information p.wrapper-option__information--title {
    margin: 0;
    color: #212529;
    text-align: left;
}

.ring__options .wrapper-option__information p.wrapper-option__information--title {
    font-weight: 600;
}

.code-number,
.subtitle {
    margin: 0;
}

.code-number {
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 10px;
}

.form-group__rings .form-group__rings--sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-group__rings .form-group__rings--sizes .radio {
    width: 48px;
    height: 48px;
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
}

.form-group__rings .form-group__rings--sizes .radio .form-group__rings--label {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 1px solid #efefef;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.form-group__rings .form-group__rings--sizes .radio .form-group__rings--label .form-group__rings--input {
    visibility: hidden;
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-group__rings .form-group__rings--sizes .radio .form-group__rings--label .form-group__rings--input:checked~.selected {
    opacity: 1;
}

.form-group__rings .form-group__rings--sizes .radio .form-group__rings--label .form-group__rings--input:checked~.selected::before {
    background-color: #efefef;
}

.form-group__rings .form-group__rings--sizes .radio .form-group__rings--label .form-group__rings--input:checked~.name {
    z-index: 1;
    color: #212529;
}

.form-group__rings .form-group__rings--sizes .radio .form-group__rings--label i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    opacity: 0;
}

.form-group__rings .form-group__rings--sizes .radio .form-group__rings--label .selected {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    border: 2px solid #212529;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.form-group__rings .form-group__rings--sizes .radio .form-group__rings--label .selected::before {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.form-group__rings .form-group__rings--sizes .radio .form-group__rings--label .name {
    color: inherit;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form-group__rings .form-group__rings--sizes .radio .form-group__rings--label:hover {
    background-color: #fff;
}

.form-group__rings .form-group__rings--sizes .radio .form-group__rings--label:hover .selected {
    opacity: 1;
}

.form-group__rings .form-group__rings--sizes .radio .form-group__rings--label:hover .selected::before {
    background-color: #efefef;
}

.form-group__rings .form-group__rings--sizes .radio .form-group__rings--label:hover .name {
    z-index: 1;
    color: #212529;
}

.products__features {
    padding-left: 1rem;
}

.details-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 767px) {
    .details-checkout {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.details-checkout img {
    max-width: 175px;
}

@media only screen and (min-width: 767px) {
    .details-checkout img {
        max-width: 155px;
    }
}

.alert {
    -webkit-transition: ease-in-out 0.5s all;
    transition: ease-in-out 0.5s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding: 0;
    padding-right: 48px;
}

.alert .alert--data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 0.75rem;
}

.alert .alert--data p {
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
}

.alert .alert--data .fa {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-right: 10px;
}

.alert .close {
    position: absolute;
    top: 0;
    font-size: 14px;
    font-size: 0.875rem;
    right: 0;
}

.text-danger {
    padding: 0.5rem 1rem;
    background-color: rgba(220, 53, 69, 0.2);
    border-radius: 0.25rem;
    margin-top: 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    border: 1px solid;
    color: #dc3545;
}

.filters .wrapper-filter-inputs {
    overflow: auto;
    height: calc(100% - 20px);
}

@media only screen and (min-width: 767px) {
    .filters .wrapper-filter-inputs {
        height: auto;
        overflow: initial;
    }
}

.group__title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #212529;
    margin-top: 0;
}

.form-group:last-child {
    margin-bottom: 0;
}

.tab-content {
    padding: 1rem;
    background-color: transparent;
    border: none;
    border-top: none;
    width: 100%;
    padding-bottom: 0;
}

.tab-content h2 {
    font-size: 18px;
    font-size: 1.125rem;
}

.tab-content h3 {
    margin-top: 2rem;
    font-size: 16px;
    font-size: 1rem;
}

.tab-content p {
    line-height: 1.85;
    font-size: 14px;
    font-size: 0.875rem;
}

.tab-content p:last-child {
    margin: 0;
}

.tab-content ul {
    margin: 1rem 0;
    margin-bottom: 2rem;
    font-size: 14px;
    font-size: 0.875rem;
}

.tab-content .card-form {
    margin-bottom: 1rem;
}

.tab-content .card-form .help-block {
    margin-top: 0.3rem;
    font-size: 14px;
}

.tab-content .card-form .help-block .text-danger {
    border: none;
    padding: 0 0.5rem;
}

.form-footer .btn {
    margin: 0;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
}

.form-footer .form-footer-actions {
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1200px) {
    .form-footer .form-footer-actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.form-footer .form-footer-actions .btn {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0.75rem 0.5rem;
    font-weight: 500;
}

@media only screen and (min-width: 1200px) {
    .form-footer .form-footer-actions .btn {
        margin-bottom: 0;
    }
}

.form-footer .form-footer-actions .btn-outline {
    height: 54px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .form-footer .form-footer-actions .btn-outline {
        max-width: 250px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) {
    .form-footer .form-footer-actions .btn-outline {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .form-footer .form-footer-actions .btn-outline {
        max-width: 160px;
        margin-bottom: 0;
    }
}

.form-footer .form-footer-actions .btn-outline i {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 8px;
}

.form-footer .form-footer-actions .btn-outline:hover {
    color: #fff;
}

.col-form-label {
    font-size: 14px;
    font-size: 0.875rem;
    color: #212529;
}

.form-check-label {
    font-weight: 500;
}

.form-group label {
    font-weight: 500;
}

.form-group .form-control.textarea {
    height: 250px;
}

#review {
    height: 100%;
    padding-bottom: 1rem;
}

#review .no-reviews {
    height: 100%;
    border: 1px dashed #efefef;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(250, 250, 250, 0.65);
    padding: 3rem 0;
}

#review .no-reviews i {
    font-size: 68px;
    font-size: 4.25rem;
    margin-bottom: 1rem;
    color: #efefef;
}

#review .no-reviews .p {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}

.rating {
    margin-bottom: 12px;
}

.rating .rating-wrapper .rating__button {
    text-decoration: underline;
    padding: 0;
    margin-left: 8px;
    color: #212529;
}

.rating .rating-wrapper .rating__button:hover {
    text-decoration: none;
}

.modal-rating .modal-dialog {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media only screen and (min-width: 767px) {
    .modal-rating .modal-dialog {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.modal-rating .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1rem;
    height: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.modal-rating .modal-header .modal-title {
    font-size: 18px;
    font-size: 1.125rem;
}

@media only screen and (min-width: 767px) {
    .modal-rating .modal-header .modal-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.modal-rating .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    opacity: 1;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    padding: 0;
    align-items: center;
    font-size: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: -1px 1px 6px 0 rgba(33, 37, 41, 0.26);
    box-shadow: -1px 1px 6px 0 rgba(33, 37, 41, 0.26);
}

.modal-rating .modal-header .close:hover {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-rating .modal-content {
    overflow: initial;
}

.modal-rating .modal-body .card-comments {
    border-bottom: 1px solid #efefef;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.modal-rating .modal-body .card-comments .card-comments__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 767px) {
    .modal-rating .modal-body .card-comments .card-comments__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.modal-rating .modal-body .card-comments .card-comments__body .card-comments__pic {
    background-color: rgba(33, 37, 41, 0.08);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
}

@media only screen and (min-width: 767px) {
    .modal-rating .modal-body .card-comments .card-comments__body .card-comments__pic {
        margin-bottom: 0;
    }
}

.modal-rating .modal-body .card-comments .card-comments__body .card-comments__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modal-rating .modal-body .card-comments .card-comments__body .card-comments__wrapper .card-comments__title {
    margin-bottom: 8px;
}

.modal-rating .modal-body .card-comments .card-comments__body .card-comments__wrapper .card-comments__date {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}

.modal-rating .modal-body .card-comments .card-comments__description {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 8px;
}

.modal-rating .modal-body .card-comments .card-comments__description .p:last-child {
    margin-bottom: 0;
}

.modal-rating .modal-body .card-comments .card-comments__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-rating .modal-body .card-comments .card-comments__details .card-comments__rating {
    font-size: 8px;
    font-size: 0.5rem;
}

.modal-rating .modal-body .card-comments:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.modal-rating .modal-footer .btn-link {
    color: #212529;
    text-decoration: underline;
}

.modal-rating .modal-footer .btn-link:hover {
    text-decoration: none;
}

.aside-wrapper {
    position: fixed;
    top: -8px;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all;
    z-index: 1101;
    overflow: auto;
    padding-bottom: 0;
    max-width: 300px;
}

@media only screen and (min-width: 992px) {
    .aside-wrapper {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        width: auto;
        z-index: 1;
        background-color: transparent;
        overflow: initial;
    }
}

.aside-wrapper .aside-header .h3 {
    font-size: 18px;
    font-size: 1.125rem;
}

.aside-wrapper .aside {
    padding: 0;
}

.aside-wrapper.show {
    left: 0;
}

.questions-links {
    margin-top: 2rem;
}

@media only screen and (min-width: 767px) {
    .questions-links {
        margin-top: 0;
        padding: 0 1rem;
        position: -webkit-sticky;
        position: sticky;
        top: 143px;
    }
}

.questions-links .questions-links__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 24px;
    text-transform: uppercase;
    position: relative;
    padding-top: 1rem;
}

.questions-links .questions-links__title:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 38px;
    background-color: #212529;
}

.questions-links .list-qa {
    height: auto;
    overflow: hidden;
    max-height: 150px;
    -webkit-transition: ease-in-out 0.2s all;
    transition: ease-in-out 0.2s all;
    margin-bottom: 0;
}

.questions-links .list-qa .list-qa__item {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 8px;
    cursor: pointer;
}

.questions-links .list-qa .list-qa__item:last-child {
    border-bottom: none;
}

.questions-links .list-qa .list-qa__item:hover {
    color: var(--green);
}

.questions-links .list-qa .list-qa__item .list-qa__link.active {
    opacity: 1;
    color: var(--green);
}

.questions-links .list-qa.show {
    max-height: 800px;
}

.questions-links .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    outline: 0;
    border-top: 1px solid #f3f3f3;
    border-radius: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-transition: ease 0.2s all;
    transition: ease 0.2s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.questions-links .btn:hover {
    background-color: #f3f3f3;
}

.questions-links .btn i {
    margin-top: 4px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.questions-links .btn.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.products-empty {
    height: 600px;
    padding-bottom: 2rem;
    width: 100%;
}

.products-empty .field-empty {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px dashed #efefef;
    border-radius: 0.25rem;
    background-color: rgba(250, 250, 250, 0.65);
    padding: 1rem;
}

.products-empty .field-empty .p {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}

.products-empty .field-empty .img-responsive {
    width: 200px;
}

.products-empty .field-empty .btn {
    margin: 0;
}

.row.row__pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 10px;
}

.pagination {
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    padding: 0.5rem 0;
}

.pagination::-webkit-scrollbar {
    display: none;
}

.pagination .page-item {
    width: 100%;
    text-align: center;
    padding-left: 3px;
}

.pagination .page-item .page-link {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
    border-radius: 50%;
    border: 1px solid transparent;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #444;
    background-color: transparent;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.pagination .page-item:focus .page-link,
.pagination .page-item:hover .page-link {
    background-color: #05668d;
    border: #05668d;
    color: #fff;
}

.pagination .page-item.active .page-link {
    background-color: #05668d;
    border: #05668d;
    color: #fff;
}

@media only screen and (min-width: 767px) {
    .pagination .page-item {
        width: auto;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 37, 41, 0);
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
}

.overlay.overlay__show,
.overlay.show-filter {
    background-color: rgba(33, 37, 41, 0.85);
    opacity: 1;
    visibility: visible;
}

.overlay.overlay__cart.show-receipt {
    z-index: 99999;
    left: 0;
    background-color: rgba(33, 37, 41, 0.85);
    opacity: 1;
    visibility: visible;
}

.overlay.show {
    background-color: rgba(33, 37, 41, 0.85);
    visibility: visible;
    opacity: 1;
}

.col__description p {
    margin-bottom: 20px;
}

.col__description h3 {
    margin-top: 32px;
}

@media only screen and (min-width: 767px) {
    .col__description h3 {
        margin-top: 48px;
    }
}

.error-content .img-fluid {
    width: 200px;
    max-width: 400px;
    margin-right: 1rem;
}

@media only screen and (min-width: 767px) {
    .error-content .img-fluid {
        width: 100%;
    }
}

.accordion .card:last-child {
    margin-bottom: 1rem;
}

.accordion .card.card-accordion--shipping {
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 3px 0 0 #212529;
    box-shadow: inset 3px 0 0 #212529;
}

.accordion .card.card-accordion--shipping i {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 1rem;
}

.accordion .card.card-accordion--shipping .content {
    width: 100%;
}

.accordion .card.card-accordion--shipping .card-header {
    padding: 0;
    background-color: #fff;
    border-bottom: 0;
    width: 100%;
}

.accordion .card.card-accordion--shipping .card-header .btn {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #212529;
    padding: 1rem 0;
    padding-bottom: 0.5rem;
    position: relative;
}

.accordion .card.card-accordion--shipping .card-header .btn .minus-plus {
    position: absolute;
    top: 50%;
    right: 0;
    height: 15px;
    width: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 1rem;
}

.accordion .card.card-accordion--shipping .card-header .btn .minus-plus::before {
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #212529;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion .card.card-accordion--shipping .card-header .btn .minus-plus::after {
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #212529;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    opacity: 0;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.accordion .card.card-accordion--shipping .card-header .btn.collapsed .minus-plus::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    opacity: 1;
}

.accordion .card.card-accordion--shipping .card-body {
    padding-top: 0;
    font-size: 14px;
    font-size: 0.875rem;
    border-top: none;
    padding: 0;
    padding-bottom: 1.5rem;
    padding-right: 2rem;
}

.accordion .card.card-accordion--shipping:first-child {
    border-bottom: 1px solid #efefef;
}

.accordion.accordion__questions {
    margin-top: 0;
}

.accordion.accordion__questions .card__questions {
    border-radius: 0;
    border: 0;
    border-top: 1px dashed #efefef;
}

.accordion.accordion__questions .card__questions .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.accordion.accordion__questions .card__questions .card-header h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-size: 1.25rem;
    border-right: 0;
}

.accordion.accordion__questions .card__questions .card-header h3 .btn {
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
    text-align: left;
    color: #212529;
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
}

.accordion.accordion__questions .card__questions .card-header h3 .btn i {
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion.accordion__questions .card__questions .card-header h3 .btn.collapsed i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.accordion.accordion__questions .card__questions .card-body {
    border: 0;
    padding: 0.25rem 1rem;
}

.accordion.accordion__questions .card__questions:last-child {
    border-bottom: 1px dashed #efefef;
}

@media only screen and (max-width: 767px) {
    .modal-categories {
        position: fixed;
        bottom: -100%;
        left: 0;
        background-color: #fff;
        width: 100%;
        padding: 1rem;
        padding-bottom: 83px;
        -webkit-transition: ease 0.3s all;
        transition: ease 0.3s all;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }
}

.modal-categories .btn__close {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -24px;
    margin-right: 1rem;
    background-color: #fff;
    width: 48px;
    height: 48px;
    font-size: 20px;
    font-size: 1.25rem;
    border-radius: 50%;
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
}

@media only screen and (max-width: 767px) {
    .modal-categories .wrapper-list-categories {
        height: calc(100vh - 418px);
        overflow: auto;
        margin-top: 1rem;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
    }
    .modal-categories .wrapper-list-categories::-webkit-scrollbar {
        display: none;
    }
}

.modal-categories.show {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    z-index: 110;
}

.social-share {
    margin-top: 1rem;
    border: 1px solid #efefef;
    border-radius: 0.25rem;
}

.social-share .label-share {
    padding: 0.5rem 1rem;
    border-right: 1px solid #efefef;
    width: 100%;
    max-width: 112px;
}

.social-share i.fa-share-alt {
    margin-right: 0.5rem;
}

.receipt {
    z-index: 1100;
    position: fixed;
    top: 300%;
    left: 50%;
    background-color: #fff;
    padding: 1rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
    padding-top: 42px;
    padding-bottom: 0;
    width: 100%;
    max-width: 450px;
}

.receipt.show {
    top: 50%;
}

.receipt .product {
    background-color: #fafafa;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    border: 1px solid #efefef;
}

.receipt .receipt-header {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}

.receipt .article-summary {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.receipt .article-summary .header-summary {
    margin-top: 1rem;
}

@media only screen and (min-width: 767px) {
    .receipt .article-summary {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.receipt .header-summary--details {
    padding-right: 1rem;
}

.receipt .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-size: 1.25rem;
    color: #212529;
    opacity: 0.5;
}

.receipt .btn-close:focus,
.receipt .btn-close:hover {
    color: #212529;
    opacity: 1;
}

.lozad__image {
    opacity: 0;
}

.fadeLozad:not(.show) {
    opacity: 1;
}

.fadeLozad {
    -webkit-animation-name: fadeLozad;
    animation-name: fadeLozad;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fadeLozad {
    from {
        display: none;
        opacity: 0;
    }
    to {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeLozad {
    from {
        display: none;
        opacity: 0;
    }
    to {
        display: block;
        opacity: 1;
    }
}

.form-check-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.form-check-label .label--title {
    width: 100%;
    font-weight: 400;
}

.form-check-label .label--price {
    font-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #444;
}

.main-info {
    max-width: 255px;
}

@media only screen and (min-width: 767px) {
    .main-info {
        max-width: 600px;
    }
}

.main-info .subtitle {
    font-size: 16px;
    font-size: 1rem;
    color: #212529;
    margin-bottom: 5px;
}

@media only screen and (min-width: 767px) {
    .main-info .subtitle {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 10px;
    }
}

.main-info .h1 {
    font-size: 27px;
    font-size: 1.6875rem;
    border: none;
    padding: 0;
    margin-bottom: 1rem;
    font-weight: 700;
}

@media only screen and (min-width: 767px) {
    .main-info .h1 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 767px) {
    .main-info {
        padding: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 0;
    }
}

.side-mains-info {
    position: relative;
    z-index: 1;
}

.list-heroshot-products,
.list-target-slide {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-heroshot-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

@media only screen and (min-width: 767px) {
    .list-heroshot-products {
        height: 500px;
    }
}

.list-heroshot-products .list-heroshot-products--item {
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    scroll-snap-align: start;
    position: relative;
    margin-top: -1rem;
}

.list-heroshot-products .list-heroshot-products--item input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list-heroshot-products .list-heroshot-products--item input[type="radio"]:checked~#control_img0::before,
.list-heroshot-products .list-heroshot-products--item input[type="radio"]:checked~#control_img1::before,
.list-heroshot-products .list-heroshot-products--item input[type="radio"]:checked~#control_img2::before {
    opacity: 1;
}

.list-heroshot-products .list-heroshot-products--item:nth-child(2),
.list-heroshot-products .list-heroshot-products--item:nth-child(3) {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

@media only screen and (min-width: 767px) {
    .list-heroshot-products .list-heroshot-products--item:nth-child(2),
    .list-heroshot-products .list-heroshot-products--item:nth-child(3) {
        max-width: 525px;
    }
}

.list-heroshot-products .list-heroshot-products--item:nth-child(2) img,
.list-heroshot-products .list-heroshot-products--item:nth-child(3) img {
    width: 100%;
}

.list-heroshot-products::-webkit-scrollbar {
    display: none;
}

.list-target-slide {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 20px;
}

@media only screen and (min-width: 767px) {
    .list-target-slide {
        margin-right: 70px;
    }
}

.list-target-slide .list-target-slide--item label {
    position: relative;
}

.list-target-slide .list-target-slide--item label::after,
.list-target-slide .list-target-slide--item label::before {
    content: " ";
}

.list-target-slide .list-target-slide--item label::after {
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #212529;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list-target-slide .list-target-slide--item label::before {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #212529;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.list-target-slide .list-target-slide--item label:focus,
.list-target-slide .list-target-slide--item label:hover {
    cursor: pointer;
}

.list-target-slide .list-target-slide--item label:focus::before,
.list-target-slide .list-target-slide--item label:hover::before {
    opacity: 1;
}

.video {
    color: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 767px) {
    .video {
        margin-bottom: 30px;
    }
}

.video .player {
    width: 300%;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 767px) {
    .video .player {
        width: 100%;
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.video .legend {
    margin-bottom: 5px;
}

.video .h2 {
    color: #fff;
}

.video .icons {
    position: relative;
}

.video .icons .feather {
    width: 68px;
    height: 68px;
    margin-top: 1rem;
    opacity: 0.5;
    color: #fff;
    -webkit-transition: ease 0.4s all;
    transition: ease 0.4s all;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.video .icons .feather.feather-pause-circle {
    opacity: 0;
}

.video:focus .feather,
.video:hover .feather {
    opacity: 1;
}

.thumbs--videos {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
}

.swiper-slide__video {
    background-color: #212529;
}

.swiper-slide__video .btn {
    border-radius: 50%;
    border-color: #fff;
    color: #fff;
}

.link-jewelry .img-fluid {
    position: relative;
    top: 0;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
}

.link-jewelry:focus .img-fluid,
.link-jewelry:hover .img-fluid {
    top: -10px;
}

.link__whatsapp {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    position: fixed;
    right: 0;
    bottom: 0;
    margin-bottom: 16px;
    margin-right: 16px;
    background-color: var(--color-whatsapp-color);
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1200;
    -webkit-box-shadow: 0 5px 7px -1px rgba(33, 37, 41, 0.12), 0 -4px 7px -1px rgba(33, 37, 41, 0.14);
    box-shadow: 0 5px 7px -1px rgba(33, 37, 41, 0.12), 0 -4px 7px -1px rgba(33, 37, 41, 0.14);
}

@media only screen and (min-width: 767px) {
    .link__whatsapp {
        margin-bottom: 32px;
        margin-right: 32px;
    }
}

.table.table-description {
    font-size: 14px;
    font-size: 0.875rem;
}

.table.table-description thead th {
    border-top: 0;
    border-bottom: 0;
    font-weight: 500;
}

.table.table-description tbody th {
    font-weight: 400;
}

.table.table-description tr td,
.table.table-description tr th {
    padding: 0.5rem;
}

.table.table-description tr th {
    padding-left: 0;
    width: 110px;
}

.table.table-description tr td {
    color: #444;
}

.table.table-description tr td .p {
    margin: 0;
}

.ijc__select select {
    height: 48px;
}

.benefits-details {
    background-color: #fafafa;
    padding: 1rem 0;
}

.benefits-details .list-benefits-details {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
}

.benefits-details .list-benefits-details::-webkit-scrollbar {
    display: none;
}

@media only screen and (min-width: 767px) {
    .benefits-details .list-benefits-details {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: -2rem;
    }
}

.benefits-details .list-benefits-details .list-benefits-details__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 18px;
    width: 100%;
    min-width: 192px;
}

@media only screen and (min-width: 767px) {
    .benefits-details .list-benefits-details .list-benefits-details__item {
        width: calc(100% / 3);
    }
}

.benefits-details .list-benefits-details .list-benefits-details__item .benefits-details__icon {
    height: 36px;
    width: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1rem;
    border: 2px solid #796f6f;
    border-radius: 50%;
}

.benefits-details .list-benefits-details .list-benefits-details__item .benefits-details__icon i {
    font-size: 14px;
    font-size: 0.875rem;
    color: #796f6f;
}

.benefits-details .list-benefits-details .list-benefits-details__item .benefits-details__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #796f6f;
}

.benefits-details .list-benefits-details .list-benefits-details__item .benefits-details__info .title {
    font-weight: 700;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
}

.benefits-details .list-benefits-details .list-benefits-details__item .benefits-details__info .description {
    font-size: 13px;
    font-size: 0.8125rem;
}

.user-benefits {
    border-top: 1px solid #efefef;
    padding: 0.75rem 0;
}

@media only screen and (min-width: 992px) {
    .user-benefits {
        border: none;
    }
}

 :root {
    --bg-bg-header: #fdfce1;
    --bg-bg-header-rgb: 253, 252, 226;
    --alpha: 0.85;
}

.header-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(var(--bg-bg-header-rgb), var(--alpha))), to(rgba(var(--bg-bg-header-rgb), var(--alpha)))), url(/image/catalog/Banners/company-history.jpg);
    background-image: linear-gradient(to left, rgba(var(--bg-bg-header-rgb), var(--alpha)), rgba(var(--bg-bg-header-rgb), var(--alpha))), url(/image/catalog/Banners/company-history.jpg);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
    padding-bottom: 8rem;
}

@media only screen and (min-width: 767px) {
    .header-company {
        background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(32%, var(--bg-bg-header))), url(/image/catalog/Banners/company-history.jpg);
        background-image: linear-gradient(to left, transparent, var(--bg-bg-header) 32%), url(/image/catalog/Banners/company-history.jpg);
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.header-company .h1 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 767px) {
    .header-company .h1 {
        font-size: 48px;
        font-size: 3rem;
    }
}

.header-company .lead {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
}

@media only screen and (min-width: 767px) {
    .header-company .lead {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.section-company {
    padding: 0;
}

@media only screen and (min-width: 767px) {
    .section-company {
        padding-top: 1rem;
    }
}

.section-company .image {
    max-width: 100%;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1190px) {
    .section-company .image {
        z-index: -1;
    }
}

.section-company .image.image-crafting {
    width: 100%;
    max-width: 715px;
    margin-left: 0;
}

@media only screen and (min-width: 1190px) {
    .section-company .image.image-crafting {
        margin-left: -161px;
        margin-top: 10rem;
    }
}

.section-company .container {
    position: relative;
}

.section-company .container::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #212529;
    -webkit-transform: translate(1rem, -4rem);
    transform: translate(1rem, -4rem);
}

@media only screen and (min-width: 767px) {
    .section-company .container::after {
        -webkit-transform: translate(3rem, -2rem);
        transform: translate(3rem, -2rem);
    }
}

.section-company .container::before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #212529;
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: translate(12px, 49px);
    transform: translate(12px, 49px);
}

@media only screen and (min-width: 767px) {
    .section-company .container::before {
        -webkit-transform: translate(44px, 71px);
        transform: translate(44px, 71px);
    }
}

@media only screen and (min-width: 1190px) {
    .section-company .container::before {
        -webkit-transform: translate(44px, -42px);
        transform: translate(44px, -42px);
    }
}

.card.card-timeline {
    border: none;
    height: 100%;
    border-radius: 0;
}

.card.card-timeline .card-body {
    padding: 2rem;
    padding-left: 2.75rem;
}

.card.card-timeline .card-body .card-title {
    font-weight: 700;
    color: #444;
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}

@media only screen and (min-width: 767px) {
    .card.card-timeline .card-body .card-title {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

.card.card-timeline .card-body .card-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

@media only screen and (min-width: 767px) {
    .card.card-timeline .card-body .card-text {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 767px) {
    .card.card-timeline .card-body {
        padding: 3rem 4rem;
    }
}

@media only screen and (min-width: 767px) {
    .card.card-timeline {
        max-width: 662px;
        margin-right: 1rem;
    }
}

@media only screen and (min-width: 1140px) {
    .card.card-timeline {
        margin-top: -7rem;
    }
}

@media only screen and (min-width: 767px) {
    .card.card-timeline.card-timeline__end {
        max-width: 100%;
        margin-top: 0;
        margin-right: 0;
        /*margin-bottom: -3rem;*/
    }
}

.bg-image__landscape {
    height: 503px;
    background-image: url(/image/catalog/Banners/company-history03.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 172px;
    background-color: #f2f2f2;
    padding-bottom: 72px;
}

.header-review .h1 {
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
}

.section-review {
    padding: 0;
    padding-bottom: 72px;
}

.section-review .amount-reviews {
    text-align: center;
    padding: 1rem 0.5rem;
    background-color: #fafafa;
    font-weight: 700;
    color: #212529;
}

.section-review .nav-tabs {
    margin-top: -40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0;
}

.section-review .nav-tabs .nav-item .nav-link {
    width: 100%;
    min-width: 250px;
    text-align: center;
    border: none;
}

.section-review .nav-tabs .nav-item .nav-link:focus,
.section-review .nav-tabs .nav-item .nav-link:hover {
    background-color: #fff;
    border: none;
}

.section-review .nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    border: none;
}

.section-review .tab-content .p {
    line-height: 1.5;
}

.section-review .tab-content .review-title {
    display: block;
}

.section-review .list-product__reviews {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 1rem;
}

.section-review .list-product__reviews .list-product__reviews--item {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #efefef;
}

.section-review .list-product__reviews .list-product__reviews--item .card .card-body {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-review .list-product__reviews .list-product__reviews--item .card .card-body .product-image {
    margin-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-review .list-product__reviews .list-product__reviews--item .card .card-body .product-image .img {
    width: 100%;
    max-width: 100px;
}

.section-review .list-product__reviews .list-product__reviews--item .card .card-body .list-stars {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

.section-review .list-product__reviews .list-product__reviews--item .card .card-body .list-stars .list-stars__item {
    margin-right: 3px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #c5c506;
}

.section-review .list-product__reviews .list-product__reviews--item .card .card-body .list-stars .list-stars__item:last-child {
    margin-right: 0;
}

.section-review .list-product__reviews .list-product__reviews--item:last-child {
    border-bottom: none;
}

.section-review .list-reviews__social {
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
}

@media only screen and (min-width: 767px) {
    .section-review .list-reviews__social {
        margin-top: 0;
    }
}

.section-review .list-reviews__social .list-reviews__social--item {
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 50%;
}

.section-review .list-reviews__social .list-reviews__social--item .card {
    min-height: 115px;
}

.section-review .list-reviews__social .list-reviews__social--item .card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-review .list-reviews__social .list-reviews__social--item .card .card-body .btn {
    margin-bottom: 16px;
    padding: 0.75rem 1rem;
    background-color: #fafafa;
}

.section-review .list-reviews__social .list-reviews__social--item .card .card-body .img-fluid {
    max-width: 75%;
    margin-top: auto;
}

.section-review .list-reviews__social .list-reviews__social--item .card .card-body .img-fluid.google {
    max-width: 45%;
}

.section-review .list-reviews__social .list-reviews__social--item .card .card-body:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 1200px) {
    .container-invoice {
        max-width: 1140px;
    }
}

@media print {
    .container-invoice {
        max-width: 800px;
    }
}

@media print {
    .print-invoice {
        color: #444;
        margin: 0;
        padding: 1rem 0;
    }
}

.nav-invoice {
    padding: 1rem 0;
}

.nav-invoice .logo {
    /*max-width:225px*/
}

.nav-invoice .logo .img-fluid {
    width: 100%;
}

.footer-invoice,
.section-invoice {
    padding: 1rem 0;
}

.section-invoice {
    padding-top: 0;
}

@media print {
    .section-invoice {
        margin-top: -62px;
    }
}

.section-invoice .section-invoice__article {
    margin-top: 1rem;
}

@media print {
    .section-invoice .section-invoice__article .table {
        border-spacing: 0;
        border-collapse: collapse;
        margin-bottom: 1rem;
    }
}

.section-invoice .section-invoice__article .table:last-child {
    margin-bottom: 0;
}

.section-invoice .section-invoice__article .table tr {
    text-align: left;
}

@media print {
    .section-invoice .section-invoice__article .table tr {
        border: 1px solid #efefef;
        text-align: left;
    }
}

.section-invoice .section-invoice__article .table tr th {
    background-color: #fafafa;
    border: 0;
    border-bottom: 2px solid #efefef;
    padding: 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
}

@media print {
    .section-invoice .section-invoice__article .table tr th {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 0.5rem;
        background-color: #fafafa;
        border: 0;
        border-bottom: 2px solid #efefef;
    }
}

.section-invoice .section-invoice__article .table tr td {
    padding: 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
}

@media print {
    .section-invoice .section-invoice__article .table tr td {
        border: 1px solid #efefef;
        padding: 0.5rem;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.section-invoice .section-invoice__article .table tbody tr th {
    border-bottom: 1px solid #efefef;
}

@media print {
    .section-invoice .section-invoice__article .table tbody tr th {
        border-bottom: 1px solid #efefef;
    }
}

@media print {
    .section-invoice .section-invoice__article .table {
        width: 100%;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.footer-invoice__row,
.section-invoice__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-invoice__row .h1,
.section-invoice__row .h1 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
    width: 100%;
    text-align: left;
}

@media print {
    .footer-invoice__row .h1,
    .section-invoice__row .h1 {
        text-align: right;
    }
}

.footer-invoice__row .btn,
.section-invoice__row .btn {
    margin: 0;
    margin-left: auto;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
}

@media print {
    .footer-invoice__row .btn,
    .section-invoice__row .btn {
        display: none;
    }
}

.footer-invoice__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-invoice .btn {
    margin-left: 0;
}

@media print {
    .footer-invoice .btn {
        display: none;
    }
}

.side-product__details .card-list-benefits .card-body {
    padding-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .side-product__details .options {
        max-width: 70%;
    }
}

.side-product__details .options .options__text {
    font-size: 15px;
    font-size: 0.9375rem;
    color: var(--color-text-gray);
}

.side-product__details .btn.btn-options {
    background-color: #fff;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    padding-right: 2.5rem;
    margin-top: 8px;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-shadow: var(--color-card-shadown) 0 2px 4px 0;
    box-shadow: var(--color-card-shadown) 0 2px 4px 0;
}

.side-product__details .btn.btn-options .btn-options__wrapper {
    position: relative;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.side-product__details .btn.btn-options .btn-options__wrapper .btn-options__image {
    max-width: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-47%, -47%);
    transform: translate(-47%, -47%);
}

.side-product__details .btn.btn-options .btn-options__info {
    text-align: left;
    padding-left: 10px;
}

.side-product__details .btn.btn-options .btn-options__option {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #444;
}

.side-product__details .btn.btn-options i {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 10px;
    margin-right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-size: 1rem;
}

.side-product__details .btn.btn-options:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.side-product__details .btn.btn-shop {
    width: 100%;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.side-product__details .btn.btn-shop i {
    margin-right: 10px;
}

.side-product__details .btn.btn-calling {
    background-color: transparent;
    color: #212529;
    width: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-align: left;
    border: 1px solid #efefef;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 20px;
}

.side-product__details .btn.btn-calling .btn__image {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.side-product__details .btn.btn-calling .btn__image img {
    width: 100%;
}

.side-product__details .btn.btn-calling .btn__info {
    width: 100%;
    max-width: 65%;
    padding-left: 1rem;
}

.side-product__details .btn.btn-calling .btn__title {
    font-weight: 500;
    text-align: left;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
}

.side-product__details .btn.btn-calling .list-ways {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-right: -10px;
    margin-top: 5px;
}

.side-product__details .btn.btn-calling .list-ways .list-ways__item {
    margin-right: 10px;
}

.side-product__details .btn.btn-calling .list-ways .list-ways__item i {
    font-size: 20px;
    font-size: 1.25rem;
}

.side-product__details .btn.btn-calling .list-ways .list-ways__item.skype i {
    color: var(--color-skype-color);
}

.side-product__details .btn.btn-calling .list-ways .list-ways__item.whatsapp {
    color: var(--color-whatsapp-color);
}

.side-product__details .btn.btn-calling .list-ways .list-ways__item.phone i {
    font-size: 16px;
    font-size: 1rem;
}

.side-product__details .btn.btn-calling .btn-calling__icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 1rem;
}

.side-product__details .btn.btn-calling:hover {
    -webkit-box-shadow: 0 0 10px -3px rgba(33, 37, 41, 0.25);
    box-shadow: 0 0 10px -3px rgba(33, 37, 41, 0.25);
}

.side-product__details .options__label {
    text-transform: none;
    font-size: 16px;
    font-size: 1rem;
    color: #212529;
    font-weight: 500;
}

.side-product__details .ring__options .form-group.form-group__select {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.side-product__details .ring__options .form-group.form-group__select .form-control__select {
    width: auto;
}

.side-product__details .ring__options .form-group.form-group__select .label {
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    margin-right: auto;
    text-transform: none;
}

.side-product__details .ring__options .text-danger {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    padding: 10px;
}

.side-product__details .ring__options .text-danger i {
    margin-right: 8px;
    font-size: 16px;
    font-size: 1rem;
}

.modal-products {
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    visibility: hidden;
    height: 100%;
    top: 0;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    position: fixed;
    opacity: 0;
    z-index: 1000;
}

.modal-products.modal-products__questioes {
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    right: -100%;
}

.modal-products.modal-products__questioes .modal__body {
    width: 100%;
    height: 100%;
}

.modal-products.modal-products__questioes .modal__body .modal__content,
.modal-products.modal-products__questioes .modal__body .modal__header {
    padding: 1rem;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card,
.modal-products.modal-products__questioes .modal__body .modal__header .card {
    color: #212529;
    text-decoration: none;
    margin-bottom: 20px;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card.card-link .card__number,
.modal-products.modal-products__questioes .modal__body .modal__header .card.card-link .card__number {
    font-size: 32px;
    font-size: 2rem;
    color: #33b70a;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card.card-link:focus,
.modal-products.modal-products__questioes .modal__body .modal__content .card.card-link:hover,
.modal-products.modal-products__questioes .modal__body .modal__header .card.card-link:focus,
.modal-products.modal-products__questioes .modal__body .modal__header .card.card-link:hover {
    border-color: #33b70a;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .card-body,
.modal-products.modal-products__questioes .modal__body .modal__header .card .card-body {
    padding-bottom: 10px;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .card__title,
.modal-products.modal-products__questioes .modal__body .modal__header .card .card__title {
    margin: 0;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0;
    margin-right: -10px;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types .list-types__item,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types .list-types__item {
    width: 100%;
    max-width: calc(100% / 3);
    padding-right: 10px;
    height: 54px;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types .list-types__item .wrapper-types,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types .list-types__item .wrapper-types {
    border: 1px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.25rem;
    height: 100%;
    width: 100%;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 12px -2px rgba(33, 37, 41, 0.18);
    box-shadow: 0 2px 12px -2px rgba(33, 37, 41, 0.18);
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types .list-types__item .wrapper-types .list-types__images,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types .list-types__item .wrapper-types .list-types__images {
    width: 100%;
    font-size: 24px;
    font-size: 1.5rem;
    max-width: 24px;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types .list-types__item .wrapper-types i,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types .list-types__item .wrapper-types i {
    font-size: 22px;
    font-size: 1.375rem;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types .list-types__item .wrapper-types.wrapper-types__email,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types .list-types__item .wrapper-types.wrapper-types__email {
    color: #212529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 0 1rem;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types .list-types__item .wrapper-types.wrapper-types__email i,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types .list-types__item .wrapper-types.wrapper-types__email i {
    margin-right: 10px;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types .list-types__item .wrapper-types:focus,
.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types .list-types__item .wrapper-types:hover,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types .list-types__item .wrapper-types:focus,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types .list-types__item .wrapper-types:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #02a84d;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types .list-types__item.list-types__item--whatsapp .list-types__images,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types .list-types__item.list-types__item--whatsapp .list-types__images {
    max-width: 32px;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types .list-types__item.list-types__item--chat .wrapper-types,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types .list-types__item.list-types__item--chat .wrapper-types {
    background-color: #fff;
    color: #02a84d;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types .list-types__item:focus,
.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types .list-types__item:hover,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types .list-types__item:focus,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types .list-types__item:hover {
    border-color: #02a84d;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types.list-types__email .list-types__item,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types.list-types__email .list-types__item {
    max-width: 100%;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types.list-types__email .list-types__item .wrapper-types,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types.list-types__email .list-types__item .wrapper-types {
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types.list-types__email .list-types__item .wrapper-types:focus,
.modal-products.modal-products__questioes .modal__body .modal__content .card .list-types.list-types__email .list-types__item .wrapper-types:hover,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types.list-types__email .list-types__item .wrapper-types:focus,
.modal-products.modal-products__questioes .modal__body .modal__header .card .list-types.list-types__email .list-types__item .wrapper-types:hover {
    border-color: #02a84d;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card.card-form .card__title,
.modal-products.modal-products__questioes .modal__body .modal__header .card.card-form .card__title {
    margin-bottom: 1rem;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card.card-form .form.form__modal .label,
.modal-products.modal-products__questioes .modal__body .modal__header .card.card-form .form.form__modal .label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card.card-form .form.form__modal .form-control,
.modal-products.modal-products__questioes .modal__body .modal__header .card.card-form .form.form__modal .form-control {
    height: 48px;
}

.modal-products.modal-products__questioes .modal__body .modal__content .card.card-form .form.form__modal .form-control__textarea,
.modal-products.modal-products__questioes .modal__body .modal__header .card.card-form .form.form__modal .form-control__textarea {
    height: 150px;
}

.modal-products.modal-products__questioes .modal__body .modal__content .btn,
.modal-products.modal-products__questioes .modal__body .modal__header .btn {
    margin-bottom: 10px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    position: static;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    width: auto;
}

.modal-products.modal-products__questioes .modal__body .modal__content .btn i,
.modal-products.modal-products__questioes .modal__body .modal__header .btn i {
    margin-right: 10px;
    font-size: 20px;
    font-size: 1.25rem;
}

.modal-products.modal-products__questioes .modal__body .modal__content .btn span,
.modal-products.modal-products__questioes .modal__body .modal__header .btn span {
    text-transform: uppercase;
}

.modal-products.modal-products__questioes .modal__body .modal__content .btn.btn__close,
.modal-products.modal-products__questioes .modal__body .modal__header .btn.btn__close {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-size: 1rem;
}

.modal-products.modal-products__questioes .modal__body .modal__content .btn.btn-shop.btn__form,
.modal-products.modal-products__questioes .modal__body .modal__header .btn.btn-shop.btn__form {
    height: 54px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
}

.modal-products.modal-products__questioes .modal__body .modal__content .h2,
.modal-products.modal-products__questioes .modal__body .modal__header .h2 {
    font-size: 24px;
    font-size: 1.5rem;
}

.modal-products.modal-products__questioes .modal__body .modal__content .h3,
.modal-products.modal-products__questioes .modal__body .modal__header .h3 {
    font-size: 18px;
    font-size: 1.125rem;
}

.modal-products.modal-products__questioes .modal__body .modal__header {
    padding: 0 1rem;
    padding-bottom: 1rem;
    margin: 0;
    -webkit-box-shadow: 0 -4px 11px 5px rgba(33, 37, 41, 0.12);
    box-shadow: 0 -4px 11px 5px rgba(33, 37, 41, 0.12);
}

.modal-products.modal-products__questioes .modal__body .modal__header .h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0;
}

.modal-products.modal-products__questioes .modal__body .modal__content {
    height: calc(100vh - 102px);
    overflow: auto;
    -ms-overflow-style: none;
}

.modal-products.modal-products__questioes .modal__body .modal__content::-webkit-scrollbar {
    display: none;
}

.modal-products.modal-products__questioes.showModal {
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1200;
}

.modal-products.modal-products__questioes.showModal .modal__body .h2 {
    opacity: 1;
}

@media only screen and (min-width: 1000px) {
    .modal .modal-dialog-products__products {
        max-width: 1000px;
    }
}

.modal .modal-dialog-products__products .modal-content .modal-header {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal .modal-dialog-products__products .modal-content .modal-header .modal-title {
    margin-top: 1rem;
    top: -48px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal .modal-dialog-products__products .modal-content .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.modal .modal-dialog-products__products .modal-content .modal-body {
    padding: 1rem;
    padding-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
    .modal .modal-dialog-products__products .modal-content .modal-body {
        padding: 1rem 2rem;
        padding-bottom: 3rem;
    }
}

.modal .modal-dialog-products__products .modal-content .list-products-options {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item {
    padding-right: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    max-width: calc(100% / 4);
    position: relative;
    top: -32px;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    opacity: 0;
    overflow: hidden;
}

@media only screen and (max-width: 425px) {
    .modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item {
        margin-top: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        height: 100px;
    }
}

.modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item .wrapper-option {
    border: 2px solid #efefef;
    padding: 5px;
    position: relative;
    display: block;
    color: #212529;
    height: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 425px) {
    .modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item .wrapper-option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item .image {
    width: 100%;
    height: 100%;
    max-height: 220px;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item .image img {
    width: 100%;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media only screen and (max-width: 425px) {
    .modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item .image {
        margin-bottom: 0;
        max-width: 30%;
        margin-right: 10px;
    }
}

.modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item .h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
}

@media only screen and (max-width: 425px) {
    .modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item .h3 {
        text-align: left;
    }
}

.modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item .list-products-options__icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    opacity: 0;
}

.modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item.current .wrapper-option {
    border-color: #212529;
}

.modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item.current .list-products-options__icon {
    opacity: 1;
}

.modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item:focus .wrapper-option,
.modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item:hover .wrapper-option {
    border-color: #212529;
}

.modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item:focus .image img,
.modal .modal-dialog-products__products .modal-content .list-products-options .list-products-options__item:hover .image img {
    width: 100%;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal.show .modal-dialog-products__products .modal-content .modal-header .modal-title {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.modal.show .modal-dialog-products__products .modal-content .list-products-options__item {
    top: 0;
    opacity: 1;
}

.modal.show .modal-dialog-products__products .modal-content .list-products-options__item:first-child {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.modal.show .modal-dialog-products__products .modal-content .list-products-options__item:nth-child(2) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.modal.show .modal-dialog-products__products .modal-content .list-products-options__item:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.modal.show .modal-dialog-products__products .modal-content .list-products-options__item:nth-child(4) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}


/** My Css Code **/

body {
    border-top: 0px solid transparent !important;
}

.header.header-navigation.header-navigation--new .logo {
    padding: 7.1px 0px;
}

button.btn-static {
    background-color: #FF9400;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    padding: .75rem 1.5rem;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 800;
    box-shadow: none;
    outline: 0;
    border: 0;
    min-width: 120px;
}

.header.header-navigation .logo img {
    max-width: 125px !important;
}

#site-header {
    padding: 7.1px 20px 7.1px 0px !important;
}

#site-header #logo .link-logo img {
    width: 125px;
}

header.site-header-donation.donation-fixed-header+main.main.fixed-header {
    padding-top: 90px !important;
}


/** menu **/

#menu .nav-item .submenu .list-submenu .list-submenu--item {
    width: auto;
    padding: 35px 35px 35px 0;
    line-height: 30px;
    font-size: 18px !important;
}

.menu .submenu {
    padding: 10px 0px;
    min-height: 48px;
    margin-bottom: 0;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #F7F7F7;
}

.menu .submenu ul li,
.menu .submenu ul li a {
    margin: 0 !important;
}

.menu .submenu .list-submenu:hover>li {
    opacity: 1 !important;
}

.submenu .list-submenu .list-submenu--item .list-submenu--item-title {
    font-size: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #444;
    text-align: left;
    display: block;
    margin-top: 6px;
}

ul.nav.d-block.d-lg-flex {
    height: 54px;
}


/** menu end **/

.section.section-main-products .card img {
    min-width: 100%;
    margin: 0px !important;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 9;
}

.section.section-main-products .card .card-title {
    position: absolute;
    z-index: 99;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    padding-left: 60px;
    height: 100%;
}

.section.section-main-products .card .card-title span.visit-link {
    display: flex;
    font-size: 12px;
}

.section.section-main-products .card .card-title span.visit-link .fas {
    margin-right: 0px !important;
}

.section.section-main-products .card {
    height: 250px;
}

.section.section-main-products .card .card-body {
    padding: 0;
    position: relative;
}

.card.left-card h2.card-title {
    right: 0;
    justify-content: center;
    font-size: 30px !important;
}

.card.right-card h2.card-title {
    left: 0;
    font-size: 30px !important;
    justify-content: center;
}

.home-history-image img {
    border-radius: 15px;
    max-height: 360px;
    width: 100%;
    object-fit: cover;
}

.border-radius {
    border-radius: 12px;
    border: 2px solid #f89d20;
}

.list.list-jewelries .list-jewelries--item .wrap-jewelry .img-fluid {
    min-width: 100%;
    height: 205px;
    object-fit: cover;
    object-position: center;
}

.link-jewelry:focus .img-fluid,
.link-jewelry:hover .img-fluid {
    top: 0;
}

h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
}

header.header hr {
    margin-bottom: 60px;
}

.section-interesting .card.card-address .card-body {
    margin-top: 0;
    padding: 0;
}

.section-interesting .card.card-cover.card-helper.card-helper__contact .card-body .card-body-information {
    padding: 0;
}

.card.card-about-home {
    margin-bottom: 60px;
}

.card.card-about-home ul {
    padding: 0;
    list-style: none;
    max-width: 430px;
}

.card.card-about-home ul li {
    display: flex;
    padding-bottom: 15px;
}

.card.card-about-home a {
    background-color: #0069ab;
    color: #fff;
    padding: 14px 20px;
    border-radius: 4px;
}

.card.card-about-home h4 {
    margin-bottom: 15px;
}

.card.card-about-home .fas {
    font-size: 14px;
    line-height: 22px;
}

.custom-video {
    position: relative;
    height: 100%;
    min-height: 360px;
}

.custom-video img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    border-radius: 15px;
}

.custom-video #player {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    border-radius: 15px;
    outline: 0;
}


/*.custom-video img {
    z-index: 8;
}

.custom-video #player {
    z-index: 7;
}

#play-video-btn {
    z-index: 9;
}*/

#play-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent !important;
    border: 0;
    background-image: url(https://www.dspcatest.net/catalog/view/theme/default/image/video-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 90px;
    background-size: contain;
}

section.section.section-jewelries.home-profit-section {
    padding-bottom: 0;
}


/** contact section **/

.contact-image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


/** donation quote **/

.section-single-heroshot .blockquote p {
    position: relative;
    z-index: 9;
}

.section-single-heroshot .blockquote img {
    position: absolute;
    width: 40px;
    z-index: 9;
    top: -15px;
    left: -10px;
}

.single-donation__benifit p {
    margin: 0;
}


/*.single-donation__benifit ul {
    list-style: disc;
    padding-left: 20px;
}*/

.single-donation__benifit {
    position: absolute;
    padding-top: 30px;
    /*font-weight: 700;*/
    line-height: 30px;
}

ul.donation-benifit li {
    padding: 7px 0px;
}

.header-badges ul li {
    padding: 0px 5px 0px 25px;
}

ul.donation-benifit li img {
    /* max-height: 16px; */
    width: 20px;
}

h1.donation-heading {
    font-size: 44px;
}

.call-block a.wrapper-links__phone {
    font-size: 1.625rem;
    color: #000;
    letter-spacing: 1px;
}

.call-block a.wrapper-links__phone:hover {
    text-decoration: underline;
}

.call-block p.wrapper-links__text {
    font-size: 0.75rem;
    color: #444 !important;
}

.header-badges ul li img {
    width: 65px !important;
    max-width: 65px !important;
}

a.btn.data-person__link.mr-3 {
    text-transform: uppercase;
    padding: 0px 12px;
    line-height: 42px;
    font-size: 15px;
}

section.section-sale .card-body img {
    border-radius: 10px;
}

section.section-sale .card-body {
    border-radius: 10px;
    border: 2px solid #ddd;
}

div#cookieConsentContainer p {
    margin: 0;
}

div#cookieConsentContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
}

div#cookieConsentContainer .cookieTitle {
    display: none;
}

.cookieButton a.btn.btn-success {
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 3.5px 12px;
}


/** Donation Header **/

header.site-header-donation.donation-fixed-header {
    position: fixed !important;
    top: 0;
    width: 100%;
}

input#reason_details {
    max-width: 590px;
}

section.section-informations>div#information-information>header.header.header-informations {
    padding: 3rem 0;
}

.header-badges.legacy-badges ul li {
    padding: 0px 25px 0px 0px;
}

@media(max-width:1199px) {}

@media only screen and (min-width: 995px) and (max-width: 1200px) {
    .header.header-navigation.header-navigation--new .wrapper-links .wrapper-links__phone {
        font-size: 20px;
    }
    .header.header-navigation.header-navigation--new .menu .nav>li.nav-item .wrapper-link {
        font-size: 14px;
    }
    .menu .nav>li.nav-item {
        padding-right: 0;
        margin-right: 18px;
    }
    a.btn.data-person__link.mr-3 {
        padding: 0px 8px;
        font-size: 12px;
    }
    .call-block a.wrapper-links__phone {
        font-size: 20px;
    }
    .call-block p.wrapper-links__text {
        font-size: 10px;
		color:#444 !important;
			
    }
}

@media only screen and (min-width: 995px) and (max-width: 1024px) {
    /* .search-block {
        position: absolute;
        left: 0;
        top: 106px;
        padding: 0px 20px;
    }*/
}

@media(min-width:992px) {
    #telMob,
    .donateToday {
        display: none !important;
    }
}

@media(max-width:991px) {
    .search-block {
        position: absolute;
        left: 0;
        top: 95px;
        padding: 0px 25px;
    }
    .nav-breadcrumb {
        margin-top: 190px;
    }
    /** menu start **/
    ul.nav.d-block.d-lg-flex {
        height: auto;
    }
    .header.header-navigation.header-navigation--new .submenu .container {
        position: absolute;
        top: 0;
        padding-top: 50px;
    }
    .submenu {
        padding-left: 0;
    }
    ul.list.list-unstyled.list-submenu {
        position: unset;
        height: auto;
        padding: 0;
        min-height: 0px;
    }
    ul.list.list-unstyled.list-submenu li {
        padding: 4px 0px !important;
        line-height: 21px !important;
    }
    .submenu .list-submenu .list-submenu--item .list-submenu--item-title {
        border-bottom: 1px solid #e6e6e6 !important;
    }
    .menu.show .nav .nav-item {
        align-items: start !important;
    }
    .menu.show .nav .nav-item>a {
        padding-left: 1rem;
        width: 100%;
    }
    .nav-item.show .nav-item__back.d-lg-none.d-flex {
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 99;
    }
    /** menu end **/
    .main-info {
        max-width: 370px;
    }
    .section.section-main-products .card .img-fluid {
        top: 0;
        height: 100%;
        transform: none;
    }
    .list.list-jewelries .list-jewelries--item .wrap-jewelry .img-fluid {
        height: 250px;
    }
    .section.section-main-products {
        padding-top: 0;
    }
    section.section.section-sale {
        padding: 30px 0px;
    }
    .section {
        padding: 30px 0;
    }
    .section.section-main-products .card {
        margin-bottom: 30px;
        height: 300px;
        margin-top: 15px;
    }
    .card.right-card.border-0 {
        margin-bottom: 0;
    }
    header.header hr {
        margin-bottom: 40px;
    }
    .section-jewelries .list.list-jewelries .list-jewelries--item {
        width: 50%;
        margin-bottom: 15px;
    }
    .list.list-jewelries .list-jewelries--item .wrap-jewelry .h3 {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .home-profit-section {
        padding-top: 0px;
    }
    .card.card-about-home {
        max-width: 100%;
        margin: 0 auto 40px;
        height: 100%;
        padding: 30px;
    }
    .card.card-address iframe {
        min-height: 400px;
    }
    .card.right-card h2.card-title {
        left: 20px;
    }
    .card.card-about-home .col-md-6.text-center {
        margin-bottom: 25px;
    }
    section.section.section-interesting {
        padding-top: 10px;
    }
    .section .header .h2 {
        font-size: 32px;
        margin: 25px 0px 20px !important;
        line-height: 38px;
    }
    /** product page **/
    .categories__products article.product-layout.product-category .product-thumb {
        max-height: 270px !important;
    }
    /** header Design **/
    .header.header-navigation.header-navigation--new .menu .data-person {
        display: inherit !important;
    }
    .header.header-navigation.header-navigation--new .menu .data-person .data-person-list {
        opacity: 0;
    }
    /*.search-block {
                padding: 0;
            }*/
    /*TopBar*/
    .header.header-navigation.header-navigation--new .more-details {
        padding-left: 0;
        width: 100%;
        margin-left: 0;
    }
    .header.header-navigation.header-navigation--new .top .legend {
        display: none;
    }
    .more-details.row.align-items-center.justify-content-between>a {
        background: #fff;
        color: #000;
        border-right: 1px solid #ddd;
        border-left: 0;
        width: 50%;
    }
    .header.header-navigation.header-navigation--new .more-details .phone-link.donateToday {
        background: #fff;
        color: #000;
        border: 0;
        text-align: center;
        padding-right: 0;
        text-transform: uppercase;
        padding: 9px 5px;
        font-size: 13px !important;
        font-weight: bold;
        border-bottom: 2px solid #ddd;
    }
    /*Header&Navigation*/
    header#mainNav>.container>.row>div:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header.header-navigation.header-navigation--new .logo {
        height: 68px;
        text-align: center;
        margin-top: 5.5%;
    }
    .header.header-navigation .logo img {
        max-width: 110px !important;
    }
    .header.header-navigation.header-navigation--new .logo>a {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 68px;
        width: 100px;
    }
    .header.header-navigation.header-navigation--new .search {
        margin-top: 22px;
    }
    #cart {
        position: fixed !important;
        right: 80px !important;
        margin: 0 !important;
        top: 50px;
    }
    #showMenu.btn-menu {
        position: fixed;
        left: 15px;
        top: 60px;
    }
    a#telMob {
        position: fixed;
        right: 28px;
        top: 55PX;
    }
    a#telMob span {
        display: none;
    }
    main.main {
        margin-top: 168px;
    }
    .menu.show {
        left: 0;
        padding: 0;
    }
    .donate-block .btn-static {
        width: 100%;
        border-radius: 0;
        padding: 5.5px 10px;
    }
    .donate-block {
        position: absolute;
        right: 0;
        min-width: 50%;
        top: 0;
        z-index: 999;
        padding: 0;
    }
    button#cart,
    #telMob {
        display: flex;
        align-items: center;
        margin-top: 15px !important;
    }
    button#cart i,
    #telMob i {
        font-size: 22px;
    }
    .header.header-navigation.header-navigation--new .top {
        padding: 0;
        position: fixed;
        width: 100%;
        height: 37px;
    }
    .header.header-navigation.header-navigation--new .top .container {
        padding: 0;
        margin: 0;
        height: 37px;
    }
    a.phone-link.d-flex.align-items-center {
        width: 50%;
        position: absolute;
        top: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px !important;
    }
    /*label#search {
                position: absolute;
                width: 100%;
                z-index: 999;
                height: 48px;
                width: 96vw;
                margin: 4% -9%;
                top: 14px;
            }
    nav#top+div {
        height: 150px;
        padding: 0;
    }*/
    nav#top+div {
        height: 180px;
        padding: 0;
    }
    #showMenu .hamburger-box {
        left: 25px;
    }
    /** donation **/
    main.main.fixed-header {
        margin: 0;
    }
    .header-badges {
        position: relative;
        right: -70px;
    }
    .header-badges.legacy-badges {
        right: 0;
    }
    #site-header a#telMob {
        top: -25px;
        right: 17px;
        color: #000;
        position: absolute;
    }
    div#cookieConsentContainer .cookieButton {
        margin-top: 6px;
    }
    div#cookieConsentContainer {
        display: block;
    }
}

@media(min-width:768px) {
    .submenu .list-submenu {
        position: relative;
    }
}

@media(max-width:767px) {
    .header.header-navigation.header-navigation--new {
        position: absolute !important;
        /* height: 190px; */
        min-height: 190px !important;
    }
    .header.header-navigation .logo img {
        max-width: 100px !important;
    }
    .header.header-navigation.header-navigation--new .logo>a {
        top: -9px;
    }
    .menu .nav>li.nav-item .wrapper-link .nav-item--link,
    .menu .nav>li.nav-item .wrapper-link .nav-item--lonely {
        color: #000;
    }
    ul.nav.d-block.d-lg-flex {
        height: auto;
    }
    /** header **/
    label#search {
        top: 5px;
    }
    nav#top+div {
        height: 127px;
        padding: 12px;
        top: 40px;
        position: relative;
    }
    .header.header-navigation.header-navigation--new .search {
        margin-top: -6px;
    }
    #showMenu.btn-menu {
        position: absolute;
        top: -75px;
    }
    button#cart,
    #telMob {
        margin-top: -8% !important;
        position: absolute !important;
    }
    .main-info .subtitle {
        display: none;
    }
    .main-info .h1 {
        margin-bottom: 0;
    }
    #showMenu.btn-menu {
        left: 5px;
    }
    a#telMob {
        right: -175px !important;
        top: -50px;
    }
    #cart {
        right: -120px !important;
        top: -58px;
    }
    .user-benefits {
        margin-top: 60px;
    }
    /** header end **/
    .header.header-navigation.header-navigation--new .submenu .container {
        position: absolute;
        top: 0;
        padding-top: 50px;
    }
    .submenu {
        padding-left: 0;
    }
    ul.list.list-unstyled.list-submenu {
        position: unset;
        height: auto;
        padding: 0;
        min-height: 0px;
    }
    ul.list.list-unstyled.list-submenu li {
        padding: 4px 0px !important;
        line-height: 21px !important;
    }
    .submenu .list-submenu .list-submenu--item .list-submenu--item-title {
        border-bottom: 1px solid #e6e6e6 !important;
    }
    .menu.show .nav .nav-item {
        align-items: start !important;
    }
    .menu.show .nav .nav-item>a {
        padding-left: 1rem;
        width: 100%;
    }
    .nav-item.show .nav-item__back.d-lg-none.d-flex {
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 99;
    }
    .donate-block {
        position: fixed;
        top: 0;
        right: 0px;
        width: 50%;
    }
    .section.section-heroshot {
        margin-top: 232px;
        background-repeat: no-repeat;
        /*background-size: 363%;*/
		background-size: 250%;
        background-position: 79% top;
        position: relative;
        height: 300px;
        padding-right: 50px;
    }
    .section.section-main-products .card .img-fluid {
        top: 0;
        height: 100%;
        transform: none;
    }
    .section.section-main-products {
        padding-top: 0;
    }
    section.section.section-sale {
        padding: 30px 0px;
    }
    .section {
        padding: 22px 0;
    }
    .section.section-heroshot .btn {
        padding: 7px 10px;
        font-size: 14px;
    }
    .section.section-main-products .card {
        margin-bottom: 20px;
        height: 188px;
        margin-top: 0;
    }
    .card.right-card.border-0 {
        margin-bottom: 0;
    }
    header.header hr {
        margin-bottom: 30px;
    }
    .section-jewelries .list.list-jewelries .list-jewelries--item {
        width: 50%;
        margin-bottom: 15px;
    }
    .list.list-jewelries .list-jewelries--item .wrap-jewelry .h3 {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .home-profit-section {
        padding-top: 0px;
    }
    .card.card-about-home {
        padding: 20px;
        max-width: 90%;
        margin: 0 auto 10px;
    }
    .card.right-card h2.card-title {
        left: 20px;
    }
    .card.card-about-home .col-md-6.text-center {
        margin-bottom: 25px;
    }
    section.section.section-interesting {
        padding-top: 10px;
    }
    ul.list.list-contact__tool {
        width: 100%;
        min-width: 330px;
    }
    .list.list-contact__tool .list-contact__tool--item {
        padding-right: 0;
    }
    /** 2 dog images **/
    .section.section-main-products .card.left-card img {
        object-position: left !important;
        /*left: -60px;*/
    }
    .section.section-main-products .card.left-card {
        background-color: #f9f9f9;
    }
    .section.section-main-products .card.right-card {
        background-color: #cfc6bd;
    }
    .section.section-main-products .card.right-card img {
        object-position: right !important;
        /*right: -50px !important;*/
    }
    .section.section-main-products .card .card-title {
        padding: 0;
    }
    .card.left-card h2.card-title,
    .card.right-card h2.card-title {
        font-size: 24px !important;
    }
    .card.left-card h2.card-title>a+a,
    .card.right-card h2.card-title>a+a {
        font-size: 16px;
    }
    h2.card-title>a i.fas {
        margin-right: 0px !important;
    }
    .header.header-navigation.header-navigation--new .more-details>span+a {
        display: none !important;
    }
    .main-info .h1 {
        margin-bottom: 0;
        max-width: 175px;
        font-size: 26px !important;
    }
    .section.section-heroshot .btn i {
        display: none !important;
    }
    .search-block {
        padding: 0px 10px;
        margin-top: -2%;
    }
    .section .header .h2 {
        font-size: 27px;
        margin: 25px 0px 20px !important;
        line-height: 32px;
    }
    .card.card-about-home p {
        margin-bottom: 0;
    }
    .card.card-about-home>div {
        padding: 0 !important;
    }
    .contact-iframe {
        padding-top: 20px;
    }
    .card.card-about-home {
        padding: 15px;
        max-width: 90%;
        margin: 0 auto 10px;
    }
    /** donation **/
    header.site-header-donation.donation-fixed-header a#telMob {
        top: 28px !important;
        right: 16px !important;
    }
    #site-header #logo .link-logo img {
        width: 100px;
    }
    h1 {
        font-size: 36px !important;
    }
    .header-badges ul li {
        padding: 0px 5px 0px 5px;
    }
    .header-badges ul li img {
        width: 55px !important;
        max-width: 55px !important;
    }
    main.main {
        margin-top: 30px;
    }
    .single-donation__benifit {
        position: relative;
        padding-top: 15px;
    }
    ul.donation-benifit li span {
        padding-right: 10px;
    }
    ul.donation-benifit li {
        padding: 4px 0px;
        display: flex;
        line-height: 22px;
    }
    .header-badges {
        position: relative;
        right: 30px;
    }
    .buttons-form .btn-credit,
    .buttons-form div#paypal-button-container {
        max-width: 312px !important;
        min-width: 100% !important;
        margin-left: 0px !important;
    }
    input#emailMarketing {
        margin-top: 2px;
    }
    /*#site-header a#telMob {
        top: 14px;
    }*/
    .site-header-call {
        position: absolute;
        height: 70px;
        right: 0px;
        top: 2px;
        width: 30px;
        padding: 0;
    }
    .list.list-jewelries .list-jewelries--item .wrap-jewelry .img-fluid {
        max-height: 140px;
    }
    header.header.header-informations {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
    ul.list.list-jewelries+br,
    ul.list.list-jewelries+br+br {
        display: none;
    }
    .header.header-navigation.header-navigation--new .more-details .phone-link.donateToday {
        padding: 8px 4px;
        border: 1px solid #ddd;
        height: 38px;
        font-size: 12px !important;
    }
    .card.card-cart .btn-fab i.fa.fa-times {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .card.card-cart .btn-fab {
        top: 0;
        width: 30px;
        height: 30px;
        color: #fff;
        border-radius: 50%;
    }
    .card.card-cart .card-body .card-body--info a {
        color: #212529;
        font-weight: 700;
        font-size: 14px;
    }
    .card.card-cart .card-body .card-body--info {
        width: 100%;
        padding-right: 1.5rem;
        line-height: 17px;
    }
    .extra {
        padding-top: 8px;
    }
    .extra span.text-danger {
        padding: 3px 10px;
    }
    section.section-informations>div#information-information>header.header.header-informations {
        padding: 8px !important;
        margin-bottom: 20px !important;
    }
}

@media(max-width:374px) {
    a#telMob {
        right: -90% !important;
        top: -50px;
    }
    #cart {
        right: -115px !important;
        top: -58px;
    }
    .main-info .h1 {
        margin-bottom: 0;
        max-width: 150px;
        font-size: 22px !important;
    }
    .section.section-heroshot .btn {
        padding: 7px 4px;
        font-size: 12px;
        margin-top: 10px;
    }
    .header.header-navigation.header-navigation--new .more-details .phone-link.donateToday {
        font-size: 11px !important;
    }
    .section-interesting .card.card-cover.card-helper.card-helper__contact .card-body .card-body-information {
        width: 100%;
    }
    ul.list.list-contact__tool {
        min-width: 300px;
    }
    /** donation **/
    #site-header #logo .link-logo img {
        width: 80px;
    }
    .header-badges ul li img {
        width: 45px !important;
        max-width: 45px !important;
    }
    #site-header a#telMob {
        top: 7px;
    }
    h1 {
        font-size: 30px !important;
    }
}

.btn-checkout-new {
    background-color: #2A923C !important;
    border-color: #28a745;
    padding: 0.85rem 0.5rem;
    width: 100%;
    color: #FFF;
}

.btn-checkout-new:hover {
    background-color: #2A923C !important;
    border-color: #28a745;
    padding: 0.85rem 0.5rem;
    width: 100%;
    color: #FFF;
}

div#checkout-checkout a {
    color: #000;
}

#checkout-checkout ul.nav-steps--list #cart {
    position: unset !important;
}

header#header {
    position: fixed;
    width: 100%;
}

#column-left+#content {
    padding-top: 60px;
}

div#header-logo .navbar-brand {
    position: fixed;
    top: 0;
    padding: 4px 12px 12px;
    max-width: 101px;
}


/* cookie */

#cookie {
    border-top: none;
    border-left: none;
    border-right: none;
}

section.section-informations ul.list.list-cards-benefits li.list-cards-benefits__item img {
    object-fit: cover;
    max-height: 240px;
    width: 100%;
    object-position: top;
    border-top-left-radius: 15px !important;
    border-top-right-radius:15px !important;
    
}


/** junior-membership-dspca **/

.buttons-form {
    display: flex;
    min-width: 100%;
}

utton#openFormNew {
    min-width: 120px;
    max-height: 54px;
    line-height: 35px;
}

.buttons-form div#paypal-button-container {
    min-width: 275px;
    margin-left: 20px;
}

.buttons-form .btn-credit {
    max-width: 275px !important;
}

div#information-information+.container ul.list.list-cards-benefits {
    margin-top: 0px !important;
}


/** pet_guardian Page **/

.pet_guardian-banner {
    /* width: 100%; */
    background-size: cover;
    background-position: top right;
    padding: 100px 0px;
}

.section.pet_guardian-banner .main-info {
    width: 100%;
    max-width: 100%;
}

.section.pet_guardian-banner .main-info h1.h1 span {
    font-size: 36px;
    display: block;
    font-weight: 500;
}

.section.pet_guardian-banner .main-info h1.h1 {
    margin-bottom: 0px;
}

.section.pet_guardian-banner .main-info p {
    font-size: 20px;
}

section.section.pet_guardian-welcome h2 {
    font-size: 40px;
    font-weight: 500;
}

.section-daycare .card.card-day-care {
    border: 0;
    border-radius: 0;
    padding: 40px;
}

.section-daycare .card.card-day-care h2 {
    color: #000;
    font-weight: 800;
}

.section-daycare .card.card-day-care .lead {
    color: #2a2a2a;
}

.section-training-academy .card.card-about-home a {
    background-color: transparent;
}

.section-training-academy .card.card-about-home a:hover {
    color: #6f6f6f !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.section-daycare .card.card-day-care .btn,
.section-training-academy .card .about-text .btn,
a.banner-btn {
    border-color: #6f6f6f;
    color: #6f6f6f;
    display: inline-block;
    width: 230px;
    max-width: 230px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;
}

.section-daycare-title {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 30px;
    color: #000;
    padding-left: 40px;
}

section.section-daycare {
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.section-training-academy {
    padding-top: 50px;
}

.section-training-academy .card {
    height: auto;
}

.section-training-academy .home-history-image img {
    border-radius: 8px 0 0 8px;
}

.section-training-academy .card.card-about-home div {
    height: auto;
}

.section-training-academy .home-history-image {
    height: 100%;
}

.section-training-academy .home-history-image img {
    object-fit: cover;
    height: 100%;
}

.section-training-academy .card.card-about-home div {
    height: auto;
}

.section-training-academy .btn {
    margin-top: 15px;
}

.section-training-academy .card.card-about-home div {
    width: 50%;
    /* height: 100%; */
}

.card .about-text {
    padding: 30px;
}

.getin-touch-block {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 30px;
}

.getin-touch-block>div {
    width: 50%;
}

.getin-touch-info {
    margin-left: 8%;
}

.getin-touch-text h2.h2,
.getin-touch-info p:first-child {
    font-size: 36px;
    font-weight: 500;
}

.getin-touch-info img {
    max-width: 32px;
    margin-right: 10px;
}

.getin-touch-text p span.orange-txt {
    color: #ff9400;
    font-weight: 500;
}

section.section.section-gray-bg {
    text-align: center;
    background-color: #efefef;
}

.Programme-text h2.h2 {
    font-size: 36px;
}

.Programme-text p {
    font-size: 24px;
    font-style: italic;
}

section#getin-touch-whitebox {
    padding-top: 200px;
    margin-top: -150px;
}

section.section.section-daycare.dog-with-men {
    background-position: top left;
}

@media(max-width:767px) {
    .pet_guardian-banner {
        padding: 8px 0px;
    }
    .section.pet_guardian-banner .main-info {
        text-align: left;
        padding: 9px 0px;
    }
    .section.pet_guardian-banner .main-info {
        text-align: left;
    }
    .section.pet_guardian-banner .main-info h1.h1 span {
        font-size: 24px;
    }
    .section.pet_guardian-banner .main-info p {
        font-size: 15px;
        padding-top: 5px;
        margin: 0;
    }
    a.btn.banner-btn {
        padding: 5px 0px;
        max-width: 160px;
    }
    section.section.pet_guardian-welcome h2 {
        font-size: 20px;
        margin: 0;
    }
    .section-training-academy .card.card-about-home div {
        width: 100%;
    }
    .section-training-academy .home-history-image img {
        border-radius: 8px 8px 0 0;
    }
    .section-training-academy .card-about-home .about-text {
        padding: 15px !important;
    }
    .section-training-academy .card.card-about-home a {
        margin-bottom: 10px;
    }
    .section-training-academy .card.card-about-home {
        padding: 0;
    }
    section.section.section-daycare.dog-with-men {
        padding: 50px 0px 0px;
        background-position: right;
    }
    section.section-daycare {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .getin-touch-block {
        display: block !important;
    }
    .getin-touch-block>div {
        width: 100%;
    }
    .getin-touch-info {
        margin: 0;
    }
    .Programme-text h2.h2 {
        font-size: 28px;
    }
    .Programme-text {
        padding: 30px 0px 15px;
    }
    header.header.header-informations {
        padding: 0px;
    }
    .per-guardian-list-box ul.list.list-cards-benefits {
        width: 95%;
    }
    section.section.section-daycare.dog-with-men {
        background-position: top right;
    }
}


/** for scroll **/

html {
    scroll-behavior: smooth;
}

window.scroll( {
    top: 2500, left: 0, behavior: 'smooth'
}

);
window.scrollBy( {
    top: 100, left: 0, behavior: 'smooth'
}

);

/** for scroll end **/






 .section.section-form .container {
    max-width: 1070px;
  }
  
  .section.section-form .accordion {
    margin-top: -35px;
  }
  
  .section.section-form .accordion .card {
    border-radius: 0.25rem; 
    margin-bottom: 20px;
    border: none;
    -webkit-box-shadow: rgba(31, 31, 31, 0.16) 0px 0px 2px 0px, rgba(31, 31, 31, 0.12) 0px 1px 4px 0px;
            box-shadow: rgba(31, 31, 31, 0.16) 0px 0px 2px 0px, rgba(31, 31, 31, 0.12) 0px 1px 4px 0px;
  }
  
  .section.section-form .accordion .card .card-header {
    border-bottom: 0;
  }
  
  .section.section-form .accordion .card .card-body {
    padding: 0 1rem;
    border: none;
  }
  
  .section.section-form .accordion .accordion__btn {
    width: 100%;
    background-color: transparent;
    border: none;
    background-image: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    color: #1F1F1F;
  }
  
  @media only screen and (min-width: 767px) {
    .section.section-form .accordion .accordion__btn {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
  
  .section.section-form .accordion .accordion__btn .accordion-header__text {
    margin-bottom: 0;
  }
  
  .section.section-form .accordion .accordion__btn .accordion__icon--arrow {
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .section.section-form .accordion .accordion__btn.collapsed .link__more .accordion__icon--arrow {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  
  .section.section-form .accordion .wrapper-main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
  }
  
  @media only screen and (min-width: 767px) {
    .section.section-form .accordion .wrapper-main-info {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 80%;
    }
  }
  
  .section.section-form .accordion .accordion-header__image {
    width: 100%;
    max-width: 64px;
  }
  
  @media only screen and (min-width: 767px) {
    .section.section-form .accordion .accordion-header__image {
      max-width: 80px;
    }
  }
  
  .section.section-form .accordion .accordion-header__info {
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    margin-top: 20px;
  }
  
  @media only screen and (min-width: 767px) {
    .section.section-form .accordion .accordion-header__info {
      padding-left: 2rem;
      margin-top: 0;
    }
  }
  
  .section.section-form .accordion .accordion-header__info .accordion-header__title {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: initial;
    margin: 0;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  
  @media only screen and (min-width: 767px) {
    .section.section-form .accordion .accordion-header__info .accordion-header__title {
      font-size: 20px;
      font-size: 1.25rem;
    }
  }
  
  .section.section-form .accordion .accordion-header__info .accordion-header__text {
    color: #333;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: initial;
    font-weight: 500;
  }
  
  .section.section-form .accordion .accordion-header__price {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 15px;
    margin-top: 15px;
    text-align: right;
  }
  
  @media only screen and (min-width: 767px) {
    .section.section-form .accordion .accordion-header__price {
      position: static;
      margin-left: auto;
      margin: 0;
    }
  }
  
  .section.section-form .accordion .accordion-header__price .accordion-header__value {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    text-transform: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.25;
  }
  
  @media only screen and (min-width: 767px) {
    .section.section-form .accordion .accordion-header__price .accordion-header__value {
      margin-bottom: 5px;
      font-size: 20px;
      font-size: 1.25rem;
    }
  }
  
  .section.section-form .accordion .accordion-header__price .accordion-header__value .accordion-header__from {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
  
  .section.section-form .accordion .accordion-header__price .accordion-header__value .accordion-header__numbers {
    font-size: 20px;
    font-size: 1.25rem;
  }
  
  .section.section-form .accordion .accordion-header__price .accordion-header__value .accordion-header__numbers span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 3px;
  }
  
  .section.section-form .accordion .accordion-header__price .accordion-header__value .accordion-header__numbers span.accordion-header__req {
    position: relative;
    top: -2px;
    margin-right: 2px;
    margin-left: 0;
  }
  
  .section.section-form .accordion .accordion-header__price .link__more {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: initial;
    font-weight: 600;
    text-decoration: underline;
    color: #374DC6;
  }
  
  .section.section-form .accordion .accordion-header__price .link__more i {
    margin-left: 10px;
  }
  
  .section.section-form .accordion .accordion__list {
    padding-left: 0;
    list-style-type: none;
    padding-bottom: 6px;
  }
  
  @media only screen and (min-width: 767px) {
    .section.section-form .accordion .accordion__list {
      padding-left: 6.8rem;
    }
  }
  
  .section.section-form .accordion .accordion__list .list-accordion__item,
  .section.section-form .accordion .accordion__list .list-main-benefits--item {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
  }
  
  @media only screen and (min-width: 767px) {
    .section.section-form .accordion .accordion__list .list-accordion__item,
    .section.section-form .accordion .accordion__list .list-main-benefits--item {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
  
  .section.section-form .accordion .accordion__list .list-accordion__item i,
  .section.section-form .accordion .accordion__list .list-main-benefits--item i {
    color: #1FBA2B;
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 10px;
  }
  
  .section.section-form .accordion .accordion__list .list-accordion__item span,
  .section.section-form .accordion .accordion__list .list-main-benefits--item span {
    padding-left: 10px;
  }
  
  .section.section-form__thanks .accordion {
    margin-top: -48px;
  }

.btn.btn-default.accordion__btn span {
    padding: 0 !important;
    display: contents;
}

/* For Monthly Donation Form */


.section.section-form {
    padding: 0;
    height: auto;
    padding-bottom: 20px;
    padding-top: 64px;
  }
  section.section.section-form .card {
      border-radius: 0.25rem;
  }
  
  .section.section-form .form .label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .section.section-form .form .form-control {
    font-size: 13px;
    font-size: 0.8125rem;
    height: 48px;
    background-color: #f8f8ff;
    border: 2px solid #d9d9d9;
    -webkit-transition: ease .3s all;
    transition: ease .3s all;
    border-radius: .25rem;
  }
  
  .section.section-form .form .form-control:focus-within {
    border-color: #374DC6;
  }
  
  .section.section-form .card__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.section.section-form .card-header {
    background-color: #fff !important;
}
  .btn.btn-default.accordion__btn span {
    padding: 0 !important;
    display: contents;
    }
  
  @media only screen and (min-width: 767px) {
    .section.section-form .card__buttons {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
  
  .section.section-form .card__buttons strong {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: center;
    margin-bottom: 10px;
  }
  
  @media only screen and (min-width: 767px) {
    .section.section-form .card__buttons strong {
      margin-bottom: 0;
      text-align: left;
    }
  }
  
  .section.section-form .card__buttons .btn {
    padding: 0.75rem 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  @media only screen and (min-width: 767px) {
    .section.section-form .card__buttons .btn {
      font-size: 16px;
      font-size: 1rem;
      padding: 0.75rem 1.5rem;
    }
  }
  
  .section.section-form .p__form {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
    text-align: center;
  }
  
  .section.section-form .p__form .link {
    color: #374DC6;
    text-decoration: underline;
  }
  
  .section.section-form .p__form .link:hover, .section.section-form .p__form .link:focus {
    text-decoration: none;
  }


.footer {
    margin: 0;
    border-top: 1px solid #efefef;
    background-color: #fff;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: top center !important;
    padding-top: 300px;
    background-size: contain !important;
    background-repeat: no-repeat;
}

.footer .container {
    position: relative;
}

.footer .header {
    margin-bottom: 4rem;
    background-color: #fff;
    position: relative;
}

footer.footer> header.header.header-touch {
    position: absolute;
    width: 100%;
    top: 4%;
    padding-top: 10px;
    border: 0;
    background: transparent;
    margin: 0 !important;
}

.footer .header.header-touch .col-md-3 .title {
    min-width: 75px;
}

.footer .container-fluid {
    background-color: #f18a04;
    margin-top: 5% !important;
}

.footer .container-fluid .article {
    max-width: 1140px;
    margin: 0 auto;
}

@media only screen and (min-width:1366px) and (max-width: 1440px) {
    .footer {
        padding-top: 250px;
    }

}



@media only screen and (min-width:768px) and (max-width: 1024px) {
    .footer .container-fluid .article {
        max-width: 90%;
    }
    footer.footer> header.header.header-touch {
        top: -2%;
    }
    footer.footer {
        padding-top: 175px;
    }
    .footer .row.row-navigation {
        margin-bottom: 0;
    }
    .footer .row.row-rodape {
        padding-top: 0;
        margin-top: 0;
    }

}

@media (max-width:767px) {
    .footer .container-fluid {
        margin-top: 0 !important;
    }
    .footer .container-fluid .article {
        max-width: 90%;
    }
    footer.footer {
        padding-top: 90px;
        margin-top: 28%;
        border: 0;
    }
    footer.footer> header.header.header-touch {
        top: -6%;
    }
}