:root {
    --blue: #0070d2;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #c00;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #008827;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #000;
    --secondary: #4d4d4d;
    --success: #008827;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #c00;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 375px;
    --breakpoint-md: 720px;
    --breakpoint-lg: 1200px;
    --breakpoint-xl: 1440px;
    --breakpoint-xl-up: 1441px;
    --breakpoint-xxl: 1920px;
    --breakpoint-xxl-up: 1921px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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 {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
    line-height: 1.15
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    background-color: #f9f9f9;
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[data-original-title], abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    color: #444;
    text-decoration: none
}

a:hover {
    color: #1e1e1e;
    text-decoration: underline
}

a:not([href]):not([class]), a:not([href]):not([class]):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 {
    -ms-overflow-style: scrollbar;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    caption-side: bottom;
    color: #6c757d;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

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 {
    border-style: none;
    padding: 0
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    cursor: pointer;
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem
}

.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
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin-bottom: 1rem;
    margin-top: 1rem
}

.small, small {
    font-size: .875em;
    font-weight: 400
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote-footer {
    color: #6c757d;
    display: block;
    font-size: .875em
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid, .img-thumbnail {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    background-color: #f9f9f9;
    border: 1px solid #dee2e6;
    border-radius: .1875rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: #6c757d;
    font-size: 90%
}

code {
    word-wrap: break-word;
    color: #e83e8c;
    font-size: 87.5%
}

a>code {
    color: inherit
}

kbd {
    background-color: #212529;
    border-radius: .1875rem;
    color: #fff;
    font-size: 87.5%;
    padding: .2rem .4rem
}

kbd kbd {
    font-size: 100%;
    font-weight: 700;
    padding: 0
}

pre {
    color: #212529;
    display: block;
    font-size: 87.5%
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xs, .container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 100%
}

.container {
    max-width: 100%
}

@media(min-width:375px) {
    .container, .container-sm {
        max-width: 100%
    }
}

@media(min-width:720px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media(min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 940px
    }
}

@media(min-width:1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px
    }
}

@media(min-width:1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xl-up, .container-xxl {
        max-width: 1696px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 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, .col-xl-up, .col-xl-up-1, .col-xl-up-10, .col-xl-up-11, .col-xl-up-12, .col-xl-up-2, .col-xl-up-3, .col-xl-up-4, .col-xl-up-5, .col-xl-up-6, .col-xl-up-7, .col-xl-up-8, .col-xl-up-9, .col-xl-up-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto, .col-xxl-up, .col-xxl-up-1, .col-xxl-up-10, .col-xxl-up-11, .col-xxl-up-12, .col-xxl-up-2, .col-xxl-up-3, .col-xxl-up-4, .col-xxl-up-5, .col-xxl-up-6, .col-xxl-up-7, .col-xxl-up-8, .col-xxl-up-9, .col-xxl-up-auto {
    padding-left: 7.5px;
    padding-right: 7.5px;
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media(min-width:375px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width:720px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width:1200px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width:1440px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width:1441px) {
    .col-xl-up {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-up-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-up-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-up-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-up-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-up-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-up-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-up-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xl-up-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-up-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-up-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-up-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-up-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-up-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-up-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-up-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-up-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-up-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-up-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-up-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-up-first {
        order: -1
    }

    .order-xl-up-last {
        order: 13
    }

    .order-xl-up-0 {
        order: 0
    }

    .order-xl-up-1 {
        order: 1
    }

    .order-xl-up-2 {
        order: 2
    }

    .order-xl-up-3 {
        order: 3
    }

    .order-xl-up-4 {
        order: 4
    }

    .order-xl-up-5 {
        order: 5
    }

    .order-xl-up-6 {
        order: 6
    }

    .order-xl-up-7 {
        order: 7
    }

    .order-xl-up-8 {
        order: 8
    }

    .order-xl-up-9 {
        order: 9
    }

    .order-xl-up-10 {
        order: 10
    }

    .order-xl-up-11 {
        order: 11
    }

    .order-xl-up-12 {
        order: 12
    }

    .offset-xl-up-0 {
        margin-left: 0
    }

    .offset-xl-up-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-up-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-up-3 {
        margin-left: 25%
    }

    .offset-xl-up-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-up-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-up-6 {
        margin-left: 50%
    }

    .offset-xl-up-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-up-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-up-9 {
        margin-left: 75%
    }

    .offset-xl-up-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-up-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width:1920px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width:1921px) {
    .col-xxl-up {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-up-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-up-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-up-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxl-up-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-up-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-up-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxl-up-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xxl-up-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xxl-up-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xxl-up-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-up-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xxl-up-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xxl-up-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-up-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xxl-up-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xxl-up-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-up-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xxl-up-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xxl-up-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-up-first {
        order: -1
    }

    .order-xxl-up-last {
        order: 13
    }

    .order-xxl-up-0 {
        order: 0
    }

    .order-xxl-up-1 {
        order: 1
    }

    .order-xxl-up-2 {
        order: 2
    }

    .order-xxl-up-3 {
        order: 3
    }

    .order-xxl-up-4 {
        order: 4
    }

    .order-xxl-up-5 {
        order: 5
    }

    .order-xxl-up-6 {
        order: 6
    }

    .order-xxl-up-7 {
        order: 7
    }

    .order-xxl-up-8 {
        order: 8
    }

    .order-xxl-up-9 {
        order: 9
    }

    .order-xxl-up-10 {
        order: 10
    }

    .order-xxl-up-11 {
        order: 11
    }

    .order-xxl-up-12 {
        order: 12
    }

    .offset-xxl-up-0 {
        margin-left: 0
    }

    .offset-xxl-up-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-up-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-up-3 {
        margin-left: 25%
    }

    .offset-xxl-up-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-up-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-up-6 {
        margin-left: 50%
    }

    .offset-xxl-up-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-up-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-up-9 {
        margin-left: 75%
    }

    .offset-xxl-up-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-up-11 {
        margin-left: 91.66666667%
    }
}

.table {
    color: #212529;
    margin-bottom: 1rem;
    width: 100%
}

.table td, .table th {
    border-top: 1px solid #ccc;
    padding: .75rem;
    vertical-align: top
}

.table thead th {
    border-bottom: 2px solid #ccc;
    vertical-align: bottom
}

.table tbody+tbody {
    border-top: 2px solid #ccc
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #ccc
}

.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, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
    color: #212529
}

.table-primary, .table-primary>td, .table-primary>th {
    background-color: #b8b8b8
}

.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7a7a7a
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
    background-color: #ababab
}

.table-secondary, .table-secondary>td, .table-secondary>th {
    background-color: #cdcdcd
}

.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #a2a2a2
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
    background-color: silver
}

.table-success, .table-success>td, .table-success>th {
    background-color: #b8dec3
}

.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #7ac18f
}

.table-hover .table-success:hover, .table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: #a6d6b4
}

.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, .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, .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #ffe7a0
}

.table-danger, .table-danger>td, .table-danger>th {
    background-color: #f1b8b8
}

.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #e47a7a
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: #eca2a2
}

.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, .table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
    background-color: #eef1f3
}

.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, .table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
    background-color: #b9bbbd
}

.table-active, .table-active>td, .table-active>th, .table-hover .table-active:hover, .table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    background-color: #343a40;
    border-color: #454d55;
    color: #fff
}

.table .thead-light th {
    background-color: #e9ecef;
    border-color: #ccc;
    color: #495057
}

.table-dark {
    background-color: #343a40;
    color: #fff
}

.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: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075);
    color: #fff
}

@media(max-width:374.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:719.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:1199.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1439.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media(max-width:1440.98px) {
    .table-responsive-xl-up {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-xl-up>.table-bordered {
        border: 0
    }
}

@media(max-width:1919.98px) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

@media(max-width:1920.98px) {
    .table-responsive-xxl-up {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-xxl-up>.table-bordered {
        border: 0
    }
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .1875rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    background-color: #fff;
    border-color: #404040;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25);
    color: #495057;
    outline: 0
}

.form-control::-moz-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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}

.col-form-label-lg {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem
}

.form-control-lg, .form-control-sm {
    border-radius: .1875rem;
    line-height: 1.5
}

.form-control-lg {
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.form-row>.col, .form-row>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative
}

.form-check-input {
    margin-left: -1.25rem;
    margin-top: .3rem;
    position: absolute
}

.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 {
    align-items: center;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0
}

.form-check-inline .form-check-input {
    margin-left: 0;
    margin-right: .3125rem;
    margin-top: 0;
    position: static
}

.valid-feedback {
    color: #008827;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: rgba(0, 136, 39, .9);
    border-radius: .1875rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row>.col>.valid-tooltip, .form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.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 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23008827' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #008827;
    padding-right: calc(1.5em + .75rem) !important
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #008827;
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25)
}

.was-validated select.form-control:valid, select.form-control.is-valid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23008827' d='M2.3 6.73.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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #008827;
    padding-right: calc(.75em + 2.3125rem) !important
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #008827;
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25)
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #008827
}

.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: #008827
}

.custom-control-input.is-valid~.custom-control-label:before, .was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #008827
}

.custom-control-input.is-valid:checked~.custom-control-label:before, .was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #00bb36;
    border-color: #00bb36
}

.custom-control-input.is-valid:focus~.custom-control-label:before, .was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .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: #008827
}

.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #008827
}

.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #008827;
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25)
}

.invalid-feedback {
    color: #c00;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: rgba(204, 0, 0, .9);
    border-radius: .1875rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row>.col>.invalid-tooltip, .form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.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 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c00'%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='%23c00' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #c00;
    padding-right: calc(1.5em + .75rem) !important
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #c00;
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .25)
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c00'%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='%23c00' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #c00;
    padding-right: calc(.75em + 2.3125rem) !important
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #c00;
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .25)
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: #c00
}

.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: #c00
}

.custom-control-input.is-invalid~.custom-control-label:before, .was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #c00
}

.custom-control-input.is-invalid:checked~.custom-control-label:before, .was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: red;
    border-color: red
}

.custom-control-input.is-invalid:focus~.custom-control-label:before, .was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(204, 0, 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: #c00
}

.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #c00
}

.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #c00;
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .25)
}

.form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:375px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        align-items: center;
        display: flex;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        align-items: center;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto
    }

    .form-inline .form-check-input {
        flex-shrink: 0;
        margin-left: 0;
        margin-right: .25rem;
        margin-top: 0;
        position: relative
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .1875rem;
    color: #212529;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25);
    outline: 0
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    background-color: #000;
    border-color: #000
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 15%, .5)
}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 15%, .5)
}

.btn-secondary {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    color: #fff
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #3a3a3a;
    border-color: #343434;
    color: #fff
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 41%, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #343434;
    border-color: #2d2d2d;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 41%, .5)
}

.btn-success {
    background-color: #008827;
    border-color: #008827;
    color: #fff
}

.btn-success.focus, .btn-success:focus, .btn-success:hover {
    background-color: #00621c;
    border-color: #005518;
    color: #fff
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 154, 71, .5)
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #008827;
    border-color: #008827;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    background-color: #005518;
    border-color: #004815;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 154, 71, .5)
}

.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
    background-color: #138496;
    border-color: #117a8b;
    color: #fff
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    background-color: #117a8b;
    border-color: #10707f;
    color: #fff
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    color: #212529
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    background-color: #d39e00;
    border-color: #c69500;
    color: #212529
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    background-color: #c00;
    border-color: #c00;
    color: #fff
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    background-color: #a60000;
    border-color: #900;
    color: #fff
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(212, 38, 38, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    background-color: #c00;
    border-color: #c00;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    background-color: #900;
    border-color: #8c0000;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(212, 38, 38, .5)
}

.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-light.focus, .btn-light:focus, .btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    color: #212529
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(210, 4%, 85%, .5)
}

.btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    background-color: #dae0e5;
    border-color: #d3d9df;
    color: #212529
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(210, 4%, 85%, .5)
}

.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
    background-color: #23272b;
    border-color: #1d2124;
    color: #fff
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    background-color: #1d2124;
    border-color: #171a1d;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    border-color: #000;
    color: #000
}

.btn-outline-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    background-color: transparent;
    color: #000
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.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 {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-secondary {
    border-color: #4d4d4d;
    color: #4d4d4d
}

.btn-outline-secondary:hover {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    color: #fff
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 77, 77, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    background-color: transparent;
    color: #4d4d4d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    color: #fff
}

.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 {
    box-shadow: 0 0 0 .2rem rgba(77, 77, 77, .5)
}

.btn-outline-success {
    border-color: #008827;
    color: #008827
}

.btn-outline-success:hover {
    background-color: #008827;
    border-color: #008827;
    color: #fff
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    background-color: transparent;
    color: #008827
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    background-color: #008827;
    border-color: #008827;
    color: #fff
}

.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 {
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .5)
}

.btn-outline-info {
    border-color: #17a2b8;
    color: #17a2b8
}

.btn-outline-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    background-color: transparent;
    color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.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 {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107
}

.btn-outline-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.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 {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    border-color: #c00;
    color: #c00
}

.btn-outline-danger:hover {
    background-color: #c00;
    border-color: #c00;
    color: #fff
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    background-color: transparent;
    color: #c00
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    background-color: #c00;
    border-color: #c00;
    color: #fff
}

.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 {
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .5)
}

.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa
}

.btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.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 {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    border-color: #343a40;
    color: #343a40
}

.btn-outline-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    background-color: transparent;
    color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.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 {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    color: #444;
    font-weight: 400;
    text-decoration: none
}

.btn-link:hover {
    color: #1e1e1e
}

.btn-link.focus, .btn-link:focus, .btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn, .btn-lg {
    border-radius: .1875rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.btn-group-sm>.btn, .btn-sm {
    border-radius: .1875rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    height: auto;
    transition: width .35s ease;
    width: 0
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.width {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .1875rem;
    color: #212529;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

@media(min-width:375px) {
    .dropdown-menu-sm-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-sm-right {
        left: auto;
        right: 0
    }
}

@media(min-width:720px) {
    .dropdown-menu-md-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-md-right {
        left: auto;
        right: 0
    }
}

@media(min-width:1200px) {
    .dropdown-menu-lg-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-lg-right {
        left: auto;
        right: 0
    }
}

@media(min-width:1440px) {
    .dropdown-menu-xl-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-right {
        left: auto;
        right: 0
    }
}

@media(min-width:1441px) {
    .dropdown-menu-xl-up-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-up-right {
        left: auto;
        right: 0
    }
}

@media(min-width:1920px) {
    .dropdown-menu-xxl-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-xxl-right {
        left: auto;
        right: 0
    }
}

@media(min-width:1921px) {
    .dropdown-menu-xxl-up-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-xxl-up-right {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: .125rem;
    margin-top: 0;
    top: auto
}

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    left: 100%;
    margin-left: .125rem;
    margin-top: 0;
    right: auto;
    top: 0
}

.dropright .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    left: auto;
    margin-right: .125rem;
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropleft .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropleft .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}

.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] {
    bottom: auto;
    right: auto
}

.dropdown-divider {
    border-top: 1px solid #e9ecef;
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: .25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #e9ecef;
    color: #16181b;
    text-decoration: none
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #000;
    color: #fff;
    text-decoration: none
}

.dropdown-item.disabled, .dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: #6c757d;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap
}

.dropdown-item-text {
    color: #212529;
    display: block;
    padding: .25rem 1.5rem
}

.btn-group, .btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
    flex: 1 1 auto;
    position: relative
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    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-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .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-left: .375rem;
    padding-right: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}

.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    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-left-radius: 0;
    border-bottom-right-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] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
    width: 1%
}

.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(:first-child), .input-group>.form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group>.custom-file {
    align-items: center;
    display: flex
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label, .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after, .input-group.has-validation>.custom-select:nth-last-child(n+3), .input-group.has-validation>.form-control:nth-last-child(n+3), .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after, .input-group:not(.has-validation)>.custom-select:not(:last-child), .input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-append, .input-group-prepend {
    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 {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .1875rem;
    color: #495057;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.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 {
    border-radius: .1875rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .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 {
    border-radius: .1875rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.input-group-lg>.custom-select, .input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn, .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text, .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn, .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text, .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-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-bottom-right-radius: 0;
    border-top-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-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.custom-control {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    z-index: 1
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    height: 1.25rem;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 1rem;
    z-index: -1
}

.custom-control-input:checked~.custom-control-label:before {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #404040
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #595959;
    border-color: #595959;
    color: #fff
}

.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 {
    margin-bottom: 0;
    position: relative;
    vertical-align: top
}

.custom-control-label:before {
    background-color: #fff;
    border: 1px solid #adb5bd;
    pointer-events: none
}

.custom-control-label:after, .custom-control-label:before {
    content: "";
    display: block;
    height: 1rem;
    left: -1.5rem;
    position: absolute;
    top: .25rem;
    width: 1rem
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before {
    border-radius: .1875rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-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 {
    background-color: #000;
    border-color: #000
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='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, 0, 0, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 0, 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;charset=utf-8,%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, 0, 0, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    border-radius: .5rem;
    left: -2.25rem;
    pointer-events: all;
    width: 1.75rem
}

.custom-switch .custom-control-label:after {
    background-color: #adb5bd;
    border-radius: .5rem;
    height: calc(1rem - 4px);
    left: calc(-2.25rem + 2px);
    top: calc(.25rem + 2px);
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: calc(1rem - 4px)
}

@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 0, 0, .5)
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .1875rem;
    color: #495057;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    width: 100%
}

.custom-select:focus {
    border-color: #404040;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25);
    outline: 0
}

.custom-select:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    background-image: none;
    height: auto;
    padding-right: .75rem
}

.custom-select:disabled {
    background-color: #e9ecef;
    color: #6c757d
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.custom-select-lg {
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file, .custom-file-input {
    height: calc(1.5em + .75rem + 2px);
    position: relative;
    width: 100%
}

.custom-file-input {
    margin: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 2
}

.custom-file-input:focus~.custom-file-label {
    border-color: #404040;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 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 {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .1875rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    left: 0;
    overflow: hidden;
    z-index: 1
}

.custom-file-label, .custom-file-label:after {
    color: #495057;
    line-height: 1.5;
    padding: .375rem .75rem;
    position: absolute;
    right: 0;
    top: 0
}

.custom-file-label:after {
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .1875rem .1875rem 0;
    bottom: 0;
    content: "Browse";
    display: block;
    height: calc(1.5em + .75rem);
    z-index: 3
}

.custom-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.4rem;
    padding: 0;
    width: 100%
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #595959
}

.custom-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-moz-range-thumb {
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none
}

.custom-range::-moz-range-thumb:active {
    background-color: #595959
}

.custom-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-ms-thumb {
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-left: .2rem;
    margin-right: .2rem;
    margin-top: 0;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb {
    appearance: none
}

.custom-range::-ms-thumb:active {
    background-color: #595959
}

.custom-range::-ms-track {
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.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 {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-control-label:before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    border-bottom: 0 solid #dee2e6
}

.nav-tabs .nav-link {
    background-color: transparent;
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #f9f9f9;
    border-color: #dee2e6 #dee2e6 #f9f9f9;
    color: #495057
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .1875rem
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #000;
    color: #fff
}

.nav-fill .nav-item, .nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    padding: .5rem 1rem;
    position: relative
}

.navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl, .navbar .container-xs, .navbar .container-xxl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .dropdown-menu {
    float: none;
    position: static
}

.navbar-text {
    display: inline-block;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .1875rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    background: 50%/100% 100% no-repeat;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media(max-width:374.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, .navbar-expand-sm>.container-xs, .navbar-expand-sm>.container-xxl {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:375px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .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, .navbar-expand-sm>.container-xs, .navbar-expand-sm>.container-xxl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:719.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, .navbar-expand-md>.container-xs, .navbar-expand-md>.container-xxl {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:720px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .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, .navbar-expand-md>.container-xs, .navbar-expand-md>.container-xxl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.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, .navbar-expand-lg>.container-xs, .navbar-expand-lg>.container-xxl {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .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, .navbar-expand-lg>.container-xs, .navbar-expand-lg>.container-xxl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1439.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, .navbar-expand-xl>.container-xs, .navbar-expand-xl>.container-xxl {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:1440px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .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, .navbar-expand-xl>.container-xs, .navbar-expand-xl>.container-xxl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media(max-width:1440.98px) {
    .navbar-expand-xl-up>.container, .navbar-expand-xl-up>.container-fluid, .navbar-expand-xl-up>.container-lg, .navbar-expand-xl-up>.container-md, .navbar-expand-xl-up>.container-sm, .navbar-expand-xl-up>.container-xl, .navbar-expand-xl-up>.container-xs, .navbar-expand-xl-up>.container-xxl {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:1441px) {
    .navbar-expand-xl-up {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl-up .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl-up .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl-up .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-xl-up>.container, .navbar-expand-xl-up>.container-fluid, .navbar-expand-xl-up>.container-lg, .navbar-expand-xl-up>.container-md, .navbar-expand-xl-up>.container-sm, .navbar-expand-xl-up>.container-xl, .navbar-expand-xl-up>.container-xs, .navbar-expand-xl-up>.container-xxl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl-up .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl-up .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl-up .navbar-toggler {
        display: none
    }
}

@media(max-width:1919.98px) {
    .navbar-expand-xxl>.container, .navbar-expand-xxl>.container-fluid, .navbar-expand-xxl>.container-lg, .navbar-expand-xxl>.container-md, .navbar-expand-xxl>.container-sm, .navbar-expand-xxl>.container-xl, .navbar-expand-xxl>.container-xs, .navbar-expand-xxl>.container-xxl {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:1920px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-xxl>.container, .navbar-expand-xxl>.container-fluid, .navbar-expand-xxl>.container-lg, .navbar-expand-xxl>.container-md, .navbar-expand-xxl>.container-sm, .navbar-expand-xxl>.container-xl, .navbar-expand-xxl>.container-xs, .navbar-expand-xxl>.container-xxl {
        flex-wrap: nowrap
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

@media(max-width:1920.98px) {
    .navbar-expand-xxl-up>.container, .navbar-expand-xxl-up>.container-fluid, .navbar-expand-xxl-up>.container-lg, .navbar-expand-xxl-up>.container-md, .navbar-expand-xxl-up>.container-sm, .navbar-expand-xxl-up>.container-xl, .navbar-expand-xxl-up>.container-xs, .navbar-expand-xxl-up>.container-xxl {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:1921px) {
    .navbar-expand-xxl-up {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl-up .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl-up .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl-up .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-xxl-up>.container, .navbar-expand-xxl-up>.container-fluid, .navbar-expand-xxl-up>.container-lg, .navbar-expand-xxl-up>.container-md, .navbar-expand-xxl-up>.container-sm, .navbar-expand-xxl-up>.container-xl, .navbar-expand-xxl-up>.container-xs, .navbar-expand-xxl-up>.container-xxl {
        flex-wrap: nowrap
    }

    .navbar-expand-xxl-up .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl-up .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl-up .navbar-toggler {
        display: none
    }
}

.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl, .navbar-expand>.container-xs, .navbar-expand>.container-xxl {
    padding-left: 0;
    padding-right: 0
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem
}

.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl, .navbar-expand>.container-xs, .navbar-expand>.container-xxl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(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, .9)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' 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, .5)
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .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 {
    border-color: hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .1875rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: calc(.1875rem - 1px);
    border-top-right-radius: calc(.1875rem - 1px);
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: calc(.1875rem - 1px);
    border-bottom-right-radius: calc(.1875rem - 1px);
    border-bottom-width: 0
}

.card>.card-header+.list-group, .card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    padding: .75rem 1.25rem
}

.card-header:first-child {
    border-radius: calc(.1875rem - 1px) calc(.1875rem - 1px) 0 0
}

.card-footer {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem
}

.card-footer:last-child {
    border-radius: 0 0 calc(.1875rem - 1px) calc(.1875rem - 1px)
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.75rem
}

.card-header-pills, .card-header-tabs {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.card-img-overlay {
    border-radius: calc(.1875rem - 1px);
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0
}

.card-img, .card-img-bottom, .card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.1875rem - 1px);
    border-top-right-radius: calc(.1875rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-left-radius: calc(.1875rem - 1px);
    border-bottom-right-radius: calc(.1875rem - 1px)
}

.card-deck .card {
    margin-bottom: 7.5px
}

@media(min-width:375px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-bottom: 0;
        margin-left: 7.5px;
        margin-right: 7.5px
    }
}

.card-group>.card {
    margin-bottom: 7.5px
}

@media(min-width:375px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        border-left: 0;
        margin-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-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-bottom-left-radius: 0;
        border-top-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: .75rem
}

@media(min-width:375px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-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 {
    background-color: transparent;
    border-radius: .1875rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: .75rem 1rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #6c757d;
    content: "/";
    float: left;
    padding-right: .5rem
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    border-radius: .1875rem;
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #444;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative
}

.page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #1e1e1e;
    text-decoration: none;
    z-index: 2
}

.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25);
    outline: 0;
    z-index: 3
}

.page-item:first-child .page-link {
    border-bottom-left-radius: .1875rem;
    border-top-left-radius: .1875rem;
    margin-left: 0
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.page-item.active .page-link {
    background-color: #000;
    border-color: #000;
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: auto;
    pointer-events: none
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .1875rem;
    border-top-left-radius: .1875rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .1875rem;
    border-top-left-radius: .1875rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.badge {
    border-radius: .1875rem;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .25em .4em;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: baseline;
    white-space: nowrap
}

@media(prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em
}

.badge-primary, a.badge-primary:focus, a.badge-primary:hover {
    background-color: #000;
    color: #fff
}

a.badge-primary.focus, a.badge-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
    outline: 0
}

.badge-secondary {
    background-color: #4d4d4d;
    color: #fff
}

a.badge-secondary:focus, a.badge-secondary:hover {
    background-color: #343434;
    color: #fff
}

a.badge-secondary.focus, a.badge-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 77, 77, .5);
    outline: 0
}

.badge-success {
    background-color: #008827;
    color: #fff
}

a.badge-success:focus, a.badge-success:hover {
    background-color: #005518;
    color: #fff
}

a.badge-success.focus, a.badge-success:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .5);
    outline: 0
}

.badge-info {
    background-color: #17a2b8;
    color: #fff
}

a.badge-info:focus, a.badge-info:hover {
    background-color: #117a8b;
    color: #fff
}

a.badge-info.focus, a.badge-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    outline: 0
}

.badge-warning {
    background-color: #ffc107;
    color: #212529
}

a.badge-warning:focus, a.badge-warning:hover {
    background-color: #d39e00;
    color: #212529
}

a.badge-warning.focus, a.badge-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    outline: 0
}

.badge-danger {
    background-color: #c00;
    color: #fff
}

a.badge-danger:focus, a.badge-danger:hover {
    background-color: #900;
    color: #fff
}

a.badge-danger.focus, a.badge-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .5);
    outline: 0
}

.badge-light {
    background-color: #f8f9fa;
    color: #212529
}

a.badge-light:focus, a.badge-light:hover {
    background-color: #dae0e5;
    color: #212529
}

a.badge-light.focus, a.badge-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    outline: 0
}

.badge-dark {
    background-color: #343a40;
    color: #fff
}

a.badge-dark:focus, a.badge-dark:hover {
    background-color: #1d2124;
    color: #fff
}

a.badge-dark.focus, a.badge-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    outline: 0
}

.jumbotron {
    background-color: #e9ecef;
    border-radius: .1875rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem
}

@media(min-width:375px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0
}

.alert {
    border: 1px solid transparent;
    border-radius: .1875rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    color: inherit;
    padding: .75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-primary {
    background-color: #ccc;
    border-color: #b8b8b8;
    color: #000
}

.alert-primary hr {
    border-top-color: #ababab
}

.alert-primary .alert-link {
    color: #000
}

.alert-secondary {
    background-color: #dbdbdb;
    border-color: #cdcdcd;
    color: #282828
}

.alert-secondary hr {
    border-top-color: silver
}

.alert-secondary .alert-link {
    color: #0f0f0f
}

.alert-success {
    background-color: #cce7d4;
    border-color: #b8dec3;
    color: #004714
}

.alert-success hr {
    border-top-color: #a6d6b4
}

.alert-success .alert-link {
    color: #001406
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c32
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404
}

.alert-warning hr {
    border-top-color: #ffe7a0
}

.alert-warning .alert-link {
    color: #533f02
}

.alert-danger {
    background-color: #f5cccc;
    border-color: #f1b8b8;
    color: #6a0000
}

.alert-danger hr {
    border-top-color: #eca2a2
}

.alert-danger .alert-link {
    color: #370000
}

.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #818182
}

.alert-light hr {
    border-top-color: #eef1f3
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    color: #1b1e21
}

.alert-dark hr {
    border-top-color: #b9bbbd
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    background-color: #e9ecef;
    border-radius: .1875rem;
    font-size: .75rem;
    height: 1rem;
    line-height: 0
}

.progress, .progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    background-color: #000;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: width .6s ease;
    white-space: nowrap
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    align-items: flex-start;
    display: flex
}

.media-body {
    flex: 1
}

.list-group {
    border-radius: .1875rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%
}

.list-group-item-action:focus, .list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1
}

.list-group-item-action:active {
    background-color: #e9ecef;
    color: #212529
}

.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    display: block;
    padding: .75rem 1.25rem;
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled, .list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none
}

.list-group-item.active {
    background-color: #000;
    border-color: #000;
    color: #fff;
    z-index: 2
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .1875rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .1875rem
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
}

@media(min-width:375px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .1875rem
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media(min-width:720px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .1875rem
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .1875rem
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media(min-width:1440px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .1875rem
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media(min-width:1441px) {
    .list-group-horizontal-xl-up {
        flex-direction: row
    }

    .list-group-horizontal-xl-up>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl-up>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .1875rem
    }

    .list-group-horizontal-xl-up>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl-up>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-xl-up>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media(min-width:1920px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .1875rem
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media(min-width:1921px) {
    .list-group-horizontal-xxl-up {
        flex-direction: row
    }

    .list-group-horizontal-xxl-up>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl-up>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .1875rem
    }

    .list-group-horizontal-xxl-up>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl-up>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-xxl-up>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -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 {
    background-color: #b8b8b8;
    color: #000
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    background-color: #ababab;
    color: #000
}

.list-group-item-primary.list-group-item-action.active {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.list-group-item-secondary {
    background-color: #cdcdcd;
    color: #282828
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    background-color: silver;
    color: #282828
}

.list-group-item-secondary.list-group-item-action.active {
    background-color: #282828;
    border-color: #282828;
    color: #fff
}

.list-group-item-success {
    background-color: #b8dec3;
    color: #004714
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    background-color: #a6d6b4;
    color: #004714
}

.list-group-item-success.list-group-item-action.active {
    background-color: #004714;
    border-color: #004714;
    color: #fff
}

.list-group-item-info {
    background-color: #bee5eb;
    color: #0c5460
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    background-color: #abdde5;
    color: #0c5460
}

.list-group-item-info.list-group-item-action.active {
    background-color: #0c5460;
    border-color: #0c5460;
    color: #fff
}

.list-group-item-warning {
    background-color: #ffeeba;
    color: #856404
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    background-color: #ffe7a0;
    color: #856404
}

.list-group-item-warning.list-group-item-action.active {
    background-color: #856404;
    border-color: #856404;
    color: #fff
}

.list-group-item-danger {
    background-color: #f1b8b8;
    color: #6a0000
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    background-color: #eca2a2;
    color: #6a0000
}

.list-group-item-danger.list-group-item-action.active {
    background-color: #6a0000;
    border-color: #6a0000;
    color: #fff
}

.list-group-item-light {
    background-color: #fdfdfe;
    color: #818182
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    background-color: #eef1f3;
    color: #818182
}

.list-group-item-light.list-group-item-action.active {
    background-color: #818182;
    border-color: #818182;
    color: #fff
}

.list-group-item-dark {
    background-color: #c6c8ca;
    color: #1b1e21
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    background-color: #b9bbbd;
    color: #1b1e21
}

.list-group-item-dark.list-group-item-action.active {
    background-color: #1b1e21;
    border-color: #1b1e21;
    color: #fff
}

.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    background-color: transparent;
    border: 0;
    padding: 0
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.fade .modal-dialog {
    transform: translateY(-50px)
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    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 {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: -moz-min-content;
    height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .1875rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.1875rem - 1px);
    border-top-right-radius: calc(.1875rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.1875rem - 1px);
    border-bottom-right-radius: calc(.1875rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media(min-width:375px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }

    .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: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:1200px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1440px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem
}

.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .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 {
    border-top-color: #000;
    border-width: .4rem .4rem 0;
    top: 0
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    height: .8rem;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
    border-right-color: #000;
    border-width: .4rem .4rem .4rem 0;
    right: 0
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .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 {
    border-bottom-color: #000;
    border-width: 0 .4rem .4rem;
    bottom: 0
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    height: .8rem;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem .4rem;
    left: 0
}

.tooltip-inner {
    background-color: #000;
    border-radius: .1875rem;
    color: #fff;
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center
}

.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .1875rem;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060
}

.popover, .popover .arrow {
    display: block;
    position: absolute
}

.popover .arrow {
    height: .5rem;
    margin: 0 .1875rem;
    width: 1rem
}

.popover .arrow:after, .popover .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before, .bs-popover-top>.arrow:before {
    border-top-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem 0;
    bottom: 0
}

.bs-popover-auto[x-placement^=top]>.arrow:after, .bs-popover-top>.arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    margin: .1875rem 0;
    width: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow:before, .bs-popover-right>.arrow:before {
    border-right-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem .5rem 0;
    left: 0
}

.bs-popover-auto[x-placement^=right]>.arrow:after, .bs-popover-right>.arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before, .bs-popover-bottom>.arrow:before {
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 0 .5rem .5rem;
    top: 0
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after, .bs-popover-bottom>.arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
    height: 1rem;
    margin: .1875rem 0;
    right: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow:before, .bs-popover-left>.arrow:before {
    border-left-color: rgba(0, 0, 0, .25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0
}

.bs-popover-auto[x-placement^=left]>.arrow:after, .bs-popover-left>.arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

.popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.1875rem - 1px);
    border-top-right-radius: calc(.1875rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: .5rem .75rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #212529;
    padding: .5rem .75rem
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%
}

.carousel-inner:after {
    clear: both;
    content: "";
    display: block
}

.carousel-item {
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: transform .6s ease-in-out;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0;
    transition: opacity 0s .6s;
    z-index: 0
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    align-items: center;
    background: 0 0;
    border: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: .5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .15s ease;
    width: 15%;
    z-index: 1
}

@media(prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background: 50%/100% 100% no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
    position: absolute;
    right: 0;
    z-index: 15
}

.carousel-indicators li {
    background-clip: padding-box;
    background-color: #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .5;
    text-indent: -999px;
    transition: opacity .6s ease;
    width: 30px
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    z-index: 10
}

.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, a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #000 !important
}

.bg-secondary {
    background-color: #4d4d4d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #343434 !important
}

.bg-success {
    background-color: #008827 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #005518 !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: #c00 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #900 !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: #000 !important
}

.border-secondary {
    border-color: #4d4d4d !important
}

.border-success {
    border-color: #008827 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #c00 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded, .rounded-sm {
    border-radius: .1875rem !important
}

.rounded-top {
    border-top-left-radius: .1875rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .1875rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .1875rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .1875rem !important
}

.rounded-left {
    border-top-left-radius: .1875rem !important
}

.rounded-lg {
    border-radius: .1875rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.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: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width:375px) {
    .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: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:720px) {
    .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: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .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: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1440px) {
    .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: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1441px) {
    .d-xl-up-none {
        display: none !important
    }

    .d-xl-up-inline {
        display: inline !important
    }

    .d-xl-up-inline-block {
        display: inline-block !important
    }

    .d-xl-up-block {
        display: block !important
    }

    .d-xl-up-table {
        display: table !important
    }

    .d-xl-up-table-row {
        display: table-row !important
    }

    .d-xl-up-table-cell {
        display: table-cell !important
    }

    .d-xl-up-flex {
        display: flex !important
    }

    .d-xl-up-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1920px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1921px) {
    .d-xxl-up-none {
        display: none !important
    }

    .d-xxl-up-inline {
        display: inline !important
    }

    .d-xxl-up-inline-block {
        display: inline-block !important
    }

    .d-xxl-up-block {
        display: block !important
    }

    .d-xxl-up-table {
        display: table !important
    }

    .d-xxl-up-table-row {
        display: table-row !important
    }

    .d-xxl-up-table-cell {
        display: table-cell !important
    }

    .d-xxl-up-flex {
        display: flex !important
    }

    .d-xxl-up-inline-flex {
        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: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive:before {
    content: "";
    display: block
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:375px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:720px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1440px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1441px) {
    .flex-xl-up-row {
        flex-direction: row !important
    }

    .flex-xl-up-column {
        flex-direction: column !important
    }

    .flex-xl-up-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-up-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-up-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-up-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-up-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-up-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-up-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-up-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-up-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-up-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-up-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-up-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-up-center {
        justify-content: center !important
    }

    .justify-content-xl-up-between {
        justify-content: space-between !important
    }

    .justify-content-xl-up-around {
        justify-content: space-around !important
    }

    .align-items-xl-up-start {
        align-items: flex-start !important
    }

    .align-items-xl-up-end {
        align-items: flex-end !important
    }

    .align-items-xl-up-center {
        align-items: center !important
    }

    .align-items-xl-up-baseline {
        align-items: baseline !important
    }

    .align-items-xl-up-stretch {
        align-items: stretch !important
    }

    .align-content-xl-up-start {
        align-content: flex-start !important
    }

    .align-content-xl-up-end {
        align-content: flex-end !important
    }

    .align-content-xl-up-center {
        align-content: center !important
    }

    .align-content-xl-up-between {
        align-content: space-between !important
    }

    .align-content-xl-up-around {
        align-content: space-around !important
    }

    .align-content-xl-up-stretch {
        align-content: stretch !important
    }

    .align-self-xl-up-auto {
        align-self: auto !important
    }

    .align-self-xl-up-start {
        align-self: flex-start !important
    }

    .align-self-xl-up-end {
        align-self: flex-end !important
    }

    .align-self-xl-up-center {
        align-self: center !important
    }

    .align-self-xl-up-baseline {
        align-self: baseline !important
    }

    .align-self-xl-up-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1920px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1921px) {
    .flex-xxl-up-row {
        flex-direction: row !important
    }

    .flex-xxl-up-column {
        flex-direction: column !important
    }

    .flex-xxl-up-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-up-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-up-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-up-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-up-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-up-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-up-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-up-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-up-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-up-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxl-up-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-up-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-up-center {
        justify-content: center !important
    }

    .justify-content-xxl-up-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-up-around {
        justify-content: space-around !important
    }

    .align-items-xxl-up-start {
        align-items: flex-start !important
    }

    .align-items-xxl-up-end {
        align-items: flex-end !important
    }

    .align-items-xxl-up-center {
        align-items: center !important
    }

    .align-items-xxl-up-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-up-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-up-start {
        align-content: flex-start !important
    }

    .align-content-xxl-up-end {
        align-content: flex-end !important
    }

    .align-content-xxl-up-center {
        align-content: center !important
    }

    .align-content-xxl-up-between {
        align-content: space-between !important
    }

    .align-content-xxl-up-around {
        align-content: space-around !important
    }

    .align-content-xxl-up-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-up-auto {
        align-self: auto !important
    }

    .align-self-xxl-up-start {
        align-self: flex-start !important
    }

    .align-self-xxl-up-end {
        align-self: flex-end !important
    }

    .align-self-xxl-up-center {
        align-self: center !important
    }

    .align-self-xxl-up-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-up-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:375px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:720px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1440px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media(min-width:1441px) {
    .float-xl-up-left {
        float: left !important
    }

    .float-xl-up-right {
        float: right !important
    }

    .float-xl-up-none {
        float: none !important
    }
}

@media(min-width:1920px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

@media(min-width:1921px) {
    .float-xxl-up-left {
        float: left !important
    }

    .float-xxl-up-right {
        float: right !important
    }

    .float-xxl-up-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-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: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    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: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .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: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .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: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.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:375px) {
    .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: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .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: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.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:720px) {
    .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: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .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: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.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:1200px) {
    .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: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .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: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.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:1440px) {
    .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: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .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: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.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
    }
}

@media(min-width:1441px) {
    .m-xl-up-0 {
        margin: 0 !important
    }

    .mt-xl-up-0, .my-xl-up-0 {
        margin-top: 0 !important
    }

    .mr-xl-up-0, .mx-xl-up-0 {
        margin-right: 0 !important
    }

    .mb-xl-up-0, .my-xl-up-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-up-0, .mx-xl-up-0 {
        margin-left: 0 !important
    }

    .m-xl-up-1 {
        margin: .25rem !important
    }

    .mt-xl-up-1, .my-xl-up-1 {
        margin-top: .25rem !important
    }

    .mr-xl-up-1, .mx-xl-up-1 {
        margin-right: .25rem !important
    }

    .mb-xl-up-1, .my-xl-up-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-up-1, .mx-xl-up-1 {
        margin-left: .25rem !important
    }

    .m-xl-up-2 {
        margin: .5rem !important
    }

    .mt-xl-up-2, .my-xl-up-2 {
        margin-top: .5rem !important
    }

    .mr-xl-up-2, .mx-xl-up-2 {
        margin-right: .5rem !important
    }

    .mb-xl-up-2, .my-xl-up-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-up-2, .mx-xl-up-2 {
        margin-left: .5rem !important
    }

    .m-xl-up-3 {
        margin: 1rem !important
    }

    .mt-xl-up-3, .my-xl-up-3 {
        margin-top: 1rem !important
    }

    .mr-xl-up-3, .mx-xl-up-3 {
        margin-right: 1rem !important
    }

    .mb-xl-up-3, .my-xl-up-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-up-3, .mx-xl-up-3 {
        margin-left: 1rem !important
    }

    .m-xl-up-4 {
        margin: 1.5rem !important
    }

    .mt-xl-up-4, .my-xl-up-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-up-4, .mx-xl-up-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-up-4, .my-xl-up-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-up-4, .mx-xl-up-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-up-5 {
        margin: 3rem !important
    }

    .mt-xl-up-5, .my-xl-up-5 {
        margin-top: 3rem !important
    }

    .mr-xl-up-5, .mx-xl-up-5 {
        margin-right: 3rem !important
    }

    .mb-xl-up-5, .my-xl-up-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-up-5, .mx-xl-up-5 {
        margin-left: 3rem !important
    }

    .p-xl-up-0 {
        padding: 0 !important
    }

    .pt-xl-up-0, .py-xl-up-0 {
        padding-top: 0 !important
    }

    .pr-xl-up-0, .px-xl-up-0 {
        padding-right: 0 !important
    }

    .pb-xl-up-0, .py-xl-up-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-up-0, .px-xl-up-0 {
        padding-left: 0 !important
    }

    .p-xl-up-1 {
        padding: .25rem !important
    }

    .pt-xl-up-1, .py-xl-up-1 {
        padding-top: .25rem !important
    }

    .pr-xl-up-1, .px-xl-up-1 {
        padding-right: .25rem !important
    }

    .pb-xl-up-1, .py-xl-up-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-up-1, .px-xl-up-1 {
        padding-left: .25rem !important
    }

    .p-xl-up-2 {
        padding: .5rem !important
    }

    .pt-xl-up-2, .py-xl-up-2 {
        padding-top: .5rem !important
    }

    .pr-xl-up-2, .px-xl-up-2 {
        padding-right: .5rem !important
    }

    .pb-xl-up-2, .py-xl-up-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-up-2, .px-xl-up-2 {
        padding-left: .5rem !important
    }

    .p-xl-up-3 {
        padding: 1rem !important
    }

    .pt-xl-up-3, .py-xl-up-3 {
        padding-top: 1rem !important
    }

    .pr-xl-up-3, .px-xl-up-3 {
        padding-right: 1rem !important
    }

    .pb-xl-up-3, .py-xl-up-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-up-3, .px-xl-up-3 {
        padding-left: 1rem !important
    }

    .p-xl-up-4 {
        padding: 1.5rem !important
    }

    .pt-xl-up-4, .py-xl-up-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-up-4, .px-xl-up-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-up-4, .py-xl-up-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-up-4, .px-xl-up-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-up-5 {
        padding: 3rem !important
    }

    .pt-xl-up-5, .py-xl-up-5 {
        padding-top: 3rem !important
    }

    .pr-xl-up-5, .px-xl-up-5 {
        padding-right: 3rem !important
    }

    .pb-xl-up-5, .py-xl-up-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-up-5, .px-xl-up-5 {
        padding-left: 3rem !important
    }

    .m-xl-up-n1 {
        margin: -.25rem !important
    }

    .mt-xl-up-n1, .my-xl-up-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-up-n1, .mx-xl-up-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-up-n1, .my-xl-up-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-up-n1, .mx-xl-up-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-up-n2 {
        margin: -.5rem !important
    }

    .mt-xl-up-n2, .my-xl-up-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-up-n2, .mx-xl-up-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-up-n2, .my-xl-up-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-up-n2, .mx-xl-up-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-up-n3 {
        margin: -1rem !important
    }

    .mt-xl-up-n3, .my-xl-up-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-up-n3, .mx-xl-up-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-up-n3, .my-xl-up-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-up-n3, .mx-xl-up-n3 {
        margin-left: -1rem !important
    }

    .m-xl-up-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-up-n4, .my-xl-up-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-up-n4, .mx-xl-up-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-up-n4, .my-xl-up-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-up-n4, .mx-xl-up-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-up-n5 {
        margin: -3rem !important
    }

    .mt-xl-up-n5, .my-xl-up-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-up-n5, .mx-xl-up-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-up-n5, .my-xl-up-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-up-n5, .mx-xl-up-n5 {
        margin-left: -3rem !important
    }

    .m-xl-up-auto {
        margin: auto !important
    }

    .mt-xl-up-auto, .my-xl-up-auto {
        margin-top: auto !important
    }

    .mr-xl-up-auto, .mx-xl-up-auto {
        margin-right: auto !important
    }

    .mb-xl-up-auto, .my-xl-up-auto {
        margin-bottom: auto !important
    }

    .ml-xl-up-auto, .mx-xl-up-auto {
        margin-left: auto !important
    }
}

@media(min-width:1920px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }
}

@media(min-width:1921px) {
    .m-xxl-up-0 {
        margin: 0 !important
    }

    .mt-xxl-up-0, .my-xxl-up-0 {
        margin-top: 0 !important
    }

    .mr-xxl-up-0, .mx-xxl-up-0 {
        margin-right: 0 !important
    }

    .mb-xxl-up-0, .my-xxl-up-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-up-0, .mx-xxl-up-0 {
        margin-left: 0 !important
    }

    .m-xxl-up-1 {
        margin: .25rem !important
    }

    .mt-xxl-up-1, .my-xxl-up-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-up-1, .mx-xxl-up-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-up-1, .my-xxl-up-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-up-1, .mx-xxl-up-1 {
        margin-left: .25rem !important
    }

    .m-xxl-up-2 {
        margin: .5rem !important
    }

    .mt-xxl-up-2, .my-xxl-up-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-up-2, .mx-xxl-up-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-up-2, .my-xxl-up-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-up-2, .mx-xxl-up-2 {
        margin-left: .5rem !important
    }

    .m-xxl-up-3 {
        margin: 1rem !important
    }

    .mt-xxl-up-3, .my-xxl-up-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-up-3, .mx-xxl-up-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-up-3, .my-xxl-up-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-up-3, .mx-xxl-up-3 {
        margin-left: 1rem !important
    }

    .m-xxl-up-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-up-4, .my-xxl-up-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-up-4, .mx-xxl-up-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-up-4, .my-xxl-up-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-up-4, .mx-xxl-up-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-up-5 {
        margin: 3rem !important
    }

    .mt-xxl-up-5, .my-xxl-up-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-up-5, .mx-xxl-up-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-up-5, .my-xxl-up-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-up-5, .mx-xxl-up-5 {
        margin-left: 3rem !important
    }

    .p-xxl-up-0 {
        padding: 0 !important
    }

    .pt-xxl-up-0, .py-xxl-up-0 {
        padding-top: 0 !important
    }

    .pr-xxl-up-0, .px-xxl-up-0 {
        padding-right: 0 !important
    }

    .pb-xxl-up-0, .py-xxl-up-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-up-0, .px-xxl-up-0 {
        padding-left: 0 !important
    }

    .p-xxl-up-1 {
        padding: .25rem !important
    }

    .pt-xxl-up-1, .py-xxl-up-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-up-1, .px-xxl-up-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-up-1, .py-xxl-up-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-up-1, .px-xxl-up-1 {
        padding-left: .25rem !important
    }

    .p-xxl-up-2 {
        padding: .5rem !important
    }

    .pt-xxl-up-2, .py-xxl-up-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-up-2, .px-xxl-up-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-up-2, .py-xxl-up-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-up-2, .px-xxl-up-2 {
        padding-left: .5rem !important
    }

    .p-xxl-up-3 {
        padding: 1rem !important
    }

    .pt-xxl-up-3, .py-xxl-up-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-up-3, .px-xxl-up-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-up-3, .py-xxl-up-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-up-3, .px-xxl-up-3 {
        padding-left: 1rem !important
    }

    .p-xxl-up-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-up-4, .py-xxl-up-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-up-4, .px-xxl-up-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-up-4, .py-xxl-up-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-up-4, .px-xxl-up-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-up-5 {
        padding: 3rem !important
    }

    .pt-xxl-up-5, .py-xxl-up-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-up-5, .px-xxl-up-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-up-5, .py-xxl-up-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-up-5, .px-xxl-up-5 {
        padding-left: 3rem !important
    }

    .m-xxl-up-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-up-n1, .my-xxl-up-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-up-n1, .mx-xxl-up-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-up-n1, .my-xxl-up-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-up-n1, .mx-xxl-up-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-up-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-up-n2, .my-xxl-up-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-up-n2, .mx-xxl-up-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-up-n2, .my-xxl-up-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-up-n2, .mx-xxl-up-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-up-n3 {
        margin: -1rem !important
    }

    .mt-xxl-up-n3, .my-xxl-up-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-up-n3, .mx-xxl-up-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-up-n3, .my-xxl-up-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-up-n3, .mx-xxl-up-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-up-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-up-n4, .my-xxl-up-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-up-n4, .mx-xxl-up-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-up-n4, .my-xxl-up-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-up-n4, .mx-xxl-up-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-up-n5 {
        margin: -3rem !important
    }

    .mt-xxl-up-n5, .my-xxl-up-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-up-n5, .mx-xxl-up-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-up-n5, .my-xxl-up-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-up-n5, .mx-xxl-up-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-up-auto {
        margin: auto !important
    }

    .mt-xxl-up-auto, .my-xxl-up-auto {
        margin-top: auto !important
    }

    .mr-xxl-up-auto, .mx-xxl-up-auto {
        margin-right: auto !important
    }

    .mb-xxl-up-auto, .my-xxl-up-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-up-auto, .mx-xxl-up-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.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:375px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:720px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1440px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width:1441px) {
    .text-xl-up-left {
        text-align: left !important
    }

    .text-xl-up-right {
        text-align: right !important
    }

    .text-xl-up-center {
        text-align: center !important
    }
}

@media(min-width:1920px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width:1921px) {
    .text-xxl-up-left {
        text-align: left !important
    }

    .text-xxl-up-right {
        text-align: right !important
    }

    .text-xxl-up-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, a.text-primary:focus, a.text-primary:hover {
    color: #000 !important
}

.text-secondary {
    color: #4d4d4d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #272727 !important
}

.text-success {
    color: #008827 !important
}

a.text-success:focus, a.text-success:hover {
    color: #003c11 !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: #c00 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: maroon !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, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, :after, :before {
        box-shadow: none !important;
        text-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
    }

    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 1200px !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: #ccc
    }

    .table .thead-dark th {
        border-color: #ccc;
        color: inherit
    }
}

@media(min-width:1200px) {
    a:not(.quickview):not(.spotlight-carousel__link):focus-visible, button:focus-visible {
        border-radius: 2px;
        box-shadow: none;
        outline: 2px solid #009cad
    }
}

@media(min-width:1200px)and (max-width:719.98px) {
    a:not(.quickview):not(.spotlight-carousel__link):focus-visible, button:focus-visible {
        outline: 0 !important
    }
}

@media(min-width:1200px) {
    a:not(.quickview):not(.spotlight-carousel__link):focus-visible .tile-image-wrapper, button:focus-visible .tile-image-wrapper {
        border-radius: 2px;
        box-shadow: none;
        outline: 2px solid #009cad
    }
}

@media(min-width:1200px)and (max-width:719.98px) {
    a:not(.quickview):not(.spotlight-carousel__link):focus-visible .tile-image-wrapper, button:focus-visible .tile-image-wrapper {
        outline: 0 !important
    }
}

@media(min-width:1200px) {
    a:not(.quickview):not(.spotlight-carousel__link):focus:not(:focus-visible), button:focus:not(:focus-visible) {
        box-shadow: none !important
    }
}

.lnk {
    border-bottom-width: 0;
    color: #000;
    display: inline-block;
    padding-bottom: 4px;
    position: relative
}

.lnk:after, .lnk:before {
    background-color: #81d8d0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute
}

.lnk:before {
    right: 0;
    transition: width .6s cubic-bezier(.4, 0, .2, 1);
    width: 100%
}

.lnk:after {
    right: 100%;
    transition: right .6s cubic-bezier(.4, 0, .2, 1), width .6s cubic-bezier(.4, 0, .2, 1);
    width: 0
}

.lnk:hover:before {
    width: 0
}

.lnk:hover:after {
    right: 0;
    transition-delay: .65s;
    width: 100%
}

.lnk.lnk-icon {
    border-bottom: 0;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.lnk.lnk-icon:before {
    background-color: #000;
    bottom: 2px;
    content: "";
    height: 1px;
    left: 28px;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease-in-out;
    width: calc(100% - 28px)
}

.lnk.lnk-icon:hover {
    text-decoration: none
}

.lnk.lnk-icon:hover:before {
    opacity: 1
}

.lnk.lnk-icon:active {
    color: #009cad;
    font-family: Santral Semibold, Verdana, Sans-Serif
}

.lnk.lnk-icon:active:before {
    background-color: #009cad;
    opacity: 1
}

.lnk.lnk-icon:active svg {
    fill: #009cad
}

.lnk.lnk-icon.active {
    color: #009cad
}

.lnk.lnk-icon.active svg {
    fill: #009cad
}

.lnk.lnk-icon.external {
    color: #000;
    opacity: .6
}

.lnk.lnk-icon.external:before {
    left: 0
}

.lnk.lnk-icon.external:hover:before {
    opacity: .6
}

.lnk.lnk-icon.external:active {
    opacity: 1
}

.lnk.lnk-icon.external:active:before {
    background-color: #000;
    opacity: 1
}

.lnk.lnk-icon.external svg {
    height: 22px;
    margin-top: -4px;
    width: 22px
}

.lnk.lnk-icon svg {
    margin-right: 3px;
    margin-top: -1px;
    width: 20px
}

.lnk:hover {
    color: #000;
    text-decoration: none
}

.lnk:active {
    color: #81d8d0
}

.lnk.lnk-dark, .lnk.lnk-dark:hover {
    color: #000
}

.lnk.lnk-dark:active {
    color: #81d8d0
}

.lnk.lnk-light, .lnk.lnk-light:hover {
    color: #fff
}

.lnk.lnk-light:active {
    color: #81d8d0
}

@media(min-width:1200px) {
    .lnk.lnk-light:focus-visible {
        border: 2px solid #000 !important;
        border-radius: 2px;
        box-shadow: none !important;
        filter: none;
        outline: 0
    }

    .lnk.lnk-light:focus-visible:after {
        border: 2px solid #fbf9f7;
        border-radius: 2px;
        bottom: -4px;
        content: "";
        display: block;
        left: -4px;
        position: absolute;
        right: -4px;
        top: -4px;
        z-index: -1
    }
}

.btn {
    border-radius: 0;
    padding: 22px 32px;
    transition: .4s ease;
    z-index: 1
}

@media(min-width:1200px) {
    .btn:not(.see-variation-link):focus-visible {
        border: 0;
        border-radius: 2px;
        box-shadow: none !important;
        outline: 2px solid #009cad !important
    }

    .btn:not(.see-variation-link):focus-visible:before {
        display: none
    }

    .btn:not(.see-variation-link):focus-visible:after {
        border: 2px solid #fbf9f7;
        border-radius: 2px;
        bottom: -4px;
        content: "";
        display: block;
        left: -4px;
        position: absolute;
        right: -4px;
        top: -4px;
        z-index: -1
    }
}

.btn:active {
    box-shadow: none !important;
    outline: 0
}

.btn.btn-small {
    padding: 14px 20px
}

@media(max-width:1199.98px) {
    .btn.btn-adjustable {
        padding: 14px 20px
    }
}

.btn.disabled, .btn[disabled] {
    background-color: #fafafa;
    color: rgba(0, 0, 0, .122)
}

.btn.disabled span, .btn[disabled] span {
    color: #000;
    opacity: .4
}

.btn:not(:disabled):not(.disabled):before {
    background: #81d8d0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: .4s ease;
    z-index: -1
}

.btn.btn-link {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #81d8d0;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0
}

.btn.btn-link:active, .btn.btn-link:focus, .btn.btn-link:hover {
    text-decoration: none
}

.btn.btn-link.btn-dark {
    color: #000
}

.btn.btn-link.btn-light {
    color: #fff
}

.btn.padding-main-button {
    padding-bottom: 22px;
    padding-top: 22px
}

.btn-primary {
    border: 0;
    color: #fff;
    position: relative;
    text-align: center
}

.btn-primary.js-search-cta {
    padding: 23px 32px 21px
}

.btn-primary:active {
    box-shadow: none !important
}

.btn-primary.btn-dark {
    background-color: #000;
    color: #fff
}

.btn-primary.btn-dark.activated, .btn-primary.btn-dark.activated .price {
    color: #000
}

.btn-primary.btn-dark.activated:before {
    top: 0
}

@media(min-width:1200px) {
    .btn-primary.btn-dark:focus-visible {
        border: 0;
        border-radius: 2px;
        box-shadow: none !important;
        outline: 2px solid #009cad !important
    }

    .btn-primary.btn-dark:focus-visible:before {
        display: none
    }

    .btn-primary.btn-dark:focus-visible:after {
        border: 2px solid #fbf9f7;
        border-radius: 2px;
        bottom: -4px;
        content: "";
        display: block;
        left: -4px;
        position: absolute;
        right: -4px;
        top: -4px;
        z-index: -1
    }
}

@media(hover:hover) {
    .btn-primary.btn-dark:hover, .btn-primary.btn-dark:hover .price {
        color: #000
    }

    .btn-primary.btn-dark:hover:before {
        top: 0
    }

    .btn-primary.btn-dark:hover:focus-visible {
        color: #fff
    }
}

.btn-primary.btn-dark:not(:disabled):not(.disabled):active:before {
    display: none
}

.btn-primary.btn-dark:not(:disabled):not(.disabled):active {
    background-color: #009cad;
    color: #000
}

.btn-primary.btn-dark.disabled, .btn-primary.btn-dark[disabled] {
    background-color: #fafafa;
    color: #000
}

.btn-primary.btn-light {
    background-color: #fff;
    color: #000
}

.btn-primary.btn-light.activated {
    color: #000
}

.btn-primary.btn-light.activated:before {
    top: 0
}

@media(hover:hover) {
    .btn-primary.btn-light:hover {
        color: #000
    }

    .btn-primary.btn-light:hover:before {
        top: 0
    }
}

.btn-primary.btn-light:not(:disabled):not(.disabled):active:before {
    display: none
}

.btn-primary.btn-light:not(:disabled):not(.disabled):active {
    background-color: #009cad;
    color: #000
}

.btn-primary.btn-light.disabled, .btn-primary.btn-light[disabled] {
    background-color: #fafafa
}

@media(min-width:1200px) {
    .btn-primary.btn-light:focus-visible {
        border: 0;
        border-radius: 2px;
        box-shadow: none !important;
        outline: 2px solid #009cad !important
    }

    .btn-primary.btn-light:focus-visible:before {
        display: none
    }

    .btn-primary.btn-light:focus-visible:after {
        border: 2px solid #fbf9f7;
        border-radius: 2px;
        bottom: -4px;
        content: "";
        display: block;
        left: -4px;
        position: absolute;
        right: -4px;
        top: -4px;
        z-index: -1
    }
}

.btn-primary.btn-champagne {
    background-color: #f4f0ea;
    color: #000
}

.btn-primary.btn-champagne:hover {
    background-color: #ebe6df
}

.btn-primary.btn-champagne:hover:not(:disabled):not(.disabled):before {
    display: none
}

.btn-primary.btn-champagne:not(:disabled):not(.disabled):active {
    background-color: #e0dbd3;
    color: #000
}

.btn-primary.btn-champagne.disabled, .btn-primary.btn-champagne[disabled] {
    background-color: #fafafa
}

.btn-secondary {
    color: #000;
    padding: 22px 32px;
    position: relative;
    text-align: center
}

.btn-secondary:active {
    box-shadow: none !important
}

.btn-secondary.btn-dark {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .12);
    color: #000;
    padding: 21px 32px
}

.btn-secondary.btn-dark.js-marketing-consent {
    padding: 23px 32px 21px
}

.btn-secondary.btn-dark.btn-small {
    padding: 15px 20px 13px
}

.btn-secondary.btn-dark.activated {
    border: 1px solid transparent;
    color: #000
}

.btn-secondary.btn-dark.activated:before {
    top: 0
}

@media(hover:hover) {
    .btn-secondary.btn-dark:hover {
        border: 1px solid transparent;
        color: #000
    }

    .btn-secondary.btn-dark:hover:before {
        top: 0
    }
}

.btn-secondary.btn-dark:not(:disabled):not(.disabled):active:before {
    display: none
}

.btn-secondary.btn-dark:not(:disabled):not(.disabled):active {
    background-color: #009cad;
    border: 1px solid transparent;
    color: #000
}

.btn-secondary.btn-dark.disabled, .btn-secondary.btn-dark[disabled] {
    background-color: #fafafa;
    border: 1px solid #fafafa
}

@media(min-width:1200px) {
    .btn-secondary.btn-dark:focus-visible {
        border: 0;
        border-radius: 2px;
        box-shadow: none !important;
        outline: 2px solid #009cad !important
    }

    .btn-secondary.btn-dark:focus-visible:before {
        display: none
    }

    .btn-secondary.btn-dark:focus-visible:after {
        border: 2px solid #fbf9f7;
        border-radius: 2px;
        bottom: -4px;
        content: "";
        display: block;
        left: -4px;
        position: absolute;
        right: -4px;
        top: -4px;
        z-index: -1
    }
}

.btn-secondary.btn-light {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.btn-secondary.btn-light.btn-small {
    padding: 15px 20px 13px
}

.btn-secondary.btn-light.activated {
    border: 1px solid transparent;
    color: #000
}

.btn-secondary.btn-light.activated:before {
    top: 0
}

@media(hover:hover) {
    .btn-secondary.btn-light:hover {
        border: 1px solid transparent;
        color: #000
    }

    .btn-secondary.btn-light:hover:before {
        top: 0
    }
}

.btn-secondary.btn-light:not(:disabled):not(.disabled):active:before {
    display: none
}

.btn-secondary.btn-light:not(:disabled):not(.disabled):active {
    background-color: #009cad;
    border: 1px solid transparent;
    color: #000
}

.btn-secondary.btn-light.disabled, .btn-secondary.btn-light[disabled] {
    background-color: #fafafa;
    border: 1px solid #fafafa;
    color: #000
}

.btn-secondary.btn-champagne {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .122);
    color: #000
}

.btn-secondary.btn-champagne:hover {
    border: 1px solid transparent;
    color: #000
}

.btn-secondary.btn-champagne:hover:not(:disabled):not(.disabled):before {
    top: 0
}

.btn-secondary.btn-champagne:not(:disabled):not(.disabled):active {
    background-color: #009cad;
    border: 1px solid transparent;
    color: #000
}

.btn-secondary.btn-champagne.disabled, .btn-secondary.btn-champagne[disabled] {
    background-color: #fafafa;
    border: 1px solid transparent
}

.btn-secondary.btn-custom-outline:not(:disabled):not(.disabled):active, .btn-secondary.btn-custom-outline:not(:disabled):not(.disabled):focus, .btn-secondary.btn-custom-outline:not(:disabled)[aria-selected=true] {
    background-color: unset;
    border: 1px solid var(--Black, #000);
    box-shadow: unset
}

.btn-outline-primary-small {
    background-color: #fff;
    padding: 10px
}

@media(min-width:1200px) {
    .image-gallery-focusable:focus-visible, .image-gallery-link:focus-visible {
        outline-offset: 0
    }

    .image-link:focus-visible {
        outline-offset: -2px
    }

    .image-gallery-focusable:focus-visible {
        margin-bottom: 2px;
        margin-top: 2px
    }
}

.roll-animation {
    min-height: 60px;
    overflow: hidden;
    position: relative
}

.roll-animation span {
    left: 0;
    position: absolute;
    right: 0
}

.roll-animation span:first-of-type {
    animation: roll 10s linear 1;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%)
}

.roll-animation span:nth-of-type(2) {
    animation: roll-reverse 10s linear 1;
    bottom: -50%;
    opacity: 0;
    transform: translateY(50%)
}

@keyframes roll {
    45% {
        opacity: 1;
        top: 50%
    }

    50% {
        opacity: 0;
        top: -50%
    }

    95% {
        opacity: 0;
        top: -50%
    }

    to {
        opacity: 1;
        top: 50%
    }
}

@keyframes roll-reverse {
    45% {
        bottom: -50%;
        opacity: 0
    }

    50% {
        bottom: 50%;
        opacity: 1
    }

    95% {
        bottom: 50%;
        opacity: 1
    }

    to {
        bottom: -50%;
        opacity: 0
    }
}

.push-animation {
    height: 60px;
    margin-top: 24px;
    overflow: hidden;
    position: relative
}

.push-animation .btn {
    padding: 0 !important;
    transition: none !important;
    width: 100%;
    width: calc(100vw - 32px)
}

.push-animation .btn>span {
    left: 0;
    opacity: 1;
    padding: 22px;
    position: absolute;
    top: 0;
    transition: all .3s ease-in;
    width: 100%
}

.push-animation .btn>span.top {
    opacity: 0;
    transition: all .3s ease-out
}

.push-animation .btn>span.appending {
    top: 62px
}

@media(max-width:1199.98px) {
    .push-animation .btn-champagne {
        height: 60px
    }
}

@media(max-width:1439.98px) {
    .push-animation .notify-me {
        height: 60px
    }
}

.push-animation.animate .span.top {
    position: static;
    top: -62px;
    transform: translateY(-62px);
    transition: all .3s ease-out
}

.link-underlined {
    color: inherit;
    display: inline-block;
    text-align: center;
    text-decoration: none
}

.link-underlined span {
    -webkit-line-clamp: 2;
    display: box;
    margin: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
    overflow: hidden;
    padding-bottom: 4px;
    position: relative;
    text-overflow: ellipsis
}

.link-underlined span:before {
    background-color: #81d8d0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s ease;
    width: 100%
}

.link-underlined:hover {
    text-decoration: none
}

.link-underlined:hover span:before {
    transform: scaleX(1)
}

.link-underlined:not(:hover) span:before {
    transform: scaleX(0);
    transform-origin: right
}

.link-underline-reverse {
    color: inherit;
    display: inline-block;
    position: relative;
    text-decoration: none
}

.link-underline-reverse--blue:after, .link-underline-reverse--blue:before {
    color: #81d8d0
}

.link-underline-reverse:after, .link-underline-reverse:before {
    background-color: currentColor;
    bottom: 2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: transform .5s ease;
    width: 100%
}

.link-underline-reverse:before {
    transform: scaleX(1);
    transform-origin: right
}

.link-underline-reverse:after {
    transform: scaleX(0);
    transform-origin: left
}

.link-underline-reverse:hover {
    text-decoration: none
}

.link-underline-reverse:hover:before {
    transform: scaleX(0)
}

.link-underline-reverse:hover:after {
    transform: scaleX(1);
    transition-delay: .5s
}

@media(min-width:1200px) {
    .bx_bn_button:focus-visible {
        border-radius: 2px;
        box-shadow: none;
        outline: 2px solid #009cad
    }
}

@media(min-width:1200px)and (max-width:719.98px) {
    .bx_bn_button:focus-visible {
        outline: 0 !important
    }
}

select.stateCode {
    display: block !important;
    height: 100% !important;
    left: 0 !important;
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    z-index: -1 !important
}

.custom-control-label, .error-msg, .form-required-legend, .invalid-feedback {
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -.28px !important;
    line-height: 20px !important;
    text-decoration: none !important
}

.form-row {
    margin: 0
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 1000px #fff !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

input[type=checkbox].custom-control-input:focus~.custom-control-label:before {
    box-shadow: none !important
}

.custom-control-label:after, .custom-control-label:before {
    top: 3px
}

.custom-input {
    flex-grow: 1;
    margin-bottom: 32px;
    position: relative
}

.custom-input input::-ms-reveal {
    display: none
}

.custom-input .input-info-icon {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 18px
}

.custom-input:hover>label {
    color: #000
}

.custom-input:hover .form-control {
    border-color: #000
}

.custom-input.has-icon .form-control {
    padding-right: 24px
}

.custom-input .psw-visibility-toggle-cta {
    position: absolute;
    right: 4px;
    top: 16px;
    width: 24px
}

.custom-input .psw-visibility-toggle-cta svg {
    height: 24px;
    width: 24px
}

.custom-input .psw-visibility-toggle-cta~.input-check-mark {
    right: 36px
}

.custom-input .invalid-feedback {
    color: var(--Red, #e50739);
    margin-top: 20px
}

@media(max-width:1439.98px) {
    .custom-input .invalid-feedback {
        text-align: left !important
    }
}

.custom-input .input-component-initialized~.invalid-feedback {
    display: block;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .25s ease, opacity .25s ease, margin .25s ease
}

.custom-input .input-component-initialized.show-only-error-message {
    border-bottom-color: rgba(0, 0, 0, .122) !important
}

.custom-input .input-component-initialized.show-only-error-message~.form-control-label {
    color: var(--Black, #000) !important;
    opacity: .6 !important
}

.custom-input .form-control {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--Light-Grey-03, rgba(0, 0, 0, .12));
    border-radius: 0;
    box-shadow: none;
    color: var(--Black, #000);
    display: flex;
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    gap: 16px;
    height: 60px;
    letter-spacing: -.28px !important;
    line-height: 20px !important;
    padding: 20px 4px 20px 0;
    text-decoration: none !important
}

.custom-input .form-control::-moz-placeholder {
    -moz-user-select: none;
    user-select: none
}

.custom-input .form-control::placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.custom-input .form-control.lang-en {
    border-bottom: 0
}

.custom-input .form-control:focus {
    border-color: #000;
    padding: 20px 4px 20px 0
}

.custom-input .form-control:focus.lang-en {
    border-bottom: 0
}

.custom-input .form-control:valid {
    padding: 20px 4px 20px 0
}

.custom-input .form-control :not(:-moz-placeholder) {
    padding: 20px 4px 20px 0
}

.custom-input .form-control :not(:placeholder-shown) {
    padding: 20px 4px 20px 0
}

.custom-input .form-control.is-invalid, .custom-input .form-control.show-only-field-error-state {
    background-image: none;
    border-color: var(--Red, #e50739);
    box-shadow: none
}

.custom-input .form-control.is-invalid~.custom-dropdown .custom-dropdown__option--value, .custom-input .form-control.show-only-field-error-state~.custom-dropdown .custom-dropdown__option--value {
    border-color: var(--Red, #e50739);
    color: var(--Red, #e50739)
}

.custom-input .form-control.is-invalid~label, .custom-input .form-control.show-only-field-error-state~label {
    color: var(--Red, #e50739);
    opacity: 1
}

.custom-input .form-control.is-invalid~.invalid-feedback {
    margin-top: 20px;
    max-height: 48px;
    opacity: 1
}

.custom-input .form-control.show-invalid-state~.field-status {
    background-color: var(--Red, #e50739);
    width: 100%
}

.custom-input .address-prefix-phone:not(.prefix-select-on) {
    padding: 16px 46px
}

.custom-input .address-prefix-phone:not(.prefix-select-on):focus {
    padding: 20px 46px
}

.custom-input .address-prefix-phone:not(.prefix-select-on):valid {
    padding: 20px 46px
}

.custom-input .address-prefix-phone:not(.prefix-select-on) :not(:-moz-placeholder) {
    padding: 20px 46px
}

.custom-input .address-prefix-phone:not(.prefix-select-on) :not(:placeholder-shown) {
    padding: 20px 46px
}

.custom-input .address-prefix-phone-hidden:not(.prefix-select-on) {
    padding: 0 46px
}

.custom-input .prefix-select-on {
    padding: 20px 0
}

@media(max-width:1439.98px) {
    .custom-input .prefix-select-on {
        height: unset
    }
}

.custom-input .prefix-select-on :not(:-moz-placeholder) {
    padding: 20px 0
}

.custom-input .prefix-select-on :not(:placeholder-shown), .custom-input .prefix-select-on:focus, .custom-input .prefix-select-on:valid {
    padding: 20px 0
}

.custom-input>label {
    color: var(--Black, #000);
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    height: 100%;
    left: 0;
    letter-spacing: -.28px !important;
    line-height: 20px !important;
    line-height: 60px !important;
    opacity: .6;
    pointer-events: none;
    position: absolute;
    text-decoration: none !important;
    top: 0;
    transition: .6s
}

.custom-input>label:before {
    display: none
}

@media(max-width:719.98px) {
    .custom-input>label {
        max-width: calc(100vw - 64px);
        overflow: hidden;
        padding-right: 8px;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.custom-input>.form-control::-moz-placeholder {
    color: transparent
}

.custom-input>.form-control::placeholder {
    color: transparent
}

.custom-input>.form-control.required~label:after {
    content: "*";
    display: inline-block
}

@media(max-width:719.98px) {
    .custom-input>.form-control.required~label:after {
        position: absolute;
        right: -1px;
        top: 0
    }
}

.custom-input>.form-control:not(:-moz-placeholder)~label {
    font-size: 11px !important;
    transform: translateY(-24px)
}

.custom-input>.form-control:focus~label, .custom-input>.form-control:not(:placeholder-shown)~label, .custom-input>.form-select~label {
    font-size: 11px !important;
    transform: translateY(-24px)
}

.custom-input>.form-control:-webkit-autofill~label {
    transform: translateY(-24px)
}

@media(max-width:1199.98px) {
    .custom-input.prefix-select label[id*=phonePrefix] {
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%
    }
}

@media(max-width:719.98px) {
    .custom-input.prefix-select label[id*=phonePrefix] {
        width: auto
    }
}

.custom-input .field-status {
    height: 2px;
    position: absolute;
    top: 59px;
    transition: width .25s cubic-bezier(0, .24, .64, 1), opacity .25s;
    width: 0
}

.custom-input.show-success-check .field-status {
    background-color: #009cad;
    width: 100%
}

.custom-input .input-check-mark {
    position: absolute;
    right: 4px;
    top: 18px
}

.custom-input .input-check-mark .check-mark {
    stroke-dashoffset: 22.50623703px;
    stroke-dasharray: 22.50623703px;
    transition: stroke-dashoffset .8s cubic-bezier(.77, 0, .175, 1) 0s
}

.custom-input .input-check-mark .check-mark.show-check {
    stroke-dashoffset: 45.0124740601px
}

.no-radio .custom-dropdown__option:after, .no-radio .custom-dropdown__option:before {
    display: none
}

.custom-checkbox .invalid-feedback {
    color: var(--Red, #e50739);
    margin-top: 15px
}

textarea {
    border: 1px solid var(--Light-Grey-03, rgba(0, 0, 0, .12));
    border-radius: 0;
    padding: 16px
}

textarea:focus, textarea:hover {
    border-color: var(--Black, #000)
}

.pseudo-checkbox {
    background: 0 0;
    border: 0
}

.pseudo-checkbox .pseudo-checkbox-inner {
    display: inline-block;
    margin-right: 4px;
    position: relative
}

.pseudo-checkbox .pseudo-checkbox-inner:before {
    border: 2px solid rgba(0, 0, 0, .122);
    content: "";
    cursor: pointer;
    display: inline-block;
    padding: 8px;
    transition: background-color .3s ease;
    vertical-align: middle
}

.pseudo-checkbox.selected .pseudo-checkbox-inner:before {
    background-color: var(--Black, #000);
    border-color: var(--Black, #000)
}

.pseudo-checkbox.selected .pseudo-checkbox-inner:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    right: 2px;
    top: 0;
    transform: rotate(45deg);
    width: 4px
}

@media(min-width:720px) {
    .pseudo-checkbox.selected .pseudo-checkbox-inner:after {
        margin-left: 8px
    }
}

.custom-input-textarea {
    margin-top: 32px
}

.custom-input-textarea label {
    bottom: 130px;
    line-height: 16px;
    opacity: .6;
    position: relative
}

.custom-input-textarea .form-control.is-invalid {
    background-image: none;
    border-color: var(--Red, #e50739);
    box-shadow: none
}

.custom-input-textarea .form-control.is-invalid~label {
    color: var(--Red, #e50739);
    opacity: 1
}

.custom-input-textarea>.form-control.required~label:after {
    content: "*";
    display: inline-block
}

.custom-input-textarea .invalid-feedback {
    color: var(--Red, #e50739);
    font-size: 14px;
    line-height: 20px
}

@media(max-width:1439.98px) {
    .custom-input-textarea .invalid-feedback {
        text-align: left !important
    }
}

.custom-control-input.is-invalid~.js-checkbox-consent-one {
    color: #000
}

.custom-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0
}

.custom-checkbox .custom-control-input {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1.5px solid rgba(0, 0, 0, .4);
    border-radius: 0;
    display: flex;
    flex-shrink: 0;
    height: 18px;
    justify-content: center;
    line-height: 16px;
    margin: 3px;
    opacity: 1;
    position: static;
    transition: all .3s ease;
    width: 18px;
    z-index: unset
}

.custom-checkbox .custom-control-input:active, .custom-checkbox .custom-control-input:focus {
    box-shadow: none;
    outline: 0
}

.custom-checkbox .custom-control-input:hover {
    border-color: #000;
    transition: all .3s ease
}

.custom-checkbox .custom-control-input:checked {
    background-color: var(--Black, #000)
}

.custom-checkbox .custom-control-input:checked:before {
    content: url('data:image/svg+xml;charset=utf-8,<svg width="10" height="7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m8.53.544-5.271 5L.53 2.817" stroke="%23fff" stroke-width="1.5"/></svg>');
    height: 20px
}

.custom-checkbox .custom-control-input.is-invalid {
    background-image: none;
    border-color: var(--Red, #e50739);
    box-shadow: 0 0 0 .5px var(--Red, #e50739);
    padding: 0 !important;
    width: 18px
}

.custom-checkbox .invalid-feedback {
    width: 100%
}

.custom-checkbox .custom-control-label {
    max-width: calc(100% - 32px);
    padding: 0
}

.custom-checkbox .custom-control-label:after, .custom-checkbox .custom-control-label:before {
    display: none
}

#checkboxconsentoneMessage {
    padding-left: 4px
}

.js-nav-tabs-accountmodal {
    flex-wrap: nowrap !important
}

.accept-all-label {
    margin-bottom: 0 !important
}

.password-validation-rules {
    margin: -8px 0 32px;
    padding: 0 0 0 16px
}

@media(max-width:1439.98px) {
    .password-validation-rules {
        margin-bottom: 16px
    }
}

.password-validation-rules li {
    list-style: none;
    margin-bottom: 4px;
    margin-left: -8px
}

@media(max-width:1439.98px) {
    .password-validation-rules li {
        margin: 4px 0 8px
    }
}

.password-validation-rules li:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m10.742 13.453 4.742-4.497 1.032 1.088-5.271 5-.53.503-.517-.517-2.728-2.727 1.06-1.06 2.212 2.21Z' fill='%23000'/%3E%3C/svg%3E");
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 8px;
    width: 24px
}

.ma-inner-section-heading {
    margin-bottom: 24px
}

.ma-inner-section-heading h2 {
    color: var(--Black, #000)
}

@media(max-width:1439.98px) {
    .ma-inner-section-heading h2 {
        text-align: left
    }
}

.ma-inner-section-heading.preferences-section h2 {
    margin-bottom: 24px;
    padding-top: 14px
}

@media(min-width:1200px) {
    .ma-inner-section-heading.preferences-section h2 {
        margin-bottom: 32px;
        padding: 0
    }
}

.ma-inner-section-heading.preferences-section p {
    margin-bottom: 24px
}

@media(max-width:1199.98px) {
    .reachfive-signup .register-col .prefix-select .custom-dropdown__dropdown .custom-dropdown__option {
        background-position: 26px 22px
    }
}

@media(max-width:1439.98px) {
    .reachfive-signup .custom-checkbox .custom-control-label {
        text-align: left
    }
}

.reachfive-signup .custom-checkbox .custom-control-input.is-invalid+.custom-control-label {
    color: var(--Red, #e50739)
}

.reachfive-signup .custom-checkbox input[type=checkbox].custom-control-input.is-invalid {
    border-color: var(--Red, #e50739)
}

.reachfive-signup .custom-control-input {
    z-index: 1
}

.reachfive-signup .custom-control-label+a {
    color: var(--Black, #000);
    position: relative;
    text-decoration: none
}

.reachfive-signup .custom-control-label+a:after {
    background-color: var(--Black, #000);
    bottom: 0;
    content: "";
    height: 1px;
    left: 6px;
    position: absolute;
    width: calc(100% - 12px)
}

.reachfive-signup .custom-dropdown__option.custom-dropdown__option--value.option-phone-prefix {
    height: 60px;
    padding: 20px 20px 20px 2px
}

@media(min-width:720px) {
    .reachfive-signup .custom-dropdown__option.custom-dropdown__option--value.option-phone-prefix {
        padding-right: 25px
    }
}

.reachfive-signup .text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap
}

.reachfive-signup .icon-checkmark {
    height: 24px;
    width: 24px
}

.reachfive-signup .verify-send-code-btn.verify-send-code-btn, .reachfive-signup .verify-submit-code-btn.verify-submit-code-btn {
    margin: 0 12px
}

@media(max-width:1199.98px) {
    .reachfive-signup .verify-send-code-btn.verify-send-code-btn, .reachfive-signup .verify-submit-code-btn.verify-submit-code-btn {
        margin: 0 8px;
        min-width: unset;
        width: 100%
    }
}

.reachfive-signup .verify-send-code-btn.verify-send-code-btn .btn, .reachfive-signup .verify-submit-code-btn.verify-submit-code-btn .btn {
    min-width: 154px;
    white-space: nowrap;
    width: 100%
}

.reachfive-signup .verify-send-code-btn.verify-send-code-btn {
    margin-bottom: 32px
}

.reachfive-signup .verify-send-code-btn.verify-send-code-btn .btn {
    border: 1px solid var(--Black, #000)
}

.reachfive-signup .verify-send-code-btn.verify-send-code-btn .btn:hover:not(:disabled) {
    border-color: transparent
}

.reachfive-signup .verify-send-code-btn.verify-send-code-btn .btn:disabled {
    background-color: #fff;
    border-color: rgba(var(--Black, #000), .2);
    color: rgba(var(--Black, #000), .2)
}

.reachfive-signup .verify-submit-code-btn.verify-submit-code-btn .btn:disabled {
    background-color: #fff;
    border: 1px solid rgba(var(--Black, #000), .2);
    color: rgba(var(--Black, #000), .2)
}

.reachfive-signup .verify-phone-verified {
    padding-left: 12px
}

@media(max-width:1199.98px) {
    .reachfive-signup .verify-phone-verified {
        padding-left: 8px
    }
}

.reachfive-signup .hidden-sms-input, .reachfive-signup.phone-verified .verify-phone-timer, .reachfive-signup.phone-verified .verify-send-code-btn, .reachfive-signup.phone-verified .verify-submit-code-btn {
    display: none
}

.reachfive-signup[data-phone-verification-enabled=true] .hidden-sms-input {
    display: block
}

.checkout-custom-checkboxes .sub-heading, .reachfive-signup .sub-heading {
    padding-left: 0;
    position: relative
}

.checkout-custom-checkboxes .sub-heading .sub-heading-info, .reachfive-signup .sub-heading .sub-heading-info {
    color: rgba(0, 0, 0, .6)
}

.checkout-custom-checkboxes .sub-heading.divider-up:before, .reachfive-signup .sub-heading.divider-up:before {
    background-color: rgba(0, 0, 0, .122);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.checkout-custom-checkboxes .consent-checkboxes a, .reachfive-signup .consent-checkboxes a {
    color: var(--Black, #000);
    text-decoration: underline
}

.consent-checkboxes .is-invalid~label button {
    color: var(--Red, #e50739)
}

.address-form .custom-dropdown__dropdown, .card.myaccount-form .custom-dropdown__dropdown, .reachfive-change-password .custom-dropdown__dropdown, .reachfive-signup .custom-dropdown__dropdown {
    z-index: 2
}

.form-required-legend {
    opacity: .6
}

.checkout-login-card .btn.reachfive-social-login, .loginaside-modal .immersive-modal-right .btn.reachfive-social-login {
    align-items: center;
    background-color: #fee500;
    display: flex;
    justify-content: center;
    margin-top: 0;
    padding: 16px 32px;
    width: 100%
}

.basic-separator {
    align-items: center;
    display: flex;
    margin-top: 28px
}

@media(min-width:1200px) {
    .basic-separator {
        margin: 32px 0
    }
}

.basic-separator:after, .basic-separator:before {
    background-color: var(--Black, #000);
    content: "";
    display: block;
    height: 1px;
    opacity: .1;
    width: 100%
}

.basic-separator span {
    margin: 0 24px
}

.prefix-select .custom-dropdown .custom-dropdown__option {
    background-position: 24px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    padding: 20px 3px;
    text-indent: 30px
}

.prefix-select .custom-dropdown .custom-dropdown__dropdown .custom-dropdown__option {
    padding: 20px 24px
}

.prefix-select .custom-dropdown .custom-dropdown__option--value {
    background-position: 0 21px;
    text-indent: 30px
}

.prefix-select .custom-dropdown .option-label {
    text-indent: 0
}

.prefix-select .custom-dropdown .custom-dropdown__option--value:after {
    height: 0
}

.prefix-select .custom-dropdown .custom-dropdown__option--value:hover {
    border-bottom: 1px solid #000
}

.prefix-select .custom-dropdown.custom-dropdown--active>.option-phone-prefix {
    border-bottom: 1px solid #000;
    transition: all .7s ease-in-out
}

.custom-dropdown .custom-dropdown__option--value:after {
    height: 0
}

.custom-dropdown .custom-dropdown__option--value:hover {
    border-bottom: 1px solid #000
}

.custom-dropdown.custom-dropdown--active>.custom-dropdown__option {
    border-bottom: 1px solid #000;
    transition: all .7s ease-in-out
}

#nav-createAccount .prefix-select .custom-dropdown .custom-dropdown__option:not(.custom-dropdown__option--value) {
    background-position: 24px 22px
}

.prefix-custom .custom-dropdown__dropdown {
    margin: auto;
    right: 0;
    width: calc(100vw - 32px)
}

@media(min-width:720px) {
    .prefix-custom .custom-dropdown__dropdown {
        width: auto
    }
}

.js-select-searchable.extended .prefix-custom .custom-dropdown__dropdown {
    max-height: 356px
}

@media(min-width:720px) {
    .js-select-searchable.extended .prefix-custom .custom-dropdown__dropdown {
        max-height: 336px;
        width: 343px
    }
}

#nav-createAccount .prefix-custom .custom-dropdown__dropdown {
    margin: auto;
    right: 0;
    width: calc(100vw - 32px)
}

@media(min-width:720px) {
    #nav-createAccount .prefix-custom .custom-dropdown__dropdown {
        width: 343px
    }
}

#nav-createAccount .js-select-searchable.extended .prefix-custom .custom-dropdown__dropdown {
    max-height: 356px
}

@media(min-width:720px) {
    #nav-createAccount .js-select-searchable.extended .prefix-custom .custom-dropdown__dropdown {
        max-height: 336px;
        width: 343px
    }
}

@media(max-width:1199.98px) {
    #nav-createAccount .signup-col {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    #nav-createAccount .right-col {
        padding-left: 8px;
        padding-right: 8px
    }

    .register-col .prefix-select .custom-dropdown .custom-dropdown__option {
        padding: 20px 24px
    }

    .register-col .prefix-select .custom-dropdown .custom-dropdown__option--value {
        background-position: 0 22px;
        line-height: 20px;
        text-indent: 8px
    }

    .register-col .prefix-select .custom-dropdown .custom-dropdown__dropdown .custom-dropdown__option {
        padding: 20px 24px
    }
}

.custom-select:not(.prefix-select-countries)+.prefix-custom .custom-dropdown__dropdown {
    width: 100%
}

.loginaside-modal .reachfive-signup .register-col {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

@media(max-width:1199.98px) {
    .loginaside-modal .reachfive-signup .register-col~.form-row {
        flex: 0 0 66% !important;
        max-width: 66% !important
    }
}

.grouped-input-btn {
    align-items: flex-end;
    display: flex
}

.grouped-input-btn button {
    margin-left: 20px
}

.z-index-2 .custom-input .custom-dropdown__dropdown {
    z-index: 2 !important
}

.custom-dropdown__option, .dropdown {
    box-shadow: none !important
}

.custom-dropdown .custom-dropdown__option:focus-visible {
    border-radius: 2px;
    box-shadow: none;
    outline: 2px solid #009cad
}

@media(max-width:719.98px) {
    .custom-dropdown .custom-dropdown__option:focus-visible {
        outline: 0 !important
    }
}

.custom-dropdown .custom-dropdown__option:focus-visible {
    outline-offset: -2px
}

textarea {
    box-shadow: none !important
}

.check-balance-form-container .custom-input>.form-control.required~label:after {
    content: ""
}

@media(min-width:720px) {
    [data-action=Checkout-Register] .register-col {
        flex: 0 0 33%;
        max-width: 50%
    }
}

@media(min-width:1200px) {
    [data-action=Checkout-Register] .register-col {
        flex: 0 0 50%
    }

    [data-action=Checkout-Register] .form-row.col-6.col-md-8 {
        flex: 0 0 50% !important;
        max-width: 50% !important
    }
}

@media(min-width:720px) {
    [data-action=Checkout-Register] .prefix-select .custom-dropdown .custom-dropdown__option--value {
        width: 184px
    }
}

@media(min-width:1440px) {
    [data-action=Checkout-Register] .prefix-select .custom-dropdown .custom-dropdown__option--value {
        width: 100%
    }
}

.ma-inner-section .signup-col {
    flex: 0 0 33.3%;
    margin: 0
}

.ma-inner-section .left-col {
    padding: 0 8px
}

@media(min-width:1200px) {
    .ma-inner-section .left-col {
        padding: 0 24px 0 12px
    }
}

.ma-inner-section .middle-col {
    padding: 0 8px
}

@media(min-width:1200px) {
    .ma-inner-section .middle-col {
        padding: 0 24px
    }
}

.ma-inner-section .right-col {
    padding-left: 0 0 0 8px
}

@media(min-width:1200px) {
    .ma-inner-section .right-col {
        padding-left: 0 0 0 24px
    }

    .ma-inner-section .right-col.signup-col {
        padding-right: 12px
    }
}

.contact-us-comment-label, .custom-input-textarea textarea {
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -.28px !important;
    line-height: 20px !important;
    text-decoration: none !important
}

.alert {
    line-height: normal
}

html {
    overflow-x: hidden
}

body {
    background-color: transparent;
    color: #000;
    word-break: keep-all
}

.newsletter-checkbox-custom {
    height: 18px;
    left: 4px;
    top: 4px
}

pre {
    color: #000;
    display: inline-block;
    font-size: 100%;
    margin: 0
}

.tooltip.show {
    opacity: 1;
    padding: 8px 4px;
    z-index: 10000
}

.tooltip .arrow {
    display: none
}

.tooltip.cwSelector-modifier {
    width: calc(100% - 21px)
}

.tooltip-inner {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .122);
    border-radius: 0;
    color: #000;
    max-width: 330px;
    padding: 24px 16px;
    position: relative
}

@media(max-width:1199.98px) {
    .tooltip-inner {
        left: 6px;
        max-width: 100%;
        padding: 20px 16px 32px
    }
}

.tooltip-close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m13.06 11.998 5.938-5.937L17.938 5 12 10.938 6.061 5 5 6.06 10.939 12 5 17.936l1.06 1.061L12 13.059l5.938 5.939L19 17.938l-5.939-5.94Z' fill='%23000'/%3E%3C/svg%3E");
    cursor: pointer;
    height: 24px;
    margin-bottom: 20px;
    margin-left: auto;
    right: 20px;
    top: 20px;
    width: 24px
}

.card-header {
    border-bottom: 0
}

.card {
    border-color: rgba(0, 0, 0, .122);
    border-radius: 0
}

.is-invalid~.custom-control-label a {
    color: #e50739
}

.font-weight-bold {
    font-weight: 600 !important
}

.close {
    opacity: 1
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xs, .container-xxl, .tiffany-storepage .container, .tiffany-storepage .container-fluid {
    max-width: 1920px;
    padding: 8px 0
}

.container-fluid .col, .container-fluid [class*=col-], .container-lg .col, .container-lg [class*=col-], .container-md .col, .container-md [class*=col-], .container-sm .col, .container-sm [class*=col-], .container-xl .col, .container-xl [class*=col-], .container-xs .col, .container-xs [class*=col-], .container-xxl .col, .container-xxl [class*=col-], .tiffany-storepage .container .col, .tiffany-storepage .container [class*=col-], .tiffany-storepage .container-fluid .col, .tiffany-storepage .container-fluid [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    width: 100%
}

@media(min-width:1200px) {
    .container-fluid .col, .container-fluid [class*=col-], .container-lg .col, .container-lg [class*=col-], .container-md .col, .container-md [class*=col-], .container-sm .col, .container-sm [class*=col-], .container-xl .col, .container-xl [class*=col-], .container-xs .col, .container-xs [class*=col-], .container-xxl .col, .container-xxl [class*=col-], .tiffany-storepage .container .col, .tiffany-storepage .container [class*=col-], .tiffany-storepage .container-fluid .col, .tiffany-storepage .container-fluid [class*=col-] {
        padding-left: 12px;
        padding-right: 12px
    }
}

.container-fluid .row, .container-fluid.row, .container-lg .row, .container-md .row, .container-sm .row, .container-xl .row, .container-xs .row, .container-xxl .row, .row.container-lg, .row.container-md, .row.container-sm, .row.container-xl, .row.container-xs, .row.container-xxl, .tiffany-storepage .container .row, .tiffany-storepage .container-fluid .row, .tiffany-storepage .container-fluid.row, .tiffany-storepage .container.row {
    margin-left: -8px;
    margin-right: -8px
}

@media(min-width:1200px) {
    .container-fluid .row, .container-fluid.row, .container-lg .row, .container-md .row, .container-sm .row, .container-xl .row, .container-xs .row, .container-xxl .row, .row.container-lg, .row.container-md, .row.container-sm, .row.container-xl, .row.container-xs, .row.container-xxl, .tiffany-storepage .container .row, .tiffany-storepage .container-fluid .row, .tiffany-storepage .container-fluid.row, .tiffany-storepage .container.row {
        margin-left: -12px;
        margin-right: -12px
    }
}

.container-fluid .row.no-gutters, .container-fluid.row.no-gutters, .container-lg .row.no-gutters, .container-md .row.no-gutters, .container-sm .row.no-gutters, .container-xl .row.no-gutters, .container-xs .row.no-gutters, .container-xxl .row.no-gutters, .row.no-gutters.container-lg, .row.no-gutters.container-md, .row.no-gutters.container-sm, .row.no-gutters.container-xl, .row.no-gutters.container-xs, .row.no-gutters.container-xxl, .tiffany-storepage .container .row.no-gutters, .tiffany-storepage .container-fluid .row.no-gutters, .tiffany-storepage .container-fluid.row.no-gutters, .tiffany-storepage .container.row.no-gutters {
    margin-inline: 0
}

.container-fluid.immersive-container, .immersive-container.container-lg, .immersive-container.container-md, .immersive-container.container-sm, .immersive-container.container-xl, .immersive-container.container-xs, .immersive-container.container-xxl, .tiffany-storepage .container-fluid.immersive-container, .tiffany-storepage .container.immersive-container {
    max-width: 100%
}

.container-fluid.nopadding, .container-fluid.nopadding .col, .container-fluid.nopadding [class*=col-], .nopadding.container-lg, .nopadding.container-lg .col, .nopadding.container-lg [class*=col-], .nopadding.container-md, .nopadding.container-md .col, .nopadding.container-md [class*=col-], .nopadding.container-sm, .nopadding.container-sm .col, .nopadding.container-sm [class*=col-], .nopadding.container-xl, .nopadding.container-xl .col, .nopadding.container-xl [class*=col-], .nopadding.container-xs, .nopadding.container-xs .col, .nopadding.container-xs [class*=col-], .nopadding.container-xxl, .nopadding.container-xxl .col, .nopadding.container-xxl [class*=col-], .tiffany-storepage .container-fluid.nopadding, .tiffany-storepage .container-fluid.nopadding .col, .tiffany-storepage .container-fluid.nopadding [class*=col-], .tiffany-storepage .container.nopadding, .tiffany-storepage .container.nopadding .col, .tiffany-storepage .container.nopadding [class*=col-] {
    padding: 0 !important
}

.container-tiff {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    padding: 8px 16px;
    width: 100%
}

@media(min-width:1200px) {
    .container-tiff {
        margin-left: auto;
        margin-right: auto;
        padding: 12px 24px;
        width: 100%
    }
}

.container-tiff .col, .container-tiff [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    width: 100%
}

@media(min-width:1200px) {
    .container-tiff .col, .container-tiff [class*=col-] {
        padding-left: 12px;
        padding-right: 12px
    }
}

.container-tiff.immersive-container {
    max-width: 100%
}

.container-tiff.nopadding, .container-tiff.nopadding .col, .container-tiff.nopadding [class*=col-] {
    padding: 0 !important
}

.container-tiff .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
}

@media(min-width:1200px) {
    .container-tiff .row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -12px;
        margin-right: -12px
    }
}

ol {
    padding-left: 20px
}

ol li {
    margin-bottom: 0;
    padding-left: 8px
}

.fade {
    transition: transform .45s cubic-bezier(.4, 0, .2, 1), right .45s cubic-bezier(.4, 0, .2, 1)
}

.fade:not(.show) {
    right: 0;
    transform: translate(0)
}

.modal.fade .modal-dialog {
    transform: unset;
    transition: unset
}

.modal-backdrop {
    background-color: #fbf9f7;
    opacity: .84
}

.modal-backdrop.show {
    opacity: .84
}

.modal-backdrop.hide {
    transform: translate(0)
}

@media(min-width:1200px) {
    .modal-backdrop.hide {
        transition: transform .55s cubic-bezier(.68, .48, .23, .79) .55s
    }
}

.pull-left-xs {
    float: left
}

.pull-right-xs {
    float: right
}

@media(min-width:375px)and (max-width:719.98px) {
    .pull-left-sm {
        float: left
    }

    .pull-right-sm {
        float: right
    }
}

@media(min-width:720px)and (max-width:1199.98px) {
    .pull-left-md {
        float: left
    }

    .pull-right-md {
        float: right
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .pull-left-lg {
        float: left
    }

    .pull-right-lg {
        float: right
    }
}

@media(min-width:1440px)and (max-width:1440.98px) {
    .pull-left-xl {
        float: left
    }

    .pull-right-xl {
        float: right
    }
}

@media(min-width:1441px)and (max-width:1919.98px) {
    .pull-left-xl-up {
        float: left
    }

    .pull-right-xl-up {
        float: right
    }
}

@media(min-width:1920px)and (max-width:1920.98px) {
    .pull-left-xxl {
        float: left
    }

    .pull-right-xxl {
        float: right
    }
}

@media(min-width:1921px) {
    .pull-left-xxl-up {
        float: left
    }

    .pull-right-xxl-up {
        float: right
    }
}

@media(max-width:374.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media(max-width:719.98px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media(max-width:1199.98px) {
    .hidden-md-down {
        display: none !important
    }
}

@media(max-width:1439.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media(max-width:1440.98px) {
    .hidden-xl-down {
        display: none !important
    }
}

@media(max-width:1919.98px) {
    .hidden-xl-up-down {
        display: none !important
    }
}

@media(max-width:1920.98px) {
    .hidden-xxl-down {
        display: none !important
    }
}

.hidden-xxl-up-down {
    display: none !important
}

.row.equal-height>[class^=col] {
    display: flex
}

.menu-content-items {
    max-width: 450px
}

.menu-content-items:empty {
    aspect-ratio: 1/1;
    margin-bottom: 58px;
    width: 460px
}

@media(max-width:1199.98px) {
    .menu-content-items.dropdown-item {
        padding: 16px 0 0
    }

    .menu-content-items.dropdown-item .dropdown-nav-title {
        margin: 48px 0 32px
    }

    .menu-content-items.dropdown-item .menu-content-item.w-50 {
        padding-right: 4px
    }
}

.menu-content-items.dropdown-item .menu-content-item.w-50 {
    padding-right: 8px
}

.menu-content-items p {
    text-wrap: wrap
}

@media(max-width:1199.98px) {
    .menu-content-item.w-50 img {
        padding-bottom: 8px
    }
}

.menu-content-item.w-50 img {
    padding-bottom: 4px
}

.counter-carousel {
    margin: 0 0 0 16px;
    overflow: hidden;
    position: relative
}

.counter-carousel .slick-slide {
    margin: 0 8px 0 0
}

.counter-carousel .slick-list {
    padding: 0 8px 0 0
}

@media(max-width:1199.98px) {
    .counter-carousel .slick-list {
        margin: 0
    }
}

.counter-carousel .slick-list img {
    aspect-ratio: 658/658
}

@media(max-width:1199.98px) {
    .menu-group .mobile-nav {
        padding-left: 10px
    }
}

.content-placeholder {
    margin: 0 0 32px
}

@media(max-width:1199.98px) {
    .content-placeholder {
        max-width: 100vw;
        overflow: hidden
    }

    .content-placeholder .slick-slide {
        max-width: calc(100vw - 10px)
    }
}

.counter-carousel-pagination {
    bottom: 24px;
    position: absolute;
    right: 16px
}

.counter-title {
    opacity: 0;
    transition: opacity .4s ease-in-out;
    visibility: hidden
}

.slick-active .counter-title {
    opacity: 1;
    visibility: visible
}

.tab-layout-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr
}

@media(min-width:1200px) {
    .tab-layout-grid {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -space-16;
        max-height: unset
    }
}

@media(max-width:1199.98px) {
    .tab-layout-grid.duo-layout {
        gap: 16px
    }
}

.tab-layout-grid.multiple-odd {
    grid-template-columns: 1fr 1fr
}

.tab-layout-grid.multiple-odd .tab-layout-grid-item:first-child {
    grid-column: span 2
}

.tab-layout-grid.multiple-even {
    grid-template-columns: repeat(2, 1fr)
}

.tab-layout-grid .tab-layout-grid-item .tab-nav-item-text {
    padding-bottom: 0
}

@media(min-width:1200px) {
    .tab-layout-grid .tab-layout-grid-item .tab-nav-item-text {
        padding-bottom: 2px
    }
}

.tab-layout-l2 {
    background: #fff;
    margin: 32px 16px
}

@media(min-width:1200px) {
    .tab-layout-l2 {
        margin: 0;
        padding-bottom: 24px
    }

    .tab-layout-l2-submenu {
        padding-bottom: 0
    }
}

.tab-layout-l2-link {
    margin-bottom: 8px;
    position: relative
}

@media(min-width:1200px) {
    .tab-layout-l2-link.active {
        color: #000
    }

    .tab-layout-l2-link.active:before {
        opacity: 1
    }

    .tab-layout-l2-link.active:focus-visible:before {
        opacity: 0
    }
}

@media(min-width:1200px) {
    .tab-layout-l2-link {
        color: rgba(0, 0, 0, .6);
        margin: 0 30px
    }
}

.tab-layout-l2-link:last-child {
    margin-bottom: 0
}

.tab-layout-l2-link:before {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .5s ease-in-out;
    width: 100%
}

.tab-layout-l2-link:hover {
    text-decoration: none
}

.tab-layout-l2-link:hover .tab-layout-l2-caret {
    opacity: 1
}

.tab-layout-l2-text {
    margin: 24px auto 0;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content
}

@media(min-width:1200px) {
    .tab-layout-l2-text {
        margin: 0
    }
}

.tab-layout-l2-subcats {
    background-color: #fff;
    border: 0;
    display: block;
    height: 100%;
    left: -100%;
    padding: 0;
    position: absolute;
    top: 0;
    transition: left .5s cubic-bezier(0, 1, .5, 1);
    width: 100%
}

@media(min-width:1200px) {
    .tab-layout-l2-subcats {
        height: auto;
        left: auto;
        position: relative;
        width: auto
    }
}

.tab-layout-l2-subcats.slide-in {
    left: 0
}

.tab-layout-l2-subcat {
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

@media(min-width:1200px) {
    .tab-layout-l2-subcat {
        transition: opacity .5s ease-in-out
    }
}

.tab-layout-l2-subcat.visible {
    opacity: 1;
    position: static
}

.dropdown.show .tab-layout-l2-subcat.visible {
    pointer-events: all
}

.tab-layout-l2-caret {
    bottom: 4px;
    height: 24px;
    opacity: 0;
    position: absolute;
    right: -28px;
    transform: rotate(-90deg);
    transition: opacity .5s ease-in-out;
    width: 24px
}

.tab-nav-item {
    margin-bottom: 16px;
    width: 100%
}

@media(min-width:1200px) {
    .tab-nav-item {
        margin-bottom: 0;
        width: calc(16.6% - 16px)
    }
}

.tab-nav-item img {
    aspect-ratio: 1/1;
    margin-bottom: 24px
}

@media(min-width:1200px) {
    .tab-nav-item img {
        margin-bottom: 16px
    }
}

.tab-nav-item-text {
    padding-bottom: 0;
    text-align: center
}

@media(min-width:1200px) {
    .tab-nav-item-text {
        margin: 12px 0 0;
        padding-bottom: 2px
    }
}

.menu-toggleable-left .dropdown-container.dropdown-container-tabs {
    margin: 0 0 48px
}

@media(min-width:1200px) {
    .menu-toggleable-left .dropdown-container.dropdown-container-tabs {
        margin: 56px 48px 24px;
        max-height: unset
    }

    .menu-toggleable-left .dropdown-container.dropdown-container-tabs .menu-content-items {
        display: none
    }
}

@media(max-width:1199.98px) {
    .navbar.navbar-expand-lg.secondary-expanded .dropdown-container, .navbar.navbar-expand-lg.secondary-expanded .nav-item .dropdown-menu {
        max-height: calc(100vh - var(--header-height) - var(--slider-height));
        overflow: hidden
    }
}

.navbar.navbar-expand-lg.secondary-expanded .tab-layout-l2-subcat.visible {
    max-height: calc(100vh - var(--header-height) - var(--slider-height));
    overflow: auto
}

@media(min-width:1200px) {
    .navbar.navbar-expand-lg.secondary-expanded .tab-layout-l2-subcat.visible {
        max-height: unset
    }
}

.navbar.navbar-expand-lg.secondary-expanded .helper-message, .navbar.navbar-expand-lg.secondary-expanded .menu-content-items {
    display: none
}

.helper-message {
    border-top: 1px solid rgba(0, 0, 0, .059);
    margin-top: 48px;
    padding: 48px 16px 32px
}

@media(min-width:1200px) {
    .helper-message {
        margin-top: 40px;
        padding: 48px 0;
        text-align: center
    }
}

.helper-message-title {
    color: rgba(0, 0, 0, .6);
    margin-bottom: 16px
}

@media(min-width:1200px) {
    .helper-message-title {
        margin-bottom: 0
    }
}

.helper-message-content {
    color: #000;
    font-family: Sterling SSM, Sterling Fallback, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -.48px;
    line-height: 40px
}

@media(min-width:1200px) {
    .helper-message-content {
        font-size: 20px;
        letter-spacing: -.6px;
        line-height: 36px
    }
}

.tab-nav-back-link {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .122);
    color: #000;
    padding: 20px 16px;
    width: 100%
}

.tab-nav-back {
    margin-bottom: 26px;
    position: relative
}

.tab-nav-back .icon {
    bottom: 0;
    left: 16px;
    margin: auto;
    position: absolute;
    top: 0;
    transform: rotate(90deg)
}

.tab-layout-footer {
    padding: 24px 16px 48px
}

nav.navbar .navbar-nav {
    justify-content: center;
    opacity: 0
}

nav.navbar .navbar-nav.loaded-nav {
    opacity: 1
}

nav.navbar .navbar-nav .nav-link {
    color: #000;
    padding: 8px 16px
}

@media(min-width:1200px) {
    nav.navbar .navbar-nav .nav-link {
        margin: 8px 8px 23px;
        padding: 0
    }
}

nav.navbar .navbar-nav .nav-link:active {
    box-shadow: none !important;
    outline: 0 !important
}

nav.navbar .navbar-nav .nav-link:focus-visible {
    border-radius: 2px;
    box-shadow: none;
    outline: 2px solid #009cad
}

@media(max-width:719.98px) {
    nav.navbar .navbar-nav .nav-link:focus-visible {
        outline: 0 !important
    }
}

.transparent-header nav.navbar .navbar-nav .nav-link {
    color: #fff;
    margin: 8px 8px 23px;
    padding: 0
}

.transparent-header nav.navbar .navbar-nav .nav-link.accented {
    margin: 8px 8px 23px
}

.transparent-header nav.navbar .navbar-nav .nav-link:focus-visible {
    border-radius: 2px;
    box-shadow: none;
    outline: 2px solid #009cad
}

@media(max-width:719.98px) {
    .transparent-header nav.navbar .navbar-nav .nav-link:focus-visible {
        outline: 0 !important
    }
}

.transparent-header.header-color-black nav.navbar .navbar-nav .nav-link, .transparent-header.mini-nav nav.navbar .navbar-nav .nav-link {
    color: #000
}

.transparent-header:focus-within nav.navbar .navbar-nav .nav-link, .transparent-header:hover nav.navbar .navbar-nav .nav-link {
    color: #000
}

nav.navbar .navbar-nav .nav-link.accented {
    margin: 8px 8px 23px
}

@media(max-width:1199.98px) {
    nav.navbar .navbar-nav .nav-link.accented {
        margin-top: 0;
        padding-left: 16px !important;
        padding-right: 16px !important
    }
}

nav.navbar .navbar-nav .underline-placeholder {
    height: 1px;
    width: 1px
}

.dropdown, .navbar, nav.navbar {
    position: static
}

.navbar {
    justify-content: center;
    padding-bottom: 0
}

.navbar .nav-link {
    position: relative
}

.navbar .nav-link:after {
    display: none
}

.active-line {
    background-color: #000;
    bottom: -1px;
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .5s ease-in-out;
    width: 40px
}

.active-line.visible {
    opacity: 1
}

@media(min-width:1200px) {
    .main-menu .nav-item.dropdown .submenu-toggle-btn {
        align-items: center;
        background: 0 0;
        border: unset;
        bottom: 4px;
        cursor: pointer;
        height: 20px;
        justify-content: center;
        line-height: 20px;
        opacity: 0;
        padding: 0;
        pointer-events: none;
        position: absolute;
        width: 20px
    }

    .main-menu .nav-item.dropdown .submenu-toggle-btn.visible {
        opacity: 1;
        pointer-events: auto
    }

    .main-menu .nav-item.dropdown .submenu-toggle-btn:focus-visible {
        border-radius: 2px;
        box-shadow: none;
        outline: 2px solid #009cad
    }
}

@media(min-width:1200px)and (max-width:719.98px) {
    .main-menu .nav-item.dropdown .submenu-toggle-btn:focus-visible {
        outline: 0 !important
    }
}

@media(min-width:1200px) {
    .main-menu .nav-item.dropdown .submenu-toggle-btn svg {
        fill: #000;
        bottom: 2px;
        height: 4px;
        position: relative;
        width: 7px
    }
}

.dropdown-menu {
    background-color: transparent;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .122);
    display: inline-block;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    transition: none;
    visibility: hidden;
    width: 100%
}

.dropdown-menu .dropdown-toggle:after {
    display: none
}

.nav-bg {
    background-color: #fff;
    height: var(--expand-height);
    order: 4;
    position: absolute;
    top: 100%;
    transition: height .5s ease-in-out;
    width: 100%
}

.show .dropdown-menu {
    opacity: 1;
    transition: all .5s ease-in-out;
    transition-delay: .1s;
    visibility: visible
}

@media(min-width:1200px) {
    .show .dropdown-menu {
        max-height: 80vh;
        overflow-y: auto
    }
}

@media(min-width:1440px) {
    .show .dropdown-menu {
        max-height: 90vh;
        overflow-y: auto
    }
}

.show .dropdown-container {
    opacity: 1;
    transition: all .5s ease-in-out;
    transition-delay: .1s
}

.dropdown-container {
    justify-content: center;
    margin: 60px;
    opacity: 0;
    padding: 8px 0;
    transition: none
}

.dropdown-nav-list {
    display: flex
}

.dropdown-nav-list .dropdown-nav-list {
    display: block;
    padding: 0 24px 0 0
}

@media(min-width:1440px) {
    .dropdown-nav-list .dropdown-nav-list {
        min-width: 212px
    }
}

.dropdown-item {
    padding: 0 0 16px;
    width: -moz-fit-content;
    width: fit-content
}

@media(min-width:1200px) {
    .dropdown-item {
        padding: 6px 0
    }

    .dropdown-item .dropdown-submenu {
        padding-bottom: 32px;
        padding-top: 0
    }

    .dropdown-item .dropdown-submenu:last-child {
        padding-bottom: 0;
        padding-top: 0
    }
}

.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent
}

.dropdown-item .menu-content-item img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover
}

.dropdown-item .menu-content-item.w-50 img {
    aspect-ratio: 7/5;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:1199.98px) {
    .dropdown-item .menu-content-item.w-50 img {
        aspect-ratio: 1/1
    }
}

a.dropdown-link:active, a.dropdown-link:hover {
    text-decoration: none
}

a.dropdown-link:active .category-text, a.dropdown-link:hover .category-text {
    text-decoration: underline
}

a.dropdown-link:focus-visible {
    border-radius: 2px;
    box-shadow: none;
    outline: 2px solid #009cad
}

@media(max-width:719.98px) {
    a.dropdown-link:focus-visible {
        outline: 0 !important
    }
}

.dropdown-link {
    align-items: center;
    color: #000;
    display: flex
}

.dropdown-nav-title {
    color: #000;
    display: inline-block;
    margin-bottom: 20px;
    opacity: .6
}

.dropdown-nav-title:hover {
    text-decoration: none
}

.dropdown-nav-title:focus-visible {
    border-radius: 2px;
    box-shadow: none;
    outline: 2px solid #009cad
}

@media(max-width:719.98px) {
    .dropdown-nav-title:focus-visible {
        outline: 0 !important
    }
}

.category-badge {
    background-color: #f4f0ea;
    color: #000;
    padding: 4px 8px;
    transition: background-color .3s ease-in-out
}

.category-badge:hover {
    background-color: #ebe6df
}

.category-badge {
    margin: 0 0 0 8px
}

.nav-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.nav-item:active, .nav-item:focus, .nav-item:focus-within {
    box-shadow: none !important;
    outline: 0 !important
}

.nav-item:focus-visible {
    border-radius: 2px;
    box-shadow: none;
    outline: 2px solid #009cad
}

@media(max-width:719.98px) {
    .nav-item:focus-visible {
        outline: 0 !important
    }
}

.menu-group {
    align-items: center;
    display: flex;
    min-height: 48px
}

.header-button {
    position: relative
}

.header-button .icon {
    bottom: 0;
    left: 0;
    margin: auto;
    min-width: 24px;
    right: 0;
    top: 0;
    transition: opacity .3s ease-in-out
}

.header-button .icon.icon-dark.color-black {
    fill: #000 !important
}

.header-button .burger-active {
    opacity: 0;
    position: absolute
}

.header-button[aria-expanded=true] .burger-active {
    opacity: 1;
    position: static
}

.header-button[aria-expanded=true] .burger-inactive {
    opacity: 0;
    position: absolute
}

.mini-nav {
    height: 64px
}

.mini-nav .menu-toggleable-left {
    margin-top: 8px
}

@media(min-width:1200px) {
    .mini-nav .menu-toggleable-left {
        margin-top: 0
    }
}

.mini-nav.stuck-filters {
    border-bottom: 1px solid rgba(0, 0, 0, .122)
}

.menu-opened .menu-toggleable-left {
    top: calc(var(--header-height) + var(--visible-slider-height))
}

.menu-toggleable-left {
    margin-top: 16px;
    width: 100%
}

@media(max-width:1199.98px) {
    .menu-toggleable-left {
        background-color: #fff;
        border-top: 1px solid rgba(0, 0, 0, .122);
        bottom: 0;
        display: block;
        left: -100%;
        margin-top: -1px;
        position: fixed;
        top: calc(var(--header-height) + var(--visible-slider-height));
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        z-index: 4
    }

    .menu-toggleable-left.in {
        left: 0
    }

    .menu-toggleable-left.header-banner-closed {
        top: calc(var(--header-height)) !important
    }

    .menu-toggleable-left .navbar {
        height: 100%;
        justify-content: flex-start;
        overflow: auto
    }

    .menu-toggleable-left .menu-group {
        display: inline-block;
        margin-top: 32px;
        width: 100%
    }

    .menu-toggleable-left .nav-item {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        padding: 0 0 20px;
        position: static;
        width: auto
    }

    .menu-toggleable-left .nav-item .country-selector-change {
        display: none
    }

    .menu-toggleable-left .nav-item.show .country-selector-change {
        display: block;
        margin-bottom: 0
    }

    .menu-toggleable-left .nav-item.show .country-selector-label {
        display: none
    }

    .menu-toggleable-left .nav-item-icon {
        margin-left: auto;
        margin-right: 0;
        transform: rotate(-90deg)
    }

    .menu-toggleable-left .show>.dropdown-menu {
        left: 0
    }

    .menu-toggleable-left .dropdown-menu {
        background-color: #fff;
        border: 0;
        display: block;
        height: 100%;
        left: -100%;
        padding: 0;
        position: absolute;
        top: 0;
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        width: 100%
    }

    .menu-toggleable-left .dropdown-nav-list {
        flex-flow: column;
        padding: 0;
        width: 100%
    }

    .menu-toggleable-left .dropdown-nav-list.location-region-block {
        border-bottom: 1px solid rgba(0, 0, 0, .122);
        margin-bottom: 48px;
        padding: 0 16px 32px
    }

    .menu-toggleable-left .dropdown-nav-list.location-region-block:last-of-type {
        border: 0;
        margin-bottom: 0
    }

    .menu-toggleable-left .dropdown-nav-list.location-region-block .dropdown-item {
        padding-bottom: 32px
    }

    .menu-toggleable-left .navbar-nav .nav-link {
        align-items: center;
        display: flex;
        width: 100%
    }

    .menu-toggleable-left .country-selector-location {
        text-decoration: underline
    }

    .menu-toggleable-left .nav-item-accented {
        display: flex;
        margin-top: 20px;
        padding-top: 40px;
        position: relative
    }

    .menu-toggleable-left .nav-item-accented:before {
        background-color: rgba(0, 0, 0, .122);
        content: "";
        height: 1px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

    .menu-toggleable-left .show .dropdown-menu:after {
        display: none
    }

    .menu-toggleable-left .show .dropdown-menu {
        max-height: 100%;
        overflow: auto
    }

    .menu-toggleable-left .show .dropdown-menu.country-selector {
        background: #fff
    }

    .menu-toggleable-left .top-category {
        border-bottom: 1px solid rgba(0, 0, 0, .122);
        padding: 0;
        width: 100%
    }

    .menu-toggleable-left .top-category .nav-link {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 20px 0;
        position: relative;
        width: 100%
    }

    .menu-toggleable-left .top-category .nav-item-icon {
        display: none
    }

    .menu-toggleable-left .nav-item-expanded {
        height: 40px;
        left: 0;
        padding: 16px;
        position: absolute;
        transform: rotate(90deg);
        width: 45px
    }

    .menu-toggleable-left .nav-link:after {
        display: none
    }

    .menu-toggleable-left .dropdown-container {
        flex-flow: column;
        justify-content: flex-start;
        margin: 48px 16px 32px;
        padding: 0
    }

    .menu-toggleable-left .dropdown-container>.dropdown-nav-list .dropdown-nav-list .dropdown-item.dropdown.dropdown-submenu {
        padding-bottom: 32px
    }

    .menu-toggleable-left .dropdown-container>.dropdown-nav-list .dropdown-nav-list .dropdown-item.dropdown.dropdown-submenu:last-child {
        padding-bottom: 16px
    }

    .menu-toggleable-left .dropdown-container>.dropdown-nav-list .dropdown-nav-list .dropdown-nav-list {
        position: relative
    }

    .menu-toggleable-left .dropdown-container>.dropdown-nav-list .dropdown-nav-list .dropdown-nav-list .dropdown-item:last-child {
        padding-bottom: 48px
    }

    .menu-toggleable-left .dropdown-container>.dropdown-nav-list .dropdown-nav-list .dropdown-nav-list:after {
        background-color: rgba(0, 0, 0, .122);
        bottom: 0;
        content: "";
        height: 1px;
        left: -16px;
        position: absolute;
        right: 0;
        width: 100vw
    }

    .menu-toggleable-left .dropdown-container .dropdown-item:last-of-type .dropdown-item:last-of-type .dropdown-nav-list .dropdown-item:last-child {
        padding-bottom: 16px
    }

    .menu-toggleable-left .dropdown-container .dropdown-item:last-of-type .dropdown-item:last-of-type .dropdown-nav-list:after {
        display: none
    }

    .menu-toggleable-left .dropdown-item, .menu-toggleable-left .dropdown-link, .menu-toggleable-left .dropdown-nav-list {
        width: 100%
    }

    .menu-toggleable-left .dropdown-link .region-name {
        margin: 0;
        opacity: .6
    }

    .menu-toggleable-left .country-link {
        display: block
    }

    .menu-toggleable-left .country-link.active:before {
        background-color: #009cad;
        border-radius: 50%;
        bottom: 2px;
        content: "";
        display: inline-block;
        height: 8px;
        margin-right: 12px;
        position: relative;
        width: 8px
    }

    .menu-toggleable-left .country-link .nav-item-icon {
        float: right;
        margin-right: 0;
        transform: rotate(0)
    }

    .menu-toggleable-left .dropdown-nav-title {
        margin: 0 0 24px;
        width: 100%
    }
}

@media(max-width:1199.98px)and (min-width:1200px) {
    .menu-toggleable-left .dropdown-nav-title {
        margin: 16px 0 24px
    }
}

@media(max-width:1199.98px) {
    .menu-toggleable-left .dropdown-item {
        flex-flow: column
    }

    .menu-toggleable-left .dropdown-item .dropdown-item {
        padding: 16px 0
    }
}

.menu-toggleable-left.multilevel-dropdown .navbar-nav .top-category .nav-link {
    margin: 0
}

.menu-toggleable-left.in {
    background: #fff
}

.mobile-nav {
    list-style: none;
    margin: 32px 0 0;
    padding: 48px 0 0;
    position: relative
}

.mobile-nav:before {
    background-color: rgba(0, 0, 0, .122);
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 32px)
}

.mobile-nav li {
    margin: 0 4px 32px
}

.mobile-nav li:last-of-type {
    margin-bottom: 24px
}

.nav-mobile-open {
    overflow: hidden
}

.nav-mobile-open body {
    overflow: visible
}

.nav-mobile-open .LPMcontainer.LPMoverlay {
    z-index: 1 !important
}

.nav-mobile-open .main-header.top-header, .nav-mobile-open .main-header.white-header {
    z-index: 300
}

.tab-nav-backl3 {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .122);
    display: flex
}

.tab-nav-backl3 .tab-nav-back-link {
    display: block;
    height: 40px;
    position: relative;
    width: 45px;
    z-index: 2
}

.tab-nav-backl3 .nav-item-expanded {
    position: static
}

.tab-nav-backl3 .nav_entries {
    display: block;
    left: -20px;
    position: relative;
    text-align: center;
    width: calc(100% - 20px)
}

.header-banner {
    background-color: #81d8d0;
    padding: 0 32px;
    position: relative;
    transform: translate3d(0, calc(var(--slider-height)*-1), 0);
    transition: all .3s ease-in-out;
    z-index: 1
}

@media(min-width:1200px) {
    .header-banner {
        padding: 0 8px
    }
}

@media(max-width:719.98px) {
    .header-banner:has(.header-banner-items) {
        min-height: 80px
    }
}

.header-banner.top-banner {
    transform: none
}

.header-banner.hidden {
    display: none;
    visibility: hidden
}

@media(min-width:1200px) {
    .header-banner .rotating-banner-spacing {
        padding: 0 64px
    }
}

.header-banner .container-spacing {
    padding-bottom: 6px;
    padding-top: 10px
}

.header-banner .container-spacing .close-btn-position {
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%)
}

@media(min-width:1200px) {
    .header-banner .container-spacing .close-btn-position {
        right: -4px
    }
}

.header-banner .container-spacing .static-banner-style {
    position: relative;
    white-space: normal
}

.header-banner-items {
    overflow: hidden;
    padding: 2px 0;
    position: relative;
    top: -2px;
    white-space: nowrap
}

.header-banner-items .slick-arrow {
    display: none
}

.header-banner-items.slick-initialized {
    overflow: visible;
    white-space: normal
}

.header-banner-items.slick-initialized .slick-slide {
    align-items: center;
    display: flex;
    justify-content: center
}

.header-banner-items.slick-initialized .slick-arrow {
    background-position: 50%;
    display: block;
    height: 24px;
    width: 24px
}

@media(min-width:1200px) {
    .header-banner-items.slick-initialized .slick-arrow:focus-visible {
        border: 2px solid #000 !important;
        border-radius: 2px;
        box-shadow: none !important;
        filter: none;
        outline: 0
    }

    .header-banner-items.slick-initialized .slick-arrow:focus-visible:after {
        border: 2px solid #fbf9f7;
        border-radius: 2px;
        bottom: -4px;
        content: "";
        display: block;
        left: -4px;
        position: absolute;
        right: -4px;
        top: -4px;
        z-index: -1
    }
}

.header-banner-items.slick-initialized .header-banner-item {
    display: block
}

.header-banner-items .slick-list {
    margin: 0
}

.header-banner-items .slick-slide {
    height: auto;
    margin: 0
}

.header-banner-items .slick-track {
    display: flex
}

.header-banner-items .header-banner-item {
    display: inline-block;
    white-space: normal;
    width: 100%
}

.header-banner-items a {
    position: relative
}

@media(min-width:1200px) {
    .header-banner-items a:focus-visible {
        border: 0;
        border-radius: 2px;
        box-shadow: none !important;
        outline: 2px solid #009cad !important
    }

    .header-banner-items a:focus-visible:before {
        display: none
    }

    .header-banner-items a:focus-visible:after {
        border: 2px solid #fbf9f7;
        border-radius: 2px;
        bottom: -4px;
        content: "";
        display: block;
        left: -4px;
        position: absolute;
        right: -4px;
        top: -4px;
        z-index: -1
    }
}

.header-banner-content {
    margin: 0
}

@media(min-width:1200px) {
    .header-banner-content {
        margin: 0 16px
    }
}

.nav-main-container, header, nav {
    display: initial
}

.icon-account, .icon-account ellipse, .icon-account path {
    stroke: #000
}

.nav-expanded .filters-stuck .header-flex {
    background-color: #fff !important
}

@media(min-width:1200px) {
    .main-header.grid-in-viewport.filters-stuck:after {
        background-color: #fff;
        content: "";
        display: inline-block;
        height: 8px;
        left: 0;
        position: absolute;
        top: calc(100% + 1px);
        transition: opacity .3s ease-in-out;
        width: 100%
    }
}

@media(max-width:1439.98px) {
    .grid-header-plp.stuck:after {
        background-color: #fff;
        content: "";
        display: inline-block;
        height: 12px;
        left: 0;
        position: absolute;
        top: -6px;
        width: 100%
    }
}

.main-header {
    background-color: #fff;
    overflow: hidden;
    padding: 16px 0 0;
    top: 0;
    transition: transform .4s ease-in-out;
    z-index: 10
}

@media(max-width:1439.98px) {
    .main-header {
        padding: 17px 12px
    }
}

@media(min-width:1200px) {
    .main-header {
        border-bottom: 1px solid transparent;
        overflow: visible;
        position: sticky
    }

    .main-header .main-menu {
        max-width: calc(100% - 300px);
        order: 2
    }

    .main-header .header-left {
        padding-left: 36px
    }

    .main-header .header-right {
        padding-right: 36px
    }

    .main-header.top-header {
        padding: 28px 0 0
    }

    .main-header.top-header .main-menu {
        max-width: 100%;
        order: 4
    }

    .main-header.top-header .brand {
        position: static
    }

    .main-header.top-header .brand .logo-home {
        height: inherit;
        opacity: 1;
        transition: all .3s ease-in;
        width: inherit
    }

    .main-header.top-header .home-nav-item .nav-link {
        opacity: 0
    }

    header .main-header.scroll-up {
        transform: translate3d(0, calc(var(--header-height)*-1), 0)
    }

    .main-header.scroll-up.plp-search-page {
        padding: 16px 0 0;
        transform: translate3d(0, -100%, 0)
    }

    .nav-expanded .main-header.scroll-up.plp-search-page {
        transform: none
    }

    .main-header svg {
        fill: #000;
        transition: all .3s
    }
}

@media(min-width:1200px)and (min-width:720px) {
    .main-header .header-button:hover svg {
        fill: #009cad
    }

    .main-header .header-button:hover .icon-account {
        stroke: #009cad
    }
}

@media(max-width:1199.98px) {
    .main-header {
        background: #fff;
        color: #000;
        position: relative;
        transition: #fff .1s ease-in-out, box-shadow .3s ease-in-out;
        z-index: 9998
    }

    .main-header.white-header {
        border-bottom: 1px solid rgba(0, 0, 0, .122)
    }

    .main-header.top-header, .main-header.white-header {
        position: sticky !important;
        top: 0;
        transition: all .4s ease-in-out;
        z-index: 11
    }

    .main-header.top-header.header-hidden, .main-header.white-header.header-hidden {
        transform: translate3d(0, -100%, 0)
    }

    .main-header.transparent-header.top-header {
        margin-bottom: 0;
        position: sticky !important;
        z-index: 2
    }

    .main-header.transparent-header.top-header.white-header {
        background-color: #fff;
        border-bottom: 0
    }

    .main-header.transparent-header.top-header.white-header svg {
        fill: #000
    }

    .main-header.transparent-header.top-header.white-header .logo-home svg {
        filter: none
    }

    .main-header.transparent-header.top-header.white-header .icon-account, .main-header.transparent-header.top-header.white-header .icon-account ellipse, .main-header.transparent-header.top-header.white-header .icon-account path {
        stroke: #000
    }

    .main-header.scroll-up.plp-search-page {
        transform: translate3d(0, calc(var(--header-height)*-1), 0)
    }
}

.main-header.transitions-all-header {
    transition: all .4s ease-in-out
}

.main-header.transparent-header.top-header {
    background-color: transparent;
    position: sticky
}

.main-header.transparent-header.top-header .logo-home svg {
    filter: invert(1)
}

.main-header.transparent-header.top-header.header-color-black .logo-home svg {
    filter: none
}

.main-header.transparent-header.top-header:focus-within:not(.impose-transparency), .main-header.transparent-header.top-header:hover:not(.impose-transparency) {
    background-color: #fff
}

.main-header.transparent-header.top-header:focus-within:not(.impose-transparency) svg, .main-header.transparent-header.top-header:hover:not(.impose-transparency) svg {
    fill: #000
}

.main-header.transparent-header.top-header:focus-within:not(.impose-transparency) .logo-home svg, .main-header.transparent-header.top-header:hover:not(.impose-transparency) .logo-home svg {
    filter: none
}

.main-header.transparent-header.top-header:focus-within:not(.impose-transparency) .icon-account, .main-header.transparent-header.top-header:hover:not(.impose-transparency) .icon-account {
    stroke: #000
}

.main-header.transparent-header.top-header:focus-within:not(.impose-transparency) .icon-account ellipse, .main-header.transparent-header.top-header:focus-within:not(.impose-transparency) .icon-account path, .main-header.transparent-header.top-header:hover:not(.impose-transparency) .icon-account ellipse, .main-header.transparent-header.top-header:hover:not(.impose-transparency) .icon-account path {
    stroke: #000
}

.main-header.transparent-header.top-header svg {
    fill: #fff;
    transition: all .3s
}

@media(min-width:720px) {
    .main-header.transparent-header.top-header .header-button:hover svg {
        fill: #009cad
    }

    .main-header.transparent-header.top-header .header-button:hover .icon-account {
        stroke: #009cad
    }
}

.main-header.transparent-header.top-header .icon-account {
    stroke: #fff;
    transition: all .3s
}

.main-header.transparent-header.top-header .icon-account ellipse, .main-header.transparent-header.top-header .icon-account path {
    stroke: #fff
}

.main-header.transparent-header.top-header.header-color-black svg {
    fill: #000
}

.main-header.transparent-header.top-header.header-color-black .icon-account, .main-header.transparent-header.top-header.header-color-black .icon-account ellipse, .main-header.transparent-header.top-header.header-color-black .icon-account path {
    stroke: #000
}

.main-header .logo-home svg {
    height: auto;
    max-width: 100%;
    width: 181px
}

@media(min-width:1200px) {
    .main-header .logo-home svg {
        width: 634px
    }
}

@media(max-width:374.98px) {
    .main-header .logo-home svg {
        padding: 0 8px
    }
}

.main-header .home-nav-item {
    display: none
}

@media(min-width:1200px) {
    .main-header .home-nav-item {
        display: block
    }

    .main-header .home-nav-item .nav-link {
        opacity: 1;
        transition: all .5s ease-in-out
    }
}

.page-loaded header .main-header.filters-stuck {
    border-bottom: 1px solid rgba(0, 0, 0, .122)
}

@media(min-width:1200px) {
    .page-loaded header.scrolling, .page-loaded header.scrolling-header-up {
        height: 80px;
        z-index: 9
    }
}

@media(min-width:1200px)and (min-width:1200px) {
    .page-loaded header.scrolling, .page-loaded header.scrolling-header-up {
        z-index: 11
    }
}

@media(min-width:1200px) {
    .page-loaded header.scrolling .header-banner, .page-loaded header.scrolling-header-up .header-banner {
        height: 1px;
        opacity: 0
    }
}

@media(min-width:1200px)and (min-width:1200px) {
    .page-loaded header.scrolling .header-banner, .page-loaded header.scrolling-header-up .header-banner {
        height: 0
    }
}

@media(min-width:1200px) {
    .page-loaded .scrolling-header-up .main-header {
        border-bottom: 1px solid rgba(0, 0, 0, .122);
        height: 64px;
        padding-bottom: 0
    }

    .page-loaded .sticky-filters-desktop.stuck {
        border-bottom: 1px solid rgba(0, 0, 0, .122)
    }

    .page-loaded .scrolling {
        pointer-events: none
    }

    .page-loaded .scrolling:before {
        height: 72px
    }
}

.header-button {
    height: 24px;
    margin-right: 16px;
    padding: 0
}

@media(min-width:1200px) {
    .header-button {
        margin: 4px 16px 4px 0
    }

    .header-button.minicart {
        margin: 4px 0 4px 4px
    }
}

.header-button.minicart {
    margin-right: 0
}

@media(max-width:1199.98px) {
    .header-btn-search {
        margin-right: 0
    }
}

@media(min-width:1200px) {
    .header-col {
        min-width: 150px
    }

    .header-flex {
        flex-wrap: wrap;
        padding: 0 !important
    }

    .header-flex .header-left {
        order: 1
    }

    .header-flex .header-right {
        order: 3
    }
}

.header-flex .brand {
    max-width: 100%
}

@media(min-width:1200px) {
    .header-flex .brand {
        max-width: calc(100% - 300px);
        order: 2;
        position: absolute
    }

    .header-flex .brand .logo-home {
        display: block;
        height: 0;
        opacity: 0;
        width: 0
    }
}

.aa-DetachedOverlay {
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    transition: opacity .5s ease-in-out
}

.aa-DetachedOverlay.loaded {
    opacity: 1
}

@media(max-width:1439.98px) {
    .aa-DetachedOverlay.loaded {
        height: 100%
    }
}

body.search-opened {
    max-height: 100%;
    overflow: hidden !important;
    padding-right: 15px;
    position: fixed
}

.create-account-benefits {
    margin: 0
}

.create-account-benefits .create-account-title {
    color: var(--Black, #000);
    margin: 24px 0
}

@media(max-width:1439.98px) {
    .create-account-benefits .create-account-title {
        text-align: left
    }
}

.create-account-benefits ul {
    margin: 0;
    padding: 0 0 0 16px
}

.create-account-benefits li {
    list-style-type: square;
    margin: 0 0 8px;
    padding-right: 16px
}

@media(max-width:1439.98px) {
    .create-account-benefits li {
        text-align: left
    }
}

.create-account-benefits .content-asset {
    width: 100%
}

.nav-main-container.header-dark-mode .main-header.top-header:not(.white-header) .logo-home {
    filter: invert(1)
}

.nav-main-container.header-dark-mode .main-header.top-header:not(.white-header) .icon-account {
    stroke: #fff
}

.nav-main-container.header-dark-mode .main-header.top-header:not(.white-header) svg.burger-active, .nav-main-container.header-dark-mode .main-header.top-header:not(.white-header) svg.burger-inactive, .nav-main-container.header-dark-mode .main-header.top-header:not(.white-header) svg.icon {
    fill: #fff
}

@media(min-width:720px) {
    .nav-main-container.header-dark-mode .main-header.top-header:hover svg.burger-active, .nav-main-container.header-dark-mode .main-header.top-header:hover svg.burger-inactive, .nav-main-container.header-dark-mode .main-header.top-header:hover svg.icon {
        fill: #000
    }

    .nav-main-container.header-dark-mode .main-header.top-header:hover .icon-account {
        stroke: #000
    }

    .nav-main-container.header-dark-mode .main-header.top-header:hover .logo-home {
        filter: unset
    }

    .nav-main-container.header-dark-mode .main-header.top-header svg.burger-active:hover, .nav-main-container.header-dark-mode .main-header.top-header svg.burger-inactive:hover, .nav-main-container.header-dark-mode .main-header.top-header svg.icon:hover {
        fill: #81d8d0
    }

    .nav-main-container.header-dark-mode .main-header.top-header svg.icon-account:hover {
        stroke: #81d8d0
    }

    .nav-main-container.header-dark-mode .main-header.top-header .navbar-nav .nav-link {
        color: #fff
    }

    .nav-main-container.header-dark-mode .main-header.top-header .navbar-nav .nav-link:hover {
        color: #000
    }

    .nav-main-container.header-dark-mode .main-header.top-header .navbar-nav .dropdown-menu {
        background-color: #fff
    }

    .nav-main-container.header-dark-mode .main-header.top-header:hover .navbar-nav .nav-link {
        color: #000
    }
}

.footer {
    background: #fff
}

.footer-email-signup {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .122);
    padding: 72px 24px
}

.footer-email-signup-heading {
    color: #000
}

.footer-email-signup .input-group {
    flex-wrap: nowrap;
    height: 44px
}

.footer-email-signup .custom-input.signup-action {
    margin-bottom: 0
}

.footer-email-signup .custom-input.signup-action .form-control {
    height: 44px;
    padding: 12px 0
}

.footer-email-signup .custom-input.signup-action .field-status {
    top: calc(100% - 1px)
}

.footer-email-signup .custom-input.signup-action .input-check-mark {
    top: 50%;
    transform: translateY(-50%)
}

.footer-email-signup .subscribe-email {
    align-items: center;
    display: flex;
    margin-left: 16px;
    padding: 15px 20px 13px
}

@media(min-width:1200px) {
    .footer-email-signup .subscribe-email {
        margin-left: 24px
    }
}

.footer-container {
    margin: 0
}

.footer-container .footer-item {
    padding: 0
}

.footer-container .footer-item-single a {
    color: #000
}

.footer-content {
    background: #fbf9f7;
    padding: 72px 0 24px
}

@media(min-width:1200px) {
    .footer-content {
        padding: 96px 0 44px
    }

    .footer-content .immersive-container {
        padding-inline: 12px
    }

    .footer-content .footer-bottom {
        margin-inline: 0
    }

    .footer-content .footer-container {
        display: flex;
        padding-inline: 0
    }
}

@media(max-width:1439.98px) {
    .footer-content .footer-container {
        padding-inline: 8px
    }
}

.footer-content .mobile-logo {
    margin-bottom: 48px
}

.footer-content .mobile-logo a {
    color: #000
}

.footer-content #ot-sdk-btn.optanon-show-settings, .footer-content #ot-sdk-btn.optanon-show-settings:hover, .footer-content #ot-sdk-btn.ot-sdk-show-settings, .footer-content #ot-sdk-btn.ot-sdk-show-settings:hover {
    all: revert;
    cursor: pointer
}

.footer-item {
    border-bottom: 1px solid rgba(0, 0, 0, .122);
    padding-left: 0;
    padding-right: 0
}

@media(min-width:1200px) {
    .footer-item {
        border: 0
    }
}

.footer-item-mobile {
    border-top: 1px solid rgba(0, 0, 0, .122)
}

.footer-item.active .btn.title {
    background: 0 0
}

.footer-item:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, .122)
}

@media(min-width:1200px) {
    .footer-item:first-of-type {
        border: 0
    }

    .footer-item .title {
        margin-bottom: 24px
    }
}

.footer-item .title.btn {
    border: 0;
    padding: 28px 0
}

.footer-item .title.btn:focus {
    box-shadow: none
}

.footer-item .menu-footer {
    margin-bottom: 28px
}

@media(min-width:1200px) {
    .footer-item .menu-footer {
        margin-bottom: 0
    }
}

.footer-item li {
    padding: 8px 0
}

.footer-item a {
    color: #000
}

.footer-item a:hover {
    text-decoration: underline !important
}

.footer-item-single {
    border-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, .122)
}

.footer-item-single .menu-footer {
    margin-bottom: 16px;
    margin-top: 16px
}

@media(min-width:1200px) {
    .footer-bottom {
        border-top: 1px solid rgba(0, 0, 0, .122);
        margin: 96px 0 0;
        padding-top: 72px
    }
}

.footer-bottom a {
    color: #000
}

@media(max-width:1439.98px) {
    .footer-bottom .footer-language-selector {
        margin-right: 24px
    }
}

@media(max-width:1199.98px) {
    .footer-bottom .footer-language-selector {
        margin-right: 0;
        padding-bottom: 32px
    }
}

.footer-bottom .footer-bottom-language-select .custom-dropdown__dropdown {
    left: -291px;
    width: 343px
}

@media(max-width:1199.98px) {
    .footer-bottom .footer-bottom-language-select .custom-dropdown__dropdown {
        left: -50vw;
        width: calc(100vw - 32px)
    }
}

.footer-bottom .footer-bottom-language-select .custom-dropdown--top .custom-dropdown__option--value {
    margin-left: 4px;
    padding-block: 0;
    padding-right: 24px
}

.footer-bottom .footer-bottom-language-select .custom-dropdown--top .custom-dropdown__option--value:before {
    right: 8px
}

.footer-bottom-legal {
    border-top: 1px solid rgba(0, 0, 0, .122);
    margin-top: 16px;
    padding-top: 48px
}

@media(min-width:1200px) {
    .footer-bottom-legal {
        margin-top: 72px;
        padding-top: 72px
    }
}

.footer-bottom-copyright {
    flex-direction: column;
    margin-top: 48px
}

@media(min-width:1200px) {
    .footer-bottom-copyright {
        flex-direction: row;
        margin-top: 0
    }
}

.footer-bottom-copyright .item {
    margin-bottom: 32px
}

@media(min-width:1200px) {
    .footer-bottom-copyright .item {
        margin-bottom: 0;
        margin-right: 24px
    }
}

.footer-bottom-copyright .item.shipto .basic-link {
    background-color: transparent;
    border: 0;
    padding: 0
}

.footer-bottom-copyright .item.copy {
    opacity: .6
}

@media(max-width:1439.98px) {
    .footer-bottom-copyright .item.copy {
        order: 3
    }
}

.footer .booxi-button-container+hr {
    display: none
}

iframe[title="Online Booking"] {
    z-index: 1000
}

.newsletter-footer-signup .input-group {
    flex-wrap: nowrap;
    height: 44px;
    margin: auto
}

@media(min-width:1200px) {
    .newsletter-footer-signup .input-group {
        width: -moz-max-content;
        width: max-content
    }

    .newsletter-footer-signup .input-group .email {
        width: 581px
    }
}

.newsletter-footer-signup .custom-input label, .newsletter-footer-signup .custom-input>input {
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: .88px !important;
    line-height: 16px !important;
    line-height: 44px !important;
    text-decoration: none !important
}

.newsletter-footer-signup .custom-input label {
    text-transform: uppercase
}

.newsletter-footer-signup .custom-input .form-control {
    height: 44px;
    padding: 12px 0
}

.newsletter-footer-signup .subscribe-email {
    align-items: center;
    display: flex;
    margin-left: 16px;
    padding: 14px 20px
}

@media(min-width:1200px) {
    .newsletter-footer-signup .subscribe-email {
        margin-left: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.footer-email-signup.subscribe-dark-mode {
    background-color: #090b2c
}

.footer-email-signup.subscribe-dark-mode .newsletter-footer-signup .footer-email-signup-heading {
    color: #fff
}

.footer-email-signup.subscribe-dark-mode .newsletter-footer-signup input[type=text].form-control.email {
    background-color: transparent;
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
    color: #fff
}

.footer-email-signup.subscribe-dark-mode .newsletter-footer-signup input[type=text].form-control.email+label {
    color: #fff;
    opacity: 1
}

.footer-email-signup.subscribe-dark-mode .newsletter-footer-signup .subscribe-email {
    background: hsla(0, 0%, 100%, .12);
    color: #fff
}

#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
    bottom: 0;
    position: fixed
}

@media(min-width:1200px) {
    #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
        bottom: unset;
        position: inherit
    }
}

.california-consumer-privacy-icon {
    height: 14px;
    margin-left: 8px;
    width: 30px
}

nav.custom-tabs {
    display: block;
    margin-bottom: 32px;
    position: relative
}

@media(min-width:1200px) {
    nav.custom-tabs {
        margin-bottom: 48px
    }
}

nav.custom-tabs:after {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    bottom: 0;
    content: " ";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0
}

nav.custom-tabs .nav-item {
    border-bottom: 1px solid transparent;
    color: #000;
    margin: 0 32px 0 0;
    padding: 0 0 24px;
    z-index: 1
}

nav.custom-tabs .nav-item.active, nav.custom-tabs .nav-item:hover {
    border-color: #000;
    color: #000
}

nav.custom-tabs .nav-item:active {
    border-color: #51c3c0;
    color: #51c3c0
}

nav.custom-tabs .nav-item:last-of-type {
    margin-right: 0
}

.price .strike-through {
    color: #999;
    margin-right: .938rem;
    text-decoration: line-through
}

.swatch-circle-beige {
    background: beige;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em
}

.swatch-circle-beige.disabled {
    opacity: .2
}

.swatch-filter-beige {
    background: beige;
    background-color: beige;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: .69em;
    display: block;
    height: 1.38em;
    position: relative;
    width: 1.38em
}

.swatch-filter-beige.disabled {
    opacity: .2
}

.swatch-circle-black {
    background: #000;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em
}

.swatch-circle-black.disabled {
    opacity: .2
}

.swatch-filter-black {
    background: #000;
    background-color: #000;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: .69em;
    display: block;
    height: 1.38em;
    position: relative;
    width: 1.38em
}

.swatch-filter-black.disabled {
    opacity: .2
}

.swatch-circle-blue {
    background: #0070d2;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em
}

.swatch-circle-blue.disabled {
    opacity: .2
}

.swatch-filter-blue {
    background: #0070d2;
    background-color: #0070d2;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: .69em;
    display: block;
    height: 1.38em;
    position: relative;
    width: 1.38em
}

.swatch-filter-blue.disabled {
    opacity: .2
}

.swatch-circle-brown {
    background: brown;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em
}

.swatch-circle-brown.disabled {
    opacity: .2
}

.swatch-filter-brown {
    background: brown;
    background-color: brown;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: .69em;
    display: block;
    height: 1.38em;
    position: relative;
    width: 1.38em
}

.swatch-filter-brown.disabled {
    opacity: .2
}

.swatch-circle-green {
    background: #008827;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em
}

.swatch-circle-green.disabled {
    opacity: .2
}

.swatch-filter-green {
    background: #008827;
    background-color: #008827;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: .69em;
    display: block;
    height: 1.38em;
    position: relative;
    width: 1.38em
}

.swatch-filter-green.disabled {
    opacity: .2
}

.swatch-circle-grey {
    background: #8f979d;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em
}

.swatch-circle-grey.disabled {
    opacity: .2
}

.swatch-filter-grey {
    background: #8f979d;
    background-color: #8f979d;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: .69em;
    display: block;
    height: 1.38em;
    position: relative;
    width: 1.38em
}

.swatch-filter-grey.disabled {
    opacity: .2
}

.swatch-circle-navy {
    background: navy;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em
}

.swatch-circle-navy.disabled {
    opacity: .2
}

.swatch-filter-navy {
    background: navy;
    background-color: navy;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: .69em;
    display: block;
    height: 1.38em;
    position: relative;
    width: 1.38em
}

.swatch-filter-navy.disabled {
    opacity: .2
}

.swatch-circle-orange {
    background: orange;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em
}

.swatch-circle-orange.disabled {
    opacity: .2
}

.swatch-filter-orange {
    background: orange;
    background-color: orange;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: .69em;
    display: block;
    height: 1.38em;
    position: relative;
    width: 1.38em
}

.swatch-filter-orange.disabled {
    opacity: .2
}

.swatch-circle-pink {
    background: #fe249a;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em
}

.swatch-circle-pink.disabled {
    opacity: .2
}

.swatch-filter-pink {
    background: #fe249a;
    background-color: #fe249a;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: .69em;
    display: block;
    height: 1.38em;
    position: relative;
    width: 1.38em
}

.swatch-filter-pink.disabled {
    opacity: .2
}

.swatch-circle-purple {
    background: purple;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em
}

.swatch-circle-purple.disabled {
    opacity: .2
}

.swatch-filter-purple {
    background: purple;
    background-color: purple;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: .69em;
    display: block;
    height: 1.38em;
    position: relative;
    width: 1.38em
}

.swatch-filter-purple.disabled {
    opacity: .2
}

.swatch-circle-red {
    background: red;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em
}

.swatch-circle-red.disabled {
    opacity: .2
}

.swatch-filter-red {
    background: red;
    background-color: red;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: .69em;
    display: block;
    height: 1.38em;
    position: relative;
    width: 1.38em
}

.swatch-filter-red.disabled {
    opacity: .2
}

.swatch-circle-white {
    background: #fff;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em
}

.swatch-circle-white.disabled {
    opacity: .2
}

.swatch-filter-white {
    background: #fff;
    background-color: #fff;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: .69em;
    display: block;
    height: 1.38em;
    position: relative;
    width: 1.38em
}

.swatch-filter-white.disabled {
    opacity: .2
}

.swatch-circle-yellow {
    background: #ff0;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em
}

.swatch-circle-yellow.disabled {
    opacity: .2
}

.swatch-filter-yellow {
    background: #ff0;
    background-color: #ff0;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: .69em;
    display: block;
    height: 1.38em;
    position: relative;
    width: 1.38em
}

.swatch-filter-yellow.disabled {
    opacity: .2
}

.swatch-circle-miscellaneous {
    background: linear-gradient(0deg, #821e91, #821e91 25%, #edd134 0, #ff0 50%, #edd134 0, #59ba00 0, #59ba00 76%, #111 0, #111), linear-gradient(0deg, #0e5cd1, #0e5cd1 50%, #e20b0b 0, #e20b0b);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    transform: rotate(35deg);
    width: 2.5em
}

.swatch-circle-miscellaneous.disabled {
    opacity: .2
}

.swatch-circle-miscellaneous.selected:after {
    transform: rotate(-35deg)
}

.product-name {
    margin: 5px 0 0
}

@media(min-width:1200px) {
    .color-attribute-desc {
        margin-right: 15px
    }
}

.product-price-vat-inclusive {
    display: none;
    margin-top: 16px
}

.modal-atb-content .product-price-vat-inclusive {
    display: block
}

.show-tax-inclusive-message {
    display: none !important
}

.js-product-details-sticky .show-tax-inclusive-message {
    display: inline-block !important
}

.product-detail.product-wrapper {
    padding: 0
}

@media(min-width:1200px) {
    .product-detail.product-wrapper {
        padding: 0 24px
    }
}

.product-detail.product-wrapper .pdp-col-image {
    padding: 0
}

@media(max-width:1199.98px) {
    .product-detail.product-wrapper .pdp-col-details, .product-detail.product-wrapper .pdp-col-secondary {
        padding: 24px 16px 20px
    }
}

@media(max-width:1439.98px) {
    .product-detail.product-wrapper .details.m-titile-mobile {
        margin: 0
    }
}

@media(max-width:1199.98px) {
    .product-detail.product-wrapper .details.m-titile-mobile {
        margin-bottom: 48px
    }
}

@media(max-width:719.98px) {
    .product-detail.product-wrapper .details.m-titile-mobile {
        margin-bottom: 24px
    }
}

@media(max-width:1439.98px) {
    .product-detail.product-wrapper .p-pdp-mobile {
        padding: 0 16px
    }

    .product-detail.product-wrapper .p-pdp-mobile .col-12 {
        padding-right: 0
    }
}

.product-detail.product-wrapper .p-pdp-mobile .col-12 {
    padding-left: 0
}

.product-detail.product-wrapper.reselecting-available .attributes .row .basic-attribute .no-variant {
    display: block;
    opacity: 0
}

.attributes .row .basic-attribute.no-variant {
    display: none
}

.attributes .row .basic-attribute.disabled, .attributes .row .basic-attribute.unselectable {
    background-color: #fafafa;
    opacity: .4
}

.attributes .row .table-basic-attr {
    transition: opacity .3s ease-in-out
}

.attributes .row .table-basic-attr.no-variant {
    display: none
}

.attributes .row .table-basic-attr.disabled, .attributes .row .table-basic-attr.unselectable {
    align-items: center;
    color: #666;
    display: inline-flex;
    justify-content: space-between
}

.attributes .row .table-basic-outofstock .table-basic-attr.disabled, .attributes .row .table-basic-outofstock .table-basic-attr.unselectable {
    color: rgba(0, 0, 0, .6);
    pointer-events: none
}

.attributes .row .table-basic-outofstock .table-basic-attr .table-basic-attr-outofstock {
    pointer-events: auto
}

.attributes .row .table-basic-outofstock .table-basic-attr a.table-basic-attr-outofstock {
    text-decoration: underline
}

.attributes .row .outofstock-container-mobile {
    position: relative
}

.attributes .row .table-basic-attr-outofstock {
    color: rgba(0, 0, 0, .6);
    margin-right: 4px;
    max-width: 22%;
    position: absolute;
    right: 0;
    text-align: right
}

@media(min-width:1200px) {
    .attributes .row .table-basic-attr-outofstock {
        margin-right: 8px
    }
}

@media(max-width:1439.98px) {
    .attributes .row .table-basic-attr-outofstock--mobile {
        margin-left: -50px;
        max-width: unset;
        padding: 15px 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media(max-width:1199.98px) {
    .attributes .row .table-basic-attr-outofstock--mobile {
        margin-left: 0;
        right: 0;
        top: 40%
    }
}

.attributes .row .basic-attribute:not(.sizeVariationAxis).attr-absolute-position, .attributes .row .table-basic-attr.attr-absolute-position {
    position: absolute !important
}

.attributes .row .basic-attribute {
    transition: opacity .3s ease-in-out
}

.attributes .row .basic-attribute.disabled, .attributes .row .basic-attribute.unselectable {
    background-color: rgba(0, 0, 0, .02);
    color: rgba(0, 0, 0, .4);
    opacity: 1
}

.attributes .row .basic-attribute.disabled:hover, .attributes .row .basic-attribute.unselectable:hover {
    background-color: rgba(0, 0, 0, .06)
}

.attributes .row .color-attribute {
    transition: opacity .3s ease-in-out
}

.attributes .row .color-attribute.no-variant {
    background-color: #fafafa;
    display: block;
    opacity: .4
}

.modal-variation .row:first-of-type .no-variant {
    display: none
}

.color-attribute {
    border: 0;
    margin-right: 0;
    padding: 0
}

.see-more-visible .color-attribute {
    margin-right: 0
}

.color-attribute img {
    display: block;
    filter: brightness(.98);
    height: auto;
    max-width: 100%;
    transition: filter .5s ease
}

.color-attribute .swatch-rect {
    aspect-ratio: 1;
    background-color: #fbf9f7;
    display: flex;
    transition: background-color .5s ease
}

.color-attribute .selected {
    border-bottom: 1px solid #000
}

.color-attribute:hover .swatch-rect {
    background-color: #f2f2f2
}

.color-attribute:hover img {
    filter: brightness(.95)
}

.color-swatches .swatches img {
    max-width: 50px
}

.giftcard-values~.custom-dropdown .custom-dropdown__dropdown {
    left: unset;
    right: 0;
    width: 287px;
    z-index: 11
}

@media(max-width:719.98px) {
    .giftcard-values~.custom-dropdown .custom-dropdown__dropdown {
        width: 343px
    }
}

@media(min-width:1200px) {
    .giftcard-values .quantity .custom-dropdown__dropdown, .giftcard-values~.custom-dropdown .custom-dropdown__dropdown {
        width: 343px
    }
}

.btn-gift-help {
    background-color: transparent;
    border: 0;
    color: #e50739;
    padding-left: 0;
    text-decoration: underline
}

.btn-gift-help:hover {
    color: #e50739
}

.giftcard-number .input-text.is-invalid, .security-code .input-text.is-invalid {
    margin-bottom: 20px
}

.giftcard-number .invalid-feedback, .security-code .invalid-feedback {
    margin-top: 0
}

.size-container-styling:hover {
    border: 0
}

.gift-card-pdp.size-var-spacing {
    padding: 18px 0
}

@media(min-width:1200px) {
    .gift-card-pdp.size-var-spacing {
        padding: 24px 0 !important
    }
}

.gift-card-pdp .giftcard-values {
    background-color: transparent
}

.gift-card-pdp .custom-dropdown__option {
    font-size: 14px !important;
    letter-spacing: -.28px !important
}

.gift-card-pdp .custom-dropdown__option, .gift-card-pdp .custom-dropdown__option--value {
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-decoration: none !important
}

.gift-card-pdp .custom-dropdown__option--value {
    border: 0;
    font-size: 13px !important;
    letter-spacing: -.26px !important;
    padding-bottom: 0;
    padding-top: 8px;
    text-align: right
}

.gift-card-pdp .custom-dropdown__option--value:after {
    display: none
}

.add-to-cart-messages {
    left: 50%;
    position: fixed;
    top: 15%;
    transform: translate(-50%, -50%)
}

.add-to-basket-alert {
    animation: fade 5s linear forwards;
    box-shadow: 1px 1px 5px gray;
    padding: 1em
}

.add-to-basket-alert.show {
    display: block
}

.primary-images .carousel-img {
    aspect-ratio: 1/1
}

.primary-images .carousel-img img {
    margin: auto;
    width: 100%
}

.basic-attribute-label {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
    opacity: .6;
    padding-right: 16px
}

.basic-attribute {
    background-color: #fafafa;
    border: 0;
    color: #000;
    margin: 0 4px 8px;
    padding: 11px 9px 9px;
    transition: background-color .5s ease
}

.basic-attribute:first-of-type {
    margin-left: 0
}

.basic-attribute.sizeVariationAxis {
    height: 36px;
    margin-bottom: 0;
    min-width: 36px;
    padding: 9px;
    width: auto
}

.basic-attribute.selected {
    border-bottom: 1px solid #000
}

.basic-attribute:hover:not(.giftCardAmount) {
    background-color: #f2f2f2
}

.basic-attribute.giftCardAmount:hover {
    border-bottom: unset
}

@media(max-width:1199.98px) {
    .basic-attribute.colorVariationAxis {
        margin: 0
    }
}

@media(max-width:1439.98px) {
    .prices-add-to-cart-actions .atb-price .tax-disclaimer {
        display: none
    }
}

.main-swatch-attrs {
    gap: 8px
}

@media(min-width:720px) {
    .main-swatch-attrs {
        gap: 12px
    }
}

.swatch-column {
    width: 33.3%
}

.ir-carat-info {
    bottom: 16px;
    color: var(--Dark-Grey, rgba(0, 0, 0, .6));
    display: inline-block;
    position: absolute;
    right: 16px;
    text-align: right
}

@media(min-width:1200px) {
    .ir-carat-info {
        bottom: 24px;
        padding: 6px 0;
        right: 24px
    }
}

.see-variation-btn {
    background-color: #fbf9f7;
    height: calc(100% - 26px);
    max-height: unset !important;
    min-width: 60px;
    transition: background-color .5s ease
}

.see-variation-btn:hover {
    background-color: #f2f2f2
}

.see-variation-link {
    padding-right: 27px !important;
    position: relative;
    text-transform: none !important
}

.see-variation-link:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 11 5-5-5-5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 24px;
    margin-left: 8px;
    position: absolute;
    right: 0;
    top: -2px;
    width: 24px
}

.modal.notifyme-modal .modal-header {
    padding-top: 24px
}

.modal.notifyme-modal .modal-header .close .icon.icon-dark {
    height: 14px;
    width: 14px
}

@media(max-width:1199.98px) {
    .modal.notifyme-modal .modal-header .close {
        margin-bottom: 0
    }
}

.modal.notifyme-modal .modal-body-content-wrap:after, .modal.notifyme-modal .notifyme-delimiter:after, .modal.notifyme-modal.notifyme-success .notifyme-body-content, .modal.notifyme-modal.notifyme-success .product-recommendations {
    display: none
}

.modal.notifyme-modal.notifyme-success .notifyme-close {
    display: block;
    padding: 20px 32px
}

.modal.notifyme-modal.notifyme-success .modal-body-content-wrap:after, .modal.notifyme-modal.notifyme-success .notifyme-delimiter:after {
    background-color: rgba(0, 0, 0, .122);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.modal.notifyme-modal.notifyme-success .notifyme-carousel, .modal.notifyme-modal.notifyme-success .notifyme-products-cta, .modal.notifyme-modal.notifyme-success .notifyme-result {
    display: block
}

.modal.notifyme-modal .notifyme-products-cta .btn {
    margin-top: 48px
}

@media(min-width:1200px) {
    .modal.notifyme-modal .notifyme-products-cta .btn {
        margin-top: 72px
    }
}

.modal.notifyme-modal .notifyme-result {
    margin-bottom: 0;
    padding-bottom: 72px
}

.modal.notifyme-modal .notifyme-result:after {
    background-color: rgba(0, 0, 0, .122);
    content: "";
    height: 1px;
    left: 0;
    margin-top: 72px;
    position: absolute;
    width: 100%
}

.modal.notifyme-modal .notifyme-divider {
    margin: 0 -48px
}

.modal.notifyme-modal.phone-active .notifyme-email-group {
    margin-bottom: 20px
}

.modal.notifyme-modal.phone-active .modal-body-content-wrap:after {
    display: none
}

.modal.notifyme-modal .modal-body {
    padding: 32px 16px 0
}

@media(min-width:1200px) {
    .modal.notifyme-modal .modal-body {
        padding: 24px 48px
    }
}

.modal.notifyme-modal .modal-title {
    margin-bottom: 40px;
    margin-top: 0
}

@media(min-width:1200px) {
    .modal.notifyme-modal .modal-title {
        margin-top: 24px
    }
}

.modal.notifyme-modal .modal-subtitle, .modal.notifyme-modal .notifyme-msg {
    margin-bottom: 32px
}

.modal.notifyme-modal .notifyme-email-message {
    color: rgba(0, 0, 0, .6)
}

.modal.notifyme-modal .notifyme-carousel, .modal.notifyme-modal .notifyme-products-cta, .modal.notifyme-modal .notifyme-result {
    display: none
}

.modal.notifyme-modal .notifyme-error {
    margin-left: 10px;
    margin-top: 20px
}

.modal.notifyme-modal .section-title {
    margin-top: 72px
}

.modal.notifyme-modal .splide__arrow {
    top: 28%
}

.modal.notifyme-modal .splide__arrow--prev {
    left: 6px
}

@media(min-width:1200px) {
    .modal.notifyme-modal .splide__arrow--prev {
        left: -49px
    }
}

.modal.notifyme-modal .splide__arrow--next {
    right: 6px
}

@media(min-width:1200px) {
    .modal.notifyme-modal .splide__arrow--next {
        right: -49px
    }
}

.modal.notifyme-modal .notifyme-carousel-btn {
    border: 1px solid rgba(0, 0, 0, .122);
    padding: 21px 32px
}

.modal.notifyme-modal .progress-carousel-wrapper {
    margin-bottom: 0;
    padding-bottom: 0
}

.modal.notifyme-modal .pdp-link {
    margin: 0
}

.modal.notifyme-modal .pdp-link .link {
    pointer-events: auto
}

.modal.notifyme-modal .product-tile {
    padding-bottom: 0
}

.modal.notifyme-modal .pdp-link-collection {
    margin: 8px 0;
    padding: 0 24px
}

.modal.notifyme-modal .pdp-link-name {
    padding: 0 24px
}

.modal.notifyme-modal .price, .modal.notifyme-modal .product-variation-attributes {
    display: none
}

.modal.notifyme-modal .notifyme-empty-error {
    color: #e50739;
    display: none
}

.modal.notifyme-modal .notifyme-empty-error.is-invalid {
    display: block
}

.modal.notifyme-modal .notifyme-privacy-label {
    color: #000;
    padding-bottom: 4px !important
}

.modal.notifyme-modal .custom-checkbox .basic-link, .modal.notifyme-modal .custom-checkbox .custom-control-label {
    color: #000
}

.modal.notifyme-modal .custom-checkbox .invalid-feedback {
    margin-top: 5px
}

.modal.notifyme-modal .custom-control-input~.custom-control-label:before {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .4)
}

.modal.notifyme-modal .custom-control-input:checked~.custom-control-label:before {
    background-color: #000
}

.modal.notifyme-modal .custom-control-input.is-invalid~.custom-control-label:before {
    border-color: #e50739;
    box-shadow: 0 0 0 1px #e50739
}

.modal.notifyme-modal .custom-dropdown__dropdown {
    width: 240px;
    z-index: 2
}

.modal.notifyme-modal .custom-dropdown__dropdown .custom-dropdown__option.svg-loaded {
    background-position: 24px 23px
}

.modal.notifyme-modal .prefix-select .custom-dropdown__option--value {
    background-position: 0 23px;
    height: 60px;
    min-width: 104px;
    text-indent: 30px
}

.modal.notifyme-modal .notifyme-phone-wrapper {
    display: flex;
    gap: 16px
}

@media(min-width:720px) {
    .modal.notifyme-modal .notifyme-phone-wrapper {
        gap: 24px
    }
}

.modal.notifyme-modal .notifyme-prefix-wrapper {
    padding-right: 0;
    width: 104px
}

@media(min-width:720px) {
    .modal.notifyme-modal .notifyme-prefix-wrapper {
        width: 120px
    }
}

.modal.notifyme-modal .notifyme-prefix-label:after {
    content: ""
}

.modal.notifyme-modal .prefix {
    bottom: 1px;
    color: rgba(0, 0, 0, .6);
    padding: 20px 0;
    position: absolute;
    top: -1px
}

.modal.notifyme-modal .prefix+.phone {
    padding-left: 30px
}

.modal.notifyme-modal .notifyme-phone-text-wrapper {
    flex-grow: 1
}

.modal.notifyme-modal .notifyme-privacy-policy {
    display: none
}

.modal.notifyme-modal.show-notifyme-privacy-policy .notifyme-privacy-policy {
    display: flex;
    flex-direction: column;
    height: 100%
}

.modal.notifyme-modal.show-notifyme-privacy-policy .notifyme-privacy-policy a {
    text-decoration: underline
}

.modal.notifyme-modal.show-notifyme-privacy-policy .notifyme-back-btn {
    margin-top: auto
}

.modal.notifyme-modal.show-notifyme-privacy-policy .modal-body-content {
    margin-bottom: 0 !important
}

.modal.notifyme-modal.show-notifyme-privacy-policy .modal-subtitle, .modal.notifyme-modal.show-notifyme-privacy-policy .modal-title, .modal.notifyme-modal.show-notifyme-privacy-policy .notifyme-form {
    display: none
}

.modal.notifyme-modal:has(#notifymeEmail.email-field.is-invalid) .notifyme-email-message {
    display: none
}

.modal.notifyme-modal .tf-product-spotlight-carousel-item img.tf-carousel-product-image {
    height: 240px;
    width: 240px
}

@media(min-width:720px) {
    .modal.notifyme-modal .tf-product-spotlight-carousel-item img.tf-carousel-product-image {
        height: 304px;
        width: 304px
    }
}

.pdp-addtocart-bottom .notify-me {
    padding: 14px 8px !important;
    word-break: keep-all
}

#notifyMeAtLaunchModal .notifyme-btn-wrapper {
    margin-top: 72px
}

@media(max-width:1439.98px) {
    #notifyMeAtLaunchModal .notifyme-btn-wrapper {
        margin-top: 64px
    }
}

#notifyMeAtLaunchModal .form-required-legend-wrapper {
    margin-top: 24px
}

#notifyMeAtLaunchModal .notifyme-email-group {
    margin-bottom: 20px
}

#notifyMeAtLaunchModal .modal-content {
    overflow-x: hidden
}

.quick-view-dialog {
    max-width: 820px
}

.quick-view-dialog .modal-header {
    border-bottom: 0;
    margin: 0 25px;
    padding: 20px 0
}

.quick-view-dialog .slick-dots .slick-active button:before {
    color: #000
}

.qv-modal .modal-backdrop-custom-qv {
    background-color: #fbf9f7;
    bottom: 0;
    display: none;
    height: 100vh;
    left: 0;
    opacity: .84;
    pointer-events: all;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1
}

.qv-modal .veil {
    pointer-events: auto
}

@media(max-width:1439.98px) {
    .qv-modal .mobile-quickview.notify-me-quickview .main-swatch-attrs, .qv-modal .mobile-quickview.notify-me-quickview .mandatory-product-attributes, .qv-modal .mobile-quickview.notify-me-quickview .prices-add-to-cart-actions {
        display: none !important
    }
}

.qv-modal .mobile-quickview.notify-me-quickview .notify-me-title {
    display: block !important
}

.qv-modal .mobile-quickview .notifyme-privacy-policy, .qv-modal .mobile-quickview.notify-me-quickview.notifyme-success .qv-notify-me-wrapper {
    display: none
}

@media(max-width:1199.98px) {
    .qv-modal .mobile-quickview .swatch-button {
        margin-right: 0
    }

    .qv-modal .mobile-quickview .add-to-cart.btn {
        height: 60px;
        width: 100%
    }
}

@media(max-width:1439.98px) {
    .qv-modal.notifyme-modal .modal-body, .qv-modal.notifyme-modal .modal-header {
        padding: 0 !important
    }

    .qv-modal.notifyme-modal.notifyme-success .qv-notify-me-wrapper {
        display: none
    }

    .qv-modal.notifyme-modal.notifyme-success .notifyme-result {
        margin-bottom: 0
    }

    .qv-modal.notifyme-modal.notifyme-success .notifyme-result .notifyme-close {
        width: 100%
    }

    .qv-modal.notifyme-modal.notifyme-success .notifyme-result .notifyme-msg {
        margin-bottom: 24px !important
    }
}

@media(max-width:1199.98px) {
    .qv-modal .cart-and-ipay:has(.error.add-to-cart-msg) {
        margin: 0
    }
}

@media(max-width:1439.98px) {
    .product-badge {
        background-color: #f4f0ea;
        color: #000;
        padding: 4px 7px 0;
        transition: background-color .3s ease-in-out
    }

    .product-badge:hover {
        background-color: #fbf9f7
    }

    .product-badge {
        text-align: center
    }
}

@media(min-width:1200px) {
    .product-badge {
        background-color: #f4f0ea;
        color: #000;
        padding: 7px 10px 5px;
        transition: background-color .3s ease-in-out
    }

    .product-badge:hover {
        background-color: #fbf9f7
    }

    .product-badge {
        text-align: center
    }
}

.tile-image {
    height: auto;
    width: 100%
}

.image-container {
    position: relative
}

.image-container .tile-image-hover {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in-out
}

.image-container .plp-video-player {
    aspect-ratio: 1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    width: 100%
}

.image-container .video-wrapper {
    height: 100%;
    width: 100%
}

.image-container:hover .plp-video-player, .image-container:hover .tile-image-hover {
    opacity: 1
}

.image-container.with-alt:hover .product-badge {
    opacity: 0
}

.image-container.with-alt:hover .product-variation-attributes, .image-container:hover .product-variation-attributes {
    opacity: 1;
    transform: translate(0)
}

.image-container a:active img {
    filter: brightness(.95)
}

.image-container .product-badge {
    left: 16px;
    opacity: 1;
    position: absolute;
    top: 16px;
    transition: opacity .3s ease-in-out
}

.product-variation-attributes {
    bottom: 8px;
    display: none;
    margin: auto;
    opacity: .6;
    position: absolute;
    right: 8px;
    text-transform: capitalize;
    width: -moz-max-content;
    width: max-content
}

@media(min-width:1200px) {
    .product-variation-attributes {
        background-color: #fff;
        border-radius: 28px;
        color: #000;
        padding: 6px 16px;
        transition: background-color .3s ease-in-out
    }

    .product-variation-attributes:hover {
        background-color: #fff
    }

    .product-variation-attributes {
        bottom: 32px;
        display: block;
        left: 0;
        opacity: 0;
        right: 0;
        transform: translateY(8px);
        transition: all .3s ease-in-out
    }
}

.pdp-link {
    margin: 0 8px 12px
}

@media(min-width:1200px) {
    .pdp-link {
        margin: 4px 8px 16px
    }

    .pdp-link .link {
        display: block
    }

    .pdp-link .link:focus-visible {
        border-radius: 2px;
        box-shadow: none;
        outline: 2px solid #009cad
    }
}

@media(min-width:1200px)and (max-width:719.98px) {
    .pdp-link .link:focus-visible {
        outline: 0 !important
    }
}

.pdp-link .link {
    pointer-events: none
}

.product-tile {
    padding-bottom: 32px
}

.pdp-link-collection, .pdp-link-name {
    color: #000;
    display: block;
    margin: 24px 0 4px;
    text-align: center
}

.dark-mode .pdp-link-collection, .dark-mode .pdp-link-name {
    color: inherit
}

span.pdp-link-collection, span.pdp-link-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:719.98px) {
    span.pdp-link-collection, span.pdp-link-name {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        white-space: unset
    }
}

.pdp-link-collection+.pdp-link-name {
    color: #000;
    margin: 0;
    text-align: center
}

.price {
    color: #000;
    margin: 16px 0;
    text-align: center
}

.tile-body .price {
    margin: 0 0 16px
}

.product-tile.product-tile-simplified-wishlist .tile-body {
    flex: 1;
    max-width: unset
}

.product-tile.product-tile-simplified-wishlist .price {
    position: absolute;
    right: 0
}

.product-tile.product-tile-simplified .pdp-link {
    margin-bottom: 16px
}

@media(min-width:720px) {
    .product-tile.product-tile-simplified .pdp-link {
        margin-bottom: 24px
    }
}

.product-tile.product-tile-simplified .pdp-link .link {
    color: #000;
    pointer-events: none
}

.product-tile.product-tile-simplified .price {
    margin: 0
}

.product-tile.product-tile-simplified .tile-button {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 13px 19px;
    text-transform: uppercase
}

.product-tile.product-tile-simplified .product-collection {
    margin-bottom: 8px;
    text-transform: none
}

.product-tile.product-tile-simplified .product-collection a {
    color: #000
}

.product-tile.product-tile-simplified .line-item-attribute-name {
    display: inline-block;
    min-width: 50px
}

.product-tile.product-tile-simplified .qty-card-quantity-label {
    display: inline-block;
    min-width: 90px
}

.product-grid .tile-image:not(.tile-image-hover):not(.tile-image-no-filter) {
    filter: brightness(.98)
}

.product-grid .product-tile .price {
    margin-bottom: 0
}

.product-grid .product-tile .tile-body {
    padding: 0 16px
}

.product-grid .tile-image {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover
}

.image-tile-carousel {
    visibility: visible !important
}

.image-tile-carousel .splide__list {
    display: block
}

.image-tile-carousel .splide__list .splide__slide:nth-child(2n) {
    display: none
}

.image-tile-carousel.is-active.is-initialized:not(.is-overflow) {
    opacity: 0
}

@media(max-width:1199.98px) {
    .image-tile-carousel.is-active .splide__slide {
        margin: 0
    }
}

.image-tile-carousel.is-active .splide__list {
    display: flex
}

@media(min-width:1200px) {
    .image-tile-carousel.is-active .splide__list {
        display: block
    }
}

.image-tile-carousel.is-active .splide__list .splide__slide:nth-child(2n) {
    display: block
}

.image-tile-carousel.is-active .image-tile-carousel__pagination {
    background-color: rgba(0, 0, 0, .12);
    bottom: 0;
    display: none;
    flex-wrap: nowrap;
    height: 1px;
    left: 0;
    list-style: none;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    transition: all .2s ease-in-out;
    width: calc(99% + 1.8px)
}

.image-tile-carousel.is-active .image-tile-carousel__pagination--hide {
    opacity: 0;
    transition: all .5s ease-in-out
}

.image-tile-carousel.is-active .image-tile-carousel__pagination li {
    position: relative;
    width: 100%
}

.image-tile-carousel.is-active .image-tile-carousel__pagination li:first-child {
    display: flex;
    justify-content: right;
    right: 0
}

.image-tile-carousel.is-active .image-tile-carousel__pagination li:last-child button {
    left: 0
}

.image-tile-carousel.is-active .image-tile-carousel__page {
    background-color: #000;
    border: 0;
    height: 1px;
    padding: 0;
    position: absolute;
    transition: .5s;
    width: 0
}

.image-tile-carousel.is-active .image-tile-carousel__page.is-active {
    width: 100%
}

.image-tile-carousel.is-active .image-tile-carousel__product-variation-attributes {
    background-color: #fff;
    border-radius: 28px;
    bottom: 11px;
    color: #000;
    left: 0;
    margin: auto;
    padding: 4px 12px;
    position: absolute;
    right: 0;
    width: -moz-max-content;
    width: max-content
}

.image-tile-carousel.is-active .plp-video-player {
    opacity: 1
}

.image-tile-carousel.is-active .video-wrapper {
    display: flex
}

.image-container-qv {
    position: relative
}

.image-container-qv .quickview-mobile {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.image-container-qv svg {
    height: 20px;
    width: 20px
}

@media(min-width:1200px) {
    .quickview {
        display: block
    }

    .quickview:focus-visible .image-tile-carousel {
        border-radius: 2px;
        box-shadow: none;
        outline: 2px solid #009cad
    }
}

@media(min-width:1200px)and (max-width:719.98px) {
    .quickview:focus-visible .image-tile-carousel {
        outline: 0 !important
    }
}

.product-tile .image-container {
    aspect-ratio: 1/1
}

.plp-le-category .image-tile-carousel .tile-image:not(.tile-image-hover) {
    filter: unset
}

.form-nav .nav-tabs .nav-link {
    color: #333
}

.form-nav .nav-tabs .nav-link.active, .form-nav .nav-tabs .nav-link.active:focus, .form-nav .nav-tabs .nav-link.active:hover {
    background-color: #fff;
    color: #333
}

.nav-tabs .nav-link.active {
    background-color: transparent
}

@media(min-width:1200px) {
    .form-nav .nav-item>.nav-link {
        color: #333
    }
}

.breadcrumb {
    margin: 40px 12px;
    padding: 0
}

@media(max-width:1199.98px) {
    .breadcrumb {
        margin: 40px 8px
    }
}

.breadcrumb-item {
    color: #000
}

.breadcrumb .breadcrumb-item.breadcrumb-item {
    display: flex;
    padding-left: 0
}

.breadcrumb .breadcrumb-item.breadcrumb-item:before {
    content: "";
    float: unset;
    padding-right: 0
}

.breadcrumb .breadcrumb-item.breadcrumb-item:after {
    color: #6c757d;
    content: "/";
    padding-inline: 16px
}

.breadcrumb .breadcrumb-item.breadcrumb-item:last-of-type:after {
    content: "";
    padding-left: 0
}

.breadcrumb-plp-container {
    min-height: 72px;
    overflow: auto
}

.breadcrumb-plp {
    align-items: baseline;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 40px 16px;
    width: 100%
}

@media(min-width:1200px) {
    .breadcrumb-plp {
        align-items: center;
        padding: 40px 24px
    }
}

.breadcrumb-plp .breadcrumb-item {
    white-space: nowrap
}

.breadcrumb-plp .breadcrumb-item.breadcrumb-item {
    padding-left: 0
}

.breadcrumb-plp .breadcrumb-item.breadcrumb-item:before {
    content: "";
    float: unset;
    padding-right: 0
}

.breadcrumb-plp .breadcrumb-item.breadcrumb-item:after {
    color: #6c757d;
    content: "/";
    padding-inline: 16px
}

.breadcrumb-plp .breadcrumb-item.breadcrumb-item:last-of-type:after {
    content: "";
    padding-left: 0
}

.breadcrumb-plp .breadcrumb-item-inactive-page {
    display: flex
}

@media(min-width:1200px) {
    .breadcrumb-plp .breadcrumb-item-inactive-page {
        display: inline
    }
}

.breadcrumb-plp .breadcrumb-item-inactive-page a {
    color: unset
}

.breadcrumb-plp .breadcrumb-item-active-page {
    display: flex;
    text-align: center;
    white-space: normal
}

@media(min-width:1200px) {
    .breadcrumb-plp .breadcrumb-item-active-page {
        display: inline
    }
}

.breadcrumb-plp .breadcrumb-item-small:before {
    content: ""
}

.breadcrumb-plp .breadcrumb-item-small .breadcrumb-arrow {
    display: block;
    float: left;
    left: 24px;
    position: absolute
}

.info-icon {
    background: inherit;
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    position: relative
}

.info-icon .icon {
    background-color: var(--skin-primary-color-1);
    border-radius: 1.25rem;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    width: 1.5625rem
}

.info-icon .tooltip {
    animation: fade-in .5s linear forwards;
    background-color: #444;
    border-radius: .1875rem;
    bottom: 100%;
    color: #fff;
    font-size: .928rem;
    left: 50%;
    margin-left: 4px;
    max-width: 15rem;
    min-width: 20rem;
    padding: .312rem;
    position: absolute;
    transform: translate(-50%, -.625em)
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.info-icon .tooltip:before {
    bottom: -1.25em;
    content: " ";
    display: block;
    height: 1.25em;
    left: 0;
    position: absolute;
    width: 100%
}

.info-icon .tooltip:after {
    border-left: .625em solid transparent;
    border-right: .625em solid transparent;
    border-top: .625em solid #444;
    bottom: -.625em;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

body:not(.modal-open) .modal-aside .modal-body {
    -ms-overflow-style: none;
    scrollbar-width: none
}

body:not(.modal-open) .modal-aside .modal-body::-webkit-scrollbar {
    display: none
}

@media(min-width:720px) {
    .modal-open header {
        padding-right: var(--page-scrollbar-width)
    }
}

body.modal-open {
    -ms-overflow-style: none;
    max-width: 100%;
    position: fixed;
    scrollbar-width: none;
    width: 100%
}

@media(min-width:720px) {
    body.modal-open, body.modal-open .sticky-plp-header {
        padding-right: var(--page-scrollbar-width)
    }
}

body.modal-open::-webkit-scrollbar {
    display: none
}

body.scroll-disabled:not(.modal-open) {
    max-width: 100%;
    width: 100%
}

.delete-account-modal-open, .remove-modal-open {
    overflow: hidden
}

.delete-account-modal-open body, .remove-modal-open body {
    overflow: visible;
    pointer-events: none;
    position: static
}

.modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, .122);
    margin: 0 20px 20px;
    padding: 24px 0 20px
}

.modal-header .icon-dark {
    fill: #000 !important
}

.modal-header .icon-sm {
    height: 14px;
    width: 14px
}

.modal-header .close {
    height: 48px;
    opacity: 1;
    outline: 0;
    padding: 0;
    width: 48px
}

.modal-header .close .icon.icon-dark {
    height: 14px;
    width: 14px
}

.modal-header .close:focus-visible {
    border-radius: 2px;
    box-shadow: none;
    outline: 2px solid #009cad
}

@media(max-width:719.98px) {
    .modal-header .close:focus-visible {
        outline: 0 !important
    }
}

.modal-dialog {
    margin: 16px
}

@media(min-width:375px) {
    .modal-dialog {
        max-width: 575px
    }

    .modal-dialog.modal-aside {
        max-width: 720px
    }
}

@media(min-width:720px) {
    .modal-dialog {
        margin: 32px auto
    }
}

.modal-content {
    border: 0;
    border-radius: 0
}

@media(min-width:375px) {
    #deleteAccountModal .modal-dialog, #deleteAccountModal .modal-dialog.modal-aside, .address-suggestion-modal .modal-dialog, .address-suggestion-modal .modal-dialog.modal-aside {
        max-width: 720px
    }
}

.modal-aside {
    z-index: 10000
}

@media(min-width:375px) {
    .modal-aside .modal-dialog {
        max-width: 720px
    }
}

.modal-body {
    padding: 0 20px 15px
}

.modal-body .alert.alert-danger {
    background-color: rgba(229, 7, 57, .04);
    border: 0;
    color: #e50739;
    display: flex;
    gap: 8px;
    padding: 16px
}

.modal-body .alert.alert-danger .alert-danger--message {
    margin-top: 4px
}

.modal-body .alert.alert-danger .alert-danger--message .text-underline-anchor {
    text-decoration: underline
}

.modal-body .alert.alert-danger a, .modal-body .alert.alert-danger a:hover {
    color: #e50739;
    cursor: pointer
}

.modal-body .alert.alert-dismissible {
    padding-right: 58px
}

.modal-body .alert.alert-dismissible .close {
    padding-right: 16px
}

.modal-footer {
    border: 0;
    flex-flow: row;
    justify-content: flex-start;
    padding: 0 20px 15px
}

.modal-footer:empty {
    padding: 0
}

.minicart-open .modal-backdrop {
    z-index: 10
}

.modal-button-primary {
    width: 50%
}

@media(min-width:1200px) {
    .modal-button-primary {
        width: 235px
    }
}

.modal-button-secondary {
    width: 50%
}

@media(min-width:1200px) {
    .modal-button-secondary {
        min-width: 155px
    }
}

.modal-md {
    margin: 20px auto;
    max-width: 100%;
    width: 345px
}

@media(min-width:1200px) {
    .modal-md {
        width: 700px
    }
}

.modal-md .modal-content {
    min-height: 340px
}

.modal.modal-aside {
    transition: opacity .45s cubic-bezier(.4, 0, .2, 1)
}

.modal.modal-aside.modal.newsletteraside-modal .close {
    z-index: 1
}

.modal.modal-aside.modal.newsletteraside-modal .modal-header-first-login-wrapper {
    margin: 47px 0 25px;
    padding: 0 16px
}

@media(min-width:1200px) {
    .modal.modal-aside.modal.newsletteraside-modal .modal-header-first-login-wrapper {
        margin: 48px 0 24px;
        padding: 0 48px
    }
}

.modal.modal-aside .modal-header {
    border-bottom: 0;
    display: flex;
    flex-flow: column;
    margin: 0 16px
}

@media(min-width:1200px) {
    .modal.modal-aside .modal-header {
        margin: 0
    }
}

.modal.modal-aside .modal-header .close {
    align-self: flex-end;
    background-color: #fbf9f7;
    border-radius: 50%;
    float: none;
    line-height: 0;
    margin: 0 8px;
    opacity: 1;
    outline: 0;
    transition: background-color .45s cubic-bezier(.42, 0, .16, 1)
}

@media(min-width:1200px) {
    .modal.modal-aside .modal-header .close {
        align-self: flex-start;
        margin: 0 0 0 24px
    }
}

.modal.modal-aside .modal-header .close:hover {
    background-color: #f4f0ea
}

.modal.modal-aside .modal-header .close:active {
    background-color: #e0dbd3
}

.modal.modal-aside .modal-header .close:focus-visible {
    outline: 2px solid #009cad
}

.modal.modal-aside.modal-variation .modal-header {
    padding-bottom: 28px
}

@media(max-width:1199.98px) {
    .modal.modal-aside.modal-variation .modal-header {
        padding-bottom: 8px
    }

    .modal.modal-aside.modal-variation .modal-header .close {
        margin-bottom: 0
    }
}

.modal.modal-aside .modal-title {
    color: #000;
    margin: 12px 0 24px
}

@media(min-width:1200px) {
    .modal.modal-aside .modal-title {
        margin: 48px 0 40px
    }
}

.modal.modal-aside .modal-body {
    padding: 0 16px 16px
}

@media(min-width:1200px) {
    .modal.modal-aside .modal-body {
        padding: 0 48px 16px
    }

    .modal.modal-aside .modal-body.fs-lang-en {
        padding: 0 0 16px
    }
}

.modal.modal-aside .modal-body.find-in-store-formcontainer {
    padding-bottom: 0
}

.modal.modal-aside .modal-footer {
    padding: 0 0 16px
}

@media(min-width:1200px) {
    .modal.modal-aside .modal-footer {
        padding: 0 42px 16px
    }
}

.modal.modal-aside>.modal-dialog {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    height: 100%;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: opacity .45s cubic-bezier(.42, 0, .16, 1), transform .45s cubic-bezier(.42, 0, .16, 1);
    width: 100%
}

@media(min-width:720px) {
    .modal.modal-aside>.modal-dialog {
        width: 720px
    }
}

.modal.modal-aside.ir-customer-info-modal>.modal-dialog, .modal.modal-aside.le-contact-modal>.modal-dialog, .modal.modal-aside.le-half-modal>.modal-dialog {
    box-shadow: none
}

@media(min-width:1441px) {
    .modal.modal-aside.ir-customer-info-modal>.modal-dialog, .modal.modal-aside.le-contact-modal>.modal-dialog, .modal.modal-aside.le-half-modal>.modal-dialog {
        max-width: 50%;
        width: 50%
    }
}

@media(max-width:1199.98px) {
    .modal.modal-aside.ir-customer-info-modal>.modal-dialog .close, .modal.modal-aside.le-contact-modal>.modal-dialog .close, .modal.modal-aside.le-half-modal>.modal-dialog .close {
        margin-bottom: 0
    }
}

.modal.modal-aside.ir-customer-info-modal>.modal-dialog .modal-title, .modal.modal-aside.le-contact-modal>.modal-dialog .modal-title, .modal.modal-aside.le-half-modal>.modal-dialog .modal-title {
    margin-bottom: 24px
}

.modal.modal-aside.ir-customer-info-modal>.modal-dialog .modal-body, .modal.modal-aside.le-contact-modal>.modal-dialog .modal-body, .modal.modal-aside.le-half-modal>.modal-dialog .modal-body {
    padding-bottom: 72px
}

.modal.modal-aside.ir-customer-info-modal>.modal-dialog .modal-footer, .modal.modal-aside.le-contact-modal>.modal-dialog .modal-footer, .modal.modal-aside.le-half-modal>.modal-dialog .modal-footer {
    padding: 0
}

@media(min-width:720px) {
    .modal.modal-aside-small>.modal-dialog {
        width: 720px
    }
}

.modal.modal-aside-full>.modal-dialog {
    max-width: 100%;
    width: 100%
}

.modal.modal-aside.show>.modal-dialog {
    transform: translateX(0)
}

.modal.modal-aside>.modal-dialog .modal-content {
    background: #fff;
    border: 0;
    border-radius: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll
}

.modal.modal-aside.ir-customer-info-modal .modal-body-content {
    padding-bottom: 56px
}

@media(max-width:1439.98px) {
    .modal.modal-aside.ir-customer-info-modal .modal-header .close {
        margin-bottom: 0
    }
}

.modal.modal-aside.ir-customer-info-modal .modal-body {
    padding-top: 36px
}

@media(max-width:1439.98px) {
    .modal.modal-aside.ir-customer-info-modal .modal-body {
        padding-top: 32px
    }
}

.ir-cw-certificate-display {
    gap: 16px
}

@media(max-width:1199.98px) {
    .ir-cw-certificate-display {
        gap: 8px
    }

    .ir-cw-certificate-display>div {
        border-bottom: 1px solid var(--Light-Grey-03, rgba(0, 0, 0, .12));
        flex: 0 0 calc(50% - 16px)
    }

    .ir-cw-certificate-display>div:nth-child(2n) {
        margin-right: 0
    }
}

.ir-cw-certificate-display>div {
    margin-right: 8px
}

.ir-cw-certificate-display>div:last-child {
    margin-right: 0
}

.modal.expansive-modal .modal-dialog, .modal.loginaside-modal .modal-dialog, .modal.stl-overlay .modal-dialog {
    max-width: 100%;
    width: 100%
}

@media(min-width:1200px) {
    .modal.expansive-modal .modal-content, .modal.loginaside-modal .modal-content, .modal.stl-overlay .modal-content {
        overflow-y: auto !important
    }
}

.modal.expansive-modal .bottom-on-small, .modal.loginaside-modal .bottom-on-small, .modal.stl-overlay .bottom-on-small {
    order: 1
}

@media(min-width:1200px) {
    .modal.expansive-modal .bottom-on-small, .modal.loginaside-modal .bottom-on-small, .modal.stl-overlay .bottom-on-small {
        order: 0
    }
}

.modal.expansive-modal .modal-body, .modal.loginaside-modal .modal-body, .modal.stl-overlay .modal-body {
    padding: 32px 16px
}

@media(min-width:1200px) {
    .modal.expansive-modal .modal-body, .modal.loginaside-modal .modal-body, .modal.stl-overlay .modal-body {
        height: 100%;
        overflow-y: scroll;
        padding: 106px 48px 130px
    }

    .modal.expansive-modal .scrollable-on-large, .modal.loginaside-modal .scrollable-on-large, .modal.stl-overlay .scrollable-on-large {
        height: 100%;
        overflow: hidden
    }

    .modal.expansive-modal .scrollable-on-large .modal-header, .modal.loginaside-modal .scrollable-on-large .modal-header, .modal.stl-overlay .scrollable-on-large .modal-header {
        background-color: #fff;
        padding: 25px 0 20px;
        position: fixed;
        width: 100%;
        z-index: 10
    }

    .modal.expansive-modal .scrollable-on-large .modal-body, .modal.loginaside-modal .scrollable-on-large .modal-body, .modal.stl-overlay .scrollable-on-large .modal-body {
        height: 100%;
        overflow-y: auto;
        padding-bottom: 200px
    }
}

.modal.expansive-modal .modal-content, .modal.loginaside-modal .modal-content, .modal.stl-overlay .modal-content {
    overflow-y: scroll
}

.modal.expansive-modal .modal-image-background, .modal.loginaside-modal .modal-image-background, .modal.stl-overlay .modal-image-background {
    background: #fbf9f7;
    height: 100%;
    max-width: 100%;
    width: 100%
}

@media(min-width:1200px) {
    .modal.expansive-modal .modal-image-background, .modal.loginaside-modal .modal-image-background, .modal.stl-overlay .modal-image-background {
        height: 100vh
    }
}

.modal.expansive-modal .modal-image-background .content-asset, .modal.loginaside-modal .modal-image-background .content-asset, .modal.stl-overlay .modal-image-background .content-asset {
    background: #fbf9f7;
    height: 100%;
    max-width: 100%;
    width: 100%
}

@media(min-width:1200px) {
    .modal.expansive-modal .modal-image-background .content-asset, .modal.loginaside-modal .modal-image-background .content-asset, .modal.stl-overlay .modal-image-background .content-asset {
        height: 100vh
    }
}

.modal.expansive-modal .modal-image-background picture, .modal.loginaside-modal .modal-image-background picture, .modal.stl-overlay .modal-image-background picture {
    display: block;
    padding: 12.5%;
    width: 100%
}

@media(min-width:1200px) {
    .modal.expansive-modal .modal-image-background picture, .modal.loginaside-modal .modal-image-background picture, .modal.stl-overlay .modal-image-background picture {
        height: 100%
    }
}

.modal.expansive-modal .modal-image-background picture img, .modal.loginaside-modal .modal-image-background picture img, .modal.stl-overlay .modal-image-background picture img {
    aspect-ratio: 4/5;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

@media(min-width:1200px) {
    .modal.expansive-modal .modal-image-background picture img, .modal.loginaside-modal .modal-image-background picture img, .modal.stl-overlay .modal-image-background picture img {
        height: 100%
    }
}

.modal.expansive-modal .btn, .modal.loginaside-modal .btn, .modal.stl-overlay .btn {
    margin-top: 24px;
    width: 100%
}

.modal.loginaside-modal {
    min-height: 100vh
}

.modal.loginaside-modal .verify-phone-timer {
    padding-top: 20px;
    position: absolute;
    right: 0;
    top: 0
}

.modal.newsletteraside-modal .modal-header {
    padding: 24px 0 0
}

.modal.newsletteraside-modal .modal-title {
    margin: 40px 0
}

.modal.newsletteraside-modal .modal-title.create-account-newsletter {
    margin-bottom: 24px;
    margin-top: 72px;
    padding-top: 72px
}

.modal.newsletteraside-modal .modal-subtitle {
    margin: 0 0 32px
}

.modal.newsletteraside-modal .modal-subtitle.account-info-creation {
    margin-bottom: 48px;
    padding-top: 0
}

.modal.newsletteraside-modal .newsletter-subscribe-error .link, .modal.newsletteraside-modal .newsletter-subscribe-thankyou .link {
    text-decoration: underline
}

.modal.newsletteraside-modal .newsletter-subscribe-error .link:hover, .modal.newsletteraside-modal .newsletter-subscribe-thankyou .link:hover {
    text-decoration: none
}

@media(min-width:1200px) {
    .modal.newsletteraside-modal .newsletter-subscribe-error .register-col, .modal.newsletteraside-modal .newsletter-subscribe-thankyou .register-col {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
}

.modal.newsletteraside-modal .modal-dialog {
    max-width: 100%;
    width: 100%
}

.modal.newsletteraside-modal .bottom-on-small {
    order: 1
}

@media(min-width:1200px) {
    .modal.newsletteraside-modal .bottom-on-small {
        order: 0
    }
}

.modal.newsletteraside-modal .modal-body {
    background: #fff;
    padding: 32px 16px
}

@media(min-width:1200px) {
    .modal.newsletteraside-modal .modal-body {
        height: 100%;
        overflow-y: scroll;
        padding: 16px 48px 130px
    }
}

@media(max-width:1199.98px) {
    .modal.newsletteraside-modal .modal-body {
        padding: 15px 16px
    }
}

@media(min-width:1200px) {
    .modal.newsletteraside-modal .scrollable-on-large {
        height: 100%;
        overflow: hidden
    }
}

.modal.newsletteraside-modal .scrollable-on-large .modal-body {
    padding-bottom: 0
}

@media(min-width:1200px) {
    .modal.newsletteraside-modal .scrollable-on-large .modal-body {
        height: 100%;
        overflow-y: scroll
    }
}

.modal.newsletteraside-modal .scrollable-on-large .modal-body .form-required-legend {
    padding-bottom: 48px
}

.modal.newsletteraside-modal .modal-content {
    overflow-y: scroll
}

.modal.newsletteraside-modal .modal-image-background {
    background: #fbf9f7;
    height: 100%;
    max-width: 100%;
    width: 100%
}

@media(min-width:1200px) {
    .modal.newsletteraside-modal .modal-image-background {
        height: 100vh
    }
}

.modal.newsletteraside-modal .modal-image-background .content-asset {
    background: #fbf9f7;
    height: 100%;
    max-width: 100%;
    width: 100%
}

@media(min-width:1200px) {
    .modal.newsletteraside-modal .modal-image-background .content-asset {
        height: 100vh
    }
}

.modal.newsletteraside-modal .modal-image-background picture {
    display: block;
    height: auto;
    padding: 12.5%;
    width: 100%
}

@media(min-width:1200px) {
    .modal.newsletteraside-modal .modal-image-background picture {
        height: 100%
    }
}

.modal.newsletteraside-modal .modal-image-background picture img {
    aspect-ratio: 4/5;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

@media(min-width:1200px) {
    .modal.newsletteraside-modal .modal-image-background picture img {
        height: 100%
    }
}

.modal.newsletteraside-modal .custom-checkbox {
    margin-bottom: 12px
}

.modal.newsletteraside-modal .newsletter-signup-options {
    margin: 48px 0 34px
}

.modal.newsletteraside-modal .newsletter-signup-options .details-lnk {
    color: #000;
    text-decoration: underline
}

.modal.newsletteraside-modal .btn {
    margin-top: 24px;
    width: 100%
}

@media(min-width:1200px) {
    .modal.newsletteraside-modal .btn {
        width: auto
    }
}

.modal.newsletteraside-modal .btn.js-marketing-consent {
    width: auto
}

@media(min-width:1200px) {
    .modal.newsletteraside-modal .btn.signup-create-account {
        width: 100%
    }
}

.modal.newsletteraside-modal .first-login-continue-email, .modal.newsletteraside-modal .first-login-resend-email {
    padding: 23px 32px 21px;
    width: auto
}

.modal-aside.immersive-modal {
    transition: opacity .45s cubic-bezier(.42, 0, .16, 1)
}

@media(min-width:1200px) {
    .modal-aside.immersive-modal {
        transition: opacity .45s cubic-bezier(.42, 0, .16, 1) .9s
    }
}

.modal-aside.immersive-modal .modal-dialog {
    right: 0;
    transform: none
}

.modal-aside.immersive-modal .modal-content {
    background-color: #fbf9f7
}

@media(min-width:1200px) {
    .modal-aside.immersive-modal .modal-content {
        overflow-x: hidden
    }
}

.modal-aside.immersive-modal .immersive-modal-left {
    opacity: 0
}

@media(min-width:1200px) {
    .modal-aside.immersive-modal .immersive-modal-left {
        transition: opacity .45s cubic-bezier(.42, 0, .16, 1)
    }
}

.modal-aside.immersive-modal .immersive-modal-right {
    background-color: #fff;
    transform: translate(100%)
}

@media(min-width:1200px) {
    .modal-aside.immersive-modal .immersive-modal-right {
        transition: transform .55s cubic-bezier(.42, 0, .16, 1) .55s
    }
}

.modal-aside.immersive-modal.show {
    transition: opacity .55s cubic-bezier(.42, 0, .16, 1)
}

.modal-aside.immersive-modal.show.loginaside-modal {
    animation: fadeIn .4s ease-in;
    transition: none
}

.modal-aside.immersive-modal.show .immersive-modal-left {
    opacity: 1
}

@media(min-width:1200px) {
    .modal-aside.immersive-modal.show .immersive-modal-left {
        transition: opacity .55s cubic-bezier(.42, 0, .16, 1) .55s
    }
}

.modal-aside.immersive-modal.show .immersive-modal-right {
    transform: translate(0)
}

@media(min-width:1200px) {
    .modal-aside.immersive-modal.show .immersive-modal-right {
        transition: transform .55s cubic-bezier(.42, 0, .16, 1) .35s
    }

    .modal-aside.immersive-modal.show .immersive-modal-right.engraving-flyout {
        transition: transform .55s cubic-bezier(.42, 0, .16, 1) .2s
    }
}

.modal-dialog-centered {
    margin: 0 auto !important;
    min-height: 100%;
    padding: 0
}

.modal.immersive-modal.expansive-modal .expansive-modal__img {
    aspect-ratio: 1/1;
    height: 100%;
    margin: auto;
    max-width: 100%;
    position: relative
}

@media(min-width:1200px) {
    .modal.immersive-modal.expansive-modal .expansive-modal__img {
        min-height: 420px
    }
}

.modal.immersive-modal.expansive-modal .modal-image-background {
    background-color: #fff;
    filter: brightness(.98)
}

.modal.immersive-modal.expansive-modal .expansive-modal__cont {
    padding: 12.5%;
    position: relative;
    transition: padding .5s ease-in-out
}

@media(min-width:1200px) {
    .modal.immersive-modal.expansive-modal .expansive-modal__cont {
        height: 100%
    }

    .modal.immersive-modal.expansive-modal .expansive-modal__cont picture {
        padding: 0
    }
}

.modal.immersive-modal.expansive-modal .expansive-modal__cont picture {
    padding: 0
}

.modal.immersive-modal.expansive-modal .expansive-modal__cont .tf-image-component {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.modal.immersive-modal.expansive-modal .expansive-modal__title {
    color: #000;
    padding: 28px 16px 32px
}

@media(min-width:1200px) {
    .modal.immersive-modal.expansive-modal .expansive-modal__title {
        margin-bottom: 24px;
        padding: 18px 0
    }
}

.modal.immersive-modal.expansive-modal .modal-body {
    padding: 0
}

@media(min-width:1200px) {
    .modal.immersive-modal.expansive-modal .modal-body {
        margin-right: 8px;
        overflow: hidden
    }

    .modal.immersive-modal.expansive-modal .immersive-modal-row {
        height: 100%
    }
}

.create-account-newsletter {
    border-top: 1px solid rgba(0, 0, 0, .122)
}

@media(max-width:1199.98px) {
    .modal-attributes .modal-body {
        padding: 0 16px 72px !important
    }
}

.business-modal .modal-dialog .modal-content .modal-header {
    padding-bottom: 24px;
    position: relative
}

@media(min-width:1200px) {
    .business-modal .modal-dialog .modal-content .modal-header {
        padding-top: 24px
    }
}

.business-modal .modal-dialog .modal-content .modal-header-title {
    padding: 48px 48px 0;
    width: 100%
}

@media(max-width:1199.98px) {
    .business-modal .modal-dialog .modal-content .modal-header-title {
        padding: 32px 16px 0
    }
}

.business-modal .modal-dialog .modal-content .modal-header-title .modal-title {
    margin: 0;
    padding: 0
}

.business-modal .modal-dialog .modal-content .modal-body {
    padding-bottom: 48px;
    padding-top: 16px
}

@media(min-width:1200px) {
    .business-modal .modal-dialog .modal-content .modal-body {
        height: 80%
    }
}

.business-modal .modal-dialog .modal-content .business-form-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 48px
}

.business-modal .modal-dialog .modal-content .content-required-wrapper {
    margin-top: 0
}

.business-modal .modal-dialog .modal-content .modal-subtitle {
    margin-bottom: 0
}

.business-modal .modal-dialog .modal-content .browse-business-gifts-cta .btn {
    margin-left: 0 !important
}

.business-modal .modal-dialog .modal-content .business-form-container:not(.active), .business-modal .modal-dialog .modal-content .business-info-form:not(.active) {
    border-top: 0;
    left: 0
}

.business-modal .modal-dialog .modal-content .business-form-container .recaptcha-wrapper, .business-modal .modal-dialog .modal-content .business-info-form .recaptcha-wrapper {
    color: rgba(0, 0, 0, .6);
    display: block;
    padding-top: 24px
}

.business-modal .modal-dialog .modal-content .business-form-container .recaptcha-wrapper a, .business-modal .modal-dialog .modal-content .business-info-form .recaptcha-wrapper a {
    color: rgba(0, 0, 0, .6)
}

.business-modal .modal-dialog .modal-content .form-row {
    margin-left: auto !important;
    margin-right: auto !important
}

@media(max-width:1199.98px) {
    .business-modal .modal-dialog .modal-header .close {
        margin-bottom: 0;
        margin-right: 24px !important
    }
}

.business-modal .content-required-wrapper {
    margin-top: 16px
}

.business-modal .business-cta-container {
    padding-left: 7px;
    padding-right: 7px
}

@media(min-width:1200px) {
    .business-modal .business-cta-container {
        padding-left: 11px;
        padding-right: 11px
    }
}

.business-modal .js-business-form .custom-input:has(#business-email) {
    margin-bottom: 48px
}

#quickViewModal.modal-quickview {
    transition: opacity 1s cubic-bezier(.42, 0, .16, 1)
}

#quickViewModal.modal-quickview>.modal-dialog {
    background-color: #fff;
    height: 100%;
    margin: auto;
    max-width: 100%;
    position: fixed;
    top: 0;
    transition: transform 1s cubic-bezier(.42, 0, .16, 1)
}

@media(min-width:720px) {
    #quickViewModal.modal-quickview>.modal-dialog {
        right: 0;
        transform: translateX(100%);
        width: calc(100vw - 118px)
    }
}

#quickViewModal.modal-quickview.show>.modal-dialog {
    transform: translateX(0)
}

#quickViewModal.modal-quickview>.modal-dialog>.modal-content {
    background: #fff;
    border: 0;
    border-radius: 0;
    height: 100%;
    overflow-y: scroll
}

#quickViewModal.modal-quickview>.modal-dialog>.modal-content>.modal-body {
    padding: 0
}

@media(min-width:1200px) {
    .modal-quickview .modal-quickview-content .pdp-main-image picture {
        padding: 0
    }
}

.modal-quickview .modal-quickview-content .main-image-wrapper, .modal-quickview .modal-quickview-content .pdp-main-image {
    height: 100%
}

.modal-quickview .modal-quickview-content picture {
    height: 100%;
    width: 100%
}

.modal-quickview .modal-quickview-content .close-back {
    background-color: #fbf9f7;
    border-radius: 50%;
    margin: 0;
    padding: 12px
}

.modal-quickview .modal-quickview-content>.modal-content>.modal-header {
    border: 0;
    margin: 0;
    padding: 24px;
    position: fixed;
    top: 0;
    z-index: 9
}

.modal-quickview .modal-quickview-content .product-container-position {
    min-height: calc(100vh - 72px);
    padding-bottom: 20px;
    position: sticky;
    top: 72px
}

.modal-quickview .modal-quickview-content .high-jewelry-container .product-container-position {
    height: 100vh
}

.modal-quickview .modal-quickview-content .pdp-col-image {
    height: 100vh;
    margin-left: 12px
}

.modal-quickview .modal-content {
    transition: opacity .5s ease-in-out
}

.modal-quickview .modal-content.faded {
    opacity: 0
}

.modal-quickview .modal-aside:before {
    background-color: #fbf9f7;
    content: "";
    height: 100vh;
    left: 0;
    opacity: .84;
    position: absolute;
    top: 0;
    width: 100vw
}

.modal-quickview .pdp-col-secondary {
    z-index: 1
}

.modal-quickview .pdp-col-details {
    z-index: 2
}

.modal-quickview .modal-header .close-back {
    display: inline-flex
}

.modal-quickview .modal-header .close .icon.icon-dark {
    height: 24px;
    width: 24px
}

@media(min-width:720px) {
    .modal-quickview .modal-header .close .icon.icon-dark.icon-sm {
        height: 14px;
        width: 14px
    }
}

.qv-modal .prices-add-to-cart-actions {
    margin-top: 0
}

.inner-modal-open .modal-quickview-content>.modal-content>.modal-header {
    z-index: 1
}

.modal-quickview.show~.modal-aside:before {
    background-color: #fbf9f7;
    content: "";
    height: 100vh;
    left: 0;
    opacity: .84;
    position: absolute;
    top: 0;
    width: 100vw
}

@media(max-width:1199.98px) {
    .modal-atb.fade:not(.show) {
        opacity: 1;
        transform: translateY(100%)
    }

    .modal-atb.show {
        transform: translateY(0)
    }
}

.modal-atb.force-above-all {
    z-index: 10001
}

.modal-atb .modal-atb-content {
    display: flex !important;
    height: 100vh;
    justify-content: flex-end;
    margin: 0;
    max-width: 100%;
    width: 100%
}

@supports(height:100dvh) {
    .modal-atb .modal-atb-content {
        height: 100dvh
    }
}

.modal-atb .modal-content {
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0 0
}

.modal-atb .modal-header {
    border: 0;
    margin: 0;
    padding: 0;
    z-index: 9
}

.modal-atb .modal-body {
    padding: 0
}

.modal-atb .modal-content {
    padding: 20px 16px
}

@media(max-width:1199.98px) {
    .modal-atb .modal-content {
        padding: 20px 16px 16px
    }
}

.modal-atb .close {
    align-items: center;
    background: #fbf9f7;
    border-radius: 50%;
    display: flex;
    height: 32px;
    justify-content: center;
    margin: 0 0 0 auto;
    padding: 0;
    width: 32px
}

.modal-atb .product-detail.product-wrapper {
    padding: 0
}

.modal-atb .pdp-addtocart-mob {
    display: none
}

.modal-atb .clp-attribute-label {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    margin-bottom: 24px;
    padding: 24px 48px 23px;
    text-align: center;
    width: 100%
}

.modal-atb .clp-attribute-label.no-border {
    border-bottom: 0
}

.modal-atb .attributes {
    margin-bottom: -52px;
    min-height: 48px;
    position: relative;
    top: -52px
}

.modal-atb .main-swatch-attrs {
    display: flex;
    margin-bottom: 16px
}

@media(max-width:1199.98px) {
    .modal-atb .main-swatch-attrs {
        margin-bottom: 24px
    }
}

@media(max-width:719.98px) {
    .modal-atb .main-swatch-attrs.swatch-overflow {
        display: inline-block;
        margin: 0 -16px 24px;
        min-width: 100vw;
        overflow: auto;
        padding-left: 16px;
        white-space: nowrap
    }

    .modal-atb .main-swatch-attrs.swatch-overflow .swatch-column {
        flex-shrink: 0;
        width: 28%
    }
}

@media(min-width:720px) {
    .modal-atb .main-swatch-attrs.swatch-overflow-tablet {
        display: inline-block;
        margin: 0 -16px;
        min-width: 100vw;
        overflow: auto;
        padding-left: 16px;
        white-space: nowrap
    }

    .modal-atb .main-swatch-attrs .swatch-column {
        flex-shrink: 0;
        width: 14.1%
    }
}

.modal-atb .swatch-column {
    display: inline-block !important
}

.modal-atb .color-attribute-desc {
    overflow: hidden;
    text-overflow: ellipsis
}

.modal-atb .attributes .attribute:not(:has(.main-swatch-attrs)) {
    border: 0
}

.modal-atb .variation-item {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px
}

.modal-atb .variation-item.sizeVariationAxis-centered {
    align-items: center;
    justify-content: center
}

.modal-atb .variation-item.sizeVariationAxis-centered .basic-attribute {
    align-items: center;
    justify-content: center;
    width: 36px
}

.modal-atb [data-attr=alphabet] .variation-item {
    justify-content: center;
    padding: 0 17.5px;
    text-align: center
}

.modal-atb .basic-attribute.alphabet {
    align-items: center;
    height: 36px;
    justify-content: center;
    min-width: 36px
}

.modal-atb .atb-availability {
    margin-top: 16px;
    text-align: center;
    width: 100%
}

.modal-atb .backorder-message {
    margin: 20px auto;
    text-align: center
}

.modal-atb .swatch-column:last-of-type {
    margin-right: 0
}

.modal-atb .basic-attribute {
    align-items: center;
    display: flex;
    height: 36px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    transition: opacity .3s ease-in-out
}

.modal-atb .basic-attribute.no-variant {
    display: none
}

.modal-atb .basic-attribute.disabled, .modal-atb .basic-attribute.unselectable {
    background-color: #fafafa;
    opacity: .4
}

.modal-atb .color-attribute {
    transition: opacity .3s ease-in-out
}

.modal-atb .color-attribute.no-variant {
    background-color: #fafafa;
    display: block;
    opacity: .4
}

.modal-atb .attributes .row .basic-attribute:not(.sizeVariationAxis) {
    padding-right: 9px
}

.modal-atb .add-to-cart span {
    align-items: center;
    display: flex;
    justify-content: center
}

.modal-atb .add-to-cart[disabled] .atb-price span {
    opacity: 1
}

.modal-atb .atb-price {
    align-items: center;
    display: flex;
    justify-content: center
}

.modal-atb .atb-price:before {
    content: "—";
    padding: 0 4px
}

.modal-atb .atb-price .price {
    color: #fff;
    margin: 0
}

.modal-atb .btn:active .atb-price .price, .modal-atb .btn:focus .atb-price .price {
    color: #000
}

.modal-atb .prices-add-to-cart-actions .notify-me.btn {
    width: 100%
}

.check-balance-modal .modal-dialog {
    max-height: 100vh
}

@media(min-width:375px) {
    .check-balance-modal .modal-content {
        max-height: calc(100vh - 90px);
        overflow: auto
    }
}

@media(min-width:720px) {
    .check-balance-modal .modal-content {
        max-height: unset
    }
}

.check-balance-modal .modal-content.confirmation-giftcard-balance {
    max-height: unset !important
}

.check-balance-modal .check-balance-button {
    border-top: 1px solid #d9d9d9;
    bottom: 0;
    left: 0;
    padding: 16px;
    position: absolute;
    right: 0
}

@media(min-width:720px) {
    .check-balance-modal .check-balance-button {
        margin-bottom: 12px !important
    }
}

@media(min-width:375px) {
    .check-balance-modal .check-balance-button {
        background-color: #fff;
        position: fixed
    }
}

@media(min-width:720px) {
    .check-balance-modal .check-balance-button {
        background-color: #fff;
        position: absolute
    }
}

@media(min-width:1200px) {
    .check-balance-modal .check-balance-button {
        border: 0;
        padding: 0 48px
    }
}

.check-balance-modal .contact-phone {
    color: #000;
    cursor: pointer;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.check-balance-modal .modal-header {
    padding-bottom: 32px !important
}

.check-balance-modal .modal-header .modal-title {
    margin-bottom: 24px;
    margin-left: 16px
}

@media(min-width:1200px) {
    .check-balance-modal .modal-header .modal-title {
        margin-left: 48px
    }
}

.check-balance-modal .modal-success {
    padding-bottom: 32px
}

.check-balance-modal .modal-success-first {
    margin: 32px 0 0;
    margin-top: 0 !important
}

.check-balance-modal .back-btn {
    border: 1px solid #000;
    display: inline-block;
    margin-top: 0;
    max-height: 60px !important;
    width: auto
}

.check-balance-modal .modal-subtitle {
    margin-bottom: 32px
}

.check-balance-modal .check-balance-error-message .alert {
    margin-bottom: 32px !important
}

@media(min-width:1200px) {
    .check-balance-modal .check-balance-error-message .alert {
        margin-bottom: 48px !important
    }
}

.giftterms-modal .modal-header .w-100 {
    display: none
}

.giftterms-modal .modal-title {
    padding-top: 27px
}

.giftterms-modal .qa-block {
    margin-bottom: 48px
}

.giftterms-modal .qa-block .question-item {
    padding-bottom: 16px
}

.giftterms-modal .qa-block p {
    margin: 0;
    padding-top: 16px
}

.giftterms-modal .qa-block p:first-of-type {
    padding-top: 0
}

.modal-gift-howto .modal-title.text-left {
    display: none
}

.modal-gift-howto .giftcard-use-block {
    margin-bottom: 48px
}

.modal-gift-howto .giftcard-use-block .question-item {
    padding-bottom: 16px
}

.modal-gift-howto .giftcard-use-block p {
    margin: 0;
    padding-top: 16px
}

.modal-gift-howto .giftcard-use-block p:first-of-type {
    padding-top: 0
}

.modal-gift-howto .contact-phone, .modal-gift-howto .gift-card-modal-link {
    color: #000;
    cursor: pointer;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.address-suggestion-modal {
    padding: 48px 0 !important
}

@media(min-width:720px) {
    .address-suggestion-modal {
        padding-bottom: 72px !important;
        padding-top: 72px !important
    }
}

.address-suggestion-modal.address-suggestion-modal.show {
    display: block !important
}

@media(min-width:720px) {
    .address-suggestion-modal.address-suggestion-modal.show {
        align-items: center;
        display: flex !important;
        height: 100%;
        justify-content: center
    }
}

.address-suggestion-modal .modal-dialog {
    display: block;
    height: unset;
    height: 100%;
    margin: 0 16px;
    max-height: 800px;
    overflow-y: auto
}

@media(min-width:720px) {
    .address-suggestion-modal .modal-dialog {
        align-items: center;
        margin: auto
    }
}

.address-suggestion-modal .modal-dialog::-webkit-scrollbar {
    height: 3px;
    width: 3px
}

.address-suggestion-modal .modal-dialog::-webkit-scrollbar-track {
    background: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.address-suggestion-modal .modal-dialog::-webkit-scrollbar-thumb {
    background: #d9d9d9
}

.address-suggestion-modal .modal-content {
    padding: 64px 16px 0
}

@media(min-width:1200px) {
    .address-suggestion-modal .modal-content {
        padding: 72px 72px 0
    }
}

@media(max-width:1199.98px) {
    .address-suggestion-modal .modal-content {
        height: 100%;
        overflow-y: auto
    }
}

.address-suggestion-modal .modal-content .modal-header {
    border-bottom: unset
}

.address-suggestion-modal .modal-content .modal-title {
    color: #000;
    margin: 0 0 24px;
    text-align: center
}

.address-suggestion-modal .modal-content .modal-body {
    padding: 0;
    text-align: center;
    width: auto
}

@media(min-width:1200px) {
    .address-suggestion-modal .modal-content .modal-body {
        width: 540px
    }
}

.address-suggestion-modal .modal-content .modal-body .message-container p {
    margin-bottom: 0
}

.address-suggestion-modal .modal-content .address-summary {
    padding-bottom: 12px
}

@media(min-width:1200px) {
    .address-suggestion-modal .modal-content .address-summary {
        padding-bottom: 16px
    }
}

.address-suggestion-modal .modal-content .address-suggestions-actions {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center
}

@media(min-width:1200px) {
    .address-suggestion-modal .modal-content .address-suggestions-actions {
        flex-direction: row;
        gap: 16px
    }
}

.address-suggestion-modal .modal-content .address-suggestions-actions a {
    color: #000
}

.address-suggestion-modal .modal-content .invalid-prompt {
    color: #e50739
}

.address-suggestion-modal .modal-content .address-suggestion-container {
    border: 1px solid rgba(0, 0, 0, .12)
}

.address-suggestion-modal .modal-content .address-suggestion-container:hover {
    border-color: #000
}

.address-suggestion-modal .modal-content .address-suggestion-container:has(.address-suggestion-item:checked) {
    border-color: #000
}

.address-suggestion-modal .modal-content .address-suggestion-container .address-suggestion-wrapper {
    padding: 24px 16px 24px 52px
}

@media(min-width:1200px) {
    .address-suggestion-modal .modal-content .address-suggestion-container .address-suggestion-wrapper {
        padding: 32px 24px 32px 64px
    }
}

.address-suggestion-modal .modal-content .address-suggestion-container .address-suggestion-wrapper .address-suggestion-label {
    margin-bottom: 0
}

.address-suggestion-modal .modal-content .address-suggestion-container .address-suggestion-wrapper [type=radio]+label:before {
    left: -32px;
    position: absolute;
    top: -5px;
    transition: none
}

.address-suggestion-modal .modal-content .address-suggestion-container .address-suggestion-wrapper [type=radio]:checked+label:after {
    left: -27px;
    margin: 0;
    top: 5px
}

@media(min-width:720px) {
    .address-suggestion-modal .modal-content .address-suggestion-container .address-suggestion-wrapper [type=radio]+label:before {
        left: -36px;
        position: absolute
    }

    .address-suggestion-modal .modal-content .address-suggestion-container .address-suggestion-wrapper [type=radio]:checked+label:after {
        height: 10px;
        left: -31px;
        width: 10px
    }
}

.address-suggestion-modal .modal-content .submit-address-suggestion-btn {
    padding: 22px 32px
}

.address-suggestion-modal .modal-content .submit-address-suggestion-btn.disabled {
    background-color: rgba(0, 0, 0, .02);
    color: rgba(0, 0, 0, .4)
}

.address-suggestion-modal .modal-content .cta-address-wrapper {
    display: flex;
    flex-flow: column;
    gap: 16px
}

@media(min-width:1200px) {
    .address-suggestion-modal .modal-content .cta-address-wrapper {
        flex-flow: row;
        gap: 24px;
        justify-content: center
    }
}

.address-suggestion-modal .modal-content .cta-address-wrapper .suggestion-btn {
    padding: 22px 32px
}

@media(max-width:1199.98px) {
    .address-suggestion-modal .modal-content .cta-address-wrapper .suggestion-btn {
        width: 100%
    }
}

.address-suggestion-modal .modal-content .modal-footer {
    background-color: #fff;
    bottom: 0;
    padding-bottom: 16px !important;
    position: sticky
}

@media(min-width:720px) {
    .address-suggestion-modal .modal-content .modal-footer {
        padding-bottom: 48px !important
    }
}

#noAddressSuggestionModal.address-suggestion-modal .modal-content {
    max-width: 684px
}

#noAddressSuggestionModal.address-suggestion-modal .modal-content p {
    margin-bottom: 0
}

@media(max-width:1199.98px) {
    .js-mobile-login-modal .prefix-select label {
        display: flex;
        min-width: 200px;
        width: 100%
    }
}

#phoneVerificationKakaoLink .modal-header .modal-title, #verificationPhoneNumberModal .modal-header .modal-title {
    margin: 0
}

@media(min-width:1200px) {
    #phoneVerificationKakaoLink .modal-body .newsletter-subscribe-form, #verificationPhoneNumberModal .modal-body .newsletter-subscribe-form {
        padding-top: 32px
    }
}

#phoneVerificationKakaoLink .modal-body .info-text a, #phoneVerificationKakaoLink .modal-body .info-text.info-text p, #verificationPhoneNumberModal .modal-body .info-text a, #verificationPhoneNumberModal .modal-body .info-text.info-text p {
    display: inline
}

#phoneVerificationKakaoLink .modal-body .info-text a, #verificationPhoneNumberModal .modal-body .info-text a {
    color: rgba(0, 0, 0, .6);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

#phoneVerificationKakaoLink .modal-body .verify-action-buttons, #verificationPhoneNumberModal .modal-body .verify-action-buttons {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr
}

@media(min-width:1200px) {
    #phoneVerificationKakaoLink .modal-body .verify-action-buttons, #verificationPhoneNumberModal .modal-body .verify-action-buttons {
        gap: 24px;
        grid-template-columns: 1fr 1fr
    }
}

#phoneVerificationKakaoLink .modal-body .action-button, #verificationPhoneNumberModal .modal-body .action-button {
    max-width: 100%;
    order: 0;
    padding: 0
}

#phoneVerificationKakaoLink .modal-body .action-button .btn, #verificationPhoneNumberModal .modal-body .action-button .btn {
    margin-top: 0;
    width: 100%
}

#phoneVerificationKakaoLink .modal-body .action-button .submit-code-btn:disabled, #verificationPhoneNumberModal .modal-body .action-button .submit-code-btn:disabled {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, .2)
}

@media(max-width:1199.98px) {
    #phoneVerificationKakaoLink .modal-body .col-1, #verificationPhoneNumberModal .modal-body .col-1 {
        order: 2
    }

    #phoneVerificationKakaoLink .modal-body .col-2, #verificationPhoneNumberModal .modal-body .col-2 {
        order: 1
    }
}

#phoneVerificationKakaoLink .modal-body span.verify-phone-timer, #verificationPhoneNumberModal .modal-body span.verify-phone-timer {
    position: absolute;
    right: 0;
    top: 20px
}

#phoneVerificationKakaoLink .modal-body a.disabled, #verificationPhoneNumberModal .modal-body a.disabled {
    cursor: not-allowed;
    pointer-events: none
}

#phoneVerificationKakaoLink .modal-body .verify-invalid-sms-code a, #phoneVerificationKakaoLink .modal-body .verify-invalid-sms-code p, #verificationPhoneNumberModal .modal-body .verify-invalid-sms-code a, #verificationPhoneNumberModal .modal-body .verify-invalid-sms-code p {
    color: #e50739
}

#phoneVerificationKakaoLink .modal-content .psw-visibility-toggle-cta {
    top: 30px
}

#phoneVerificationKakaoLink .modal-content .kakao-invalid-email-pass {
    color: #e50739
}

@media(min-width:1200px) {
    .engraving-contact-us-modal .modal-dialog {
        min-width: 50% !important
    }
}

.engraving-contact-us-modal .modal-header {
    padding: 24px 0 20px
}

@media(max-width:1439.98px) {
    .engraving-contact-us-modal .modal-header {
        margin: 0 !important
    }
}

@media(max-width:1199.98px) {
    .engraving-contact-us-modal .modal-header .close {
        margin: 0 24px -20px !important
    }
}

@media(min-width:1200px) {
    .engraving-contact-us-modal .modal-title {
        margin: 28px 0 24px !important
    }
}

@media(max-width:1199.98px) {
    .engraving-contact-us-modal .modal-title {
        margin: 32px 0 24px !important
    }
}

@media(min-width:1200px) {
    .engraving-contact-us-modal .contact-complete-message {
        margin-top: 16px
    }
}

@media(max-width:1439.98px) {
    .engraving-contact-us-modal .contact-complete-message {
        margin-top: 8px
    }
}

.engraving-contact-us-modal .custom-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 5 0 3h4z'/%3E%3C/svg%3E")
}

.engraving-contact-us-modal .custom-dropdown__dropdown {
    z-index: 999
}

.engraving-contact-us-modal .custom-dropdown__dropdown .custom-dropdown__option:hover {
    background-color: #f4f0ea !important
}

@media(min-width:1200px) {
    .engraving-contact-us-modal .contact-us-name .col-sm-12:first-child {
        padding-right: 12px
    }

    .engraving-contact-us-modal .contact-us-name .col-sm-12:last-child {
        padding-left: 12px
    }

    .engraving-contact-us-modal .contact-us-email .col-sm-12:first-child {
        padding-right: 12px
    }

    .engraving-contact-us-modal .contact-us-email .col-sm-12:last-child {
        padding-left: 12px
    }
}

@media(max-width:1199.98px) {
    .engraving-contact-us-modal .contact-us-buttons {
        align-items: stretch;
        background-color: #fff;
        border-top: 1px solid rgba(0, 0, 0, .122);
        bottom: 0;
        justify-content: space-between;
        left: 0;
        padding: 16px;
        position: fixed;
        width: 100%
    }
}

@media(min-width:720px) {
    .engraving-contact-us-modal .contact-us-buttons {
        position: unset
    }
}

@media(max-width:1199.98px) {
    .engraving-contact-us-modal .contact-us-landing-page {
        height: 100%
    }
}

.engraving-contact-us-modal .custom-input.has-icon .form-control {
    padding: 20px 4px 20px 0 !important
}

.newsletter-subscribe-thankyou .btn-dark.thankyou-newsletter-button {
    border: 1px solid #000
}

.newsletter-subscribe-thankyou .btn-dark.thankyou-newsletter-button:hover {
    border-color: #81d8d0
}

.newsletter-subscribe-thankyou .btn-dark.thankyou-newsletter-button:not(:disabled):not(.disabled):active:before, .newsletter-subscribe-thankyou .btn-dark.thankyou-newsletter-button:not(:disabled):not(.disabled):focus:before {
    display: none
}

@media(min-width:1200px) {
    .newsletter-subscribe-thankyou .btn-dark.thankyou-newsletter-button:not(:disabled):not(.disabled):focus-visible {
        border: 0;
        border-radius: 2px;
        box-shadow: none !important;
        outline: 2px solid #009cad !important
    }

    .newsletter-subscribe-thankyou .btn-dark.thankyou-newsletter-button:not(:disabled):not(.disabled):focus-visible:before {
        display: none
    }

    .newsletter-subscribe-thankyou .btn-dark.thankyou-newsletter-button:not(:disabled):not(.disabled):focus-visible:after {
        border: 2px solid #fbf9f7;
        border-radius: 2px;
        bottom: -4px;
        content: "";
        display: block;
        left: -4px;
        position: absolute;
        right: -4px;
        top: -4px;
        z-index: -1
    }
}

.newsletter-subscribe-thankyou .btn-dark.thankyou-newsletter-button:not(:disabled):not(.disabled):active {
    background-color: #51c3c0 !important;
    border: 1px solid transparent;
    color: #000
}

@media(max-width:1199.98px) {
    .dialogify-modal.modal-aside .modal-title {
        line-height: 24px;
        margin-top: 32px
    }

    .dialogify-modal .custom-input .form-control {
        padding: 20px 0
    }

    .dialogify-modal .custom-input.has-icon .form-control {
        padding-right: 4px
    }
}

.dialogify-modal .modal-header {
    padding: 24px 0 0
}

.dialogify-modal .modal-title {
    line-height: 28px
}

.dialogify-modal .contact-us-email [class*=col], .dialogify-modal .contact-us-name [class*=col] {
    padding: 0 12px
}

@media(min-width:1200px) {
    #businessModalAside .modal-subtitle {
        margin-bottom: 0
    }

    .pickup-modal-information .modal-title {
        padding-bottom: 4px
    }
}

.ccpa-modal .ccpa-error .btn, .ccpa-modal .ccpa-subscribe-thankyou .btn {
    margin-top: 32px;
    width: auto !important
}

.ccpa-modal .modal-dialog .modal-content .modal-header {
    padding-bottom: 24px;
    padding-top: 32px;
    position: relative
}

@media(min-width:1200px) {
    .ccpa-modal .modal-dialog .modal-content .modal-header {
        padding-top: 24px
    }
}

@media(max-width:1199.98px) {
    .ccpa-modal .modal-dialog .modal-content .modal-header .close {
        margin-right: 24px
    }
}

.ccpa-modal .modal-dialog .modal-content .modal-header-title {
    padding: 48px 48px 0
}

@media(max-width:1199.98px) {
    .ccpa-modal .modal-dialog .modal-content .modal-header-title {
        padding: 32px 16px 0
    }
}

.ccpa-modal .modal-dialog .modal-content .modal-header-title .modal-title {
    margin: 0;
    padding: 0
}

.ccpa-modal .modal-dialog .modal-content .modal-body {
    padding: 16px 16px 0
}

@media(min-width:720px) {
    .ccpa-modal .modal-dialog .modal-content .modal-body {
        padding: 16px 48px 0
    }
}

.ccpa-modal .modal-dialog .modal-content .opt-out-form {
    padding-top: 16px
}

@media(min-width:1200px) {
    .modal.newsletteraside-modal#firstLoginModal .scrollable-on-large .modal-body {
        overflow-y: hidden
    }
}

@media(max-width:1199.98px) {
    .modal .modal-backdrop.show {
        display: none
    }
}

@media(min-width:1200px) {
    .modal-backdrop-mobile {
        display: none
    }
}

.mt-0 {
    margin-top: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.mt-2 {
    margin-top: 2px !important
}

.pt-2 {
    padding-top: 2px !important
}

.mb-2 {
    margin-bottom: 2px !important
}

.pb-2 {
    padding-bottom: 2px !important
}

.ml-2 {
    margin-left: 2px !important
}

.pl-2 {
    padding-left: 2px !important
}

.mr-2 {
    margin-right: 2px !important
}

.pr-2 {
    padding-right: 2px !important
}

.mt-4 {
    margin-top: 4px !important
}

.pt-4 {
    padding-top: 4px !important
}

.mb-4 {
    margin-bottom: 4px !important
}

.pb-4 {
    padding-bottom: 4px !important
}

.ml-4 {
    margin-left: 4px !important
}

.pl-4 {
    padding-left: 4px !important
}

.mr-4 {
    margin-right: 4px !important
}

.pr-4 {
    padding-right: 4px !important
}

.mt-6 {
    margin-top: 6px !important
}

.pt-6 {
    padding-top: 6px !important
}

.mb-6 {
    margin-bottom: 6px !important
}

.pb-6 {
    padding-bottom: 6px !important
}

.ml-6 {
    margin-left: 6px !important
}

.pl-6 {
    padding-left: 6px !important
}

.mr-6 {
    margin-right: 6px !important
}

.pr-6 {
    padding-right: 6px !important
}

.mt-8 {
    margin-top: 8px !important
}

.pt-8 {
    padding-top: 8px !important
}

.mb-8 {
    margin-bottom: 8px !important
}

.pb-8 {
    padding-bottom: 8px !important
}

.ml-8 {
    margin-left: 8px !important
}

.pl-8 {
    padding-left: 8px !important
}

.mr-8 {
    margin-right: 8px !important
}

.pr-8 {
    padding-right: 8px !important
}

.mt-12 {
    margin-top: 12px !important
}

.pt-12 {
    padding-top: 12px !important
}

.mb-12 {
    margin-bottom: 12px !important
}

.pb-12 {
    padding-bottom: 12px !important
}

.ml-12 {
    margin-left: 12px !important
}

.pl-12 {
    padding-left: 12px !important
}

.mr-12 {
    margin-right: 12px !important
}

.pr-12 {
    padding-right: 12px !important
}

.mt-16 {
    margin-top: 16px !important
}

.pt-16 {
    padding-top: 16px !important
}

.mb-16 {
    margin-bottom: 16px !important
}

.pb-16 {
    padding-bottom: 16px !important
}

.ml-16 {
    margin-left: 16px !important
}

.pl-16 {
    padding-left: 16px !important
}

.mr-16 {
    margin-right: 16px !important
}

.pr-16 {
    padding-right: 16px !important
}

.mt-18 {
    margin-top: 18px !important
}

.pt-18 {
    padding-top: 18px !important
}

.mb-18 {
    margin-bottom: 18px !important
}

.pb-18 {
    padding-bottom: 18px !important
}

.ml-18 {
    margin-left: 18px !important
}

.pl-18 {
    padding-left: 18px !important
}

.mr-18 {
    margin-right: 18px !important
}

.pr-18 {
    padding-right: 18px !important
}

.mt-20 {
    margin-top: 20px !important
}

.pt-20 {
    padding-top: 20px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.ml-20 {
    margin-left: 20px !important
}

.pl-20 {
    padding-left: 20px !important
}

.mr-20 {
    margin-right: 20px !important
}

.pr-20 {
    padding-right: 20px !important
}

.mt-21 {
    margin-top: 21px !important
}

.pt-21 {
    padding-top: 21px !important
}

.mb-21 {
    margin-bottom: 21px !important
}

.pb-21 {
    padding-bottom: 21px !important
}

.ml-21 {
    margin-left: 21px !important
}

.pl-21 {
    padding-left: 21px !important
}

.mr-21 {
    margin-right: 21px !important
}

.pr-21 {
    padding-right: 21px !important
}

.mt-22 {
    margin-top: 22px !important
}

.pt-22 {
    padding-top: 22px !important
}

.mb-22 {
    margin-bottom: 22px !important
}

.pb-22 {
    padding-bottom: 22px !important
}

.ml-22 {
    margin-left: 22px !important
}

.pl-22 {
    padding-left: 22px !important
}

.mr-22 {
    margin-right: 22px !important
}

.pr-22 {
    padding-right: 22px !important
}

.mt-24 {
    margin-top: 24px !important
}

.pt-24 {
    padding-top: 24px !important
}

.mb-24 {
    margin-bottom: 24px !important
}

.pb-24 {
    padding-bottom: 24px !important
}

.ml-24 {
    margin-left: 24px !important
}

.pl-24 {
    padding-left: 24px !important
}

.mr-24 {
    margin-right: 24px !important
}

.pr-24 {
    padding-right: 24px !important
}

.mt-28 {
    margin-top: 28px !important
}

.pt-28 {
    padding-top: 28px !important
}

.mb-28 {
    margin-bottom: 28px !important
}

.pb-28 {
    padding-bottom: 28px !important
}

.ml-28 {
    margin-left: 28px !important
}

.pl-28 {
    padding-left: 28px !important
}

.mr-28 {
    margin-right: 28px !important
}

.pr-28 {
    padding-right: 28px !important
}

.mt-32 {
    margin-top: 32px !important
}

.pt-32 {
    padding-top: 32px !important
}

.mb-32 {
    margin-bottom: 32px !important
}

.pb-32 {
    padding-bottom: 32px !important
}

.ml-32 {
    margin-left: 32px !important
}

.pl-32 {
    padding-left: 32px !important
}

.mr-32 {
    margin-right: 32px !important
}

.pr-32 {
    padding-right: 32px !important
}

.mt-40 {
    margin-top: 40px !important
}

.pt-40 {
    padding-top: 40px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.ml-40 {
    margin-left: 40px !important
}

.pl-40 {
    padding-left: 40px !important
}

.mr-40 {
    margin-right: 40px !important
}

.pr-40 {
    padding-right: 40px !important
}

.mt-42 {
    margin-top: 42px !important
}

.pt-42 {
    padding-top: 42px !important
}

.mb-42 {
    margin-bottom: 42px !important
}

.pb-42 {
    padding-bottom: 42px !important
}

.ml-42 {
    margin-left: 42px !important
}

.pl-42 {
    padding-left: 42px !important
}

.mr-42 {
    margin-right: 42px !important
}

.pr-42 {
    padding-right: 42px !important
}

.mt-48 {
    margin-top: 48px !important
}

.pt-48 {
    padding-top: 48px !important
}

.mb-48 {
    margin-bottom: 48px !important
}

.pb-48 {
    padding-bottom: 48px !important
}

.ml-48 {
    margin-left: 48px !important
}

.pl-48 {
    padding-left: 48px !important
}

.mr-48 {
    margin-right: 48px !important
}

.pr-48 {
    padding-right: 48px !important
}

.mt-64 {
    margin-top: 64px !important
}

.pt-64 {
    padding-top: 64px !important
}

.mb-64 {
    margin-bottom: 64px !important
}

.pb-64 {
    padding-bottom: 64px !important
}

.ml-64 {
    margin-left: 64px !important
}

.pl-64 {
    padding-left: 64px !important
}

.mr-64 {
    margin-right: 64px !important
}

.pr-64 {
    padding-right: 64px !important
}

.mt-72 {
    margin-top: 72px !important
}

.pt-72 {
    padding-top: 72px !important
}

.mb-72 {
    margin-bottom: 72px !important
}

.pb-72 {
    padding-bottom: 72px !important
}

.ml-72 {
    margin-left: 72px !important
}

.pl-72 {
    padding-left: 72px !important
}

.mr-72 {
    margin-right: 72px !important
}

.pr-72 {
    padding-right: 72px !important
}

.mt-96 {
    margin-top: 96px !important
}

.pt-96 {
    padding-top: 96px !important
}

.mb-96 {
    margin-bottom: 96px !important
}

.pb-96 {
    padding-bottom: 96px !important
}

.ml-96 {
    margin-left: 96px !important
}

.pl-96 {
    padding-left: 96px !important
}

.mr-96 {
    margin-right: 96px !important
}

.pr-96 {
    padding-right: 96px !important
}

.mt-144 {
    margin-top: 144px !important
}

.pt-144 {
    padding-top: 144px !important
}

.mb-144 {
    margin-bottom: 144px !important
}

.pb-144 {
    padding-bottom: 144px !important
}

.ml-144 {
    margin-left: 144px !important
}

.pl-144 {
    padding-left: 144px !important
}

.mr-144 {
    margin-right: 144px !important
}

.pr-144 {
    padding-right: 144px !important
}

@media(max-width:1439.98px) {
    .mt-sm-0 {
        margin-top: 0 !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .ml-sm-0 {
        margin-left: 0 !important
    }

    .pl-sm-0 {
        padding-left: 0 !important
    }

    .mr-sm-0 {
        margin-right: 0 !important
    }

    .pr-sm-0 {
        padding-right: 0 !important
    }

    .mt-sm-2 {
        margin-top: 2px !important
    }

    .pt-sm-2 {
        padding-top: 2px !important
    }

    .mb-sm-2 {
        margin-bottom: 2px !important
    }

    .pb-sm-2 {
        padding-bottom: 2px !important
    }

    .ml-sm-2 {
        margin-left: 2px !important
    }

    .pl-sm-2 {
        padding-left: 2px !important
    }

    .mr-sm-2 {
        margin-right: 2px !important
    }

    .pr-sm-2 {
        padding-right: 2px !important
    }

    .mt-sm-4 {
        margin-top: 4px !important
    }

    .pt-sm-4 {
        padding-top: 4px !important
    }

    .mb-sm-4 {
        margin-bottom: 4px !important
    }

    .pb-sm-4 {
        padding-bottom: 4px !important
    }

    .ml-sm-4 {
        margin-left: 4px !important
    }

    .pl-sm-4 {
        padding-left: 4px !important
    }

    .mr-sm-4 {
        margin-right: 4px !important
    }

    .pr-sm-4 {
        padding-right: 4px !important
    }

    .mt-sm-6 {
        margin-top: 6px !important
    }

    .pt-sm-6 {
        padding-top: 6px !important
    }

    .mb-sm-6 {
        margin-bottom: 6px !important
    }

    .pb-sm-6 {
        padding-bottom: 6px !important
    }

    .ml-sm-6 {
        margin-left: 6px !important
    }

    .pl-sm-6 {
        padding-left: 6px !important
    }

    .mr-sm-6 {
        margin-right: 6px !important
    }

    .pr-sm-6 {
        padding-right: 6px !important
    }

    .mt-sm-8 {
        margin-top: 8px !important
    }

    .pt-sm-8 {
        padding-top: 8px !important
    }

    .mb-sm-8 {
        margin-bottom: 8px !important
    }

    .pb-sm-8 {
        padding-bottom: 8px !important
    }

    .ml-sm-8 {
        margin-left: 8px !important
    }

    .pl-sm-8 {
        padding-left: 8px !important
    }

    .mr-sm-8 {
        margin-right: 8px !important
    }

    .pr-sm-8 {
        padding-right: 8px !important
    }

    .mt-sm-12 {
        margin-top: 12px !important
    }

    .pt-sm-12 {
        padding-top: 12px !important
    }

    .mb-sm-12 {
        margin-bottom: 12px !important
    }

    .pb-sm-12 {
        padding-bottom: 12px !important
    }

    .ml-sm-12 {
        margin-left: 12px !important
    }

    .pl-sm-12 {
        padding-left: 12px !important
    }

    .mr-sm-12 {
        margin-right: 12px !important
    }

    .pr-sm-12 {
        padding-right: 12px !important
    }

    .mt-sm-16 {
        margin-top: 16px !important
    }

    .pt-sm-16 {
        padding-top: 16px !important
    }

    .mb-sm-16 {
        margin-bottom: 16px !important
    }

    .pb-sm-16 {
        padding-bottom: 16px !important
    }

    .ml-sm-16 {
        margin-left: 16px !important
    }

    .pl-sm-16 {
        padding-left: 16px !important
    }

    .mr-sm-16 {
        margin-right: 16px !important
    }

    .pr-sm-16 {
        padding-right: 16px !important
    }

    .mt-sm-18 {
        margin-top: 18px !important
    }

    .pt-sm-18 {
        padding-top: 18px !important
    }

    .mb-sm-18 {
        margin-bottom: 18px !important
    }

    .pb-sm-18 {
        padding-bottom: 18px !important
    }

    .ml-sm-18 {
        margin-left: 18px !important
    }

    .pl-sm-18 {
        padding-left: 18px !important
    }

    .mr-sm-18 {
        margin-right: 18px !important
    }

    .pr-sm-18 {
        padding-right: 18px !important
    }

    .mt-sm-20 {
        margin-top: 20px !important
    }

    .pt-sm-20 {
        padding-top: 20px !important
    }

    .mb-sm-20 {
        margin-bottom: 20px !important
    }

    .pb-sm-20 {
        padding-bottom: 20px !important
    }

    .ml-sm-20 {
        margin-left: 20px !important
    }

    .pl-sm-20 {
        padding-left: 20px !important
    }

    .mr-sm-20 {
        margin-right: 20px !important
    }

    .pr-sm-20 {
        padding-right: 20px !important
    }

    .mt-sm-21 {
        margin-top: 21px !important
    }

    .pt-sm-21 {
        padding-top: 21px !important
    }

    .mb-sm-21 {
        margin-bottom: 21px !important
    }

    .pb-sm-21 {
        padding-bottom: 21px !important
    }

    .ml-sm-21 {
        margin-left: 21px !important
    }

    .pl-sm-21 {
        padding-left: 21px !important
    }

    .mr-sm-21 {
        margin-right: 21px !important
    }

    .pr-sm-21 {
        padding-right: 21px !important
    }

    .mt-sm-22 {
        margin-top: 22px !important
    }

    .pt-sm-22 {
        padding-top: 22px !important
    }

    .mb-sm-22 {
        margin-bottom: 22px !important
    }

    .pb-sm-22 {
        padding-bottom: 22px !important
    }

    .ml-sm-22 {
        margin-left: 22px !important
    }

    .pl-sm-22 {
        padding-left: 22px !important
    }

    .mr-sm-22 {
        margin-right: 22px !important
    }

    .pr-sm-22 {
        padding-right: 22px !important
    }

    .mt-sm-24 {
        margin-top: 24px !important
    }

    .pt-sm-24 {
        padding-top: 24px !important
    }

    .mb-sm-24 {
        margin-bottom: 24px !important
    }

    .pb-sm-24 {
        padding-bottom: 24px !important
    }

    .ml-sm-24 {
        margin-left: 24px !important
    }

    .pl-sm-24 {
        padding-left: 24px !important
    }

    .mr-sm-24 {
        margin-right: 24px !important
    }

    .pr-sm-24 {
        padding-right: 24px !important
    }

    .mt-sm-28 {
        margin-top: 28px !important
    }

    .pt-sm-28 {
        padding-top: 28px !important
    }

    .mb-sm-28 {
        margin-bottom: 28px !important
    }

    .pb-sm-28 {
        padding-bottom: 28px !important
    }

    .ml-sm-28 {
        margin-left: 28px !important
    }

    .pl-sm-28 {
        padding-left: 28px !important
    }

    .mr-sm-28 {
        margin-right: 28px !important
    }

    .pr-sm-28 {
        padding-right: 28px !important
    }

    .mt-sm-32 {
        margin-top: 32px !important
    }

    .pt-sm-32 {
        padding-top: 32px !important
    }

    .mb-sm-32 {
        margin-bottom: 32px !important
    }

    .pb-sm-32 {
        padding-bottom: 32px !important
    }

    .ml-sm-32 {
        margin-left: 32px !important
    }

    .pl-sm-32 {
        padding-left: 32px !important
    }

    .mr-sm-32 {
        margin-right: 32px !important
    }

    .pr-sm-32 {
        padding-right: 32px !important
    }

    .mt-sm-40 {
        margin-top: 40px !important
    }

    .pt-sm-40 {
        padding-top: 40px !important
    }

    .mb-sm-40 {
        margin-bottom: 40px !important
    }

    .pb-sm-40 {
        padding-bottom: 40px !important
    }

    .ml-sm-40 {
        margin-left: 40px !important
    }

    .pl-sm-40 {
        padding-left: 40px !important
    }

    .mr-sm-40 {
        margin-right: 40px !important
    }

    .pr-sm-40 {
        padding-right: 40px !important
    }

    .mt-sm-42 {
        margin-top: 42px !important
    }

    .pt-sm-42 {
        padding-top: 42px !important
    }

    .mb-sm-42 {
        margin-bottom: 42px !important
    }

    .pb-sm-42 {
        padding-bottom: 42px !important
    }

    .ml-sm-42 {
        margin-left: 42px !important
    }

    .pl-sm-42 {
        padding-left: 42px !important
    }

    .mr-sm-42 {
        margin-right: 42px !important
    }

    .pr-sm-42 {
        padding-right: 42px !important
    }

    .mt-sm-48 {
        margin-top: 48px !important
    }

    .pt-sm-48 {
        padding-top: 48px !important
    }

    .mb-sm-48 {
        margin-bottom: 48px !important
    }

    .pb-sm-48 {
        padding-bottom: 48px !important
    }

    .ml-sm-48 {
        margin-left: 48px !important
    }

    .pl-sm-48 {
        padding-left: 48px !important
    }

    .mr-sm-48 {
        margin-right: 48px !important
    }

    .pr-sm-48 {
        padding-right: 48px !important
    }

    .mt-sm-64 {
        margin-top: 64px !important
    }

    .pt-sm-64 {
        padding-top: 64px !important
    }

    .mb-sm-64 {
        margin-bottom: 64px !important
    }

    .pb-sm-64 {
        padding-bottom: 64px !important
    }

    .ml-sm-64 {
        margin-left: 64px !important
    }

    .pl-sm-64 {
        padding-left: 64px !important
    }

    .mr-sm-64 {
        margin-right: 64px !important
    }

    .pr-sm-64 {
        padding-right: 64px !important
    }

    .mt-sm-72 {
        margin-top: 72px !important
    }

    .pt-sm-72 {
        padding-top: 72px !important
    }

    .mb-sm-72 {
        margin-bottom: 72px !important
    }

    .pb-sm-72 {
        padding-bottom: 72px !important
    }

    .ml-sm-72 {
        margin-left: 72px !important
    }

    .pl-sm-72 {
        padding-left: 72px !important
    }

    .mr-sm-72 {
        margin-right: 72px !important
    }

    .pr-sm-72 {
        padding-right: 72px !important
    }

    .mt-sm-96 {
        margin-top: 96px !important
    }

    .pt-sm-96 {
        padding-top: 96px !important
    }

    .mb-sm-96 {
        margin-bottom: 96px !important
    }

    .pb-sm-96 {
        padding-bottom: 96px !important
    }

    .ml-sm-96 {
        margin-left: 96px !important
    }

    .pl-sm-96 {
        padding-left: 96px !important
    }

    .mr-sm-96 {
        margin-right: 96px !important
    }

    .pr-sm-96 {
        padding-right: 96px !important
    }

    .mt-sm-144 {
        margin-top: 144px !important
    }

    .pt-sm-144 {
        padding-top: 144px !important
    }

    .mb-sm-144 {
        margin-bottom: 144px !important
    }

    .pb-sm-144 {
        padding-bottom: 144px !important
    }

    .ml-sm-144 {
        margin-left: 144px !important
    }

    .pl-sm-144 {
        padding-left: 144px !important
    }

    .mr-sm-144 {
        margin-right: 144px !important
    }

    .pr-sm-144 {
        padding-right: 144px !important
    }
}

.icon-std {
    height: 18px;
    width: 18px
}

.icon-modal {
    height: 13px;
    width: 13px
}

.icon-sm {
    height: 12px;
    width: 12px
}

.icon-xs {
    height: 10px;
    width: 10px
}

.icon-lg {
    height: 24px;
    width: 24px
}

.icon-logo {
    height: 58px;
    width: 53px
}

.icon-light, .icon-light path {
    fill: rgba(0, 0, 0, .122)
}

.icon-dark, .icon-light path {
    fill: #000
}

.text-color-base {
    color: #000
}

.text-color-secondary {
    color: #4d4d4d
}

.text-decoration-none {
    text-decoration: none
}

.custom-select, .custom-select-mobile, .dialogify-modal .custom-select, .dialogify-modal .custom-select-mobile {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E")
}

.custom-select, .custom-select-mobile {
    background-color: #fafafa;
    border: 0;
    padding: 5px 25px
}

.custom-select-mobile[disabled], .custom-select[disabled] {
    background-image: none
}

.custom-select-mobile {
    background: 0 0
}

.non-selectable {
    pointer-events: none
}

.basic-link {
    background: 0 0;
    border: 0;
    color: #000;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-decoration: underline
}

.chevron-link {
    align-items: center;
    display: flex;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.chevron-link:before {
    background-color: #000;
    bottom: 2px;
    content: "";
    height: 1px;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease-in-out;
    width: calc(100% - 28px)
}

.chevron-link:hover {
    text-decoration: none
}

.chevron-link:hover:before {
    opacity: 1
}

.chevron-link:active {
    color: #009cad
}

.chevron-link:active:before {
    background-color: #009cad;
    opacity: 1
}

.chevron-link:active:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 11 5-5-5-5' stroke='%23009CAD' stroke-width='1.5'/%3E%3C/svg%3E")
}

.chevron-link:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 11 5-5-5-5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
    background-position: 8px;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 24px;
    margin-left: 4px;
    width: 24px
}

.chevron-link.disable-btn-look {
    background-color: transparent;
    border: 0
}

.unadorned-link {
    display: inline-block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.unadorned-link:before {
    background-color: #000;
    bottom: 2px;
    content: "";
    height: 1px;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease-in-out;
    width: 100%
}

.unadorned-link:hover {
    text-decoration: none
}

.unadorned-link:hover:before {
    opacity: 1
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.no-scrollbar::-webkit-scrollbar {
    display: none
}

.custom-scrollbar::-webkit-scrollbar {
    height: 3px;
    width: 3px
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #d9d9d9
}

.custom-scrollbar::-webkit-scrollbar-track:horizontal {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9
}

.section-title {
    margin: 48px 0
}

.custom-radio>label {
    display: flex
}

.custom-radio [type=radio]:checked, .custom-radio [type=radio]:not(:checked) {
    left: -9999px;
    position: absolute
}

.custom-radio [type=radio]:checked+label, .custom-radio [type=radio]:not(:checked)+label {
    cursor: pointer;
    position: relative
}

.custom-radio [type=radio]:checked+label:before, .custom-radio [type=radio]:not(:checked)+label:before {
    background-color: #fff;
    border: 1.5px solid gray;
    border-radius: 12px;
    content: "";
    display: inline-block;
    flex-shrink: 0;
    height: 20px;
    left: 0;
    margin-top: 5px;
    top: 0;
    width: 20px
}

.custom-radio [type=radio]:checked+label:after {
    background: #000;
    border-radius: 10px;
    content: "";
    height: 10px;
    left: 5px;
    margin-top: 5px;
    position: absolute;
    top: 5px;
    width: 10px
}

.custom-radio [type=radio]:checked+label:before {
    background-color: transparent;
    border-color: #000
}

.custom-radio [type=radio]:not(:checked)+label:before {
    border: 1.5px solid rgba(0, 0, 0, .4)
}

.custom-radio:hover [type=radio]:not(:checked)+label:before {
    border-color: #000
}

.custom-radio.centered [type=radio]:checked+label:after {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%)
}

.custom-radio.centered [type=radio]:checked+label:before, .custom-radio.centered [type=radio]:not(:checked)+label:before {
    margin: 0
}

.address-country-tooltip {
    background-color: #d9d9d9;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 41px
}

.card-background {
    border: 0
}

.card-background, .card-background .card-header {
    background-color: #f2f2f2
}

.screen-height {
    min-height: 100vh
}

.skip {
    overflow: hidden;
    padding: 1em 1.5em;
    position: absolute;
    top: -4.2em
}

.skip, a.skip:active, a.skip:focus, a.skip:hover {
    background: #fff;
    left: 0;
    transition: all .2s ease-in-out
}

a.skip:active, a.skip:focus, a.skip:hover {
    height: auto;
    top: 0;
    width: auto;
    z-index: 10000000
}

.no-scroll {
    position: fixed;
    width: 100%
}

.no-scroll.menu-opened {
    position: relative
}

@media(max-width:1439.98px) {
    .no-scroll.menu-opened {
        position: fixed
    }
}

.menu-opened {
    position: relative
}

.menu-opened.modal-open {
    position: fixed
}

.menu-opened.no-scroll {
    position: fixed;
    width: 100%
}

.fade-in {
    animation: fadeIn ease-in 1;
    animation-duration: .5s
}

.no-transitions {
    transform: none !important;
    transition: none !important
}

.error {
    color: #e50739
}

.break-line {
    display: block
}

.modal-background {
    background-color: #000;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .5s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 8
}

.modal-background.show {
    opacity: .12;
    visibility: visible
}

select:active {
    box-shadow: none !important;
    outline: 0
}

.grecaptcha-badge {
    z-index: 2
}

.no-gutters-row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.absolute-position {
    position: absolute
}

.error-msg {
    color: #c00
}

.LPMcontainer.LPMoverlay {
    z-index: 101 !important
}

@media(max-width:1199.98px) {
    .LPMcontainer.LPMoverlay:has(>img) {
        height: 56px !important;
        margin: 16px !important;
        width: 56px !important
    }
}

.modal-open .LPMcontainer.LPMoverlay, .spinner-is-runing .LPMcontainer.LPMoverlay {
    z-index: 1051 !important
}

@media(max-width:1199.98px) {
    .LPMcontainer.LPMoverlay .LPMimage {
        left: unset !important;
        top: unset !important
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        height: 0;
        margin: 0;
        opacity: 0;
        padding: 0
    }
}

@keyframes fadeInEntrance {
    0% {
        height: inherit;
        margin: inherit;
        opacity: 0;
        padding: inherit
    }

    to {
        opacity: 1
    }
}

@media(min-width:1200px) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999
    }

    header.scrolling {
        z-index: 2
    }

    header:has(.header-banner.top-banner) {
        top: 0
    }

    header.checkout-header-wrapper {
        position: static
    }

    header.checkout-header-wrapper~div[role=main] {
        padding-top: 0
    }

    div[role=main] {
        padding-top: calc(var(--header-height, var(--header-height-fallback, 163px)) + var(--slider-height, var(--slider-height-fallback, 0px)))
    }
}

.color-transparent.color-transparent {
    color: transparent
}

.truncated:after {
    content: "...";
    display: inline-block
}

.billing-address .form-control.prefix-on, .custom-input .prefix-on, .prefix.d-none+.address-prefix-phone.js-us-prefix-on {
    padding-left: 30px !important
}

.inline-prefix {
    color: rgba(0, 0, 0, .6);
    padding: 20px 0;
    position: absolute;
    top: -1px
}

.buttons-row {
    display: flex;
    gap: 16px
}

.buttons-row .buttons-col {
    width: 100%
}

@media(min-width:1200px) {
    .buttons-row .buttons-col {
        width: 50%
    }
}

.pdp-zoom-instructions-container {
    align-items: center;
    bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    position: fixed;
    transform: translate(-50%);
    width: 65%;
    z-index: 1000001
}

.pdp-zoom-instructions-container .pdp-zoom-instructions {
    padding-bottom: 16px
}

.pdp-zoom-instructions-container .pdp-zoom-instructions .pdp-zoom-instructions-icon {
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px
}

.pdp-zoom-instructions-container .pdp-zoom-instructions .pdp-zoom-instructions-text {
    text-align: center
}

.slick-loading .slick-list {
    background: #000 50% no-repeat
}

.slick-next, .slick-prev {
    background: 0 0;
    background-repeat: no-repeat;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 18px;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.slick-arrow .v--hidden {
    left: 1px;
    top: 1px
}

.slick-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13 2 7l6-6' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
    left: -32px
}

@media(min-width:1200px) {
    .slick-prev {
        left: -48px
    }
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -8px
}

.slick-next, [dir=rtl] .slick-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 6 6-6 6' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E")
}

.slick-next {
    right: -32px
}

@media(min-width:1200px) {
    .slick-next {
        right: -48px
    }
}

[dir=rtl] .slick-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13 2 7l6-6' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
    left: -8px;
    right: auto
}

.slick-dots {
    display: block;
    list-style: none;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative
}

.slick-dots li, .slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-dots li button {
    background: 0 0;
    border: 0;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 8px
}

.slick-dots li button:hover:before {
    color: #4d4d4d;
    opacity: 1
}

.slick-dots li button:focus {
    border: 2px solid #009cad
}

.slick-dots li button:focus:before {
    color: #4d4d4d
}

.slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0, 0, 0, .122);
    content: "•";
    font-family: Santral Book, Santral Book Fallback, Verdana, Sans-Serif;
    font-size: 28px;
    height: 20px;
    left: 0;
    line-height: 18px;
    opacity: .3;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.slick-dots li.slick-active button {
    padding: 7px
}

.slick-dots li.slick-active button:before {
    color: #4a4a4a;
    opacity: 1
}

.slick-dots li:only-child {
    display: none
}

.slick-slider {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.slick-list, .slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    margin: 0 10px;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.peekaboo-carousel .slick-list {
    padding: 0 20% 0 0
}

@media(min-width:1200px) {
    .peekaboo-carousel .slick-list {
        padding: 0
    }
}

.pdp-gallery .slick-list {
    margin-left: 0;
    margin-right: 0
}

.js-image-gallery-mobile.slick-slider .slick-slide {
    margin: 0
}

@media(max-width:374.98px) {
    .collapsible-xs.collapsible-transition {
        height: var(--collapsed-height-mobile);
        overflow: hidden;
        position: relative;
        transition: height .5s ease-in-out
    }
}

@media(max-width:374.98px)and (min-width:1200px) {
    .collapsible-xs.collapsible-transition:hover:not(.active):after {
        opacity: 1
    }
}

@media(max-width:374.98px) {
    .collapsible-xs.collapsible-transition:after {
        background-color: #000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all .7s ease-in-out;
        width: 100%
    }

    .collapsible-xs.collapsible-transition.disable-underline:after {
        opacity: 0 !important
    }
}

@media(max-width:374.98px)and (min-width:1200px) {
    .collapsible-xs.collapsible-transition {
        height: var(--collapsed-height)
    }
}

@media(max-width:374.98px) {
    .collapsible-xs.collapsible-transition .collapsible-header {
        flex: initial
    }

    .collapsible-xs.collapsible-transition .collapsible-body {
        display: flex;
        flex-direction: column;
        min-height: -moz-fit-content;
        min-height: fit-content;
        opacity: 0;
        padding: 0 0 20px;
        transition: opacity .5s ease-in-out
    }
}

@media(max-width:374.98px)and (min-width:1200px) {
    .collapsible-xs.collapsible-transition .collapsible-body {
        padding: 0 0 40px
    }

    .collapsible-xs.collapsible-transition:not(.active) .collapsible-body a, .collapsible-xs.collapsible-transition:not(.active) .collapsible-body button {
        display: contents;
        pointer-events: none
    }
}

@media(max-width:374.98px) {
    .collapsible-xs.collapsible-transition:before {
        background-color: rgba(0, 0, 0, .122);
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .collapsible-xs.collapsible-transition.active .collapsible-body {
        opacity: 1
    }

    .collapsible-xs.collapsible-transition.default-active {
        height: auto
    }

    .collapsible-xs .title:after {
        clear: both;
        content: "";
        display: block
    }

    .collapsible-xs .title {
        align-items: center;
        background-color: #fbf9f7;
        border: 1px solid rgba(0, 0, 0, .122);
        display: flex;
        height: var(--collapsed-height-mobile);
        justify-content: space-between;
        line-height: 2.5rem;
        padding: 5px 10px
    }
}

@media(max-width:374.98px)and (min-width:1200px) {
    .collapsible-xs .title {
        height: var(--collapsed-height)
    }

    .collapsible-xs .title:focus-visible {
        outline-offset: -2px
    }
}

@media(max-width:374.98px) {
    .collapsible-xs .title:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
        height: 24px;
        transition: .65s;
        width: 24px
    }

    .collapsible-xs .card-body, .collapsible-xs .content {
        display: none
    }

    .collapsible-xs.active .title {
        background-color: #fff
    }

    .collapsible-xs.active .title:after {
        content: "";
        transform: rotate(180deg)
    }

    .collapsible-xs.active .card-body, .collapsible-xs.active .content {
        display: block
    }
}

div.collapsible-xs.active button.title {
    background-color: transparent
}

div.collapsible-xs button.title {
    background-color: transparent;
    border: 0;
    color: #000;
    text-decoration: none
}

div.collapsible-xs button.title:hover {
    text-decoration: none
}

@media(max-width:719.98px) {
    .collapsible-sm.collapsible-transition {
        height: var(--collapsed-height-mobile);
        overflow: hidden;
        position: relative;
        transition: height .5s ease-in-out
    }
}

@media(max-width:719.98px)and (min-width:1200px) {
    .collapsible-sm.collapsible-transition:hover:not(.active):after {
        opacity: 1
    }
}

@media(max-width:719.98px) {
    .collapsible-sm.collapsible-transition:after {
        background-color: #000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all .7s ease-in-out;
        width: 100%
    }

    .collapsible-sm.collapsible-transition.disable-underline:after {
        opacity: 0 !important
    }
}

@media(max-width:719.98px)and (min-width:1200px) {
    .collapsible-sm.collapsible-transition {
        height: var(--collapsed-height)
    }
}

@media(max-width:719.98px) {
    .collapsible-sm.collapsible-transition .collapsible-header {
        flex: initial
    }

    .collapsible-sm.collapsible-transition .collapsible-body {
        display: flex;
        flex-direction: column;
        min-height: -moz-fit-content;
        min-height: fit-content;
        opacity: 0;
        padding: 0 0 20px;
        transition: opacity .5s ease-in-out
    }
}

@media(max-width:719.98px)and (min-width:1200px) {
    .collapsible-sm.collapsible-transition .collapsible-body {
        padding: 0 0 40px
    }

    .collapsible-sm.collapsible-transition:not(.active) .collapsible-body a, .collapsible-sm.collapsible-transition:not(.active) .collapsible-body button {
        display: contents;
        pointer-events: none
    }
}

@media(max-width:719.98px) {
    .collapsible-sm.collapsible-transition:before {
        background-color: rgba(0, 0, 0, .122);
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .collapsible-sm.collapsible-transition.active .collapsible-body {
        opacity: 1
    }

    .collapsible-sm.collapsible-transition.default-active {
        height: auto
    }

    .collapsible-sm .title:after {
        clear: both;
        content: "";
        display: block
    }

    .collapsible-sm .title {
        align-items: center;
        background-color: #fbf9f7;
        border: 1px solid rgba(0, 0, 0, .122);
        display: flex;
        height: var(--collapsed-height-mobile);
        justify-content: space-between;
        line-height: 2.5rem;
        padding: 5px 10px
    }
}

@media(max-width:719.98px)and (min-width:1200px) {
    .collapsible-sm .title {
        height: var(--collapsed-height)
    }

    .collapsible-sm .title:focus-visible {
        outline-offset: -2px
    }
}

@media(max-width:719.98px) {
    .collapsible-sm .title:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
        height: 24px;
        transition: .65s;
        width: 24px
    }

    .collapsible-sm .card-body, .collapsible-sm .content {
        display: none
    }

    .collapsible-sm.active .title {
        background-color: #fff
    }

    .collapsible-sm.active .title:after {
        content: "";
        transform: rotate(180deg)
    }

    .collapsible-sm.active .card-body, .collapsible-sm.active .content {
        display: block
    }
}

div.collapsible-sm.active button.title {
    background-color: transparent
}

div.collapsible-sm button.title {
    background-color: transparent;
    border: 0;
    color: #000;
    text-decoration: none
}

div.collapsible-sm button.title:hover {
    text-decoration: none
}

@media(max-width:1199.98px) {
    .collapsible-md.collapsible-transition {
        height: var(--collapsed-height-mobile);
        overflow: hidden;
        position: relative;
        transition: height .5s ease-in-out
    }
}

@media(max-width:1199.98px)and (min-width:1200px) {
    .collapsible-md.collapsible-transition:hover:not(.active):after {
        opacity: 1
    }
}

@media(max-width:1199.98px) {
    .collapsible-md.collapsible-transition:after {
        background-color: #000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all .7s ease-in-out;
        width: 100%
    }

    .collapsible-md.collapsible-transition.disable-underline:after {
        opacity: 0 !important
    }
}

@media(max-width:1199.98px)and (min-width:1200px) {
    .collapsible-md.collapsible-transition {
        height: var(--collapsed-height)
    }
}

@media(max-width:1199.98px) {
    .collapsible-md.collapsible-transition .collapsible-header {
        flex: initial
    }

    .collapsible-md.collapsible-transition .collapsible-body {
        display: flex;
        flex-direction: column;
        min-height: -moz-fit-content;
        min-height: fit-content;
        opacity: 0;
        padding: 0 0 20px;
        transition: opacity .5s ease-in-out
    }
}

@media(max-width:1199.98px)and (min-width:1200px) {
    .collapsible-md.collapsible-transition .collapsible-body {
        padding: 0 0 40px
    }

    .collapsible-md.collapsible-transition:not(.active) .collapsible-body a, .collapsible-md.collapsible-transition:not(.active) .collapsible-body button {
        display: contents;
        pointer-events: none
    }
}

@media(max-width:1199.98px) {
    .collapsible-md.collapsible-transition:before {
        background-color: rgba(0, 0, 0, .122);
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .collapsible-md.collapsible-transition.active .collapsible-body {
        opacity: 1
    }

    .collapsible-md.collapsible-transition.default-active {
        height: auto
    }

    .collapsible-md .title:after {
        clear: both;
        content: "";
        display: block
    }

    .collapsible-md .title {
        align-items: center;
        background-color: #fbf9f7;
        border: 1px solid rgba(0, 0, 0, .122);
        display: flex;
        height: var(--collapsed-height-mobile);
        justify-content: space-between;
        line-height: 2.5rem;
        padding: 5px 10px
    }
}

@media(max-width:1199.98px)and (min-width:1200px) {
    .collapsible-md .title {
        height: var(--collapsed-height)
    }

    .collapsible-md .title:focus-visible {
        outline-offset: -2px
    }
}

@media(max-width:1199.98px) {
    .collapsible-md .title:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
        height: 24px;
        transition: .65s;
        width: 24px
    }

    .collapsible-md .card-body, .collapsible-md .content {
        display: none
    }

    .collapsible-md.active .title {
        background-color: #fff
    }

    .collapsible-md.active .title:after {
        content: "";
        transform: rotate(180deg)
    }

    .collapsible-md.active .card-body, .collapsible-md.active .content {
        display: block
    }
}

div.collapsible-md.active button.title {
    background-color: transparent
}

div.collapsible-md button.title {
    background-color: transparent;
    border: 0;
    color: #000;
    text-decoration: none
}

div.collapsible-md button.title:hover {
    text-decoration: none
}

@media(max-width:1439.98px) {
    .collapsible-lg.collapsible-transition {
        height: var(--collapsed-height-mobile);
        overflow: hidden;
        position: relative;
        transition: height .5s ease-in-out
    }
}

@media(max-width:1439.98px)and (min-width:1200px) {
    .collapsible-lg.collapsible-transition:hover:not(.active):after {
        opacity: 1
    }
}

@media(max-width:1439.98px) {
    .collapsible-lg.collapsible-transition:after {
        background-color: #000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all .7s ease-in-out;
        width: 100%
    }

    .collapsible-lg.collapsible-transition.disable-underline:after {
        opacity: 0 !important
    }
}

@media(max-width:1439.98px)and (min-width:1200px) {
    .collapsible-lg.collapsible-transition {
        height: var(--collapsed-height)
    }
}

@media(max-width:1439.98px) {
    .collapsible-lg.collapsible-transition .collapsible-header {
        flex: initial
    }

    .collapsible-lg.collapsible-transition .collapsible-body {
        display: flex;
        flex-direction: column;
        min-height: -moz-fit-content;
        min-height: fit-content;
        opacity: 0;
        padding: 0 0 20px;
        transition: opacity .5s ease-in-out
    }
}

@media(max-width:1439.98px)and (min-width:1200px) {
    .collapsible-lg.collapsible-transition .collapsible-body {
        padding: 0 0 40px
    }

    .collapsible-lg.collapsible-transition:not(.active) .collapsible-body a, .collapsible-lg.collapsible-transition:not(.active) .collapsible-body button {
        display: contents;
        pointer-events: none
    }
}

@media(max-width:1439.98px) {
    .collapsible-lg.collapsible-transition:before {
        background-color: rgba(0, 0, 0, .122);
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .collapsible-lg.collapsible-transition.active .collapsible-body {
        opacity: 1
    }

    .collapsible-lg.collapsible-transition.default-active {
        height: auto
    }

    .collapsible-lg .title:after {
        clear: both;
        content: "";
        display: block
    }

    .collapsible-lg .title {
        align-items: center;
        background-color: #fbf9f7;
        border: 1px solid rgba(0, 0, 0, .122);
        display: flex;
        height: var(--collapsed-height-mobile);
        justify-content: space-between;
        line-height: 2.5rem;
        padding: 5px 10px
    }
}

@media(max-width:1439.98px)and (min-width:1200px) {
    .collapsible-lg .title {
        height: var(--collapsed-height)
    }

    .collapsible-lg .title:focus-visible {
        outline-offset: -2px
    }
}

@media(max-width:1439.98px) {
    .collapsible-lg .title:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
        height: 24px;
        transition: .65s;
        width: 24px
    }

    .collapsible-lg .card-body, .collapsible-lg .content {
        display: none
    }

    .collapsible-lg.active .title {
        background-color: #fff
    }

    .collapsible-lg.active .title:after {
        content: "";
        transform: rotate(180deg)
    }

    .collapsible-lg.active .card-body, .collapsible-lg.active .content {
        display: block
    }
}

div.collapsible-lg.active button.title {
    background-color: transparent
}

div.collapsible-lg button.title {
    background-color: transparent;
    border: 0;
    color: #000;
    text-decoration: none
}

div.collapsible-lg button.title:hover {
    text-decoration: none
}

@media(max-width:1440.98px) {
    .collapsible-xl.collapsible-transition {
        height: var(--collapsed-height-mobile);
        overflow: hidden;
        position: relative;
        transition: height .5s ease-in-out
    }
}

@media(max-width:1440.98px)and (min-width:1200px) {
    .collapsible-xl.collapsible-transition:hover:not(.active):after {
        opacity: 1
    }
}

@media(max-width:1440.98px) {
    .collapsible-xl.collapsible-transition:after {
        background-color: #000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all .7s ease-in-out;
        width: 100%
    }

    .collapsible-xl.collapsible-transition.disable-underline:after {
        opacity: 0 !important
    }
}

@media(max-width:1440.98px)and (min-width:1200px) {
    .collapsible-xl.collapsible-transition {
        height: var(--collapsed-height)
    }
}

@media(max-width:1440.98px) {
    .collapsible-xl.collapsible-transition .collapsible-header {
        flex: initial
    }

    .collapsible-xl.collapsible-transition .collapsible-body {
        display: flex;
        flex-direction: column;
        min-height: -moz-fit-content;
        min-height: fit-content;
        opacity: 0;
        padding: 0 0 20px;
        transition: opacity .5s ease-in-out
    }
}

@media(max-width:1440.98px)and (min-width:1200px) {
    .collapsible-xl.collapsible-transition .collapsible-body {
        padding: 0 0 40px
    }

    .collapsible-xl.collapsible-transition:not(.active) .collapsible-body a, .collapsible-xl.collapsible-transition:not(.active) .collapsible-body button {
        display: contents;
        pointer-events: none
    }
}

@media(max-width:1440.98px) {
    .collapsible-xl.collapsible-transition:before {
        background-color: rgba(0, 0, 0, .122);
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .collapsible-xl.collapsible-transition.active .collapsible-body {
        opacity: 1
    }

    .collapsible-xl.collapsible-transition.default-active {
        height: auto
    }

    .collapsible-xl .title:after {
        clear: both;
        content: "";
        display: block
    }

    .collapsible-xl .title {
        align-items: center;
        background-color: #fbf9f7;
        border: 1px solid rgba(0, 0, 0, .122);
        display: flex;
        height: var(--collapsed-height-mobile);
        justify-content: space-between;
        line-height: 2.5rem;
        padding: 5px 10px
    }
}

@media(max-width:1440.98px)and (min-width:1200px) {
    .collapsible-xl .title {
        height: var(--collapsed-height)
    }

    .collapsible-xl .title:focus-visible {
        outline-offset: -2px
    }
}

@media(max-width:1440.98px) {
    .collapsible-xl .title:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
        height: 24px;
        transition: .65s;
        width: 24px
    }

    .collapsible-xl .card-body, .collapsible-xl .content {
        display: none
    }

    .collapsible-xl.active .title {
        background-color: #fff
    }

    .collapsible-xl.active .title:after {
        content: "";
        transform: rotate(180deg)
    }

    .collapsible-xl.active .card-body, .collapsible-xl.active .content {
        display: block
    }
}

div.collapsible-xl.active button.title {
    background-color: transparent
}

div.collapsible-xl button.title {
    background-color: transparent;
    border: 0;
    color: #000;
    text-decoration: none
}

div.collapsible-xl button.title:hover {
    text-decoration: none
}

@media(max-width:1919.98px) {
    .collapsible-xl-up.collapsible-transition {
        height: var(--collapsed-height-mobile);
        overflow: hidden;
        position: relative;
        transition: height .5s ease-in-out
    }
}

@media(max-width:1919.98px)and (min-width:1200px) {
    .collapsible-xl-up.collapsible-transition:hover:not(.active):after {
        opacity: 1
    }
}

@media(max-width:1919.98px) {
    .collapsible-xl-up.collapsible-transition:after {
        background-color: #000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all .7s ease-in-out;
        width: 100%
    }

    .collapsible-xl-up.collapsible-transition.disable-underline:after {
        opacity: 0 !important
    }
}

@media(max-width:1919.98px)and (min-width:1200px) {
    .collapsible-xl-up.collapsible-transition {
        height: var(--collapsed-height)
    }
}

@media(max-width:1919.98px) {
    .collapsible-xl-up.collapsible-transition .collapsible-header {
        flex: initial
    }

    .collapsible-xl-up.collapsible-transition .collapsible-body {
        display: flex;
        flex-direction: column;
        min-height: -moz-fit-content;
        min-height: fit-content;
        opacity: 0;
        padding: 0 0 20px;
        transition: opacity .5s ease-in-out
    }
}

@media(max-width:1919.98px)and (min-width:1200px) {
    .collapsible-xl-up.collapsible-transition .collapsible-body {
        padding: 0 0 40px
    }

    .collapsible-xl-up.collapsible-transition:not(.active) .collapsible-body a, .collapsible-xl-up.collapsible-transition:not(.active) .collapsible-body button {
        display: contents;
        pointer-events: none
    }
}

@media(max-width:1919.98px) {
    .collapsible-xl-up.collapsible-transition:before {
        background-color: rgba(0, 0, 0, .122);
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .collapsible-xl-up.collapsible-transition.active .collapsible-body {
        opacity: 1
    }

    .collapsible-xl-up.collapsible-transition.default-active {
        height: auto
    }

    .collapsible-xl-up .title:after {
        clear: both;
        content: "";
        display: block
    }

    .collapsible-xl-up .title {
        align-items: center;
        background-color: #fbf9f7;
        border: 1px solid rgba(0, 0, 0, .122);
        display: flex;
        height: var(--collapsed-height-mobile);
        justify-content: space-between;
        line-height: 2.5rem;
        padding: 5px 10px
    }
}

@media(max-width:1919.98px)and (min-width:1200px) {
    .collapsible-xl-up .title {
        height: var(--collapsed-height)
    }

    .collapsible-xl-up .title:focus-visible {
        outline-offset: -2px
    }
}

@media(max-width:1919.98px) {
    .collapsible-xl-up .title:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
        height: 24px;
        transition: .65s;
        width: 24px
    }

    .collapsible-xl-up .card-body, .collapsible-xl-up .content {
        display: none
    }

    .collapsible-xl-up.active .title {
        background-color: #fff
    }

    .collapsible-xl-up.active .title:after {
        content: "";
        transform: rotate(180deg)
    }

    .collapsible-xl-up.active .card-body, .collapsible-xl-up.active .content {
        display: block
    }
}

div.collapsible-xl-up.active button.title {
    background-color: transparent
}

div.collapsible-xl-up button.title {
    background-color: transparent;
    border: 0;
    color: #000;
    text-decoration: none
}

div.collapsible-xl-up button.title:hover {
    text-decoration: none
}

@media(max-width:1920.98px) {
    .collapsible-xxl.collapsible-transition {
        height: var(--collapsed-height-mobile);
        overflow: hidden;
        position: relative;
        transition: height .5s ease-in-out
    }
}

@media(max-width:1920.98px)and (min-width:1200px) {
    .collapsible-xxl.collapsible-transition:hover:not(.active):after {
        opacity: 1
    }
}

@media(max-width:1920.98px) {
    .collapsible-xxl.collapsible-transition:after {
        background-color: #000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all .7s ease-in-out;
        width: 100%
    }

    .collapsible-xxl.collapsible-transition.disable-underline:after {
        opacity: 0 !important
    }
}

@media(max-width:1920.98px)and (min-width:1200px) {
    .collapsible-xxl.collapsible-transition {
        height: var(--collapsed-height)
    }
}

@media(max-width:1920.98px) {
    .collapsible-xxl.collapsible-transition .collapsible-header {
        flex: initial
    }

    .collapsible-xxl.collapsible-transition .collapsible-body {
        display: flex;
        flex-direction: column;
        min-height: -moz-fit-content;
        min-height: fit-content;
        opacity: 0;
        padding: 0 0 20px;
        transition: opacity .5s ease-in-out
    }
}

@media(max-width:1920.98px)and (min-width:1200px) {
    .collapsible-xxl.collapsible-transition .collapsible-body {
        padding: 0 0 40px
    }

    .collapsible-xxl.collapsible-transition:not(.active) .collapsible-body a, .collapsible-xxl.collapsible-transition:not(.active) .collapsible-body button {
        display: contents;
        pointer-events: none
    }
}

@media(max-width:1920.98px) {
    .collapsible-xxl.collapsible-transition:before {
        background-color: rgba(0, 0, 0, .122);
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .collapsible-xxl.collapsible-transition.active .collapsible-body {
        opacity: 1
    }

    .collapsible-xxl.collapsible-transition.default-active {
        height: auto
    }

    .collapsible-xxl .title:after {
        clear: both;
        content: "";
        display: block
    }

    .collapsible-xxl .title {
        align-items: center;
        background-color: #fbf9f7;
        border: 1px solid rgba(0, 0, 0, .122);
        display: flex;
        height: var(--collapsed-height-mobile);
        justify-content: space-between;
        line-height: 2.5rem;
        padding: 5px 10px
    }
}

@media(max-width:1920.98px)and (min-width:1200px) {
    .collapsible-xxl .title {
        height: var(--collapsed-height)
    }

    .collapsible-xxl .title:focus-visible {
        outline-offset: -2px
    }
}

@media(max-width:1920.98px) {
    .collapsible-xxl .title:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
        height: 24px;
        transition: .65s;
        width: 24px
    }

    .collapsible-xxl .card-body, .collapsible-xxl .content {
        display: none
    }

    .collapsible-xxl.active .title {
        background-color: #fff
    }

    .collapsible-xxl.active .title:after {
        content: "";
        transform: rotate(180deg)
    }

    .collapsible-xxl.active .card-body, .collapsible-xxl.active .content {
        display: block
    }
}

div.collapsible-xxl.active button.title {
    background-color: transparent
}

div.collapsible-xxl button.title {
    background-color: transparent;
    border: 0;
    color: #000;
    text-decoration: none
}

div.collapsible-xxl button.title:hover {
    text-decoration: none
}

@media(min-width:1200px) {
    .collapsible-xxl-up.collapsible-transition:hover:not(.active):after {
        opacity: 1
    }
}

.collapsible-xxl-up.collapsible-transition:after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease-in-out;
    width: 100%
}

.collapsible-xxl-up.collapsible-transition.disable-underline:after {
    opacity: 0 !important
}

.collapsible-xxl-up.collapsible-transition {
    height: var(--collapsed-height-mobile);
    overflow: hidden;
    position: relative;
    transition: height .5s ease-in-out
}

@media(min-width:1200px) {
    .collapsible-xxl-up.collapsible-transition {
        height: var(--collapsed-height)
    }
}

.collapsible-xxl-up.collapsible-transition .collapsible-header {
    flex: initial
}

.collapsible-xxl-up.collapsible-transition .collapsible-body {
    display: flex;
    flex-direction: column;
    min-height: -moz-fit-content;
    min-height: fit-content;
    opacity: 0;
    padding: 0 0 20px;
    transition: opacity .5s ease-in-out
}

@media(min-width:1200px) {
    .collapsible-xxl-up.collapsible-transition .collapsible-body {
        padding: 0 0 40px
    }

    .collapsible-xxl-up.collapsible-transition:not(.active) .collapsible-body a, .collapsible-xxl-up.collapsible-transition:not(.active) .collapsible-body button {
        display: contents;
        pointer-events: none
    }
}

.collapsible-xxl-up.collapsible-transition:before {
    background-color: rgba(0, 0, 0, .122);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.collapsible-xxl-up.collapsible-transition.active .collapsible-body {
    opacity: 1
}

.collapsible-xxl-up.collapsible-transition.default-active {
    height: auto
}

.collapsible-xxl-up .title:after {
    clear: both;
    display: block
}

.collapsible-xxl-up .title {
    align-items: center;
    background-color: #fbf9f7;
    border: 1px solid rgba(0, 0, 0, .122);
    display: flex;
    height: var(--collapsed-height-mobile);
    justify-content: space-between;
    line-height: 2.5rem;
    padding: 5px 10px
}

@media(min-width:1200px) {
    .collapsible-xxl-up .title {
        height: var(--collapsed-height)
    }

    .collapsible-xxl-up .title:focus-visible {
        outline-offset: -2px
    }
}

.collapsible-xxl-up .title:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    transition: .65s;
    width: 24px
}

.collapsible-xxl-up .card-body, .collapsible-xxl-up .content {
    display: none
}

.collapsible-xxl-up.active .title {
    background-color: #fff
}

.collapsible-xxl-up.active .title:after {
    content: "";
    transform: rotate(180deg)
}

.collapsible-xxl-up.active .card-body, .collapsible-xxl-up.active .content {
    display: block
}

div.collapsible-xxl-up.active button.title {
    background-color: transparent
}

div.collapsible-xxl-up button.title {
    background-color: transparent;
    border: 0;
    color: #000;
    text-decoration: none
}

div.collapsible-xxl-up button.title:hover {
    text-decoration: none
}

@media(min-width:1920px) {
    .collapsible-xxl.collapsible-transition {
        height: var(--collapsed-height-mobile);
        overflow: hidden;
        position: relative;
        transition: height .5s ease-in-out
    }
}

@media(min-width:1920px)and (min-width:1200px) {
    .collapsible-xxl.collapsible-transition:hover:not(.active):after {
        opacity: 1
    }
}

@media(min-width:1920px) {
    .collapsible-xxl.collapsible-transition:after {
        background-color: #000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all .7s ease-in-out;
        width: 100%
    }

    .collapsible-xxl.collapsible-transition.disable-underline:after {
        opacity: 0 !important
    }
}

@media(min-width:1920px)and (min-width:1200px) {
    .collapsible-xxl.collapsible-transition {
        height: var(--collapsed-height)
    }
}

@media(min-width:1920px) {
    .collapsible-xxl.collapsible-transition .collapsible-header {
        flex: initial
    }

    .collapsible-xxl.collapsible-transition .collapsible-body {
        display: flex;
        flex-direction: column;
        min-height: -moz-fit-content;
        min-height: fit-content;
        opacity: 0;
        padding: 0 0 20px;
        transition: opacity .5s ease-in-out
    }
}

@media(min-width:1920px)and (min-width:1200px) {
    .collapsible-xxl.collapsible-transition .collapsible-body {
        padding: 0 0 40px
    }

    .collapsible-xxl.collapsible-transition:not(.active) .collapsible-body a, .collapsible-xxl.collapsible-transition:not(.active) .collapsible-body button {
        display: contents;
        pointer-events: none
    }
}

@media(min-width:1920px) {
    .collapsible-xxl.collapsible-transition:before {
        background-color: rgba(0, 0, 0, .122);
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .collapsible-xxl.collapsible-transition.active .collapsible-body {
        opacity: 1
    }

    .collapsible-xxl.collapsible-transition.default-active {
        height: auto
    }

    .collapsible-xxl .title:after {
        clear: both;
        content: "";
        display: block
    }

    .collapsible-xxl .title {
        align-items: center;
        background-color: #fbf9f7;
        border: 1px solid rgba(0, 0, 0, .122);
        display: flex;
        height: var(--collapsed-height-mobile);
        justify-content: space-between;
        line-height: 2.5rem;
        padding: 5px 10px
    }
}

@media(min-width:1920px)and (min-width:1200px) {
    .collapsible-xxl .title {
        height: var(--collapsed-height)
    }

    .collapsible-xxl .title:focus-visible {
        outline-offset: -2px
    }
}

@media(min-width:1920px) {
    .collapsible-xxl .title:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
        height: 24px;
        transition: .65s;
        width: 24px
    }

    .collapsible-xxl .card-body, .collapsible-xxl .content {
        display: none
    }

    .collapsible-xxl.active .title {
        background-color: #fff
    }

    .collapsible-xxl.active .title:after {
        content: "";
        transform: rotate(180deg)
    }

    .collapsible-xxl.active .card-body, .collapsible-xxl.active .content {
        display: block
    }
}

.collapse-accordion {
    background-color: #fff
}

.collapse-accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, .122);
    border-top: 0;
    padding: 24px 5px 24px 0
}

.collapse-accordion-item:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, .122)
}

.collapse-accordion-title {
    align-items: center;
    display: flex;
    text-decoration: none
}

.collapse-accordion-title:hover {
    text-decoration: none
}

.collapse-accordion-title span {
    color: var(--Black, #000);
    width: 100%
}

.collapse-accordion-title span+.collapse-icon {
    width: 15px
}

.collapse-accordion img {
    margin-right: 10px
}

.collapse-icon {
    height: 8px;
    margin-left: auto;
    transform: rotate(180deg);
    transition: transform .3s;
    width: 12px
}

.collapse-icon.vertical-collapse {
    transform: rotate(-90deg)
}

.collapsed .collapse-icon.vertical-collapse {
    transform: rotate(90deg)
}

.collapsed .collapse-icon {
    transform: none
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');

@font-face {
    font-display: swap;
    font-family: "Santral";
    src: local("Inter");
    font-weight: 400;
}

@font-face {
    font-display: swap;
    font-family: "Santral Book";
    src: local("Inter");
    font-weight: 300;
}

@font-face {
    font-display: swap;
    font-family: "Santral Medium";
    src: local("Inter");
    font-weight: 500;
}

@font-face {
    font-display: swap;
    font-family: "Santral Semibold";
    src: local("Inter");
    font-weight: 600;
}

@font-face {
    font-display: swap;
    font-family: "Santral Bold";
    src: local("Inter");
    font-weight: 700;
}

@font-face {
    font-display: swap;
    font-family: "Sterling SSM";
    src: local("Cormorant Garamond");
    font-weight: 400;
}

@font-face {
    font-display: swap;
    font-family: "Sterling SSM Italic";
    src: local("Cormorant Garamond Italic");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-display: swap;
    font-family: "Sterling SSM Light Italic";
    src: local("Cormorant Garamond Italic");
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-display: swap;
    font-family: "Sterling SSM Bold";
    src: local("Cormorant Garamond");
    font-weight: 700;
}
@font-face {
    font-family: Sterling Fallback;
    size-adjust: 123%;
    src: local("Times New Roman")
}

@font-face {
    font-family: Santral Fallback;
    size-adjust: 95%;
    src: local("Verdana")
}

@font-face {
    ascent-override: 105%;
    descent-override: 35%;
    font-family: Santral Book Fallback;
    size-adjust: 98%;
    src: local("Verdana")
}

@media(min-width:1200px) {
    .product-tile-simplified-wishlist {
        justify-content: center
    }
}

.product-tile-simplified-wishlist .pdp-link {
    margin: 0 !important
}

@media(max-width:719.98px) {
    .product-tile-simplified-wishlist .product-collection {
        text-wrap: wrap;
        max-width: calc(100% - 30px)
    }
}

.product-tile-simplified-wishlist .tooltip-wrapper {
    margin-bottom: 24px;
    margin-top: 24px
}

.line-item-card {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .122);
    position: relative
}

.line-item-card .edit {
    background-color: #fff;
    border: 0;
    padding: 0
}

.line-item-card:last-of-type {
    border-bottom: 0
}

.line-item-card:first-of-type .card-body {
    padding-top: 0
}

.line-item-card:not(:first-of-type) .card-body {
    padding: 32px 0
}

@media(min-width:720px) {
    .line-item-card:not(:first-of-type) .card-body {
        padding: 48px 0
    }
}

.line-item-card .product-image {
    max-width: 100%
}

.line-item-card .line-item-category {
    margin-bottom: 0;
    max-width: calc(100% - 72px);
    white-space: unset !important
}

@media(min-width:720px) {
    .line-item-card .line-item-category {
        max-width: unset
    }
}

.line-item-card .line-item-category .line-item-category-link {
    color: #000;
    vertical-align: text-top
}

.line-item-card .line-item-category .line-item-category-link:focus-visible {
    outline-offset: -2px
}

.line-item-card .line-item-category a {
    color: #000 !important
}

.line-item-card .line-item-category a:focus-visible {
    outline-offset: -2px
}

.line-item-card .line-item-name {
    color: #000;
    margin-top: 8px;
    max-width: calc(100% - 72px);
    white-space: unset !important
}

.line-item-card .line-item-name .line-item-product-name {
    color: #000
}

.line-item-card .non-adjusted-price {
    display: none
}

.line-item-card .line-item-total-price-amount, .line-item-card .strike-through {
    margin: 0
}

.line-item-card .product-details {
    -moz-column-gap: 2px;
    column-gap: 2px;
    display: grid;
    grid-template-columns: minmax(48px, auto) 1fr;
    margin-top: 8px;
    row-gap: 0
}

@media(min-width:1200px) {
    .line-item-card .product-details {
        -moz-column-gap: 8px;
        column-gap: 8px
    }
}

.line-item-card .product-details .line-item-attribute-name {
    min-width: unset
}

.line-item-card .item-attributes {
    position: relative;
    width: 250px
}

@media(min-width:1200px) {
    .line-item-card .item-attributes {
        margin-left: 0;
        width: 255px
    }
}

.line-item-card .line-item-attributes {
    margin: 0 0 8px
}

@media(max-width:1439.98px) {
    .line-item-card .line-item-attributes:not(.ir-diamonds-4c) {
        margin-bottom: 2px !important
    }
}

.line-item-card .line-item-attributes .edit-packaging {
    background-color: transparent;
    border: 0;
    padding: 0
}

.line-item-card .line-item-attributes.ir-diamonds-4c {
    margin-bottom: 24px;
    margin-top: 24px
}

@media(max-width:1439.98px) {
    .line-item-card .line-item-attributes.ir-diamonds-4c {
        margin-bottom: 16px;
        margin-top: 16px
    }
}

.line-item-card .line-item-attributes.ir-diamonds-4c .ir-diamonds-4c-column {
    gap: 8px
}

.line-item-card .line-item-attributes.ir-diamonds-4c .ir-diamonds-4c-column .line-item-attribute-name {
    margin-right: 8px;
    min-width: 72px;
    padding-right: 0
}

.line-item-card .line-item-attributes.ir-diamonds-4c .ir-diamonds-4c-column .line-item-attribute-value {
    min-width: 64px
}

.line-item-card .line-item-attributes.ir-diamonds-4c .ir-diamonds-4c-column--small {
    gap: 4px
}

@media(max-width:1439.98px) {
    .line-item-card .line-item-attributes.ir-diamonds-4c .ir-diamonds-4c-column--small {
        padding-block: 8px
    }
}

.line-item-card .tooltip-grey-color {
    color: var(--Dark-Grey, rgba(0, 0, 0, .6))
}

.line-item-card .line-item-attribute-name {
    display: inline-block;
    min-width: 90px;
    padding-right: 8px
}

.line-item-card .non-gift-packaging {
    display: flex
}

.line-item-card .non-gift-packaging .line-item-attribute-name {
    min-width: auto
}

.line-item-card .quantity {
    margin: 15px 0 0
}

.line-item-card .quantity.custom-select-dropdown {
    background-size: auto
}

.line-item-card .quantity-form {
    margin-right: 5px;
    min-width: 80px
}

.line-item-card .card-body {
    padding: 20px 0 32px
}

@media(min-width:720px) {
    .line-item-card .card-body {
        padding-bottom: 48px
    }
}

.line-item-card .card-body .error-message-text {
    color: #e50739
}

.line-item-card .qty-card-quantity-label {
    display: inline-block;
    min-width: 90px;
    padding-right: 8px;
    width: auto
}

@media(min-width:720px) {
    .line-item-card .qty-card-quantity-label {
        min-width: 90px;
        padding-right: 10px
    }
}

.line-item-card .line-item-footer {
    text-align: left
}

.line-item-card .line-item-pricing-info {
    flex-wrap: nowrap;
    padding-bottom: 0
}

@media(min-width:720px) {
    .line-item-card .line-item-pricing-info {
        width: auto !important
    }
}

.line-item-card .no-variation {
    margin: 16px 0 0
}

@media(min-width:720px) {
    .line-item-card .no-variation {
        margin: 24px 0 0
    }
}

.line-item-card .line-item-low-stock-message {
    padding-bottom: 8px
}

@media(max-width:1199.98px) {
    .line-item-card .line-item-low-stock-message {
        max-width: 120px;
        min-width: 120px
    }
}

.line-item-card .online-exclusive-tag-wrap {
    background-color: #f4f0ea;
    max-width: 113px;
    padding: 4px 7px
}

.line-item-card .price {
    margin: 0;
    text-align: right
}

.line-item-card-small .item-image {
    height: 88px;
    max-width: 100%;
    text-align: center;
    width: 88px
}

@media(min-width:720px) {
    .line-item-card-small .item-image {
        height: -moz-max-content;
        height: max-content;
        margin-right: 48px;
        width: 165px
    }
}

@media(min-width:1200px) {
    .line-item-card-small .item-image {
        align-items: center;
        display: flex;
        height: 212px;
        justify-content: center;
        width: 212px
    }
}

.line-item-card-small .item-image-order-summary {
    height: auto;
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 0
}

.line-item-card-small .item-image-order-summary .product-image {
    height: auto;
    min-width: 94px;
    width: 94px
}

@media(max-width:719.98px) {
    .line-item-card-small .item-image-order-summary .product-image {
        min-width: 88px;
        width: 88px
    }
}

.line-item-card-small .product-image {
    max-width: 100%
}

@media(min-width:720px) {
    .line-item-card-small .product-image {
        max-height: 165px
    }
}

@media(min-width:1200px) {
    .line-item-card-small .product-image {
        max-height: 212px
    }
}

.line-item-card-xs .item-image {
    height: 90px;
    margin-right: 15px;
    width: 90px
}

.line-item-card-xs .product-image {
    max-height: 90px
}

.line-item-card .remove-product {
    border: 0;
    margin-bottom: 3px
}

.line-item-card .remove-product:hover {
    text-decoration: underline
}

.line-item-card .product-more-details {
    margin-top: 10px
}

@media(max-width:719.98px) {
    .product-summary-block .line-item-card .product-more-details .collapse {
        display: block
    }
}

.line-item-card .product-more-details .line-item-attributes:first-of-type {
    margin: 0
}

.line-item-card .product-more-details .packaging-and-gift-container .line-item-attributes:not(.line-item-gift) {
    margin-top: 24px;
    padding-top: 24px
}

.line-item-card .product-more-details .packaging-and-gift-container .gift-label-text, .line-item-card .product-more-details .packaging-and-gift-container .order-review-gift-message, .line-item-card .product-more-details .packaging-and-gift-container .packaging-label, .line-item-card .product-more-details .packaging-and-gift-container .packaging-label-text, .line-item-card .product-more-details .packaging-and-gift-container .packaging-option-label {
    margin-top: 0
}

.line-item-card .product-more-details .collapse-block {
    display: flex;
    margin-bottom: 18px;
    width: -moz-fit-content;
    width: fit-content
}

.line-item-card .product-more-details .collapsed-block {
    align-items: center;
    color: #000;
    display: flex;
    gap: 2px;
    text-decoration: underline
}

.line-item-card .product-more-details .collapsed-block:hover {
    color: #009cad;
    text-decoration: underline !important
}

.line-item-card .product-more-details .collapsed-block:hover:after {
    background-color: #009cad
}

.line-item-card .product-more-details .collapsed-block:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 24px;
    margin-left: 0;
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 7.4 6-6L10.6 0 6 4.6 1.4 0 0 1.4l6 6Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 7.4 6-6L10.6 0 6 4.6 1.4 0 0 1.4l6 6Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: 12px 8px;
    mask-size: 12px 8px;
    vertical-align: middle;
    width: 24px
}

.line-item-card .product-more-details .expanded-block {
    align-items: center;
    color: #000;
    display: flex;
    gap: 2px;
    text-decoration: underline
}

.line-item-card .product-more-details .expanded-block:hover {
    color: #009cad;
    text-decoration: underline !important
}

.line-item-card .product-more-details .expanded-block:hover:after {
    background-color: #009cad
}

.line-item-card .product-more-details .expanded-block:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 24px;
    margin-left: 0;
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 7.4 6-6L10.6 0 6 4.6 1.4 0 0 1.4l6 6Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 7.4 6-6L10.6 0 6 4.6 1.4 0 0 1.4l6 6Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: 12px 8px;
    mask-size: 12px 8px;
    transform: rotate(180deg);
    vertical-align: middle;
    width: 24px
}

.line-item-card .product-more-details .line-item-gift-label {
    display: inline-block;
    min-width: 90px;
    padding-right: 8px;
    white-space: nowrap
}

.line-item-card .product-more-details .line-item-packaging {
    margin-top: 24px;
    padding-top: 24px
}

@media(max-width:1439.98px) {
    .line-item-card .product-more-details .line-item-packaging {
        margin-top: 0
    }
}

.line-item-card [aria-expanded=false]>.expanded-block, .line-item-card [aria-expanded=true]>.collapsed-block {
    display: none
}

.line-item-card .product-card-footer {
    position: absolute;
    right: 10px
}

@media(min-width:1200px) {
    .line-item-card .product-card-footer {
        padding-right: 0;
        right: 0
    }
}

.line-item-card .ir-diamonds-payment-returns {
    border-top: 1px solid rgba(0, 0, 0, .122);
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
    margin-top: 24px;
    padding-top: 24px
}

@media(min-width:1200px) {
    .line-item-card .ir-diamonds-payment-returns {
        flex-direction: row;
        gap: 24px;
        margin-top: 32px
    }
}

.line-item-card .ir-diamonds-payment-returns .ir-customer-info-link:hover {
    text-decoration: none
}

.line-item-card .ir-diamonds-payment-returns .ir-caret-customer-info {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px
}

@media(max-width:719.98px) {
    .minicart .line-item-total-price {
        margin: 0;
        right: 5px;
        top: 7px
    }
}

.minicart {
    position: relative
}

.minicart-product-container:not(.empty) {
    max-height: calc(100vh - 370px);
    min-height: calc(100vh - 456px);
    overflow-x: hidden;
    overflow-y: auto
}

@supports(-webkit-touch-callout:none) {
    .minicart-product-container:not(.empty) {
        max-height: calc(100vh - 450px);
        min-height: calc(100vh - 456px);
        overflow-x: hidden;
        overflow-y: auto
    }
}

@media(min-width:1200px) {
    .minicart-product-container:not(.empty) {
        max-height: calc(100vh - 496px);
        min-height: calc(100vh - 496px)
    }
}

.minicart-product-container.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.minicart-product-container.no-scrollbar::-webkit-scrollbar {
    display: none
}

.minicart-product-container .transition-height {
    height: 0;
    overflow: hidden;
    transition: height .45s cubic-bezier(.4, 0, .2, 1)
}

@keyframes delayedClick {
    0% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

.minicart-product-container .delayed-click {
    animation: delayedClick .8s forwards
}

@media(min-width:1200px) {
    .minicart .banner-preorder .message-banner {
        margin-bottom: 48px
    }
}

.minicart .product-return-status {
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -.28px !important;
    line-height: 20px !important;
    text-decoration: none !important
}

@media(max-width:1199.98px) {
    .minicart .product-return-status {
        font-family: Santral Book, Verdana, Sans-Serif !important;
        font-size: 13px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        letter-spacing: -.26px !important;
        line-height: 20px !important;
        text-decoration: none !important
    }
}

.minicart .product-wishlist-added {
    z-index: 99
}

.minicart-shipping {
    position: relative
}

.minicart-continue-shopping {
    padding-top: 16px
}

@media(min-width:720px) {
    .minicart-continue-shopping {
        padding-top: 24px
    }
}

.minicart .empty-cart-msg {
    display: none
}

.minicart .modal-body, .minicart .modal-body-content-wrap {
    height: 100%
}

.minicart .modal-content {
    overflow-y: hidden !important
}

.minicart .modal-body-content {
    -ms-overflow-style: none;
    height: 100%;
    overflow: auto;
    padding: 0 16px;
    scrollbar-width: none
}

@media(min-width:720px) {
    .minicart .modal-body-content {
        padding: 0 48px
    }
}

.minicart .modal-body-content::-webkit-scrollbar {
    display: none
}

.minicart .modal.modal-aside .modal-footer {
    padding-bottom: 0
}

@media(min-width:720px) {
    .minicart .modal.modal-aside .modal-footer {
        padding-bottom: 16px
    }
}

.minicart .line-item-card .item-attributes {
    padding-left: 16px
}

@media(min-width:1200px) {
    .minicart .line-item-card .item-attributes {
        padding: 0 8px 8px 48px
    }
}

.minicart .line-item-card .line-item-quantity {
    margin-top: 8px
}

.minicart .line-item-card .eng-padding-minicart {
    padding-left: 16px
}

@media(min-width:1200px) {
    .minicart .line-item-card .eng-padding-minicart {
        padding-left: 48px
    }
}

.minicart .line-item-name a:focus-visible {
    display: block;
    outline-offset: -2px
}

.minicart .product-details {
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: grid;
    grid-template-columns: minmax(48px, auto) 1fr;
    margin-top: 16px;
    row-gap: 0
}

@media(min-width:720px) {
    .minicart .product-details {
        margin-top: 24px
    }
}

.minicart .product-details .line-item-attribute-name {
    min-width: unset
}

.minicart .qty-card-quantity-selector {
    display: block !important
}

.minicart .qty-card-quantity-label {
    min-width: 0;
    padding-right: 20px
}

.minicart .qty-card-quantity-count {
    display: none
}

@media(max-width:1439.98px) {
    .minicart .line-item-card-small .item-image {
        margin-right: 0;
        padding-right: 0
    }
}

@media(min-width:1200px) {
    .minicart .line-item-card-small .item-image {
        margin-right: 0;
        padding-left: unset;
        padding-right: unset
    }
}

.minicart .line-item-card-small .item-image a:focus-visible {
    outline-offset: -2px
}

.minicart .custom-dropdown__option--value {
    display: flex;
    gap: 11px;
    padding: 0
}

.minicart .custom-dropdown__option--value:before {
    margin: auto 0;
    order: 1;
    position: static
}

.minicart .custom-dropdown--simplified {
    z-index: unset
}

.minicart .custom-dropdown__dropdown {
    border: 1px solid rgba(0, 0, 0, .122);
    left: -24px;
    margin-top: 6px;
    max-width: 287px;
    padding: 8px 0;
    top: 100%;
    width: calc(100% + 24px);
    z-index: 100
}

@media(min-width:720px) {
    .minicart .custom-dropdown__dropdown {
        margin-top: 8px
    }
}

.minicart .line-item-attributes:has(.quantity-form) {
    position: relative
}

.minicart .line-item-attributes:has(.quantity-form) .custom-dropdown {
    position: static
}

.minicart .quantity-form .custom-dropdown--simplified .custom-dropdown__option--value {
    padding-bottom: 0;
    padding-top: 0
}

.minicart .sales-tax-legal {
    margin-top: 4px
}

.scrollable-content-wrap::-webkit-scrollbar {
    -ms-overflow-style: none;
    display: none;
    scrollbar-width: none
}

.modal-backdrop-custom {
    background-color: #fbf9f7;
    bottom: 0;
    display: none;
    height: 100vh;
    left: 0;
    opacity: .84;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 1
}

.minicart-shipping-wrapper {
    border-top: 1px solid rgba(0, 0, 0, .122);
    margin-left: -16px;
    margin-right: -16px
}

.modal.remove-engraving, .modal.remove-product {
    padding: 0 16px !important
}

.minicart-modal {
    z-index: 1040
}

.minicart-modal .btn.btn-secondary {
    padding: 15px 20px 13px
}

.minicart-modal .progress-carousel-wrapper .progress-bar {
    height: 1px
}

.minicart-modal .progress-carousel-wrapper .progressbar-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 64px)
}

.minicart-modal .modal-header {
    margin: 0 16px
}

.minicart-modal .modal-header .icon {
    height: 13px;
    min-width: 13px;
    width: 13px
}

.minicart-modal .remove-line-item {
    margin-top: 16px
}

@media(min-width:720px) {
    .minicart-modal .remove-line-item {
        margin-top: 16px
    }
}

.minicart-modal .card-body {
    padding-bottom: 32px
}

@media(min-width:720px) {
    .minicart-modal .card-body {
        padding-bottom: 48px
    }
}

.minicart-modal .quantity-form {
    min-width: 60px
}

.minicart-modal .quantity-form .custom-dropdown .custom-dropdown__option--value:hover, .minicart-modal .quantity-form .custom-dropdown.custom-dropdown--active>.custom-dropdown__option {
    border-bottom: unset
}

.minicart-modal .quantity {
    background-size: auto;
    height: 34px;
    margin-top: 0;
    padding-left: 12px
}

.minicart-modal .line-item-card .price {
    margin-top: 0
}

.minicart-modal .line-item-card:not(:first-of-type) .card-body {
    padding: 32px 0
}

@media(min-width:720px) {
    .minicart-modal .line-item-card:not(:first-of-type) .card-body {
        padding: 48px 0
    }
}

@media(max-width:719.98px) {
    .minicart-modal .line-item-total-price {
        top: 0
    }
}

.minicart-modal .line-item-total-price-amount {
    white-space: nowrap
}

@media(max-width:719.98px) {
    .minicart-modal .line-item-total-price-amount {
        margin-left: 8px 0
    }
}

@media(min-width:1200px) {
    .minicart-modal .line-item-total-price-amount {
        padding: 6px 0
    }
}

.minicart-modal .estimated-total {
    color: #000;
    padding: 0 0 16px
}

@media(min-width:720px) {
    .minicart-modal .estimated-total {
        border-top: 1px solid rgba(0, 0, 0, .122);
        padding: 24px 0
    }
}

@media(min-width:1200px) {
    .minicart-modal .estimated-total {
        border-top: 0
    }
}

.minicart-modal .estimated-total.tax-included-enabled {
    padding-bottom: 4px
}

.minicart-modal .shop-by-category .shop-by-category-button {
    border-color: rgba(0, 0, 0, .122)
}

.minicart-modal .minicart-shipping {
    padding: 16px 0
}

@media(min-width:720px) {
    .minicart-modal .minicart-shipping {
        border-bottom: 1px solid rgba(0, 0, 0, .122);
        border-top: unset;
        margin-bottom: 0;
        padding: 24px 0
    }
}

@media(max-width:1199.98px) {
    .minicart-footer-wrapper {
        background-color: #fff;
        bottom: 0;
        position: absolute;
        z-index: 10
    }
}

.minicart-footer-container {
    border-top: 1px solid rgba(0, 0, 0, .122);
    margin: 0 -16px;
    width: calc(100% + 32px)
}

@media(min-width:1200px) {
    .minicart-footer-container {
        border-top: 1px solid rgba(0, 0, 0, .122);
        margin: 0 -48px;
        width: calc(100% + 96px)
    }
}

.minicart-footer {
    padding: 0 16px
}

@media(min-width:1200px) {
    .minicart-footer {
        padding: 0 48px
    }
}

.minicart-footer .btn-view-cart {
    padding-left: 0;
    padding-right: 0
}

.minicart-footer .minicart-footer-buttons .btn {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

@supports(-webkit-touch-callout:none) {
    .minicart-footer .minicart-footer-buttons .btn {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media(min-width:1200px) {
    .minicart-footer .minicart-footer-buttons .btn {
        width: 300px
    }
}

.minicart-quantity {
    background-color: #81d8d0;
    border-radius: 12px;
    display: inline-block;
    font-family: Santral Semibold, Verdana, Sans-Serif;
    font-size: 8px;
    height: 12px;
    left: 12px;
    line-height: 12px;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 12px
}

@media(min-width:1200px) {
    .minicart-quantity {
        left: 16px
    }
}

.empty-minicart-hero {
    margin: 8px 0 24px 16px
}

@media(min-width:720px) {
    .empty-minicart-hero {
        margin: 48px 0 20px 32px
    }
}

.minicart-empty-header {
    padding: 0 16px
}

@media(min-width:720px) {
    .minicart-empty-header {
        padding: 0
    }
}

.minicart-empty-header .cart-empty-header {
    padding: 32px 0
}

.minicart-modal.empty-minicart-modal .modal-title {
    margin-bottom: 8px;
    text-align: center
}

@media(max-width:1199.98px) {
    .minicart-modal .modal-header .modal-title {
        margin-left: 16px
    }
}

.minicart-modal .minicart-full-header .modal-title {
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 24px
}

@media(min-width:720px) {
    .minicart-modal .minicart-full-header .modal-title {
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-left: 48px
    }
}

.cart-items-count {
    font-size: 13px
}

.empty-minicart-modal .scrollable-content-wrap {
    max-height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto
}

.empty-minicart-modal .progress-carousel-wrapper {
    margin: 0 -16px;
    padding: 0 24px
}

@media(min-width:1200px) {
    .empty-minicart-modal .progress-carousel-wrapper {
        margin-left: -48px;
        margin-right: -48px;
        padding: 0
    }
}

.empty-minicart-modal .progress-carousel-wrapper .progress-bar-shadow {
    background: rgba(0, 0, 0, .1);
    height: 1px;
    z-index: 0
}

.empty-minicart-modal .shop-by-category-tile {
    text-align: center
}

@media(min-width:720px) {
    .empty-minicart-modal .shop-by-category-tile .img-fluid {
        aspect-ratio: 25/27;
        max-height: 324px;
        min-height: 324px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.empty-minicart-modal .shop-by-category-row {
    margin: 0
}

.empty-minicart-modal .shop-by-category-row-wrapper {
    padding: 0
}

.empty-minicart-modal .shop-by-category-row-wrapper:nth-child(odd) {
    padding-right: 8px
}

@media(min-width:720px) {
    .empty-minicart-modal .shop-by-category-row-wrapper:nth-child(odd) {
        padding-right: 12px
    }
}

.empty-minicart-modal .shop-by-category-row-wrapper:nth-child(2n) {
    padding-left: 8px
}

@media(min-width:720px) {
    .empty-minicart-modal .shop-by-category-row-wrapper:nth-child(2n) {
        padding-left: 12px
    }
}

.shop-by-category-button {
    padding: 22px 32px !important
}

.remove-engraving .modal-title, .remove-product .modal-title {
    color: #000;
    margin: 50px 0 32px
}

@media(min-width:720px) {
    .remove-engraving .modal-title, .remove-product .modal-title {
        margin: 50px 0 25px
    }
}

.remove-engraving .delete-confirmation-header, .remove-product .delete-confirmation-header {
    border: 0;
    margin: 0 30px;
    padding-bottom: 0
}

.remove-engraving .product-to-remove, .remove-product .product-to-remove {
    margin-top: 24px
}

.remove-engraving .engraving-to-remove, .remove-product .engraving-to-remove {
    padding: 0
}

@media(min-width:1200px) {
    .remove-engraving .engraving-to-remove, .remove-product .engraving-to-remove {
        padding: 0 72px
    }
}

.remove-engraving .modal-footer-cont, .remove-product .modal-footer-cont {
    width: 100%
}

@media(min-width:1200px) {
    .remove-engraving .modal-footer-cont, .remove-product .modal-footer-cont {
        width: auto
    }
}

.backorder-text {
    margin: 0 !important;
    padding-top: 16px
}

@media(min-width:1200px) {
    .backorder-text {
        padding-top: 24px
    }
}

.backorder-text p {
    margin-bottom: 0 !important
}

.backorder-minicart-message {
    display: inline
}

.backorder-minicart-value {
    display: block;
    margin-top: 5px
}

.minicart-error .banner-preorder-error .message-banner {
    align-items: flex-start;
    background: rgba(229, 7, 57, .04);
    color: #e50739;
    gap: 8px
}

@media(min-width:1200px) {
    .minicart-error .banner-preorder-error .message-banner {
        margin-bottom: 48px
    }
}

.minicart-error .banner-preorder-error .message-banner .message-banner-item {
    padding-top: 2px
}

.minicart-error .banner-preorder .message-banner {
    align-items: flex-start;
    gap: 8px
}

@media(min-width:1200px) {
    .minicart-error .banner-preorder .message-banner {
        margin-bottom: 48px
    }
}

.minicart-error .banner-preorder .message-banner .message-banner-item {
    padding-top: 2px
}

.minicart-is-open .sticky-filters .grid-header {
    z-index: 8
}

@media(min-width:1200px) {
    .minicart-is-open .product-tile, .minicart-is-open .quickview {
        position: relative;
        z-index: -1
    }

    .minicart-is-open .modal-backdrop-custom {
        pointer-events: all
    }
}

.minicart .custom-dropdown--simplified .custom-dropdown__option, .minicart .custom-dropdown--simplified-cart .custom-dropdown__option, .minicart .custom-dropdown__option, .minicart-modal .custom-dropdown--simplified .custom-dropdown__option, .minicart-modal .custom-dropdown--simplified-cart .custom-dropdown__option, .minicart-modal .custom-dropdown__option {
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -.28px !important;
    line-height: 20px !important;
    text-decoration: none !important
}

@media(max-width:1199.98px) {
    .minicart .custom-dropdown--simplified .custom-dropdown__option, .minicart .custom-dropdown--simplified-cart .custom-dropdown__option, .minicart-modal .custom-dropdown--simplified .custom-dropdown__option, .minicart-modal .custom-dropdown--simplified-cart .custom-dropdown__option {
        font-family: Santral Book, Verdana, Sans-Serif !important;
        font-size: 13px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        letter-spacing: -.26px !important;
        line-height: 20px !important;
        text-decoration: none !important
    }
}

.progress-carousel-wrapper {
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
    padding-bottom: 72px
}

.progress-carousel-wrapper .progress-carousel {
    width: 100%
}

.progress-carousel-wrapper .tf-product-spotlight-carousel-item img {
    aspect-ratio: auto;
    height: auto;
    max-width: 240px;
    width: 100%
}

@media(min-width:720px) {
    .progress-carousel-wrapper .tf-product-spotlight-carousel-item img {
        max-width: 330px
    }
}

.progress-carousel-wrapper .tf-product-spotlight-carousel-item a {
    display: block
}

.progress-carousel-wrapper .tf-product-spotlight-carousel-item a:focus-visible {
    outline-offset: -2px
}

.progress-carousel-wrapper .tf-product-spotlight-carousel-item .product-badge {
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 16px
}

.progress-carousel-wrapper .tf-carousel-product-collection {
    color: #000;
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 0 24px;
    text-align: center
}

.progress-carousel-wrapper .tf-carousel-product-name {
    padding: 0 24px
}

.progress-carousel-wrapper .progressbar-wrapper {
    margin-top: 72px;
    position: relative;
    z-index: 0
}

.progress-carousel-wrapper .progress-bar {
    background: #000;
    height: 2px;
    margin: 16px 0;
    transition: width .4s ease;
    width: 0
}

.progress-carousel-wrapper .progress-bar-shadow {
    background: rgba(0, 0, 0, .12);
    bottom: 0;
    height: 2px;
    position: absolute;
    width: 100%;
    z-index: -1
}

.progress-carousel-wrapper .splide__arrow--next {
    right: -92px
}

.progress-carousel-wrapper .splide__arrow--prev {
    left: -92px
}

.progress-carousel-wrapper .splide__pagination {
    display: none
}

.splide:not(.is-overflow) .splide__list {
    justify-content: center
}

.splide__arrows .splide__arrow {
    align-items: center;
    background: 0 0;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    padding: 10px;
    width: 48px
}

.splide__arrows .splide__arrow svg {
    fill: #000;
    height: 28px;
    width: 28px
}

.splide__arrows .splide__arrow:disabled {
    border-radius: 80px;
    opacity: .2
}

.splide__arrows .splide__arrow:hover:focus:not(:disabled), .splide__arrows .splide__arrow:hover:not(:disabled) {
    background: #fff;
    border-radius: 80px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .06) !important
}

.splide__arrows .splide__arrow:hover:focus:not(:disabled) svg, .splide__arrows .splide__arrow:hover:not(:disabled) svg {
    fill: #51c3c0
}

.splide__pagination .splide__pagination__page {
    background: 0 0;
    display: grid;
    height: 22px;
    margin: 0;
    place-items: center;
    position: relative;
    width: 22px
}

.splide__pagination .splide__pagination__page:before {
    background: rgba(0, 0, 0, .24);
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    width: 4px
}

.splide__pagination .splide__pagination__page.is-active {
    background: 0 0
}

.splide__pagination .splide__pagination__page.is-active:before {
    background: #009cad;
    height: 6px;
    width: 6px
}

.splide__pagination .splide__pagination__page:after {
    background: 0 0;
    content: "";
    display: block;
    inset: 0;
    position: absolute
}

.dark-mode .splide__pagination .splide__pagination__page:not(.is-active):before {
    background: hsla(0, 0%, 100%, .24)
}

:root {
    --Light-Grey-03: rgba(0, 0, 0, .12);
    --Black: #000;
    --Red: #e50739;
    --Dark-Grey: rgba(0, 0, 0, .6);
    --Champagne: #f4f0ea;
    --Light-Grey-02: rgba(0, 0, 0, .06);
    --Medium-Grey-02: rgba(0, 0, 0, .4);
    --Light-Grey-01: rgba(0, 0, 0, .02)
}

.custom-dropdown {
    position: relative
}

.custom-dropdown__option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: var(--Black, #000);
    cursor: pointer;
    display: block;
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -.28px !important;
    line-height: 20px !important;
    padding: 0;
    text-align: left;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.custom-dropdown__option--value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.custom-dropdown__option-wrap {
    position: relative
}

.custom-dropdown__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0;
    box-sizing: border-box;
    display: block;
    font-family: inherit;
    padding: 0;
    width: 100%
}

.custom-dropdown__dropdown {
    box-sizing: border-box;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%
}

.custom-dropdown.custom-dropdown--top .custom-dropdown__dropdown {
    bottom: calc(100% + 4px);
    top: auto
}

.custom-dropdown.custom-dropdown--top .custom-dropdown__option--value {
    border-bottom: unset
}

.custom-dropdown.custom-dropdown--top .custom-dropdown__option--value:after {
    height: 1px;
    opacity: 1;
    width: 22px
}

.custom-dropdown.custom-dropdown--top.custom-dropdown--active>.custom-dropdown__option {
    border-bottom: unset;
    transition: all .7s ease-in-out
}

.custom-dropdown__option {
    padding: 20px 24px;
    position: relative
}

.custom-dropdown__option--selected {
    background-color: #f4f0ea
}

.custom-dropdown__option:focus:not(.custom-dropdown__option--value), .custom-dropdown__option:hover:not(.custom-dropdown__option--value) {
    background-color: #fbf9f7
}

@media(min-width:1200px) {
    .custom-dropdown__option--value:hover:not(.active):after {
        opacity: 1
    }
}

.custom-dropdown__option--value:after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease-in-out;
    width: 100%
}

.custom-dropdown__option--value.disable-underline:after {
    opacity: 0 !important
}

.custom-dropdown__option--value {
    border-bottom: 1px solid rgba(0, 0, 0, .122);
    color: #000;
    cursor: pointer;
    display: block;
    padding: 20px 40px 20px 0;
    width: 100%
}

.custom-dropdown__option--value.default {
    color: rgba(0, 0, 0, .6)
}

.custom-dropdown__option--value:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='m12 14-3.5-4h7L12 14Z' fill='%23000'/%3E%3C/svg%3E");
    bottom: 0;
    content: "";
    height: 24px;
    margin: auto;
    position: absolute;
    right: 4px;
    top: 0;
    transition: transform .5s ease-out;
    width: 24px
}

.custom-dropdown--active .custom-dropdown__option--value:before {
    transform: rotate(180deg)
}

.custom-dropdown--active .custom-dropdown__option--value:after {
    opacity: 1
}

.custom-dropdown__option[disabled] {
    color: rgba(0, 0, 0, .6);
    cursor: default
}

.custom-dropdown__option[disabled]:focus, .custom-dropdown__option[disabled]:hover {
    background-color: transparent
}

.custom-dropdown__option.giftCardAmount {
    padding: 4px 32px 4px 0
}

.custom-dropdown__option.giftCardAmount:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
    height: 7px;
    right: 4px;
    width: 12px
}

.custom-dropdown__dropdown {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .122);
    max-height: 345px;
    overflow: hidden;
    overflow-y: auto;
    padding: 7px 0;
    top: calc(100% + 3px);
    z-index: 10
}

.custom-dropdown__dropdown::-webkit-scrollbar {
    height: 3px;
    width: 3px
}

.custom-dropdown__dropdown::-webkit-scrollbar-track {
    background: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.custom-dropdown__dropdown::-webkit-scrollbar-thumb {
    background: #d9d9d9
}

.custom-dropdown__dropdown::-webkit-scrollbar-track:horizontal {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9
}

.custom-dropdown__dropdown .hide-option {
    display: none !important;
    visibility: hidden
}

.custom-dropdown__dropdown .option-marker {
    color: var(--Dark-Grey, rgba(0, 0, 0, .6));
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -.28px !important;
    line-height: 20px !important;
    position: absolute;
    right: 24px;
    text-decoration: none !important;
    top: 20px
}

.custom-dropdown__dropdown .no-matches-message {
    text-align: left
}

.custom-dropdown--simplified .custom-dropdown__option, .custom-dropdown--simplified-cart .custom-dropdown__option, .custom-dropdown--triangular .custom-dropdown__option {
    padding: 20px 24px
}

.custom-dropdown--simplified .custom-dropdown__option--value, .custom-dropdown--simplified-cart .custom-dropdown__option--value, .custom-dropdown--triangular .custom-dropdown__option--value {
    border-bottom: 0;
    padding: 4px 32px 4px 0
}

.custom-dropdown--simplified .custom-dropdown__option--value:before, .custom-dropdown--simplified-cart .custom-dropdown__option--value:before, .custom-dropdown--triangular .custom-dropdown__option--value:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
    height: 7px;
    right: 4px;
    width: 12px
}

.custom-dropdown--simplified .custom-dropdown__option--value:after, .custom-dropdown--simplified-cart .custom-dropdown__option--value:after, .custom-dropdown--triangular .custom-dropdown__option--value:after {
    display: none
}

.custom-dropdown--triangular .custom-dropdown__option--value:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 14-3.5-4h7L12 14Z' fill='%23000'/%3E%3C/svg%3E");
    height: 24px;
    opacity: .6;
    width: 24px
}

.custom-dropdown__dropdown .custom-dropdown__option.default {
    stroke-dashoffset: var(--Black, #000);
    opacity: .6
}

.custom-dropdown__dropdown .custom-dropdown__option.default:focus, .custom-dropdown__dropdown .custom-dropdown__option.default:hover {
    background-color: transparent
}

#navSizingsizeVariationAxis .custom-dropdown__option {
    border-bottom: 0;
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 10px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: .4px !important;
    line-height: 16px !important;
    text-decoration: none !important;
    text-transform: uppercase !important
}

#navSizingsizeVariationAxis .custom-dropdown__option:after {
    opacity: 0
}

.js-select-searchable .custom-dropdown__dropdown .custom-dropdown__input {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.5004 11.5C18.5004 15.366 15.3664 18.5 11.5004 18.5C7.63437 18.5 4.50037 15.366 4.50037 11.5C4.50037 7.63401 7.63437 4.5 11.5004 4.5C15.3664 4.5 18.5004 7.63401 18.5004 11.5ZM16.9571 18.0174C15.4807 19.2549 13.5775 20 11.5004 20C6.80595 20 3.00037 16.1944 3.00037 11.5C3.00037 6.80558 6.80595 3 11.5004 3C16.1948 3 20.0004 6.80558 20.0004 11.5C20.0004 13.5772 19.2553 15.4803 18.0178 16.9568L21.5307 20.4697L20.47 21.5303L16.9571 18.0174Z" fill="%23666666"/></svg>');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 24px;
    border: 0;
    border-bottom: 1px solid #000;
    height: 64px;
    margin: 0 24px;
    outline: 0;
    padding: 20px 0 20px 36px;
    position: relative;
    width: calc(100% - 48px)
}

.js-select-searchable select.js-add-loading-border {
    color: transparent;
    top: 1px
}

.no-matches-message {
    color: #000;
    opacity: .6;
    padding: 20px 24px
}

table.table th, table.table thead td {
    border-top: 0;
    padding: 20px 12px
}

table.table .table-heading {
    opacity: .6
}

table.table tbody tr:first-of-type td {
    border-top: 0
}

.cart-banners, .message-banner {
    background-color: #f4f0ea;
    display: flex;
    gap: 8px;
    min-height: 56px;
    padding: 16px
}

.cart-banners>span, .message-banner>span {
    line-height: normal;
    padding: 2px
}

.cart-banners p, .message-banner p {
    margin: 0
}

.cart-banners .close-button, .message-banner .close-button {
    margin: 0 0 0 auto
}

.cart-banners button.close, .message-banner button.close {
    align-self: flex-start;
    margin-left: 16px;
    padding: 5px;
    position: static
}

.cart-banners button.close svg, .message-banner button.close svg {
    height: 14px;
    width: 14px
}

.cart-banners svg, .message-banner svg {
    height: 20px;
    width: 20px
}

.cart-banners .cart-banner-item, .message-banner .cart-banner-item {
    align-items: center;
    display: flex;
    padding-top: 0
}

.minicart .message-banner {
    margin-top: 16px
}

@media(min-width:1200px) {
    .minicart .message-banner {
        margin-top: 8px
    }
}

.minicart .message-banner-item {
    align-items: center;
    display: flex;
    margin-left: 8px
}

.veil {
    text-align: center;
    z-index: 100
}

.veil, .veil .underlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.veil .underlay {
    background-color: #000;
    opacity: .5
}

.spinner {
    animation: sk-rotate 2s linear infinite;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 80px
}

.dot1, .dot2 {
    animation: sk-bounce 2s ease-in-out infinite;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 60%;
    position: absolute;
    top: 0;
    width: 60%
}

.dot2 {
    animation-delay: -1s;
    bottom: 0;
    top: auto
}

@keyframes sk-rotate {
    to {
        transform: rotate(1turn)
    }
}

@keyframes sk-bounce {
    0%, to {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.veil {
    z-index: 1000
}

.spinner, .spinner-preload {
    animation: none;
    height: 96px;
    left: 50%;
    margin-left: -59px;
    margin-top: -48px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 118px
}

.white-overlay-style .veil .underlay {
    background-color: #fbf9f7;
    opacity: .84
}

.contact-us-landing-page, .contact-us-landing-success {
    padding-left: 0;
    padding-right: 0;
    text-align: left
}

.contact-us-image img {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available
}

.faq-help-container .contact-us-image img {
    aspect-ratio: 4/5;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.contact-us-subheading {
    padding: 30px 16px 32px;
    text-align: center
}

@media(min-width:1200px) {
    .contact-us-subheading {
        padding: 32px 48px
    }
}

.hide {
    display: none
}

.modal-content #concierge-sms-abc a, .modal-content #concierge-whatsapp a {
    border-top: 0
}

.modal-content #concierge-sms-abc svg, .modal-content #concierge-whatsapp svg {
    margin: 0 8px 0 0
}

.modal-content #concierge-sms-abc .arrow-right svg, .modal-content #concierge-whatsapp .arrow-right svg {
    margin: 0 0 0 16px
}

.modal-content #concierge-sms-abc .contact-us-container, .modal-content #concierge-whatsapp .contact-us-container {
    margin-top: 4px;
    padding-left: 3px
}

.modal-content #concierge-chat .contact-us-text {
    margin-left: 1px
}

.modal-content .contact-us-items .booxi-button-container {
    padding: 24px 8px
}

.modal-content .contact-us-items .booxi-btn {
    padding-left: 36px
}

.modal-content .contact-us-items .booxi-btn .booxi-arrow-icon {
    right: 8px
}

.modal-content .contact-us-items .booxi-btn .bx_bn_button:focus-visible, .modal-content .contact-us-le-col .booxi-btn .bx_bn_button:focus-visible {
    outline: 2px solid #009cad
}

.modal-content .contact-us-checkbox-container {
    margin-bottom: 32px
}

.modal-content .contact-us-checkbox-container .individual-checkbox-container {
    margin-left: 28px
}

.modal-content .contact-us-checkbox-container .dialogify {
    color: inherit
}

.modal-content .contact-us-checkbox-container .invalid-feedback {
    margin-top: 8px
}

.modal-content .contact-us-checkbox-container .custom-control-label {
    padding-bottom: 0
}

.modal-content .contact-us-recaptcha {
    color: rgba(0, 0, 0, .6)
}

.modal-content .contact-us-recaptcha a {
    color: inherit
}

.contact-us-items hr {
    border-top: 1px solid rgba(0, 0, 0, .12);
    margin-bottom: 0;
    margin-top: 0
}

.contact-us-items a {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    color: #000;
    padding: 24px 8px;
    transition: border .3s ease-in-out
}

.contact-us-items a:hover {
    border-bottom: 1px solid #000;
    text-decoration: none
}

.contact-us-items .arrow-right svg, .contact-us-items svg {
    margin: 0 0 0 16px
}

.contact-us-items #tcoLiveWhatsapp svg {
    margin: 0
}

.contact-us-items #tcoTextUs svg, .contact-us-items span svg {
    margin: 0 8px 0 0
}

.contact-us-items li a div:first-of-type svg {
    margin-left: 0
}

.contact-us-items #tcoTextUs .arrow-right svg {
    margin-left: 16px;
    margin-right: 0
}

.contact-us-items .contact-us-container {
    padding-left: 8px
}

.contact-us-items .contact-us-subtitle {
    display: block
}

.contact-us-items .contact-us-subtitle:not(:empty) {
    margin-top: 8px
}

.contact-us-items .booxi-button-container {
    display: flex;
    justify-content: space-between;
    padding: 24px 16px
}

.contact-us-items .booxi-button-container .booxi-arrow-icon {
    display: flex
}

.contact-us-items .booxi-button-container .booxi-arrow-icon svg {
    margin: 0
}

.contact-us-items .booxi-btn {
    background-position: 0;
    background-repeat: no-repeat;
    padding-left: 32px
}

.contact-us-items .booxi-btn .bx_bn_button {
    text-transform: uppercase
}

.contact-us-items .booxi-btn .bx_bn_button:focus-visible {
    outline: 2px solid #009cad
}

.contact-us-items .booxi-button-store {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 1.5H1.5v21h21v-21H3ZM21 21V4.56l-2.75 2.75V21H21ZM19.5 3h.94l-3.75 3.75h-1.365L17.575 3H19.5Zm-6.75 0h3.075l-2.25 3.75h-.825V3ZM8.175 3h3.075v3.75h-.825L8.175 3Zm-1.75 0H3.56l3.75 3.75h1.365L6.425 3ZM5.75 7.31V21H3V4.56l2.75 2.75Zm1.5.94h4v2.587a3.251 3.251 0 0 0 0 6.326V21h-4V8.25Zm5.5 8.913V21h4V8.25h-4v2.587a3.251 3.251 0 0 1 0 6.326Zm0-4.745a1.75 1.75 0 0 1 0 3.164v-3.164Zm-1.5 0v3.164a1.75 1.75 0 0 1 0-3.164Z' fill='%23000'/%3E%3C/svg%3E");
    position: relative
}

.contact-us-items .booxi-button-store .button-label {
    width: 100%
}

.contact-us-items .booxi-button-virtual {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.25.75v3h5.5v-3h1.5v3h5v18.5H2.75V3.75h5v-3h1.5Zm-5 4.5v15.5h15.5V5.25H4.25Zm2.5 3.5h8.5v2.037l1.915-.958 1.085.671v5l-1.085.67-1.915-.957v2.037h-8.5v-8.5Zm7 5.25v-3.75h-5.5v5.5h5.5V14Zm1.5-.463 1.5.75v-2.574l-1.5.75v1.074Z' fill='%23000'/%3E%3C/svg%3E")
}

.contact-us-items #tcoTextUs a div {
    align-items: center !important
}

.contact-us-items #tcoTextUs a div .contact-us-container {
    padding-left: 0
}

.LPMcontainer.LPMoverlay svg {
    margin-top: 0 !important
}

.LPMcontainer.LPMoverlay span {
    align-items: center;
    display: flex
}

.contact-us-text {
    font-family: Santral Semibold, Verdana, Sans-Serif !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: .88px !important;
    line-height: 16px !important;
    text-decoration: none !important;
    text-transform: uppercase !important
}

.modal-variation .LPMcontainer.LPMoverlay svg {
    margin-left: 0 !important
}

.modal-variation .contact-us-items .contact-us-container {
    align-self: center
}

.modal-variation .button-label .contact-us-subtitle {
    padding: 0 0 24px 8px
}

.modal-variation .booxi-btn .bx_bn_button {
    padding-bottom: 8px
}

.booxi-arrow-icon {
    display: none
}

.contact-us-close button {
    max-width: 106px
}

.contact-booxi .contact-us-subtitle {
    display: none
}

.contact-booxi>p {
    margin: 0
}

.contact-complete-message {
    margin: 32px 0
}

.contact-us-comment-label {
    color: #000;
    opacity: .6
}

.grecaptcha-badge {
    visibility: hidden
}

.form-group-buttons {
    display: flex;
    gap: 16px
}

.contact-us-items hr {
    transition: border .3s ease-in-out
}

.contact-us-items .booxi-button-container:hover+hr {
    border-top: 1px solid #000
}

#tcoLiveWhatsapp a div:not(.arrow-right) {
    align-items: center !important
}

#tcoLiveWhatsapp a div:not(.arrow-right) svg {
    margin: 0 8px 0 0
}

#tcoLiveWhatsapp .contact-us-container {
    padding-left: 1px
}

#contact-us .faq-help-container .contact-us-items li a {
    padding: 24px 16px
}

.contact-us-landing-page .contact-us-landing-success .btn[data-dismiss=modal] {
    width: auto
}

.contact-us .custom-input-textarea textarea {
    margin-top: 42px;
    padding: 16px
}

.contact-us .custom-input-textarea label {
    bottom: 148px
}

@media(min-width:1200px) {
    .contact-us .custom-input-textarea label {
        bottom: 142px
    }
}

.country-selector-modal {
    background: var(--Overlay, rgba(0, 0, 0, .2))
}

.country-selector-modal.modal-aside>.modal-dialog {
    box-shadow: none
}

@media(min-width:720px) {
    .country-selector-modal.modal-aside>.modal-dialog {
        max-width: 50%;
        width: 50%
    }
}

.country-selector-modal.modal-aside>.modal-dialog .modal-header {
    padding: 24px 0 20px
}

.country-selector-modal.modal-aside>.modal-dialog .modal-title {
    margin-bottom: 20px;
    pointer-events: none
}

.country-selector-modal.modal-aside>.modal-dialog .modal-body {
    padding: 0 48px
}

.country-selector-modal.modal-aside>.modal-dialog .modal-footer {
    display: none
}

@media(max-width:1439.98px) {
    .country-selector-modal.modal-aside>.modal-dialog .close {
        margin: 0 8px 0 0
    }

    .country-selector-modal.modal-aside>.modal-dialog .modal-title {
        margin-bottom: 24px;
        padding: 0 16px
    }
}

@media(max-width:1199.98px) {
    .country-selector-modal.modal-aside>.modal-dialog .modal-body {
        padding: 0
    }
}

.country-selector-modal.modal-aside>.modal-dialog .modal-title {
    margin-bottom: 24px
}

.country-selector-modal .location-region-block {
    border-bottom: 1px solid rgba(0, 0, 0, .122);
    flex-direction: column;
    margin-bottom: 32px;
    padding: 0 0 48px
}

.country-selector-modal .location-region-block:first-of-type {
    padding-top: 32px
}

.country-selector-modal .location-region-block:last-of-type {
    border: 0;
    margin-bottom: 48px;
    padding-bottom: 0
}

.country-selector-modal .location-region-block .dropdown-item {
    padding: 16px;
    width: 100%
}

@media(min-width:1200px) {
    .country-selector-modal .location-region-block .dropdown-item {
        padding: 16px 0
    }
}

.country-selector-modal .location-region-block .dropdown-item:first-of-type {
    margin-bottom: 8px;
    pointer-events: none
}

.country-selector-modal .location-region-block .dropdown-link.region-link {
    pointer-events: none
}

.country-selector-modal .location-region-block .dropdown-link:hover {
    color: #000;
    text-decoration: underline
}

.country-selector-modal .location-region-block .region-name {
    margin: 0;
    opacity: .6
}

.country-selector-modal .location-region-block .category-badge {
    display: none
}

.country-selector-modal .location-region-block .country-link {
    display: block;
    text-align: left;
    width: 100%
}

.country-selector-modal .location-region-block .country-link.active {
    pointer-events: none
}

.country-selector-modal .location-region-block .country-link.active:before {
    background-color: #009cad;
    border-radius: 50%;
    bottom: 2px;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 12px;
    position: relative;
    width: 8px
}

.country-selector-modal .location-region-block .country-link.active .nav-item-icon {
    display: none
}

.country-selector-modal .location-region-block .nav-item-icon {
    float: right;
    margin-right: 0;
    transform: rotate(0)
}

.shipping-returns-flyout {
    padding: 16px 0 0
}

.shipping-returns-flyout strong {
    display: inline-block;
    padding-bottom: 8px
}

.shipping-returns-flyout p {
    margin-bottom: 24px
}

.geolocation-modal {
    background: var(--Overlay, rgba(0, 0, 0, .2));
    padding-right: 0 !important
}

@media(min-width:720px) {
    .geolocation-modal .modal-dialog {
        max-width: 684px
    }
}

.geolocation-modal .modal-content {
    align-self: baseline;
    margin: 96px 16px 0;
    padding: 64px 16px 16px
}

@media(min-width:720px) {
    .geolocation-modal .modal-content {
        align-self: auto;
        margin: 0;
        padding: 72px 72px 48px
    }
}

.geolocation-modal .modal-header {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 1
}

.geolocation-modal .modal-header .close {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 24px
}

.geolocation-modal .modal-body {
    padding: 0
}

.geolocation-modal .modal-body .modal-title {
    color: var(--Black, #000);
    margin-bottom: 24px
}

.geolocation-modal .modal-body .modal-subtitle {
    color: var(--Black, #000);
    margin: 0;
    max-width: 100%
}

.geolocation-modal .language-selector-options {
    gap: 24px
}

@media(max-width:1199.98px) {
    .geolocation-modal .language-selector-options {
        flex-direction: column;
        gap: 16px
    }
}

.geolocation-modal .language-selector-heading {
    color: var(--Dark-Grey, rgba(0, 0, 0, .6))
}

.geolocation-modal .modal-footer {
    padding: 0
}

.geolocation-modal .modal-footer .modal-actions {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    margin: 0
}

@media(min-width:720px) {
    .geolocation-modal .modal-footer .modal-actions {
        flex-direction: row;
        gap: 24px;
        justify-content: space-between
    }

    .geolocation-modal .modal-footer .modal-actions .modal-button-primary {
        order: 2
    }

    .geolocation-modal .modal-footer .modal-actions .modal-button-secondary {
        order: 1
    }
}

.geolocation-modal .modal-footer .modal-shop {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 16px
}

@media(min-width:720px) {
    .geolocation-modal .modal-footer .modal-shop {
        margin-bottom: 8px;
        margin-right: 0;
        margin-top: 0
    }
}

.geolocation-modal .modal-footer .modal-redirections {
    color: var(--Black, #000);
    margin-bottom: 8px;
    margin-top: 24px
}

@media(min-width:720px) {
    .geolocation-modal .modal-footer .modal-redirections {
        margin-bottom: 0
    }
}

.geolocation-modal .modal-footer .modal-redirections a {
    color: var(--Black, #000)
}

.geolocation-modal .modal-footer .modal-actions .btn {
    height: auto;
    max-height: unset;
    padding-block: 21px;
    vertical-align: middle;
    width: 100%
}

@media(min-width:720px) {
    .geolocation-modal .modal-footer .modal-actions .btn {
        display: inline-block;
        line-height: 16px;
        margin-bottom: 0;
        padding-block: 21px
    }
}

.geolocation-modal .modal-footer .modal-actions .btn.btn-secondary {
    padding: 21px 32px
}

@media(max-width:1199.98px) {
    .geolocation-modal .modal-footer .modal-actions .btn.btn-secondary {
        margin-top: 0
    }
}

.geolocation-modal .modal-footer .country-selector-custom .custom-dropdown__dropdown {
    max-height: 312px
}

.geolocation-modal .modal-footer .custom-dropdown__input {
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -.28px !important;
    line-height: 20px !important;
    text-decoration: none !important
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

@media(min-width:1200px) {
    .tile-navigation .splide {
        visibility: visible
    }
}

.splide.is-initialized, .splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flexbox;
    display: flex;
    height: 2em;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow:focus-visible {
    border-radius: 2px;
    box-shadow: none;
    outline: 2px solid #009cad
}

@media(max-width:719.98px) {
    .splide__arrow:focus-visible {
        outline: 0 !important
    }
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: transparent
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus, .splide.is-focus-in .splide__slide:focus-visible {
        outline: 2px solid #009cad
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus, .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus-visible {
        border-color: #009cad
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: flexbox;
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

.pli-engraving {
    border-top: 1px solid rgba(0, 0, 0, .122);
    margin-right: 0;
    margin-top: 24px
}

@media(min-width:1200px) {
    .pli-engraving {
        margin-right: 0;
        margin-top: 32px
    }
}

.pli-engraving-price {
    margin: 0
}

.pli-engraving-price span {
    display: block;
    margin: 0
}

@media(min-width:1200px) {
    .pli-engraving-price span {
        margin: 0 8px 4px 0
    }
}

.pli-engraving-top {
    margin: 24px 0 16px
}

@media(min-width:1200px) {
    .pli-engraving-top {
        margin: 32px 0 16px
    }
}

.pli-engraving-title {
    margin: 0
}

.empty-engraving {
    display: flex;
    gap: 24px;
    margin-top: 24px
}

@media(min-width:1200px) {
    .empty-engraving {
        margin-top: 32px
    }
}

.order-products-summary .empty-engraving {
    display: none
}

.pli-engraving-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px
}

@media(min-width:1200px) {
    .pli-engraving-footer {
        flex-direction: row;
        gap: 24px;
        margin-top: 24px
    }
}

.pli-engraving-footer .see-variation-link {
    display: flex;
    padding: 2px 0
}

.pli-engraving-footer .see-variation-link:after {
    top: auto
}

.order-products-summary .pli-engraving-footer, .products-summary-review .pli-engraving-footer {
    display: none
}

.minicart .pli-engraving {
    margin-top: 0
}

.minicart .pli-engraving.empty-engraving {
    margin-top: 18px
}

.pli-engraving-details {
    display: block;
    margin: 12px 0 16px
}

@media(max-width:1439.98px) {
    .non-returnable-policy {
        margin-bottom: 16px !important
    }
}

@media(min-width:1200px) {
    .cart-page .cart-item-action {
        align-items: center;
        display: flex
    }
}

.cart-page .cart-item-action .remove-product {
    margin-bottom: 0
}

.pli-engraving-labels-values-wrapper__container--label, .pli-engraving-labels-values-wrapper__container--value {
    padding: 0 0 4px;
    vertical-align: baseline
}

.pli-engraving-labels-values-wrapper__container--label {
    padding-right: 8px
}

.pli-engraving-labels-values-wrapper__container--label span {
    display: block;
    max-width: 96px;
    min-width: 64px
}

@media(min-width:720px) {
    .pli-engraving-labels-values-wrapper__container--label span {
        min-width: 72px
    }
}

.pli-engraving-labels-values-wrapper__container:last-child .pli-engraving-labels-values-wrapper__container--label, .pli-engraving-labels-values-wrapper__container:last-child .pli-engraving-labels-values-wrapper__container--value {
    padding-bottom: 0
}

.custom-dropdown__dropdown .ad.svg-loaded, .custom-dropdown__option--value.ad, .prefix-custom>.ad {
    background-image: url(../../images/flags/ad.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ae.svg-loaded, .custom-dropdown__option--value.ae, .prefix-custom>.ae {
    background-image: url(../../images/flags/ae.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .af.svg-loaded, .custom-dropdown__option--value.af, .prefix-custom>.af {
    background-image: url(../../images/flags/af.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ag.svg-loaded, .custom-dropdown__option--value.ag, .prefix-custom>.ag {
    background-image: url(../../images/flags/ag.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ai.svg-loaded, .custom-dropdown__option--value.ai, .prefix-custom>.ai {
    background-image: url(../../images/flags/ai.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .al.svg-loaded, .custom-dropdown__option--value.al, .prefix-custom>.al {
    background-image: url(../../images/flags/al.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .am.svg-loaded, .custom-dropdown__option--value.am, .prefix-custom>.am {
    background-image: url(../../images/flags/am.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .an.svg-loaded, .custom-dropdown__option--value.an, .prefix-custom>.an {
    background-image: url(../../images/flags/an.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ao.svg-loaded, .custom-dropdown__option--value.ao, .prefix-custom>.ao {
    background-image: url(../../images/flags/ao.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .aq.svg-loaded, .custom-dropdown__option--value.aq, .prefix-custom>.aq {
    background-image: url(../../images/flags/aq.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ar.svg-loaded, .custom-dropdown__option--value.ar, .prefix-custom>.ar {
    background-image: url(../../images/flags/ar.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .as.svg-loaded, .custom-dropdown__option--value.as, .prefix-custom>.as {
    background-image: url(../../images/flags/as.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .at.svg-loaded, .custom-dropdown__option--value.at, .prefix-custom>.at {
    background-image: url(../../images/flags/at.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .au.svg-loaded, .custom-dropdown__option--value.au, .prefix-custom>.au {
    background-image: url(../../images/flags/au.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .aw.svg-loaded, .custom-dropdown__option--value.aw, .prefix-custom>.aw {
    background-image: url(../../images/flags/aw.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ax.svg-loaded, .custom-dropdown__option--value.ax, .prefix-custom>.ax {
    background-image: url(../../images/flags/ax.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .az.svg-loaded, .custom-dropdown__option--value.az, .prefix-custom>.az {
    background-image: url(../../images/flags/az.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ba.svg-loaded, .custom-dropdown__option--value.ba, .prefix-custom>.ba {
    background-image: url(../../images/flags/ba.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bb.svg-loaded, .custom-dropdown__option--value.bb, .prefix-custom>.bb {
    background-image: url(../../images/flags/bb.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bd.svg-loaded, .custom-dropdown__option--value.bd, .prefix-custom>.bd {
    background-image: url(../../images/flags/bd.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .be.svg-loaded, .custom-dropdown__option--value.be, .prefix-custom>.be {
    background-image: url(../../images/flags/be.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bf.svg-loaded, .custom-dropdown__option--value.bf, .prefix-custom>.bf {
    background-image: url(../../images/flags/bf.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bg.svg-loaded, .custom-dropdown__option--value.bg, .prefix-custom>.bg {
    background-image: url(../../images/flags/bg.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bh.svg-loaded, .custom-dropdown__option--value.bh, .prefix-custom>.bh {
    background-image: url(../../images/flags/bh.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bi.svg-loaded, .custom-dropdown__option--value.bi, .prefix-custom>.bi {
    background-image: url(../../images/flags/bi.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bj.svg-loaded, .custom-dropdown__option--value.bj, .prefix-custom>.bj {
    background-image: url(../../images/flags/bj.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bl.svg-loaded, .custom-dropdown__option--value.bl, .prefix-custom>.bl {
    background-image: url(../../images/flags/bl.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bm.svg-loaded, .custom-dropdown__option--value.bm, .prefix-custom>.bm {
    background-image: url(../../images/flags/bm.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bn.svg-loaded, .custom-dropdown__option--value.bn, .prefix-custom>.bn {
    background-image: url(../../images/flags/bn.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bo.svg-loaded, .custom-dropdown__option--value.bo, .prefix-custom>.bo {
    background-image: url(../../images/flags/bo.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bq.svg-loaded, .custom-dropdown__option--value.bq, .prefix-custom>.bq {
    background-image: url(../../images/flags/bq.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .br.svg-loaded, .custom-dropdown__option--value.br, .prefix-custom>.br {
    background-image: url(../../images/flags/br.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bs.svg-loaded, .custom-dropdown__option--value.bs, .prefix-custom>.bs {
    background-image: url(../../images/flags/bs.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bt.svg-loaded, .custom-dropdown__option--value.bt, .prefix-custom>.bt {
    background-image: url(../../images/flags/bt.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bv.svg-loaded, .custom-dropdown__option--value.bv, .prefix-custom>.bv {
    background-image: url(../../images/flags/bv.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bw.svg-loaded, .custom-dropdown__option--value.bw, .prefix-custom>.bw {
    background-image: url(../../images/flags/bw.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .by.svg-loaded, .custom-dropdown__option--value.by, .prefix-custom>.by {
    background-image: url(../../images/flags/by.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .bz.svg-loaded, .custom-dropdown__option--value.bz, .prefix-custom>.bz {
    background-image: url(../../images/flags/bz.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ca.svg-loaded, .custom-dropdown__option--value.ca, .prefix-custom>.ca {
    background-image: url(../../images/flags/ca.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .cc.svg-loaded, .custom-dropdown__option--value.cc, .prefix-custom>.cc {
    background-image: url(../../images/flags/cc.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .cd.svg-loaded, .custom-dropdown__option--value.cd, .prefix-custom>.cd {
    background-image: url(../../images/flags/cd.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .cf.svg-loaded, .custom-dropdown__option--value.cf, .prefix-custom>.cf {
    background-image: url(../../images/flags/cf.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .cg.svg-loaded, .custom-dropdown__option--value.cg, .prefix-custom>.cg {
    background-image: url(../../images/flags/cg.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ch.svg-loaded, .custom-dropdown__option--value.ch, .prefix-custom>.ch {
    background-image: url(../../images/flags/ch.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ci.svg-loaded, .custom-dropdown__option--value.ci, .prefix-custom>.ci {
    background-image: url(../../images/flags/ci.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ck.svg-loaded, .custom-dropdown__option--value.ck, .prefix-custom>.ck {
    background-image: url(../../images/flags/ck.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .cl.svg-loaded, .custom-dropdown__option--value.cl, .prefix-custom>.cl {
    background-image: url(../../images/flags/cl.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .cm.svg-loaded, .custom-dropdown__option--value.cm, .prefix-custom>.cm {
    background-image: url(../../images/flags/cm.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .cn.svg-loaded, .custom-dropdown__option--value.cn, .prefix-custom>.cn {
    background-image: url(../../images/flags/cn.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .co.svg-loaded, .custom-dropdown__option--value.co, .prefix-custom>.co {
    background-image: url(../../images/flags/co.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .cr.svg-loaded, .custom-dropdown__option--value.cr, .prefix-custom>.cr {
    background-image: url(../../images/flags/cr.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .cu.svg-loaded, .custom-dropdown__option--value.cu, .prefix-custom>.cu {
    background-image: url(../../images/flags/cu.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .cv.svg-loaded, .custom-dropdown__option--value.cv, .prefix-custom>.cv {
    background-image: url(../../images/flags/cv.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .cw.svg-loaded, .custom-dropdown__option--value.cw, .prefix-custom>.cw {
    background-image: url(../../images/flags/cw.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .cx.svg-loaded, .custom-dropdown__option--value.cx, .prefix-custom>.cx {
    background-image: url(../../images/flags/cx.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .cy.svg-loaded, .custom-dropdown__option--value.cy, .prefix-custom>.cy {
    background-image: url(../../images/flags/cy.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .cz.svg-loaded, .custom-dropdown__option--value.cz, .prefix-custom>.cz {
    background-image: url(../../images/flags/cz.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .de.svg-loaded, .custom-dropdown__option--value.de, .prefix-custom>.de {
    background-image: url(../../images/flags/de.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .dj.svg-loaded, .custom-dropdown__option--value.dj, .prefix-custom>.dj {
    background-image: url(../../images/flags/dj.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .dk.svg-loaded, .custom-dropdown__option--value.dk, .prefix-custom>.dk {
    background-image: url(../../images/flags/dk.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .dm.svg-loaded, .custom-dropdown__option--value.dm, .prefix-custom>.dm {
    background-image: url(../../images/flags/dm.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .do.svg-loaded, .custom-dropdown__option--value.do, .prefix-custom>.do {
    background-image: url(../../images/flags/do.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .dz.svg-loaded, .custom-dropdown__option--value.dz, .prefix-custom>.dz {
    background-image: url(../../images/flags/dz.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ec.svg-loaded, .custom-dropdown__option--value.ec, .prefix-custom>.ec {
    background-image: url(../../images/flags/ec.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ee.svg-loaded, .custom-dropdown__option--value.ee, .prefix-custom>.ee {
    background-image: url(../../images/flags/ee.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .eg.svg-loaded, .custom-dropdown__option--value.eg, .prefix-custom>.eg {
    background-image: url(../../images/flags/eg.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .eh.svg-loaded, .custom-dropdown__option--value.eh, .prefix-custom>.eh {
    background-image: url(../../images/flags/eh.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .er.svg-loaded, .custom-dropdown__option--value.er, .prefix-custom>.er {
    background-image: url(../../images/flags/er.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .es.svg-loaded, .custom-dropdown__option--value.es, .prefix-custom>.es {
    background-image: url(../../images/flags/es.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .et.svg-loaded, .custom-dropdown__option--value.et, .prefix-custom>.et {
    background-image: url(../../images/flags/et.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .eu.svg-loaded, .custom-dropdown__option--value.eu, .prefix-custom>.eu {
    background-image: url(../../images/flags/eu.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .fi.svg-loaded, .custom-dropdown__option--value.fi, .prefix-custom>.fi {
    background-image: url(../../images/flags/fi.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .fj.svg-loaded, .custom-dropdown__option--value.fj, .prefix-custom>.fj {
    background-image: url(../../images/flags/fj.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .fk.svg-loaded, .custom-dropdown__option--value.fk, .prefix-custom>.fk {
    background-image: url(../../images/flags/fk.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .fm.svg-loaded, .custom-dropdown__option--value.fm, .prefix-custom>.fm {
    background-image: url(../../images/flags/fm.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .fo.svg-loaded, .custom-dropdown__option--value.fo, .prefix-custom>.fo {
    background-image: url(../../images/flags/fo.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .fr.svg-loaded, .custom-dropdown__option--value.fr, .prefix-custom>.fr {
    background-image: url(../../images/flags/fr.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ga.svg-loaded, .custom-dropdown__option--value.ga, .prefix-custom>.ga {
    background-image: url(../../images/flags/ga.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gb.svg-loaded, .custom-dropdown__option--value.gb, .prefix-custom>.gb {
    background-image: url(../../images/flags/gb.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gd.svg-loaded, .custom-dropdown__option--value.gd, .prefix-custom>.gd {
    background-image: url(../../images/flags/gd.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ge.svg-loaded, .custom-dropdown__option--value.ge, .prefix-custom>.ge {
    background-image: url(../../images/flags/ge.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gf.svg-loaded, .custom-dropdown__option--value.gf, .prefix-custom>.gf {
    background-image: url(../../images/flags/gf.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gg.svg-loaded, .custom-dropdown__option--value.gg, .prefix-custom>.gg {
    background-image: url(../../images/flags/gg.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gh.svg-loaded, .custom-dropdown__option--value.gh, .prefix-custom>.gh {
    background-image: url(../../images/flags/gh.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gi.svg-loaded, .custom-dropdown__option--value.gi, .prefix-custom>.gi {
    background-image: url(../../images/flags/gi.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gl.svg-loaded, .custom-dropdown__option--value.gl, .prefix-custom>.gl {
    background-image: url(../../images/flags/gl.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gm.svg-loaded, .custom-dropdown__option--value.gm, .prefix-custom>.gm {
    background-image: url(../../images/flags/gm.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gn.svg-loaded, .custom-dropdown__option--value.gn, .prefix-custom>.gn {
    background-image: url(../../images/flags/gn.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gp.svg-loaded, .custom-dropdown__option--value.gp, .prefix-custom>.gp {
    background-image: url(../../images/flags/gp.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gq.svg-loaded, .custom-dropdown__option--value.gq, .prefix-custom>.gq {
    background-image: url(../../images/flags/gq.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gr.svg-loaded, .custom-dropdown__option--value.gr, .prefix-custom>.gr {
    background-image: url(../../images/flags/gr.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gs.svg-loaded, .custom-dropdown__option--value.gs, .prefix-custom>.gs {
    background-image: url(../../images/flags/gs.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gt.svg-loaded, .custom-dropdown__option--value.gt, .prefix-custom>.gt {
    background-image: url(../../images/flags/gt.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gu.svg-loaded, .custom-dropdown__option--value.gu, .prefix-custom>.gu {
    background-image: url(../../images/flags/gu.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gw.svg-loaded, .custom-dropdown__option--value.gw, .prefix-custom>.gw {
    background-image: url(../../images/flags/gw.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .gy.svg-loaded, .custom-dropdown__option--value.gy, .prefix-custom>.gy {
    background-image: url(../../images/flags/gy.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .hk.svg-loaded, .custom-dropdown__option--value.hk, .prefix-custom>.hk {
    background-image: url(../../images/flags/hk.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .hm.svg-loaded, .custom-dropdown__option--value.hm, .prefix-custom>.hm {
    background-image: url(../../images/flags/hm.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .hn.svg-loaded, .custom-dropdown__option--value.hn, .prefix-custom>.hn {
    background-image: url(../../images/flags/hn.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .hr.svg-loaded, .custom-dropdown__option--value.hr, .prefix-custom>.hr {
    background-image: url(../../images/flags/hr.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ht.svg-loaded, .custom-dropdown__option--value.ht, .prefix-custom>.ht {
    background-image: url(../../images/flags/ht.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .hu.svg-loaded, .custom-dropdown__option--value.hu, .prefix-custom>.hu {
    background-image: url(../../images/flags/hu.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .id.svg-loaded, .custom-dropdown__option--value.id, .prefix-custom>.id {
    background-image: url(../../images/flags/id.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ie.svg-loaded, .custom-dropdown__option--value.ie, .prefix-custom>.ie {
    background-image: url(../../images/flags/ie.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .il.svg-loaded, .custom-dropdown__option--value.il, .prefix-custom>.il {
    background-image: url(../../images/flags/il.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .im.svg-loaded, .custom-dropdown__option--value.im, .prefix-custom>.im {
    background-image: url(../../images/flags/im.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .in.svg-loaded, .custom-dropdown__option--value.in, .prefix-custom>.in {
    background-image: url(../../images/flags/in.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .io.svg-loaded, .custom-dropdown__option--value.io, .prefix-custom>.io {
    background-image: url(../../images/flags/io.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .iq.svg-loaded, .custom-dropdown__option--value.iq, .prefix-custom>.iq {
    background-image: url(../../images/flags/iq.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ir.svg-loaded, .custom-dropdown__option--value.ir, .prefix-custom>.ir {
    background-image: url(../../images/flags/ir.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .is.svg-loaded, .custom-dropdown__option--value.is, .prefix-custom>.is {
    background-image: url(../../images/flags/is.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .it.svg-loaded, .custom-dropdown__option--value.it, .prefix-custom>.it {
    background-image: url(../../images/flags/it.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .je.svg-loaded, .custom-dropdown__option--value.je, .prefix-custom>.je {
    background-image: url(../../images/flags/je.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .jm.svg-loaded, .custom-dropdown__option--value.jm, .prefix-custom>.jm {
    background-image: url(../../images/flags/jm.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .jo.svg-loaded, .custom-dropdown__option--value.jo, .prefix-custom>.jo {
    background-image: url(../../images/flags/jo.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .jp.svg-loaded, .custom-dropdown__option--value.jp, .prefix-custom>.jp {
    background-image: url(../../images/flags/jp.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ke.svg-loaded, .custom-dropdown__option--value.ke, .prefix-custom>.ke {
    background-image: url(../../images/flags/ke.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .kg.svg-loaded, .custom-dropdown__option--value.kg, .prefix-custom>.kg {
    background-image: url(../../images/flags/kg.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .kh.svg-loaded, .custom-dropdown__option--value.kh, .prefix-custom>.kh {
    background-image: url(../../images/flags/kh.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ki.svg-loaded, .custom-dropdown__option--value.ki, .prefix-custom>.ki {
    background-image: url(../../images/flags/ki.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .km.svg-loaded, .custom-dropdown__option--value.km, .prefix-custom>.km {
    background-image: url(../../images/flags/km.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .kn.svg-loaded, .custom-dropdown__option--value.kn, .prefix-custom>.kn {
    background-image: url(../../images/flags/kn.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .kp.svg-loaded, .custom-dropdown__option--value.kp, .prefix-custom>.kp {
    background-image: url(../../images/flags/kp.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .kr.svg-loaded, .custom-dropdown__option--value.kr, .prefix-custom>.kr {
    background-image: url(../../images/flags/kr.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .kw.svg-loaded, .custom-dropdown__option--value.kw, .prefix-custom>.kw {
    background-image: url(../../images/flags/kw.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ky.svg-loaded, .custom-dropdown__option--value.ky, .prefix-custom>.ky {
    background-image: url(../../images/flags/ky.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .kz.svg-loaded, .custom-dropdown__option--value.kz, .prefix-custom>.kz {
    background-image: url(../../images/flags/kz.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .la.svg-loaded, .custom-dropdown__option--value.la, .prefix-custom>.la {
    background-image: url(../../images/flags/la.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .lb.svg-loaded, .custom-dropdown__option--value.lb, .prefix-custom>.lb {
    background-image: url(../../images/flags/lb.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .lc.svg-loaded, .custom-dropdown__option--value.lc, .prefix-custom>.lc {
    background-image: url(../../images/flags/lc.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .li.svg-loaded, .custom-dropdown__option--value.li, .prefix-custom>.li {
    background-image: url(../../images/flags/li.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .lk.svg-loaded, .custom-dropdown__option--value.lk, .prefix-custom>.lk {
    background-image: url(../../images/flags/lk.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .lr.svg-loaded, .custom-dropdown__option--value.lr, .prefix-custom>.lr {
    background-image: url(../../images/flags/lr.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ls.svg-loaded, .custom-dropdown__option--value.ls, .prefix-custom>.ls {
    background-image: url(../../images/flags/ls.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .lt.svg-loaded, .custom-dropdown__option--value.lt, .prefix-custom>.lt {
    background-image: url(../../images/flags/lt.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .lu.svg-loaded, .custom-dropdown__option--value.lu, .prefix-custom>.lu {
    background-image: url(../../images/flags/lu.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .lv.svg-loaded, .custom-dropdown__option--value.lv, .prefix-custom>.lv {
    background-image: url(../../images/flags/lv.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ly.svg-loaded, .custom-dropdown__option--value.ly, .prefix-custom>.ly {
    background-image: url(../../images/flags/ly.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ma.svg-loaded, .custom-dropdown__option--value.ma, .prefix-custom>.ma {
    background-image: url(../../images/flags/ma.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mc.svg-loaded, .custom-dropdown__option--value.mc, .prefix-custom>.mc {
    background-image: url(../../images/flags/mc.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .md.svg-loaded, .custom-dropdown__option--value.md, .prefix-custom>.md {
    background-image: url(../../images/flags/md.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .me.svg-loaded, .custom-dropdown__option--value.me, .prefix-custom>.me {
    background-image: url(../../images/flags/me.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mf.svg-loaded, .custom-dropdown__option--value.mf, .prefix-custom>.mf {
    background-image: url(../../images/flags/mf.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mg.svg-loaded, .custom-dropdown__option--value.mg, .prefix-custom>.mg {
    background-image: url(../../images/flags/mg.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mh.svg-loaded, .custom-dropdown__option--value.mh, .prefix-custom>.mh {
    background-image: url(../../images/flags/mh.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mk.svg-loaded, .custom-dropdown__option--value.mk, .prefix-custom>.mk {
    background-image: url(../../images/flags/mk.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ml.svg-loaded, .custom-dropdown__option--value.ml, .prefix-custom>.ml {
    background-image: url(../../images/flags/ml.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mm.svg-loaded, .custom-dropdown__option--value.mm, .prefix-custom>.mm {
    background-image: url(../../images/flags/mm.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mn.svg-loaded, .custom-dropdown__option--value.mn, .prefix-custom>.mn {
    background-image: url(../../images/flags/mn.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mo.svg-loaded, .custom-dropdown__option--value.mo, .prefix-custom>.mo {
    background-image: url(../../images/flags/mo.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mp.svg-loaded, .custom-dropdown__option--value.mp, .prefix-custom>.mp {
    background-image: url(../../images/flags/mp.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mq.svg-loaded, .custom-dropdown__option--value.mq, .prefix-custom>.mq {
    background-image: url(../../images/flags/mq.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mr.svg-loaded, .custom-dropdown__option--value.mr, .prefix-custom>.mr {
    background-image: url(../../images/flags/mr.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ms.svg-loaded, .custom-dropdown__option--value.ms, .prefix-custom>.ms {
    background-image: url(../../images/flags/ms.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mt.svg-loaded, .custom-dropdown__option--value.mt, .prefix-custom>.mt {
    background-image: url(../../images/flags/mt.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mu.svg-loaded, .custom-dropdown__option--value.mu, .prefix-custom>.mu {
    background-image: url(../../images/flags/mu.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mv.svg-loaded, .custom-dropdown__option--value.mv, .prefix-custom>.mv {
    background-image: url(../../images/flags/mv.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mw.svg-loaded, .custom-dropdown__option--value.mw, .prefix-custom>.mw {
    background-image: url(../../images/flags/mw.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mx.svg-loaded, .custom-dropdown__option--value.mx, .prefix-custom>.mx {
    background-image: url(../../images/flags/mx.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .my.svg-loaded, .custom-dropdown__option--value.my, .prefix-custom>.my {
    background-image: url(../../images/flags/my.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .mz.svg-loaded, .custom-dropdown__option--value.mz, .prefix-custom>.mz {
    background-image: url(../../images/flags/mz.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .na.svg-loaded, .custom-dropdown__option--value.na, .prefix-custom>.na {
    background-image: url(../../images/flags/na.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .nc.svg-loaded, .custom-dropdown__option--value.nc, .prefix-custom>.nc {
    background-image: url(../../images/flags/nc.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ne.svg-loaded, .custom-dropdown__option--value.ne, .prefix-custom>.ne {
    background-image: url(../../images/flags/ne.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .nf.svg-loaded, .custom-dropdown__option--value.nf, .prefix-custom>.nf {
    background-image: url(../../images/flags/nf.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ng.svg-loaded, .custom-dropdown__option--value.ng, .prefix-custom>.ng {
    background-image: url(../../images/flags/ng.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ni.svg-loaded, .custom-dropdown__option--value.ni, .prefix-custom>.ni {
    background-image: url(../../images/flags/ni.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .nl.svg-loaded, .custom-dropdown__option--value.nl, .prefix-custom>.nl {
    background-image: url(../../images/flags/nl.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .no.svg-loaded, .custom-dropdown__option--value.no, .prefix-custom>.no {
    background-image: url(../../images/flags/no.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .np.svg-loaded, .custom-dropdown__option--value.np, .prefix-custom>.np {
    background-image: url(../../images/flags/np.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .nr.svg-loaded, .custom-dropdown__option--value.nr, .prefix-custom>.nr {
    background-image: url(../../images/flags/nr.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .nu.svg-loaded, .custom-dropdown__option--value.nu, .prefix-custom>.nu {
    background-image: url(../../images/flags/nu.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .nz.svg-loaded, .custom-dropdown__option--value.nz, .prefix-custom>.nz {
    background-image: url(../../images/flags/nz.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .om.svg-loaded, .custom-dropdown__option--value.om, .prefix-custom>.om {
    background-image: url(../../images/flags/om.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .pa.svg-loaded, .custom-dropdown__option--value.pa, .prefix-custom>.pa {
    background-image: url(../../images/flags/pa.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .pe.svg-loaded, .custom-dropdown__option--value.pe, .prefix-custom>.pe {
    background-image: url(../../images/flags/pe.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .pf.svg-loaded, .custom-dropdown__option--value.pf, .prefix-custom>.pf {
    background-image: url(../../images/flags/pf.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .pg.svg-loaded, .custom-dropdown__option--value.pg, .prefix-custom>.pg {
    background-image: url(../../images/flags/pg.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ph.svg-loaded, .custom-dropdown__option--value.ph, .prefix-custom>.ph {
    background-image: url(../../images/flags/ph.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .pk.svg-loaded, .custom-dropdown__option--value.pk, .prefix-custom>.pk {
    background-image: url(../../images/flags/pk.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .pl.svg-loaded, .custom-dropdown__option--value.pl, .prefix-custom>.pl {
    background-image: url(../../images/flags/pl.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .pm.svg-loaded, .custom-dropdown__option--value.pm, .prefix-custom>.pm {
    background-image: url(../../images/flags/pm.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .pn.svg-loaded, .custom-dropdown__option--value.pn, .prefix-custom>.pn {
    background-image: url(../../images/flags/pn.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .pr.svg-loaded, .custom-dropdown__option--value.pr, .prefix-custom>.pr {
    background-image: url(../../images/flags/pr.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ps.svg-loaded, .custom-dropdown__option--value.ps, .prefix-custom>.ps {
    background-image: url(../../images/flags/ps.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .pt.svg-loaded, .custom-dropdown__option--value.pt, .prefix-custom>.pt {
    background-image: url(../../images/flags/pt.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .pw.svg-loaded, .custom-dropdown__option--value.pw, .prefix-custom>.pw {
    background-image: url(../../images/flags/pw.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .py.svg-loaded, .custom-dropdown__option--value.py, .prefix-custom>.py {
    background-image: url(../../images/flags/py.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .qa.svg-loaded, .custom-dropdown__option--value.qa, .prefix-custom>.qa {
    background-image: url(../../images/flags/qa.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .re.svg-loaded, .custom-dropdown__option--value.re, .prefix-custom>.re {
    background-image: url(../../images/flags/re.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ro.svg-loaded, .custom-dropdown__option--value.ro, .prefix-custom>.ro {
    background-image: url(../../images/flags/ro.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .rs.svg-loaded, .custom-dropdown__option--value.rs, .prefix-custom>.rs {
    background-image: url(../../images/flags/rs.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ru.svg-loaded, .custom-dropdown__option--value.ru, .prefix-custom>.ru {
    background-image: url(../../images/flags/ru.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .rw.svg-loaded, .custom-dropdown__option--value.rw, .prefix-custom>.rw {
    background-image: url(../../images/flags/rw.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sa.svg-loaded, .custom-dropdown__option--value.sa, .prefix-custom>.sa {
    background-image: url(../../images/flags/sa.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sb.svg-loaded, .custom-dropdown__option--value.sb, .prefix-custom>.sb {
    background-image: url(../../images/flags/sb.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sc.svg-loaded, .custom-dropdown__option--value.sc, .prefix-custom>.sc {
    background-image: url(../../images/flags/sc.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sd.svg-loaded, .custom-dropdown__option--value.sd, .prefix-custom>.sd {
    background-image: url(../../images/flags/sd.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .se.svg-loaded, .custom-dropdown__option--value.se, .prefix-custom>.se {
    background-image: url(../../images/flags/se.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sg.svg-loaded, .custom-dropdown__option--value.sg, .prefix-custom>.sg {
    background-image: url(../../images/flags/sg.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sh.svg-loaded, .custom-dropdown__option--value.sh, .prefix-custom>.sh {
    background-image: url(../../images/flags/sh.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .si.svg-loaded, .custom-dropdown__option--value.si, .prefix-custom>.si {
    background-image: url(../../images/flags/si.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sj.svg-loaded, .custom-dropdown__option--value.sj, .prefix-custom>.sj {
    background-image: url(../../images/flags/sj.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sk.svg-loaded, .custom-dropdown__option--value.sk, .prefix-custom>.sk {
    background-image: url(../../images/flags/sk.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sl.svg-loaded, .custom-dropdown__option--value.sl, .prefix-custom>.sl {
    background-image: url(../../images/flags/sl.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sm.svg-loaded, .custom-dropdown__option--value.sm, .prefix-custom>.sm {
    background-image: url(../../images/flags/sm.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sn.svg-loaded, .custom-dropdown__option--value.sn, .prefix-custom>.sn {
    background-image: url(../../images/flags/sn.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .so.svg-loaded, .custom-dropdown__option--value.so, .prefix-custom>.so {
    background-image: url(../../images/flags/so.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sr.svg-loaded, .custom-dropdown__option--value.sr, .prefix-custom>.sr {
    background-image: url(../../images/flags/sr.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ss.svg-loaded, .custom-dropdown__option--value.ss, .prefix-custom>.ss {
    background-image: url(../../images/flags/ss.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .st.svg-loaded, .custom-dropdown__option--value.st, .prefix-custom>.st {
    background-image: url(../../images/flags/st.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sv.svg-loaded, .custom-dropdown__option--value.sv, .prefix-custom>.sv {
    background-image: url(../../images/flags/sv.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sx.svg-loaded, .custom-dropdown__option--value.sx, .prefix-custom>.sx {
    background-image: url(../../images/flags/sx.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sy.svg-loaded, .custom-dropdown__option--value.sy, .prefix-custom>.sy {
    background-image: url(../../images/flags/sy.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .sz.svg-loaded, .custom-dropdown__option--value.sz, .prefix-custom>.sz {
    background-image: url(../../images/flags/sz.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .tc.svg-loaded, .custom-dropdown__option--value.tc, .prefix-custom>.tc {
    background-image: url(../../images/flags/tc.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .td.svg-loaded, .custom-dropdown__option--value.td, .prefix-custom>.td {
    background-image: url(../../images/flags/td.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .tf.svg-loaded, .custom-dropdown__option--value.tf, .prefix-custom>.tf {
    background-image: url(../../images/flags/tf.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .tg.svg-loaded, .custom-dropdown__option--value.tg, .prefix-custom>.tg {
    background-image: url(../../images/flags/tg.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .th.svg-loaded, .custom-dropdown__option--value.th, .prefix-custom>.th {
    background-image: url(../../images/flags/th.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .tj.svg-loaded, .custom-dropdown__option--value.tj, .prefix-custom>.tj {
    background-image: url(../../images/flags/tj.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .tk.svg-loaded, .custom-dropdown__option--value.tk, .prefix-custom>.tk {
    background-image: url(../../images/flags/tk.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .tl.svg-loaded, .custom-dropdown__option--value.tl, .prefix-custom>.tl {
    background-image: url(../../images/flags/tl.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .tm.svg-loaded, .custom-dropdown__option--value.tm, .prefix-custom>.tm {
    background-image: url(../../images/flags/tm.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .tn.svg-loaded, .custom-dropdown__option--value.tn, .prefix-custom>.tn {
    background-image: url(../../images/flags/tn.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .to.svg-loaded, .custom-dropdown__option--value.to, .prefix-custom>.to {
    background-image: url(../../images/flags/to.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .tr.svg-loaded, .custom-dropdown__option--value.tr, .prefix-custom>.tr {
    background-image: url(../../images/flags/tr.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .tt.svg-loaded, .custom-dropdown__option--value.tt, .prefix-custom>.tt {
    background-image: url(../../images/flags/tt.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .tv.svg-loaded, .custom-dropdown__option--value.tv, .prefix-custom>.tv {
    background-image: url(../../images/flags/tv.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .tw.svg-loaded, .custom-dropdown__option--value.tw, .prefix-custom>.tw {
    background-image: url(../../images/flags/tw.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .tz.svg-loaded, .custom-dropdown__option--value.tz, .prefix-custom>.tz {
    background-image: url(../../images/flags/tz.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ua.svg-loaded, .custom-dropdown__option--value.ua, .prefix-custom>.ua {
    background-image: url(../../images/flags/ua.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ug.svg-loaded, .custom-dropdown__option--value.ug, .prefix-custom>.ug {
    background-image: url(../../images/flags/ug.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .um.svg-loaded, .custom-dropdown__option--value.um, .prefix-custom>.um {
    background-image: url(../../images/flags/um.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .us.svg-loaded, .custom-dropdown__option--value.us, .prefix-custom>.us {
    background-image: url(../../images/flags/us.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .uy.svg-loaded, .custom-dropdown__option--value.uy, .prefix-custom>.uy {
    background-image: url(../../images/flags/uy.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .uz.svg-loaded, .custom-dropdown__option--value.uz, .prefix-custom>.uz {
    background-image: url(../../images/flags/uz.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .va.svg-loaded, .custom-dropdown__option--value.va, .prefix-custom>.va {
    background-image: url(../../images/flags/va.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .vc.svg-loaded, .custom-dropdown__option--value.vc, .prefix-custom>.vc {
    background-image: url(../../images/flags/vc.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ve.svg-loaded, .custom-dropdown__option--value.ve, .prefix-custom>.ve {
    background-image: url(../../images/flags/ve.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .vg.svg-loaded, .custom-dropdown__option--value.vg, .prefix-custom>.vg {
    background-image: url(../../images/flags/vg.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .vi.svg-loaded, .custom-dropdown__option--value.vi, .prefix-custom>.vi {
    background-image: url(../../images/flags/vi.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .vn.svg-loaded, .custom-dropdown__option--value.vn, .prefix-custom>.vn {
    background-image: url(../../images/flags/vn.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .vu.svg-loaded, .custom-dropdown__option--value.vu, .prefix-custom>.vu {
    background-image: url(../../images/flags/vu.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .wf.svg-loaded, .custom-dropdown__option--value.wf, .prefix-custom>.wf {
    background-image: url(../../images/flags/wf.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ws.svg-loaded, .custom-dropdown__option--value.ws, .prefix-custom>.ws {
    background-image: url(../../images/flags/ws.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .ye.svg-loaded, .custom-dropdown__option--value.ye, .prefix-custom>.ye {
    background-image: url(../../images/flags/ye.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .yt.svg-loaded, .custom-dropdown__option--value.yt, .prefix-custom>.yt {
    background-image: url(../../images/flags/yt.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .za.svg-loaded, .custom-dropdown__option--value.za, .prefix-custom>.za {
    background-image: url(../../images/flags/za.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .zm.svg-loaded, .custom-dropdown__option--value.zm, .prefix-custom>.zm {
    background-image: url(../../images/flags/zm.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.custom-dropdown__dropdown .zw.svg-loaded, .custom-dropdown__option--value.zw, .prefix-custom>.zw {
    background-image: url(../../images/flags/zw.svg);
    background-position: 26px 22px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.prefix-custom .select-option:not(.custom-dropdown__option--value) {
    background-position: 26px 25px;
    background-repeat: no-repeat;
    background-size: 21px 15px;
    text-indent: 30px
}

.toast {
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    flex-basis: 350px;
    font-size: .875rem;
    max-width: 350px;
    opacity: 0
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    color: #6c757d;
    display: flex;
    padding: .25rem .75rem
}

.toast-body {
    padding: .75rem
}

.aspect-ratio-1-1 {
    aspect-ratio: 1
}

.aspect-ratio-4-3 {
    aspect-ratio: 1.3333333333
}

.aspect-ratio-3-2 {
    aspect-ratio: 1.5
}

.aspect-ratio-5-3 {
    aspect-ratio: 1.6666666667
}

.aspect-ratio-16-9 {
    aspect-ratio: 1.7777777778
}

.aspect-ratio-3-1 {
    aspect-ratio: 3
}

.aspect-ratio-2-3 {
    aspect-ratio: .6666666667
}

.aspect-ratio-5-7 {
    aspect-ratio: .7142857143
}

.aspect-ratio-4-5 {
    aspect-ratio: .8
}

.aspect-ratio-4-1 {
    aspect-ratio: 4
}

.aspect-ratio-16-10 {
    aspect-ratio: 1.6
}

.h0 {
    font-size: 44px !important;
    letter-spacing: -1.76px !important;
    line-height: 52px !important
}

.h0, .h1 {
    font-family: Sterling SSM, Sterling Fallback, serif !important;
    font-style: normal !important;
    font-weight: 325 !important
}

.h1 {
    font-size: 40px !important;
    letter-spacing: -1.6px !important;
    line-height: 48px !important
}

.h2 {
    font-size: 32px !important;
    letter-spacing: -1.28px !important;
    line-height: 40px !important
}

.h2, .h3 {
    font-family: Sterling SSM, Sterling Fallback, serif !important;
    font-style: normal !important;
    font-weight: 325 !important
}

.h3 {
    font-size: 24px !important;
    letter-spacing: -.48px !important;
    line-height: 32px !important
}

.h4 {
    font-family: Sterling SSM, Sterling Fallback, serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 325 !important;
    letter-spacing: -.4px !important;
    line-height: 28px !important
}

@media(min-width:720px) {
    .h4 {
        font-size: 24px !important;
        letter-spacing: -.72px !important;
        line-height: 32px !important
    }
}

.h5 {
    font-family: Sterling SSM, Sterling Fallback, serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 325 !important;
    letter-spacing: -.36px !important;
    line-height: 24px !important
}

@media(min-width:720px) {
    .h5 {
        font-size: 20px !important;
        letter-spacing: -.4px !important;
        line-height: 28px !important
    }

    .h0 {
        font-size: 72px !important;
        letter-spacing: -2.88px !important;
        line-height: 80px !important
    }

    .h1 {
        font-size: 52px !important;
        letter-spacing: -2.08px !important;
        line-height: 64px !important
    }

    .h2 {
        font-size: 48px !important;
        letter-spacing: -1.92px !important;
        line-height: 56px !important
    }

    .h3 {
        font-size: 32px !important;
        letter-spacing: -1.28px !important;
        line-height: 40px !important
    }
}

.body_serif_18_p {
    font-family: Sterling SSM, Sterling Fallback, serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 325 !important;
    letter-spacing: -.36px !important;
    line-height: 32px !important;
    text-decoration: none !important
}

.body_serif_16_p {
    text-decoration: none !important
}

.body_serif_16_p, .body_serif_16_pu {
    font-family: Sterling SSM, Sterling Fallback, serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 325 !important;
    letter-spacing: -.32px !important;
    line-height: 32px !important
}

.body_serif_16_pu {
    text-decoration: underline !important;
    -webkit-text-decoration-skip-ink: none !important;
    text-decoration-skip-ink: none !important;
    -webkit-text-decoration-style: solid !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto !important;
    text-underline-position: from-font !important
}

.body_serif_16 {
    text-decoration: none !important
}

.body_serif_16, .body_serif_16_u {
    font-family: Sterling SSM, Sterling Fallback, serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 325 !important;
    letter-spacing: -.32px !important;
    line-height: 24px !important
}

.body_serif_16_u {
    text-decoration: underline !important;
    -webkit-text-decoration-skip-ink: none !important;
    text-decoration-skip-ink: none !important;
    -webkit-text-decoration-style: solid !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto !important;
    text-underline-position: from-font !important
}

.body_serif_14_p {
    line-height: 28px !important
}

.body_serif_14, .body_serif_14_p {
    font-family: Sterling SSM, Sterling Fallback, serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 325 !important;
    letter-spacing: -.28px !important;
    text-decoration: none !important
}

.body_serif_14, .body_serif_14_u {
    line-height: 20px !important
}

.body_serif_14_u {
    font-family: Sterling SSM, Sterling Fallback, serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 325 !important;
    letter-spacing: -.28px !important;
    text-decoration: underline !important;
    -webkit-text-decoration-skip-ink: none !important;
    text-decoration-skip-ink: none !important;
    -webkit-text-decoration-style: solid !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto !important;
    text-underline-position: from-font !important
}

.body_16_sb {
    font-family: Santral Semibold, Verdana, Sans-Serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -.32px !important;
    line-height: 24px !important;
    text-decoration: none !important
}

.body_16_sb.font-weight-bold-kr {
    font-weight: 600 !important
}

.body_16_p {
    line-height: 28px !important
}

.body_16, .body_16_p {
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -.32px !important;
    text-decoration: none !important
}

.body_16 {
    line-height: 24px !important
}

.body_16_u {
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 16px !important;
    letter-spacing: -.32px !important;
    line-height: 24px !important;
    text-decoration: underline !important;
    -webkit-text-decoration-skip-ink: none !important;
    text-decoration-skip-ink: none !important;
    -webkit-text-decoration-style: solid !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto !important;
    text-underline-position: from-font !important
}

.body_14_sb, .body_16_u {
    font-style: normal !important;
    font-weight: 400 !important
}

.body_14_sb {
    font-family: Santral Semibold, Verdana, Sans-Serif !important;
    font-size: 14px !important;
    letter-spacing: -.28px !important;
    line-height: 20px !important;
    text-decoration: none !important
}

.body_14_sb.font-weight-bold-kr {
    font-weight: 600 !important
}

.body_14 {
    text-decoration: none !important
}

.body_14, .body_14_u {
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -.28px !important;
    line-height: 20px !important
}

.body_14_u {
    text-decoration: underline !important;
    -webkit-text-decoration-skip-ink: none !important;
    text-decoration-skip-ink: none !important;
    -webkit-text-decoration-style: solid !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto !important;
    text-underline-position: from-font !important
}

.body_13_sb {
    font-family: Santral Semibold, Verdana, Sans-Serif !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -.26px !important;
    line-height: 20px !important;
    text-decoration: none !important
}

.body_13_sb.font-weight-bold-kr {
    font-weight: 600 !important
}

.body_13 {
    text-decoration: none !important
}

.body_13, .body_13_u {
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -.26px !important;
    line-height: 20px !important
}

.body_13_u {
    text-decoration: underline !important;
    -webkit-text-decoration-skip-ink: none !important;
    text-decoration-skip-ink: none !important;
    -webkit-text-decoration-style: solid !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto !important;
    text-underline-position: from-font !important
}

.subtitle_14_b {
    font-size: 14px !important;
    letter-spacing: 1.4px !important
}

.subtitle_12_b, .subtitle_14_b {
    font-family: Santral Bold, Verdana, Sans-Serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    text-decoration: none !important
}

.subtitle_12_b, .subtitle_12_sb {
    font-size: 12px !important;
    letter-spacing: 1.2px !important
}

.subtitle_12_sb {
    font-family: Santral Semibold, Verdana, Sans-Serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    text-decoration: none !important;
    text-transform: uppercase
}

.subtitle_12_sb.font-weight-bold-kr {
    font-weight: 600 !important
}

.subtitle_12 {
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: 1.2px !important;
    line-height: 16px !important;
    text-decoration: none !important;
    text-transform: uppercase !important
}

.subtitle_11_sb {
    font-family: Santral Semibold, Verdana, Sans-Serif !important;
    font-weight: 400 !important
}

.subtitle_11_b, .subtitle_11_sb {
    font-size: 11px !important;
    font-style: normal !important;
    letter-spacing: .88px !important;
    line-height: 16px !important;
    text-decoration: none !important;
    text-transform: uppercase !important
}

.subtitle_11_b {
    font-family: Santral Bold, Verdana, Sans-Serif !important;
    font-weight: 700 !important
}

.subtitle_11 {
    font-size: 11px !important;
    letter-spacing: .88px !important
}

.subtitle_10, .subtitle_11 {
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    text-decoration: none !important
}

.subtitle_10 {
    font-size: 10px !important;
    letter-spacing: .4px !important;
    text-transform: uppercase !important
}

.edito_l {
    font-size: 40px !important;
    letter-spacing: -1.6px !important;
    line-height: 48px !important
}

.edito_l, .edito_m {
    font-family: Sterling SSM, Sterling Fallback, serif !important;
    font-style: normal !important;
    font-weight: 325 !important;
    text-decoration: none !important
}

.edito_m {
    font-size: 24px !important;
    letter-spacing: -.48px !important;
    line-height: 34px !important
}

.edito_s {
    font-family: Sterling SSM, Sterling Fallback, serif !important;
    font-style: normal !important
}

.edito_s, .edito_si {
    font-size: 20px !important;
    font-weight: 300 !important;
    letter-spacing: -.6px !important;
    line-height: 32px !important;
    text-decoration: none !important
}

.edito_si {
    font-family: Sterling SSM Italic, serif !important;
    font-style: italic !important
}

@media(min-width:720px) {
    .edito_l {
        font-size: 72px !important;
        letter-spacing: -2.88px !important;
        line-height: 96px !important
    }

    .edito_m {
        font-size: 32px !important;
        letter-spacing: -1.28px !important;
        line-height: 48px !important
    }

    .edito_s, .edito_si {
        font-size: 28px !important;
        letter-spacing: -.84px !important;
        line-height: 44px !important
    }
}

.body_serif_13_i {
    font-family: Sterling SSM Italic, serif !important;
    font-size: 13px !important;
    font-style: italic !important;
    font-weight: 300 !important;
    letter-spacing: -.26px !important;
    line-height: 20px !important;
    text-decoration: none !important
}

.body_12 {
    font-family: Santral Book, Verdana, Sans-Serif !important;
    font-size: 12px !important;
    letter-spacing: -.24px !important
}

.body_11, .body_12 {
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    text-decoration: none !important
}

.body_11 {
    font-family: Santral, Santral Fallback, Verdana, Sans-Serif !important;
    font-size: 11px !important;
    letter-spacing: -.26px !important
}

.subtitle_10_sb {
    font-family: Santral Semibold, Verdana, Sans-Serif !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    letter-spacing: .8px !important
}

.nav_entries, .subtitle_10_sb {
    font-style: normal !important;
    line-height: 16px !important;
    text-decoration: none !important
}

.nav_entries {
    font-family: Santral Medium, Verdana, Sans-Serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: -.26px !important;
    text-transform: uppercase !important
}

.nav_wot {
    font-family: Sterling SSM, Sterling Fallback, serif !important;
    font-size: 15px !important;
    font-style: normal !important;
    letter-spacing: -.45px !important;
    line-height: 16px !important;
    text-decoration: none !important
}

.editorial, .nav_wot {
    font-weight: 300 !important
}

.editorial {
    font-family: Sterling SSM Light Italic, serif !important;
    font-size: 32px !important;
    font-style: italic !important;
    letter-spacing: -.96px !important;
    line-height: 44px !important
}

@media(max-width:1199.98px) {
    .editorial {
        font-size: 21px !important;
        font-weight: 300 !important;
        letter-spacing: -.42px !important;
        line-height: 28px !important
    }

    .mobile_h3 {
        font-size: 24px !important;
        letter-spacing: -.48px !important;
        line-height: 32px !important
    }

    .mobile_h3, .mobile_h5 {
        font-family: Sterling SSM, Sterling Fallback, serif !important;
        font-style: normal !important;
        font-weight: 325 !important
    }

    .mobile_h5 {
        font-size: 18px !important;
        letter-spacing: -.36px !important;
        line-height: 24px !important;
        text-transform: none !important
    }

    .mobile_body_14 {
        font-family: Santral Book, Verdana, Sans-Serif !important
    }

    .mobile_body_14, .mobile_body_14_sb {
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        letter-spacing: -.28px !important;
        line-height: 20px !important;
        text-decoration: none !important
    }

    .mobile_body_14_sb {
        font-family: Santral Semibold, Verdana, Sans-Serif !important
    }

    .mobile_subtitle_11_sb {
        font-size: 11px !important;
        letter-spacing: .88px !important;
        line-height: 16px !important;
        text-transform: uppercase !important
    }

    .mobile_body_13_sb, .mobile_subtitle_11_sb {
        font-family: Santral Semibold, Verdana, Sans-Serif !important;
        font-style: normal !important;
        font-weight: 400 !important;
        text-decoration: none !important
    }

    .mobile_body_13_sb {
        font-size: 13px !important;
        letter-spacing: -.26px !important;
        line-height: 20px !important
    }

    .mobile_body_13, .mobile_body_13_u {
        font-family: Santral Book, Verdana, Sans-Serif !important;
        font-size: 13px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        letter-spacing: -.26px !important;
        line-height: 20px !important
    }

    .mobile_body_13_u {
        text-decoration: underline !important;
        -webkit-text-decoration-skip-ink: none !important;
        text-decoration-skip-ink: none !important;
        -webkit-text-decoration-style: solid !important;
        text-decoration-style: solid !important;
        text-decoration-thickness: auto !important;
        text-underline-offset: auto !important;
        text-underline-position: from-font !important
    }

    .mobile_body_16 {
        text-decoration: none !important
    }

    .mobile_body_16, .mobile_body_16_u {
        font-family: Santral Book, Verdana, Sans-Serif !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        letter-spacing: -.32px !important;
        line-height: 24px !important
    }

    .mobile_body_16_u {
        text-decoration: underline !important;
        -webkit-text-decoration-skip-ink: none !important;
        text-decoration-skip-ink: none !important;
        -webkit-text-decoration-style: solid !important;
        text-decoration-style: solid !important;
        text-decoration-thickness: auto !important;
        text-underline-offset: auto !important;
        text-underline-position: from-font !important
    }

    .mobile_body_serif_16 {
        font-size: 16px !important;
        letter-spacing: -.32px !important;
        line-height: 24px !important
    }

    .mobile_body_serif_14, .mobile_body_serif_16 {
        font-family: Sterling SSM, Sterling Fallback, serif !important;
        font-style: normal !important;
        font-weight: 325 !important;
        text-decoration: none !important
    }

    .mobile_body_serif_14 {
        letter-spacing: -.28px !important;
        line-height: 20px !important
    }
}

body {
    font-family: Santral Book, Verdana, Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.32px;
    line-height: 24px
}

.contact-cta-le, .contact-cta-le:hover, body {
    text-decoration: none
}

.contact-cta-le span {
    margin-left: 4px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.contact-cta-le .icon {
    height: 20px;
    width: 20px
}

.dark-mode .contact-cta-le, .dark-mode .contact-cta-le:hover {
    color: #fff
}

.dark-mode .contact-cta-le svg {
    fill: #fff
}

.contact-us-le {
    padding-top: 16px
}

.contact-us-le-phone .contact-us-le-text {
    margin: 0 0 16px
}

.contact-us-le-text, .contact-us-le-text-phone {
    margin: 0 0 32px
}

.contact-us-le-text-phone a {
    color: #000
}

.contact-us-le-col .bx_bn_button, .contact-us-le-col .contact-us-le-link {
    align-items: center;
    display: flex;
    overflow: hidden;
    padding: 0 40px 0 24px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    width: 100%
}

@media(min-width:1200px) {
    .contact-us-le-col .bx_bn_button, .contact-us-le-col .contact-us-le-link {
        display: inline-block;
        padding: 20px 40px 24px 0
    }
}

.contact-us-le-col .bx_bn_button:after, .contact-us-le-col .contact-us-le-link:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m10.03 6.47 5 5 .53.53-.53.53-5 5-1.06-1.06L13.44 12 8.97 7.53l1.06-1.06Z' fill='%23000'/%3E%3C/svg%3E");
    bottom: 0;
    content: "";
    height: 24px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px
}

.contact-us-le-col hr {
    display: none
}

.contact-us-le-col .LPMcontainer, .contact-us-le-col .button-label {
    width: 100%
}

.contact-us-le-col .LPMcontainer a {
    align-items: center;
    display: flex;
    padding: 0 0 0 24px;
    text-decoration: none
}

@media(min-width:1200px) {
    .contact-us-le-col .LPMcontainer a {
        display: inline-block;
        padding: 20px 0
    }
}

.contact-us-le-col .LPMcontainer .contact-us-text {
    color: #000;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    text-transform: lowercase !important;
    width: 100%
}

.contact-us-le-col .LPMcontainer .contact-us-text:first-letter {
    text-transform: uppercase !important
}

.contact-us-le-col .LPMcontainer span>svg {
    display: none
}

.contact-us-le-col #concierge-chat {
    align-items: center;
    display: flex;
    width: 100%
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.contact-us-le-col {
    display: flex;
    margin-bottom: 16px
}

@media(min-width:1200px) {
    .contact-us-le-col {
        display: inline-block;
        margin-bottom: 0
    }

    .contact-us-le-col .booxi-btn {
        flex-flow: column
    }
}

.contact-us-le-col.booxi-cont, .contact-us-le-col.injected {
    animation: fadeIn .5s ease-in-out forwards;
    display: none;
    opacity: 0
}

.contact-us-le-col.booxi-cont.loaded, .contact-us-le-col.injected.loaded {
    display: flex;
    opacity: 1
}

@media(min-width:1200px) {
    .contact-us-le-col.booxi-cont.loaded, .contact-us-le-col.injected.loaded {
        display: block
    }
}

.contact-us-le-col img {
    width: 144px
}

@media(min-width:1200px) {
    .contact-us-le-col img {
        width: 100%
    }

    .contact-us-le-layout {
        display: flex;
        flex-wrap: wrap;
        gap: 24px
    }

    .contact-us-le-layout .contact-us-le-col {
        flex: 0 0 calc(50% - 12px)
    }
}

.plp-contact-us {
    background-color: #81d8d0;
    border-radius: 50%;
    bottom: 16px;
    padding: 16px;
    position: fixed;
    right: 16px;
    transition: none;
    z-index: 5
}

@media(min-width:1200px) {
    .plp-contact-us {
        bottom: 24px;
        right: 16px
    }

    .scroll-disabled .plp-contact-us {
        right: 30px
    }
}

@media(min-width:1920px) {
    .plp-contact-us {
        margin-right: calc(50vw - 960px)
    }
}

.modal.modal-aside.le-contact-modal .modal-title {
    margin-top: 48px
}

@media(max-width:1199.98px) {
    .modal.modal-aside.le-contact-modal .modal-title {
        margin-top: 32px
    }
}

.modal.modal-aside.le-contact-modal .modal-content {
    overflow-y: auto
}

.modal.modal-aside.le-contact-modal .modal-footer {
    display: none
}

.modal.modal-aside.le-contact-modal .modal-body {
    padding-bottom: 72px
}

.modal.modal-aside.le-contact-modal .contact-us-items {
    margin-bottom: 0;
    margin-top: 0
}

.modal.modal-aside.le-contact-modal .contact-us-items .LPMcontainer {
    border-top: 1px solid rgba(0, 0, 0, .12);
    margin-top: 48px
}

:root {
    --color-primary: $black;
    --skin-primary-color-1: var(--color-primary);
    --skin-primary-color-2: var(--color-primary)
}

.add-to-wishlist-messages {
    left: 50%;
    position: fixed;
    top: 15%;
    transform: translate(-50%, -50%)
}

.add-to-wishlist-alert {
    animation: fade 5s linear forwards;
    box-shadow: 1px 1px 5px #d9d9d9;
    padding: 1em
}

@keyframes fade {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.add-to-wishlist-alert.show {
    display: block
}

.wishlist-tile {
    position: absolute;
    right: 16px;
    top: 8px
}

.wishlist-tile .fa-heart-o {
    color: rgba(0, 0, 0, .7)
}

.wishlist-tile .fa-circle {
    color: hsla(0, 0%, 100%, .7);
    text-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

.wishlist-tile .fa-heart {
    color: #000
}

.line-item-card.product-info, .wishlist-product-item {
    position: relative
}

.wishlist-product-item:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, .122)
}

.wishlist-product-item:not(:first-of-type) {
    margin-top: 48px
}

@media(max-width:719.98px) {
    .wishlist-product-item:not(:first-of-type) {
        margin-top: 32px
    }
}

.cart-body .product-wishlist-added {
    z-index: 1
}

.product-wishlist-added {
    background: #fbf9f7;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999
}

.product-wishlist .line-item-attributes {
    margin: 0 0 8px
}

.product-wishlist .line-item-attributes .line-item-attribute-name {
    display: inline-block;
    min-width: 90px;
    padding-right: 8px
}

.product-wishlist .line-item-attributes:first-of-type {
    margin: 16px 0 2px
}

@media(min-width:720px) {
    .product-wishlist .line-item-attributes:first-of-type {
        margin: 24px 0 8px
    }
}

.product-wishlist .item-attributes .line-item-details {
    margin-top: 16px
}

@media(min-width:720px) {
    .product-wishlist .item-attributes .line-item-details {
        margin-top: 24px
    }
}

.product-wishlist .item-attributes .line-item-details .line-item-attributes:first-of-type {
    margin-top: 0
}

@media(min-width:720px) {
    .product-wishlist .item-attributes .line-item-details .line-item-attributes:first-of-type {
        margin-top: 0
    }
}

.product-wishlist .pli-engraving {
    margin-bottom: 32px;
    width: 100%
}

@media(max-width:719.98px) {
    .product-wishlist .pli-engraving {
        margin-bottom: 24px;
        margin-top: 24px
    }
}

.product-wishlist .ir-add-to-cart-cta-wrapper {
    gap: 16px
}

@media(max-width:1199.98px) {
    .product-wishlist .ir-add-to-cart-cta-wrapper {
        flex-direction: column
    }
}

.product-wishlist .ir-add-to-cart-cta-wrapper .wishlist-carousel-remove-cta {
    margin-top: 0
}

.product-wishlist .ir-cart-banner-wrapper {
    background-color: #f4f0ea;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    margin-bottom: 24px;
    padding: 16px
}

@media(max-width:1439.98px) {
    .product-wishlist .ir-cart-banner-wrapper {
        margin-bottom: 16px
    }
}

.product-wishlist .ir-diamonds-4c-no-diamond {
    margin-bottom: 16px
}

.product-wishlist .ir-diamond-picker-wrapper {
    gap: 16px
}

@media(max-width:1199.98px) {
    .product-wishlist .ir-diamond-picker-wrapper {
        flex-direction: column
    }
}

.product-wishlist .ir-ring-size-wrapper {
    margin-bottom: 24px
}

@media(max-width:1439.98px) {
    .product-wishlist .ir-ring-size-wrapper {
        margin-bottom: 16px
    }
}

.product-wishlist-added-close-cta {
    position: absolute;
    right: 26px;
    top: 26px
}

.wishlist-carousel-remove-cta {
    display: block;
    margin-top: 16px;
    padding-left: 0
}

@media(min-width:720px) {
    .wishlist-carousel-remove-cta {
        margin-top: 24px
    }
}

.saved-items-title {
    margin-bottom: 24px
}

@media(min-width:720px) {
    .saved-items-title {
        margin-bottom: 32px
    }
}

.attributes-block-space {
    margin-bottom: 16px
}

@media(min-width:720px) {
    .attributes-block-space {
        margin-bottom: 24px
    }
}

.collapse-cta .icon, .product-wishlist-collapse-cta .icon {
    transition: transform .3s
}

.collapse-cta[aria-expanded=true] .icon, .product-wishlist-collapse-cta[aria-expanded=true] .icon {
    transform: rotate(180deg)
}

.collapse-cta[aria-expanded=false] .icon, .product-wishlist-collapse-cta[aria-expanded=false] .icon {
    transform: rotate(0)
}