:root {
    --color-white: #fff;
    --color-black: #000;
    --color-blue: #0070d2;
    --color-green: #008827;
    --color-primary: #6cb86a;
    --color-background: var(--color-white);
    --color-red: #c00;
    --color-success: var(--color-green);
    --color-danger: var(--color-red);
    --color-light-blue: #7ed0ee;
    --color-grey1: #f9f9f9;
    --color-grey2: #eee;
    --color-grey3: #ccc;
    --color-grey4: #999;
    --color-grey5: #666;
    --color-grey6: #444;
    --color-grey7: #222;
    --color-grey8: #333;
    --color-grey-transparent-1: rgba(0,0,0,.65);
    --color-grey-transparent-2: rgba(0,0,0,.25);
    --color-light-gray: var(--color-grey1);
    --color-slightly-darker-gray: var(--color-grey4);
    --color-dark-gray: var(--color-grey6);
    --color-darker-gray: var(--color-grey7);
    --color-horizontal-rule-grey: var(--color-grey3);
    --color-product-number-grey: var(--color-grey3);
    --color-horizontal-border-grey: var(--color-grey4);
    --color-menu-link: var(--color-grey6);
    --color-close-menu-bg: var(--color-grey2);
    --color-link-color: var(--color-dark-gray);
    --color-hr-border-color: var(--color-grey3);
    --skin-background-color-1: var(--color-background);
    --skin-border-color-1: var(--color-white);
    --skin-main-text-color-1: var(--color-gray7);
    --skin-main-text-color-2: var(--color-gray7);
    --skin-menu-color-1: #3c4453;
    --skin-menu-color-1-invert: var(--color-white);
    --skin-menu-color-2: #222;
    --skin-link-color-1: #444;
    --skin-link-color-2: #447355;
    --skin-primary-color-1: var(--color-primary);
    --skin-primary-color-2: var(--color-primary);
    --skin-primary-color-invert-1: var(--color-white);
    --skin-selectbox-background-color-1: var(--color-white);
    --skin-selectbox-text-color-1: var(--skin-main-text-color-1);
    --skin-banner-background-color-1: #444;
    --skin-banner-background-color-2: #dce9d5;
    --skin-banner-text-color-1: #596273;
    --skin-heading-color-1: var(--color-primary);
    --skin-heading-color-1-invert: var(--color-white);
    --skin-price-1: var(--color-gray7);
    --skin-header-font: Harmonia #000 Italic,Arial,sans-serif;
    --skin-body-font: var(--font-family-sans-serif);
    --irb-input__border--color: rgba(106,118,140,.3);
    --irb-input__outline--color: transparent;
    --blue: #0070d2;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #c00;
    --orange: #fd7e14;
    --yellow: #ebc172;
    --green: #008827;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #00a1e0;
    --secondary: #6c757d;
    --success: #008827;
    --info: #17a2b8;
    --warning: #ebc172;
    --danger: #c00;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 544px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-lgr: 1100px;
    --breakpoint-xl: 1280px;
    --breakpoint-xxl: 1440px;
    --breakpoint-xxxl: 1680px;
    --font-family-sans-serif: "Harmonia Sans Pro",Arial,sans-serif;
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

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

body {
    margin: 0;
    font-family: Harmonia Sans Pro,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f9f9f9
}

[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-top: 0;
    margin-bottom: .5rem
}

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

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    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 {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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 {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

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 {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none!important
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #f9f9f9;
    border: 1px solid #dee2e6;
    border-radius: .1875rem
}

.figure {
    display: inline-block
}

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

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

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

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .1875rem
}

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

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

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

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

.container,.container-fluid,.container-xl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px
}

@media (min-width: 1024px) {
    .container,.container-fluid,.container-xl {
        padding-right:20px;
        padding-left: 20px
    }
}

@media (min-width: 1280px) {
    .container,.container-fluid,.container-xl {
        padding-right:40px;
        padding-left: 40px
    }
}

@media (min-width: 1280px) {
    .container,.container-lg,.container-lgr,.container-md,.container-sm,.container-xl {
        max-width:1920px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

@media (min-width: 1024px) {
    .row {
        margin-right:-10px;
        margin-left: -10px
    }
}

@media (min-width: 1280px) {
    .row {
        margin-right:-20px;
        margin-left: -20px
    }
}

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

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

.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.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-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-lgr,.col-lgr-1,.col-lgr-2,.col-lgr-3,.col-lgr-4,.col-lgr-5,.col-lgr-6,.col-lgr-7,.col-lgr-8,.col-lgr-9,.col-lgr-10,.col-lgr-11,.col-lgr-12,.col-lgr-auto,.col-md,.col-md-1,.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-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.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-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.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-10,.col-xl-11,.col-xl-12,.col-xl-auto,.col-xxl,.col-xxl-1,.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-10,.col-xxl-11,.col-xxl-12,.col-xxl-auto,.col-xxxl,.col-xxxl-1,.col-xxxl-2,.col-xxxl-3,.col-xxxl-4,.col-xxxl-5,.col-xxxl-6,.col-xxxl-7,.col-xxxl-8,.col-xxxl-9,.col-xxxl-10,.col-xxxl-11,.col-xxxl-12,.col-xxxl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width: 1024px) {
    .col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.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-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-lgr,.col-lgr-1,.col-lgr-2,.col-lgr-3,.col-lgr-4,.col-lgr-5,.col-lgr-6,.col-lgr-7,.col-lgr-8,.col-lgr-9,.col-lgr-10,.col-lgr-11,.col-lgr-12,.col-lgr-auto,.col-md,.col-md-1,.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-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.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-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.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-10,.col-xl-11,.col-xl-12,.col-xl-auto,.col-xxl,.col-xxl-1,.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-10,.col-xxl-11,.col-xxl-12,.col-xxl-auto,.col-xxxl,.col-xxxl-1,.col-xxxl-2,.col-xxxl-3,.col-xxxl-4,.col-xxxl-5,.col-xxxl-6,.col-xxxl-7,.col-xxxl-8,.col-xxxl-9,.col-xxxl-10,.col-xxxl-11,.col-xxxl-12,.col-xxxl-auto {
        padding-right:10px;
        padding-left: 10px
    }
}

@media (min-width: 1280px) {
    .col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.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-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-lgr,.col-lgr-1,.col-lgr-2,.col-lgr-3,.col-lgr-4,.col-lgr-5,.col-lgr-6,.col-lgr-7,.col-lgr-8,.col-lgr-9,.col-lgr-10,.col-lgr-11,.col-lgr-12,.col-lgr-auto,.col-md,.col-md-1,.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-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.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-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.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-10,.col-xl-11,.col-xl-12,.col-xl-auto,.col-xxl,.col-xxl-1,.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-10,.col-xxl-11,.col-xxl-12,.col-xxl-auto,.col-xxxl,.col-xxxl-1,.col-xxxl-2,.col-xxxl-3,.col-xxxl-4,.col-xxxl-5,.col-xxxl-6,.col-xxxl-7,.col-xxxl-8,.col-xxxl-9,.col-xxxl-10,.col-xxxl-11,.col-xxxl-12,.col-xxxl-auto {
        padding-right:20px;
        padding-left: 20px
    }
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    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.33333%;
    max-width: 33.33333%
}

.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.66667%;
    max-width: 16.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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.33333%
    }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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.33333%
    }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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.33333%
    }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1100px) {
    .col-lgr {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lgr-first {
        order: -1
    }

    .order-lgr-last {
        order: 13
    }

    .order-lgr-0 {
        order: 0
    }

    .order-lgr-1 {
        order: 1
    }

    .order-lgr-2 {
        order: 2
    }

    .order-lgr-3 {
        order: 3
    }

    .order-lgr-4 {
        order: 4
    }

    .order-lgr-5 {
        order: 5
    }

    .order-lgr-6 {
        order: 6
    }

    .order-lgr-7 {
        order: 7
    }

    .order-lgr-8 {
        order: 8
    }

    .order-lgr-9 {
        order: 9
    }

    .order-lgr-10 {
        order: 10
    }

    .order-lgr-11 {
        order: 11
    }

    .order-lgr-12 {
        order: 12
    }

    .offset-lgr-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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.33333%
    }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
    .col-xxl {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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.33333%
    }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1680px) {
    .col-xxxl {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xxxl-first {
        order: -1
    }

    .order-xxxl-last {
        order: 13
    }

    .order-xxxl-0 {
        order: 0
    }

    .order-xxxl-1 {
        order: 1
    }

    .order-xxxl-2 {
        order: 2
    }

    .order-xxxl-3 {
        order: 3
    }

    .order-xxxl-4 {
        order: 4
    }

    .order-xxxl-5 {
        order: 5
    }

    .order-xxxl-6 {
        order: 6
    }

    .order-xxxl-7 {
        order: 7
    }

    .order-xxxl-8 {
        order: 8
    }

    .order-xxxl-9 {
        order: 9
    }

    .order-xxxl-10 {
        order: 10
    }

    .order-xxxl-11 {
        order: 11
    }

    .order-xxxl-12 {
        order: 12
    }

    .offset-xxxl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}

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

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

.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #a1ddf3
}

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

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

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

.table-success,.table-success>td,.table-success>th {
    background-color: #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: #a7d6b4
}

.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: #f9eed8
}

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

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

.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: #eda3a3
}

.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: #ececf6
}

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

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

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

.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 {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

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

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

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

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

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0,0%,100%,.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0,0%,100%,.075)
}

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

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

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

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

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

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

@media (max-width: 1099.98px) {
    .table-responsive-lgr {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

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

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

@media (max-width: 1439.98px) {
    .table-responsive-xxl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

@media (max-width: 1679.98px) {
    .table-responsive-xxxl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

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

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

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

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

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

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #61d2ff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,161,224,.25)
}

.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 {
    appearance: none
}

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

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

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

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

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

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

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

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem
}

.form-control-lg,.form-control-sm {
    line-height: 1.5;
    border-radius: .1875rem
}

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

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-right: -5px;
    margin-left: -5px
}

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

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

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

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

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

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0,136,39,.9);
    border-radius: .1875rem
}

.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 {
    border-color: #008827;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23008827' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.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 textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,.was-validated .custom-select:valid {
    border-color: #008827;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") 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' viewBox='0 0 8 8'%3E%3Cpath fill='%23008827' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.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 {
    border-color: #00bb36;
    background-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,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.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 {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #c00
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(204,0,0,.9);
    border-radius: .1875rem
}

.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 {
    border-color: #c00;
    padding-right: calc(1.5em + .75rem);
    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' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23c00' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.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 textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,.was-validated .custom-select:invalid {
    border-color: #c00;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") 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' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23c00' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.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 {
    border-color: red;
    background-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,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.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 {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

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

@media (min-width: 544px) {
    .form-inline label {
        justify-content:center
    }

    .form-inline .form-group,.form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,.form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .1875rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

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

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,161,224,.25)
}

.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 {
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0
}

.btn-primary.focus,.btn-primary:focus,.btn-primary:hover {
    color: #fff;
    background-color: #0086ba;
    border-color: #007cad
}

.btn-primary.focus,.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38,175,229,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0
}

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

.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 rgba(38,175,229,.5)
}

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

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

.btn-secondary.focus,.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208,6%,54%,.5)
}

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

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

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208,6%,54%,.5)
}

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

.btn-success.focus,.btn-success:focus,.btn-success:hover {
    color: #fff;
    background-color: #00621c;
    border-color: #005518
}

.btn-success.focus,.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(38,154,71,.5)
}

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

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

.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 {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

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

.btn-info.focus,.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

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

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

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

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

.btn-warning.focus,.btn-warning:focus,.btn-warning:hover {
    color: #212529;
    background-color: #e6b251;
    border-color: #e5ad45
}

.btn-warning.focus,.btn-warning:focus {
    box-shadow: 0 0 0 .2rem hsla(39,50%,60%,.5)
}

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

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

.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 hsla(39,50%,60%,.5)
}

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

.btn-danger.focus,.btn-danger:focus,.btn-danger:hover {
    color: #fff;
    background-color: #a60000;
    border-color: #900
}

.btn-danger.focus,.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(212,38,38,.5)
}

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

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

.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 {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

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

.btn-light.focus,.btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(220,4%,85%,.5)
}

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

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

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(220,4%,85%,.5)
}

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

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

.btn-dark.focus,.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

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

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

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

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

.btn-outline-primary:hover {
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,161,224,.5)
}

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

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

.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,161,224,.5)
}

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

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

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.5)
}

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

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

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.5)
}

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

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

.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 {
    color: #008827;
    background-color: transparent
}

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

.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 {
    color: #17a2b8;
    border-color: #17a2b8
}

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

.btn-outline-info.focus,.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

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

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

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

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

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

.btn-outline-warning.focus,.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem hsla(39,75%,68%,.5)
}

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

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

.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 hsla(39,75%,68%,.5)
}

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

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

.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 {
    color: #c00;
    background-color: transparent
}

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

.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 {
    color: #f8f9fa;
    border-color: #f8f9fa
}

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

.btn-outline-light.focus,.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

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

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

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

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

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

.btn-outline-dark.focus,.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

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

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

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

.btn-link {
    font-weight: 400;
    color: #444;
    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 {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.btn-group-sm>.btn,.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .1875rem
}

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


.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

.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-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-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 {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .1875rem
}

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

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

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

.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 {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.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-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

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

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

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0,161,224,.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #61d2ff
}

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

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

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

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

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.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' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

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

.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' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0,161,224,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0,161,224,.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,161,224,.5)
}

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

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

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .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,161,224,.5)
}

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

.custom-select:focus {
    border-color: #61d2ff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,161,224,.25)
}

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

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

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

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

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

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

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

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #61d2ff;
    box-shadow: 0 0 0 .2rem rgba(0,161,224,.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 {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .1875rem
}

.custom-file-label,.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .1875rem .1875rem 0
}

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

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f9f9f9,0 0 0 .2rem rgba(0,161,224,.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f9f9f9,0 0 0 .2rem rgba(0,161,224,.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f9f9f9,0 0 0 .2rem rgba(0,161,224,.25)
}

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #00a1e0;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

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

.custom-range::-webkit-slider-thumb:active {
    background-color: #94e1ff
}

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

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

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

.custom-range::-moz-range-thumb:active {
    background-color: #94e1ff
}

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

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #00a1e0;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

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

.custom-range::-ms-thumb:active {
    background-color: #94e1ff
}

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

.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;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

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

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

.nav-tabs {
    border-bottom: 0 solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

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

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

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

.nav-pills .nav-link {
    border-radius: .1875rem
}

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

.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 {
    position: relative;
    padding: .5rem 1rem
}

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

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

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

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

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

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

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

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

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

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

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

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

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

@media (min-width: 544px) {
    .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-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-xl {
        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: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .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-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-xl {
        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: 1023.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1024px) {
    .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-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-xl {
        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: 1099.98px) {
    .navbar-expand-lgr>.container,.navbar-expand-lgr>.container-fluid,.navbar-expand-lgr>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1100px) {
    .navbar-expand-lgr {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lgr .navbar-nav {
        flex-direction: row
    }

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

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

    .navbar-expand-lgr>.container,.navbar-expand-lgr>.container-fluid,.navbar-expand-lgr>.container-xl {
        flex-wrap: nowrap
    }

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

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

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

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

@media (min-width: 1280px) {
    .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-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-xl {
        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: 1439.98px) {
    .navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1440px) {
    .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-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-xl {
        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: 1679.98px) {
    .navbar-expand-xxxl>.container,.navbar-expand-xxxl>.container-fluid,.navbar-expand-xxxl>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1680px) {
    .navbar-expand-xxxl {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxxl .navbar-nav {
        flex-direction: row
    }

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

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

    .navbar-expand-xxxl>.container,.navbar-expand-xxxl>.container-fluid,.navbar-expand-xxxl>.container-xl {
        flex-wrap: nowrap
    }

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

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

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

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

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

.navbar-expand .navbar-nav {
    flex-direction: row
}

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

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

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-xl {
    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 {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.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' viewBox='0 0 30 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 {
    color: hsla(0,0%,100%,.5);
    border-color: hsla(0,0%,100%,.1)
}

.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' viewBox='0 0 30 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 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem
}

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

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

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

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

.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 {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125)
}

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

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.125)
}

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

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.1875rem - 1px)
}

.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-right-radius: calc(.1875rem - 1px);
    border-bottom-left-radius: calc(.1875rem - 1px)
}

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

@media (min-width: 544px) {
    .card-deck {
        display:flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

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

@media (min-width: 544px) {
    .card-group {
        display:flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 544px) {
    .card-columns {
        column-count:3;
        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-right-radius: 0;
    border-bottom-left-radius: 0
}

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

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

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .1875rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

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

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

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .1875rem
}

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

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

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,161,224,.25)
}

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

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

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

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

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

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

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

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

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .1875rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

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

.badge:empty {
    display: none
}

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

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

.badge-primary {
    color: #fff;
    background-color: #00a1e0
}

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

a.badge-primary.focus,a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,161,224,.5)
}

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

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

a.badge-secondary.focus,a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.5)
}

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

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

a.badge-success.focus,a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,136,39,.5)
}

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

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

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

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

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

a.badge-warning.focus,a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(39,75%,68%,.5)
}

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

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

a.badge-danger.focus,a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(204,0,0,.5)
}

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

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

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

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

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

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

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

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

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #005474;
    background-color: #ccecf9;
    border-color: #b8e5f6
}

.alert-primary hr {
    border-top-color: #a1ddf3
}

.alert-primary .alert-link {
    color: #002f41
}

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

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

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

.alert-success {
    color: #004714;
    background-color: #cce7d4;
    border-color: #b8dec3
}

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

.alert-success .alert-link {
    color: #001406
}

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

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

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

.alert-warning {
    color: #7a643b;
    background-color: #fbf3e3;
    border-color: #f9eed8
}

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

.alert-warning .alert-link {
    color: #58482a
}

.alert-danger {
    color: #6a0000;
    background-color: #f5cccc;
    border-color: #f1b8b8
}

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

.alert-danger .alert-link {
    color: #370000
}

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

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

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

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

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

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

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

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .1875rem
}

.progress,.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #00a1e0;
    transition: width .6s ease
}

@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: 1s linear infinite progress-bar-stripes
}

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

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .1875rem
}

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

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

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

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

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

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

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

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

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

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

.list-group-horizontal {
    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-top-right-radius: .1875rem;
    border-bottom-left-radius: 0
}

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

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

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

@media (min-width: 544px) {
    .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-top-right-radius: .1875rem;
        border-bottom-left-radius: 0
    }

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

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

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

@media (min-width: 768px) {
    .list-group-horizontal-md {
        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-top-right-radius: .1875rem;
        border-bottom-left-radius: 0
    }

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

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

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

@media (min-width: 1024px) {
    .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-top-right-radius: .1875rem;
        border-bottom-left-radius: 0
    }

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

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

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

@media (min-width: 1100px) {
    .list-group-horizontal-lgr {
        flex-direction:row
    }

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

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

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

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

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

@media (min-width: 1280px) {
    .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-top-right-radius: .1875rem;
        border-bottom-left-radius: 0
    }

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

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

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

@media (min-width: 1440px) {
    .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-top-right-radius: .1875rem;
        border-bottom-left-radius: 0
    }

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

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

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

@media (min-width: 1680px) {
    .list-group-horizontal-xxxl {
        flex-direction:row
    }

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

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

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

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

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

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

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

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

.list-group-item-primary {
    color: #005474;
    background-color: #b8e5f6
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    color: #005474;
    background-color: #a1ddf3
}

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

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

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

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

.list-group-item-success {
    color: #004714;
    background-color: #b8dec3
}

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

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

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

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

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

.list-group-item-warning {
    color: #7a643b;
    background-color: #f9eed8
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
    color: #7a643b;
    background-color: #f6e4c2
}

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

.list-group-item-danger {
    color: #6a0000;
    background-color: #f1b8b8
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
    color: #6a0000;
    background-color: #eda3a3
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
    overflow: hidden
}

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

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

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

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

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

.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 {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

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

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

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

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

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .1875rem;
    outline: 0
}

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

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

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

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

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

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.1875rem - 1px);
    border-bottom-left-radius: calc(.1875rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

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

@media (min-width: 544px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }

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

@media (min-width: 1024px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1280px) {
    .modal-xl {
        max-width:1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Harmonia Sans Pro,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.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 {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.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 {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .1875rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Harmonia Sans Pro,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .1875rem
}

.popover,.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .1875rem
}

.popover .arrow:after,.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
    margin-bottom: .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 {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .1875rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.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 {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .1875rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.1875rem - 1px);
    border-top-right-radius: calc(.1875rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

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

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

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

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

@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;
    transition-property: opacity;
    transform: none
}

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

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

@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 {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@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;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.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' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

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

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

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

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

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

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

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

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

.bg-primary {
    background-color: #00a1e0!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #007cad!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #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: #ebc172!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
    background-color: #e5ad45!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: #00a1e0!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #008827!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ebc172!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 {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

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

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

.d-flex {
    display: flex!important
}

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

@media (min-width: 544px) {
    .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: 768px) {
    .d-md-none {
        display:none!important
    }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .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: 1100px) {
    .d-lgr-none {
        display:none!important
    }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
    .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: 1440px) {
    .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: 1680px) {
    .d-xxxl-none {
        display:none!important
    }

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

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

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

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

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

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

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

    .d-xxxl-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 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    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: 544px) {
    .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: 768px) {
    .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: 1024px) {
    .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: 1100px) {
    .flex-lgr-row {
        flex-direction:row!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
    .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: 1440px) {
    .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: 1680px) {
    .flex-xxxl-row {
        flex-direction:row!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 544px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

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

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

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

@media (min-width: 1024px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

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

@media (min-width: 1100px) {
    .float-lgr-left {
        float:left!important
    }

    .float-lgr-right {
        float: right!important
    }

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

@media (min-width: 1280px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

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

@media (min-width: 1440px) {
    .float-xxl-left {
        float:left!important
    }

    .float-xxl-right {
        float: right!important
    }

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

@media (min-width: 1680px) {
    .float-xxxl-left {
        float:left!important
    }

    .float-xxxl-right {
        float: right!important
    }

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

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

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

.user-select-none {
    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 {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position: sticky) {
    .sticky-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    white-space: nowrap
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    white-space: normal
}

.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: -.25rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.25rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.25rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.25rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.25rem!important
}

.m-n3 {
    margin: -.25rem!important
}

.mt-n3,.my-n3 {
    margin-top: -.25rem!important
}

.mr-n3,.mx-n3 {
    margin-right: -.25rem!important
}

.mb-n3,.my-n3 {
    margin-bottom: -.25rem!important
}

.ml-n3,.mx-n3 {
    margin-left: -.25rem!important
}

.m-n4 {
    margin: -.25rem!important
}

.mt-n4,.my-n4 {
    margin-top: -.25rem!important
}

.mr-n4,.mx-n4 {
    margin-right: -.25rem!important
}

.mb-n4,.my-n4 {
    margin-bottom: -.25rem!important
}

.ml-n4,.mx-n4 {
    margin-left: -.25rem!important
}

.m-n5 {
    margin: -.25rem!important
}

.mt-n5,.my-n5 {
    margin-top: -.25rem!important
}

.mr-n5,.mx-n5 {
    margin-right: -.25rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -.25rem!important
}

.ml-n5,.mx-n5 {
    margin-left: -.25rem!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: 544px) {
    .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: -.25rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.25rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.25rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.25rem!important
    }

    .m-sm-n3 {
        margin: -.25rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -.25rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -.25rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -.25rem!important
    }

    .m-sm-n4 {
        margin: -.25rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -.25rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -.25rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -.25rem!important
    }

    .m-sm-n5 {
        margin: -.25rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -.25rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -.25rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -.25rem!important
    }

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

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .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: -.25rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.25rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.25rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.25rem!important
    }

    .m-md-n3 {
        margin: -.25rem!important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -.25rem!important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -.25rem!important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -.25rem!important
    }

    .m-md-n4 {
        margin: -.25rem!important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -.25rem!important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -.25rem!important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -.25rem!important
    }

    .m-md-n5 {
        margin: -.25rem!important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -.25rem!important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -.25rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -.25rem!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: 1024px) {
    .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: -.25rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.25rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.25rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.25rem!important
    }

    .m-lg-n3 {
        margin: -.25rem!important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -.25rem!important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -.25rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -.25rem!important
    }

    .m-lg-n4 {
        margin: -.25rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -.25rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -.25rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -.25rem!important
    }

    .m-lg-n5 {
        margin: -.25rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -.25rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -.25rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -.25rem!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: 1100px) {
    .m-lgr-0 {
        margin:0!important
    }

    .mt-lgr-0,.my-lgr-0 {
        margin-top: 0!important
    }

    .mr-lgr-0,.mx-lgr-0 {
        margin-right: 0!important
    }

    .mb-lgr-0,.my-lgr-0 {
        margin-bottom: 0!important
    }

    .ml-lgr-0,.mx-lgr-0 {
        margin-left: 0!important
    }

    .m-lgr-1 {
        margin: .25rem!important
    }

    .mt-lgr-1,.my-lgr-1 {
        margin-top: .25rem!important
    }

    .mr-lgr-1,.mx-lgr-1 {
        margin-right: .25rem!important
    }

    .mb-lgr-1,.my-lgr-1 {
        margin-bottom: .25rem!important
    }

    .ml-lgr-1,.mx-lgr-1 {
        margin-left: .25rem!important
    }

    .m-lgr-2 {
        margin: .5rem!important
    }

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

    .mr-lgr-2,.mx-lgr-2 {
        margin-right: .5rem!important
    }

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

    .ml-lgr-2,.mx-lgr-2 {
        margin-left: .5rem!important
    }

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

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

    .mr-lgr-3,.mx-lgr-3 {
        margin-right: 1rem!important
    }

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

    .ml-lgr-3,.mx-lgr-3 {
        margin-left: 1rem!important
    }

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

    .mt-lgr-4,.my-lgr-4 {
        margin-top: 1.5rem!important
    }

    .mr-lgr-4,.mx-lgr-4 {
        margin-right: 1.5rem!important
    }

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

    .ml-lgr-4,.mx-lgr-4 {
        margin-left: 1.5rem!important
    }

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

    .mt-lgr-5,.my-lgr-5 {
        margin-top: 3rem!important
    }

    .mr-lgr-5,.mx-lgr-5 {
        margin-right: 3rem!important
    }

    .mb-lgr-5,.my-lgr-5 {
        margin-bottom: 3rem!important
    }

    .ml-lgr-5,.mx-lgr-5 {
        margin-left: 3rem!important
    }

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

    .pt-lgr-0,.py-lgr-0 {
        padding-top: 0!important
    }

    .pr-lgr-0,.px-lgr-0 {
        padding-right: 0!important
    }

    .pb-lgr-0,.py-lgr-0 {
        padding-bottom: 0!important
    }

    .pl-lgr-0,.px-lgr-0 {
        padding-left: 0!important
    }

    .p-lgr-1 {
        padding: .25rem!important
    }

    .pt-lgr-1,.py-lgr-1 {
        padding-top: .25rem!important
    }

    .pr-lgr-1,.px-lgr-1 {
        padding-right: .25rem!important
    }

    .pb-lgr-1,.py-lgr-1 {
        padding-bottom: .25rem!important
    }

    .pl-lgr-1,.px-lgr-1 {
        padding-left: .25rem!important
    }

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

    .pt-lgr-2,.py-lgr-2 {
        padding-top: .5rem!important
    }

    .pr-lgr-2,.px-lgr-2 {
        padding-right: .5rem!important
    }

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

    .pl-lgr-2,.px-lgr-2 {
        padding-left: .5rem!important
    }

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

    .pt-lgr-3,.py-lgr-3 {
        padding-top: 1rem!important
    }

    .pr-lgr-3,.px-lgr-3 {
        padding-right: 1rem!important
    }

    .pb-lgr-3,.py-lgr-3 {
        padding-bottom: 1rem!important
    }

    .pl-lgr-3,.px-lgr-3 {
        padding-left: 1rem!important
    }

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

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

    .pr-lgr-4,.px-lgr-4 {
        padding-right: 1.5rem!important
    }

    .pb-lgr-4,.py-lgr-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lgr-4,.px-lgr-4 {
        padding-left: 1.5rem!important
    }

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

    .pt-lgr-5,.py-lgr-5 {
        padding-top: 3rem!important
    }

    .pr-lgr-5,.px-lgr-5 {
        padding-right: 3rem!important
    }

    .pb-lgr-5,.py-lgr-5 {
        padding-bottom: 3rem!important
    }

    .pl-lgr-5,.px-lgr-5 {
        padding-left: 3rem!important
    }

    .m-lgr-n1 {
        margin: -.25rem!important
    }

    .mt-lgr-n1,.my-lgr-n1 {
        margin-top: -.25rem!important
    }

    .mr-lgr-n1,.mx-lgr-n1 {
        margin-right: -.25rem!important
    }

    .mb-lgr-n1,.my-lgr-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lgr-n1,.mx-lgr-n1 {
        margin-left: -.25rem!important
    }

    .m-lgr-n2 {
        margin: -.25rem!important
    }

    .mt-lgr-n2,.my-lgr-n2 {
        margin-top: -.25rem!important
    }

    .mr-lgr-n2,.mx-lgr-n2 {
        margin-right: -.25rem!important
    }

    .mb-lgr-n2,.my-lgr-n2 {
        margin-bottom: -.25rem!important
    }

    .ml-lgr-n2,.mx-lgr-n2 {
        margin-left: -.25rem!important
    }

    .m-lgr-n3 {
        margin: -.25rem!important
    }

    .mt-lgr-n3,.my-lgr-n3 {
        margin-top: -.25rem!important
    }

    .mr-lgr-n3,.mx-lgr-n3 {
        margin-right: -.25rem!important
    }

    .mb-lgr-n3,.my-lgr-n3 {
        margin-bottom: -.25rem!important
    }

    .ml-lgr-n3,.mx-lgr-n3 {
        margin-left: -.25rem!important
    }

    .m-lgr-n4 {
        margin: -.25rem!important
    }

    .mt-lgr-n4,.my-lgr-n4 {
        margin-top: -.25rem!important
    }

    .mr-lgr-n4,.mx-lgr-n4 {
        margin-right: -.25rem!important
    }

    .mb-lgr-n4,.my-lgr-n4 {
        margin-bottom: -.25rem!important
    }

    .ml-lgr-n4,.mx-lgr-n4 {
        margin-left: -.25rem!important
    }

    .m-lgr-n5 {
        margin: -.25rem!important
    }

    .mt-lgr-n5,.my-lgr-n5 {
        margin-top: -.25rem!important
    }

    .mr-lgr-n5,.mx-lgr-n5 {
        margin-right: -.25rem!important
    }

    .mb-lgr-n5,.my-lgr-n5 {
        margin-bottom: -.25rem!important
    }

    .ml-lgr-n5,.mx-lgr-n5 {
        margin-left: -.25rem!important
    }

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

    .mt-lgr-auto,.my-lgr-auto {
        margin-top: auto!important
    }

    .mr-lgr-auto,.mx-lgr-auto {
        margin-right: auto!important
    }

    .mb-lgr-auto,.my-lgr-auto {
        margin-bottom: auto!important
    }

    .ml-lgr-auto,.mx-lgr-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1280px) {
    .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: -.25rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.25rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.25rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.25rem!important
    }

    .m-xl-n3 {
        margin: -.25rem!important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -.25rem!important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -.25rem!important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -.25rem!important
    }

    .m-xl-n4 {
        margin: -.25rem!important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -.25rem!important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -.25rem!important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -.25rem!important
    }

    .m-xl-n5 {
        margin: -.25rem!important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -.25rem!important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -.25rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -.25rem!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: 1440px) {
    .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: -.25rem!important
    }

    .mt-xxl-n2,.my-xxl-n2 {
        margin-top: -.25rem!important
    }

    .mr-xxl-n2,.mx-xxl-n2 {
        margin-right: -.25rem!important
    }

    .mb-xxl-n2,.my-xxl-n2 {
        margin-bottom: -.25rem!important
    }

    .ml-xxl-n2,.mx-xxl-n2 {
        margin-left: -.25rem!important
    }

    .m-xxl-n3 {
        margin: -.25rem!important
    }

    .mt-xxl-n3,.my-xxl-n3 {
        margin-top: -.25rem!important
    }

    .mr-xxl-n3,.mx-xxl-n3 {
        margin-right: -.25rem!important
    }

    .mb-xxl-n3,.my-xxl-n3 {
        margin-bottom: -.25rem!important
    }

    .ml-xxl-n3,.mx-xxl-n3 {
        margin-left: -.25rem!important
    }

    .m-xxl-n4 {
        margin: -.25rem!important
    }

    .mt-xxl-n4,.my-xxl-n4 {
        margin-top: -.25rem!important
    }

    .mr-xxl-n4,.mx-xxl-n4 {
        margin-right: -.25rem!important
    }

    .mb-xxl-n4,.my-xxl-n4 {
        margin-bottom: -.25rem!important
    }

    .ml-xxl-n4,.mx-xxl-n4 {
        margin-left: -.25rem!important
    }

    .m-xxl-n5 {
        margin: -.25rem!important
    }

    .mt-xxl-n5,.my-xxl-n5 {
        margin-top: -.25rem!important
    }

    .mr-xxl-n5,.mx-xxl-n5 {
        margin-right: -.25rem!important
    }

    .mb-xxl-n5,.my-xxl-n5 {
        margin-bottom: -.25rem!important
    }

    .ml-xxl-n5,.mx-xxl-n5 {
        margin-left: -.25rem!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: 1680px) {
    .m-xxxl-0 {
        margin:0!important
    }

    .mt-xxxl-0,.my-xxxl-0 {
        margin-top: 0!important
    }

    .mr-xxxl-0,.mx-xxxl-0 {
        margin-right: 0!important
    }

    .mb-xxxl-0,.my-xxxl-0 {
        margin-bottom: 0!important
    }

    .ml-xxxl-0,.mx-xxxl-0 {
        margin-left: 0!important
    }

    .m-xxxl-1 {
        margin: .25rem!important
    }

    .mt-xxxl-1,.my-xxxl-1 {
        margin-top: .25rem!important
    }

    .mr-xxxl-1,.mx-xxxl-1 {
        margin-right: .25rem!important
    }

    .mb-xxxl-1,.my-xxxl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xxxl-1,.mx-xxxl-1 {
        margin-left: .25rem!important
    }

    .m-xxxl-2 {
        margin: .5rem!important
    }

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

    .mr-xxxl-2,.mx-xxxl-2 {
        margin-right: .5rem!important
    }

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

    .ml-xxxl-2,.mx-xxxl-2 {
        margin-left: .5rem!important
    }

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

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

    .mr-xxxl-3,.mx-xxxl-3 {
        margin-right: 1rem!important
    }

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

    .ml-xxxl-3,.mx-xxxl-3 {
        margin-left: 1rem!important
    }

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

    .mt-xxxl-4,.my-xxxl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xxxl-4,.mx-xxxl-4 {
        margin-right: 1.5rem!important
    }

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

    .ml-xxxl-4,.mx-xxxl-4 {
        margin-left: 1.5rem!important
    }

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

    .mt-xxxl-5,.my-xxxl-5 {
        margin-top: 3rem!important
    }

    .mr-xxxl-5,.mx-xxxl-5 {
        margin-right: 3rem!important
    }

    .mb-xxxl-5,.my-xxxl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xxxl-5,.mx-xxxl-5 {
        margin-left: 3rem!important
    }

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

    .pt-xxxl-0,.py-xxxl-0 {
        padding-top: 0!important
    }

    .pr-xxxl-0,.px-xxxl-0 {
        padding-right: 0!important
    }

    .pb-xxxl-0,.py-xxxl-0 {
        padding-bottom: 0!important
    }

    .pl-xxxl-0,.px-xxxl-0 {
        padding-left: 0!important
    }

    .p-xxxl-1 {
        padding: .25rem!important
    }

    .pt-xxxl-1,.py-xxxl-1 {
        padding-top: .25rem!important
    }

    .pr-xxxl-1,.px-xxxl-1 {
        padding-right: .25rem!important
    }

    .pb-xxxl-1,.py-xxxl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xxxl-1,.px-xxxl-1 {
        padding-left: .25rem!important
    }

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

    .pt-xxxl-2,.py-xxxl-2 {
        padding-top: .5rem!important
    }

    .pr-xxxl-2,.px-xxxl-2 {
        padding-right: .5rem!important
    }

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

    .pl-xxxl-2,.px-xxxl-2 {
        padding-left: .5rem!important
    }

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

    .pt-xxxl-3,.py-xxxl-3 {
        padding-top: 1rem!important
    }

    .pr-xxxl-3,.px-xxxl-3 {
        padding-right: 1rem!important
    }

    .pb-xxxl-3,.py-xxxl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xxxl-3,.px-xxxl-3 {
        padding-left: 1rem!important
    }

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

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

    .pr-xxxl-4,.px-xxxl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xxxl-4,.py-xxxl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xxxl-4,.px-xxxl-4 {
        padding-left: 1.5rem!important
    }

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

    .pt-xxxl-5,.py-xxxl-5 {
        padding-top: 3rem!important
    }

    .pr-xxxl-5,.px-xxxl-5 {
        padding-right: 3rem!important
    }

    .pb-xxxl-5,.py-xxxl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xxxl-5,.px-xxxl-5 {
        padding-left: 3rem!important
    }

    .m-xxxl-n1 {
        margin: -.25rem!important
    }

    .mt-xxxl-n1,.my-xxxl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xxxl-n1,.mx-xxxl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xxxl-n1,.my-xxxl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xxxl-n1,.mx-xxxl-n1 {
        margin-left: -.25rem!important
    }

    .m-xxxl-n2 {
        margin: -.25rem!important
    }

    .mt-xxxl-n2,.my-xxxl-n2 {
        margin-top: -.25rem!important
    }

    .mr-xxxl-n2,.mx-xxxl-n2 {
        margin-right: -.25rem!important
    }

    .mb-xxxl-n2,.my-xxxl-n2 {
        margin-bottom: -.25rem!important
    }

    .ml-xxxl-n2,.mx-xxxl-n2 {
        margin-left: -.25rem!important
    }

    .m-xxxl-n3 {
        margin: -.25rem!important
    }

    .mt-xxxl-n3,.my-xxxl-n3 {
        margin-top: -.25rem!important
    }

    .mr-xxxl-n3,.mx-xxxl-n3 {
        margin-right: -.25rem!important
    }

    .mb-xxxl-n3,.my-xxxl-n3 {
        margin-bottom: -.25rem!important
    }

    .ml-xxxl-n3,.mx-xxxl-n3 {
        margin-left: -.25rem!important
    }

    .m-xxxl-n4 {
        margin: -.25rem!important
    }

    .mt-xxxl-n4,.my-xxxl-n4 {
        margin-top: -.25rem!important
    }

    .mr-xxxl-n4,.mx-xxxl-n4 {
        margin-right: -.25rem!important
    }

    .mb-xxxl-n4,.my-xxxl-n4 {
        margin-bottom: -.25rem!important
    }

    .ml-xxxl-n4,.mx-xxxl-n4 {
        margin-left: -.25rem!important
    }

    .m-xxxl-n5 {
        margin: -.25rem!important
    }

    .mt-xxxl-n5,.my-xxxl-n5 {
        margin-top: -.25rem!important
    }

    .mr-xxxl-n5,.mx-xxxl-n5 {
        margin-right: -.25rem!important
    }

    .mb-xxxl-n5,.my-xxxl-n5 {
        margin-bottom: -.25rem!important
    }

    .ml-xxxl-n5,.mx-xxxl-n5 {
        margin-left: -.25rem!important
    }

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

    .mt-xxxl-auto,.my-xxxl-auto {
        margin-top: auto!important
    }

    .mr-xxxl-auto,.mx-xxxl-auto {
        margin-right: auto!important
    }

    .mb-xxxl-auto,.my-xxxl-auto {
        margin-bottom: auto!important
    }

    .ml-xxxl-auto,.mx-xxxl-auto {
        margin-left: auto!important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.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: 544px) {
    .text-sm-left {
        text-align:left!important
    }

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

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

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

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

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

@media (min-width: 1024px) {
    .text-lg-left {
        text-align:left!important
    }

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

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

@media (min-width: 1100px) {
    .text-lgr-left {
        text-align:left!important
    }

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

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

@media (min-width: 1280px) {
    .text-xl-left {
        text-align:left!important
    }

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

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

@media (min-width: 1440px) {
    .text-xxl-left {
        text-align:left!important
    }

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

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

@media (min-width: 1680px) {
    .text-xxxl-left {
        text-align:left!important
    }

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

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

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

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

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

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

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

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

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

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

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

.text-white {
    color: #fff!important
}

.text-primary {
    color: #00a1e0!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #006a94!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #494f54!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: #ebc172!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #e1a42f!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 {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

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

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

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,:after,:before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,body {
        min-width: 1024px!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 {
        color: inherit;
        border-color: #ccc
    }
}

.carousel .icon-next,.carousel .icon-prev {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.875em;
    height: 3rem;
    width: 3rem
}

.carousel .icon-next:before,.carousel .icon-prev:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #000;
    content: "";
    height: 1.375rem;
    width: 1.375rem
}

.carousel .icon-prev:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E")
}

.carousel .icon-next:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E")
}

.carousel .carousel-control-prev {
    justify-content: flex-start
}

.carousel .carousel-control-next {
    justify-content: flex-end
}

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

.nav-tabs .nav-link {
    font-size: 1.1rem;
    color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.active {
    border-bottom: .188em solid var(--skin-primary-color-1)
}

.card {
    margin-bottom: 1em
}

.card-header h4 {
    margin-bottom: 0
}

.modal .modal-body {
    flex: 0 0 auto
}

dt {
    color: #495057;
    font-weight: 400
}

.custom-checkbox .custom-control-label:before {
    border: 1px solid #000;
    background: #f9f9f9;
    background: linear-gradient(#f9f9f9,#ccc)
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-label:before {
    border: 1px solid #000;
    background: #ccc;
    background: linear-gradient(#ccc,#666)
}

.form-control.is-invalid {
    background-image: none
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),url("./fonts/slick.woff") format("woff"),url("./fonts/slick.ttf") format("truetype"),url("./fonts/slick.svg#slick") format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-next:focus .slick-next-icon:before,.slick-next:focus .slick-prev-icon:before,.slick-next:hover .slick-next-icon:before,.slick-next:hover .slick-prev-icon:before,.slick-prev:focus .slick-next-icon:before,.slick-prev:focus .slick-prev-icon:before,.slick-prev:hover .slick-next-icon:before,.slick-prev:hover .slick-prev-icon:before {
    opacity: 1
}

.slick-next.slick-disabled,.slick-prev.slick-disabled {
    cursor: default
}

.slick-next.slick-disabled .slick-next-icon:before,.slick-next.slick-disabled .slick-prev-icon:before,.slick-prev.slick-disabled .slick-next-icon:before,.slick-prev.slick-disabled .slick-prev-icon:before {
    opacity: .25
}

.slick-next .slick-next-icon:before,.slick-next .slick-prev-icon:before,.slick-prev .slick-next-icon:before,.slick-prev .slick-prev-icon:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev .slick-prev-icon:before {
    content: "\2190"
}

[dir=rtl] .slick-prev .slick-prev-icon:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next .slick-next-icon:before {
    content: "\2192"
}

[dir=rtl] .slick-next .slick-next-icon:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus .slick-dot-icon,.slick-dots li button:hover .slick-dot-icon {
    opacity: 1
}

.slick-dots li button .slick-dot-icon {
    color: #000;
    opacity: .25
}

.slick-dots li button .slick-dot-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center
}

.slick-dots li.slick-active button .slick-dot-icon {
    color: #000;
    opacity: .75
}

.slick-sr-only {
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.slick-autoplay-toggle-button {
    position: absolute;
    left: 5px;
    bottom: -25px;
    z-index: 10;
    opacity: .75;
    background: none;
    border: 0;
    cursor: pointer
}

.slick-autoplay-toggle-button:focus,.slick-autoplay-toggle-button:hover {
    outline: none;
    opacity: 1
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
    content: "\23F8";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

.slick-autoplay-toggle-button .slick-play-icon:before {
    content: "\25B6";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

.slick-loading .slick-list {
    background: #fff 50% no-repeat
}

.pull-left-xs {
    float: left
}

.pull-right-xs {
    float: right
}

@media (min-width: 544px) and (max-width:767.98px) {
    .pull-left-sm {
        float:left
    }

    .pull-right-sm {
        float: right
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .pull-left-md {
        float:left
    }

    .pull-right-md {
        float: right
    }
}

@media (min-width: 1024px) and (max-width:1099.98px) {
    .pull-left-lg {
        float:left
    }

    .pull-right-lg {
        float: right
    }
}

@media (min-width: 1100px) and (max-width:1279.98px) {
    .pull-left-lgr {
        float:left
    }

    .pull-right-lgr {
        float: right
    }
}

@media (min-width: 1280px) and (max-width:1439.98px) {
    .pull-left-xl {
        float:left
    }

    .pull-right-xl {
        float: right
    }
}

@media (min-width: 1440px) and (max-width:1679.98px) {
    .pull-left-xxl {
        float:left
    }

    .pull-right-xxl {
        float: right
    }
}

@media (min-width: 1680px) {
    .pull-left-xxxl {
        float:left
    }

    .pull-right-xxxl {
        float: right
    }
}

@media (max-width: 543.98px) {
    .hidden-xs-down {
        display:none!important
    }
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display:none!important
    }
}

@media (max-width: 1023.98px) {
    .hidden-md-down {
        display:none!important
    }
}

@media (max-width: 1099.98px) {
    .hidden-lg-down {
        display:none!important
    }
}

@media (max-width: 1279.98px) {
    .hidden-lgr-down {
        display:none!important
    }
}

@media (max-width: 1439.98px) {
    .hidden-xl-down {
        display:none!important
    }
}

@media (max-width: 1679.98px) {
    .hidden-xxl-down {
        display:none!important
    }
}

.hidden-xxxl-down {
    display: none!important
}

.row.equal-height>[class^=col] {
    display: flex
}

@font-face {
    font-family: Harmonia Sans Pro;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/e048affc-431d-4a34-8354-95bf77980524.eot?#iefix");
    src: url("../fonts/e048affc-431d-4a34-8354-95bf77980524.eot?#iefix") format("eot"),url("../fonts/f7fe53a8-6bb7-4a74-8035-6037ca032dae.woff") format("woff"),url("../fonts/13572ed5-3afa-444d-811f-31cecef749f9.ttf") format("truetype")
}

@font-face {
    font-family: Harmonia Sans Pro;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/9ad7f3ab-733c-412a-8253-9f60e724f2ff.eot?#iefix");
    src: url("../fonts/9ad7f3ab-733c-412a-8253-9f60e724f2ff.eot?#iefix") format("eot"),url("../fonts/85757b72-744c-412a-8ae0-914b3e7ad674.woff") format("woff"),url("../fonts/5342ef4c-d3a6-421b-a241-a2034b77d33b.ttf") format("truetype")
}

@font-face {
    font-family: Harmonia Black Italic;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/dde54fb8-3f3b-47aa-8397-ffaab9d938a4.woff") format("woff"),url("fonts/HarmoniaSansPro-BlackItalic") format("truetype")
}

.heading {
    --font-main: "Harmonia Sans Pro";
    --font-italic: "Harmonia Black Italic";
    font-family: var(--font-main),sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    text-align: inherit;
    color: #3c4453
}

.heading--small {
    font-size: 1rem
}

.heading--medium {
    font-size: 1.25rem
}

.heading--large {
    font-size: 1.875rem
}

.heading--x-large {
    font-size: 2.25rem
}

.heading--italic {
    font-family: var(--font-italic),var(--font-main),sans-serif;
    font-style: italic
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\F000"
}

.fa-music:before {
    content: "\F001"
}

.fa-search:before {
    content: "\F002"
}

.fa-envelope-o:before {
    content: "\F003"
}

.fa-heart:before {
    content: "\F004"
}

.fa-star:before {
    content: "\F005"
}

.fa-star-o:before {
    content: "\F006"
}

.fa-user:before {
    content: "\F007"
}

.fa-film:before {
    content: "\F008"
}

.fa-th-large:before {
    content: "\F009"
}

.fa-th:before {
    content: "\F00A"
}

.fa-th-list:before {
    content: "\F00B"
}

.fa-check:before {
    content: "\F00C"
}

.fa-close:before,.fa-remove:before,.fa-times:before {
    content: "\F00D"
}

.fa-search-plus:before {
    content: "\F00E"
}

.fa-search-minus:before {
    content: "\F010"
}

.fa-power-off:before {
    content: "\F011"
}

.fa-signal:before {
    content: "\F012"
}

.fa-cog:before,.fa-gear:before {
    content: "\F013"
}

.fa-trash-o:before {
    content: "\F014"
}

.fa-home:before {
    content: "\F015"
}

.fa-file-o:before {
    content: "\F016"
}

.fa-clock-o:before {
    content: "\F017"
}

.fa-road:before {
    content: "\F018"
}

.fa-download:before {
    content: "\F019"
}

.fa-arrow-circle-o-down:before {
    content: "\F01A"
}

.fa-arrow-circle-o-up:before {
    content: "\F01B"
}

.fa-inbox:before {
    content: "\F01C"
}

.fa-play-circle-o:before {
    content: "\F01D"
}

.fa-repeat:before,.fa-rotate-right:before {
    content: "\F01E"
}

.fa-refresh:before {
    content: "\F021"
}

.fa-list-alt:before {
    content: "\F022"
}

.fa-lock:before {
    content: "\F023"
}

.fa-flag:before {
    content: "\F024"
}

.fa-headphones:before {
    content: "\F025"
}

.fa-volume-off:before {
    content: "\F026"
}

.fa-volume-down:before {
    content: "\F027"
}

.fa-volume-up:before {
    content: "\F028"
}

.fa-qrcode:before {
    content: "\F029"
}

.fa-barcode:before {
    content: "\F02A"
}

.fa-tag:before {
    content: "\F02B"
}

.fa-tags:before {
    content: "\F02C"
}

.fa-book:before {
    content: "\F02D"
}

.fa-bookmark:before {
    content: "\F02E"
}

.fa-print:before {
    content: "\F02F"
}

.fa-camera:before {
    content: "\F030"
}

.fa-font:before {
    content: "\F031"
}

.fa-bold:before {
    content: "\F032"
}

.fa-italic:before {
    content: "\F033"
}

.fa-text-height:before {
    content: "\F034"
}

.fa-text-width:before {
    content: "\F035"
}

.fa-align-left:before {
    content: "\F036"
}

.fa-align-center:before {
    content: "\F037"
}

.fa-align-right:before {
    content: "\F038"
}

.fa-align-justify:before {
    content: "\F039"
}

.fa-list:before {
    content: "\F03A"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\F03B"
}

.fa-indent:before {
    content: "\F03C"
}

.fa-video-camera:before {
    content: "\F03D"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\F03E"
}

.fa-pencil:before {
    content: "\F040"
}

.fa-map-marker:before {
    content: "\F041"
}

.fa-adjust:before {
    content: "\F042"
}

.fa-tint:before {
    content: "\F043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\F044"
}

.fa-share-square-o:before {
    content: "\F045"
}

.fa-check-square-o:before {
    content: "\F046"
}

.fa-arrows:before {
    content: "\F047"
}

.fa-step-backward:before {
    content: "\F048"
}

.fa-fast-backward:before {
    content: "\F049"
}

.fa-backward:before {
    content: "\F04A"
}

.fa-play:before {
    content: "\F04B"
}

.fa-pause:before {
    content: "\F04C"
}

.fa-stop:before {
    content: "\F04D"
}

.fa-forward:before {
    content: "\F04E"
}

.fa-fast-forward:before {
    content: "\F050"
}

.fa-step-forward:before {
    content: "\F051"
}

.fa-eject:before {
    content: "\F052"
}

.fa-chevron-left:before {
    content: "\F053"
}

.fa-chevron-right:before {
    content: "\F054"
}

.fa-plus-circle:before {
    content: "\F055"
}

.fa-minus-circle:before {
    content: "\F056"
}

.fa-times-circle:before {
    content: "\F057"
}

.fa-check-circle:before {
    content: "\F058"
}

.fa-question-circle:before {
    content: "\F059"
}

.fa-info-circle:before {
    content: "\F05A"
}

.fa-crosshairs:before {
    content: "\F05B"
}

.fa-times-circle-o:before {
    content: "\F05C"
}

.fa-check-circle-o:before {
    content: "\F05D"
}

.fa-ban:before {
    content: "\F05E"
}

.fa-arrow-left:before {
    content: "\F060"
}

.fa-arrow-right:before {
    content: "\F061"
}

.fa-arrow-up:before {
    content: "\F062"
}

.fa-arrow-down:before {
    content: "\F063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\F064"
}

.fa-expand:before {
    content: "\F065"
}

.fa-compress:before {
    content: "\F066"
}

.fa-plus:before {
    content: "\F067"
}

.fa-minus:before {
    content: "\F068"
}

.fa-asterisk:before {
    content: "\F069"
}

.fa-exclamation-circle:before {
    content: "\F06A"
}

.fa-gift:before {
    content: "\F06B"
}

.fa-leaf:before {
    content: "\F06C"
}

.fa-fire:before {
    content: "\F06D"
}

.fa-eye:before {
    content: "\F06E"
}

.fa-eye-slash:before {
    content: "\F070"
}

.fa-exclamation-triangle:before,.fa-warning:before {
    content: "\F071"
}

.fa-plane:before {
    content: "\F072"
}

.fa-calendar:before {
    content: "\F073"
}

.fa-random:before {
    content: "\F074"
}

.fa-comment:before {
    content: "\F075"
}

.fa-magnet:before {
    content: "\F076"
}

.fa-chevron-up:before {
    content: "\F077"
}

.fa-chevron-down:before {
    content: "\F078"
}

.fa-retweet:before {
    content: "\F079"
}

.fa-shopping-cart:before {
    content: "\F07A"
}

.fa-folder:before {
    content: "\F07B"
}

.fa-folder-open:before {
    content: "\F07C"
}

.fa-arrows-v:before {
    content: "\F07D"
}

.fa-arrows-h:before {
    content: "\F07E"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\F080"
}

.fa-twitter-square:before {
    content: "\F081"
}

.fa-facebook-square:before {
    content: "\F082"
}

.fa-camera-retro:before {
    content: "\F083"
}

.fa-key:before {
    content: "\F084"
}

.fa-cogs:before,.fa-gears:before {
    content: "\F085"
}

.fa-comments:before {
    content: "\F086"
}

.fa-thumbs-o-up:before {
    content: "\F087"
}

.fa-thumbs-o-down:before {
    content: "\F088"
}

.fa-star-half:before {
    content: "\F089"
}

.fa-heart-o:before {
    content: "\F08A"
}

.fa-sign-out:before {
    content: "\F08B"
}

.fa-linkedin-square:before {
    content: "\F08C"
}

.fa-thumb-tack:before {
    content: "\F08D"
}

.fa-external-link:before {
    content: "\F08E"
}

.fa-sign-in:before {
    content: "\F090"
}

.fa-trophy:before {
    content: "\F091"
}

.fa-github-square:before {
    content: "\F092"
}

.fa-upload:before {
    content: "\F093"
}

.fa-lemon-o:before {
    content: "\F094"
}

.fa-phone:before {
    content: "\F095"
}

.fa-square-o:before {
    content: "\F096"
}

.fa-bookmark-o:before {
    content: "\F097"
}

.fa-phone-square:before {
    content: "\F098"
}

.fa-twitter:before {
    content: "\F099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\F09A"
}

.fa-github:before {
    content: "\F09B"
}

.fa-unlock:before {
    content: "\F09C"
}

.fa-credit-card:before {
    content: "\F09D"
}

.fa-feed:before,.fa-rss:before {
    content: "\F09E"
}

.fa-hdd-o:before {
    content: "\F0A0"
}

.fa-bullhorn:before {
    content: "\F0A1"
}

.fa-bell:before {
    content: "\F0F3"
}

.fa-certificate:before {
    content: "\F0A3"
}

.fa-hand-o-right:before {
    content: "\F0A4"
}

.fa-hand-o-left:before {
    content: "\F0A5"
}

.fa-hand-o-up:before {
    content: "\F0A6"
}

.fa-hand-o-down:before {
    content: "\F0A7"
}

.fa-arrow-circle-left:before {
    content: "\F0A8"
}

.fa-arrow-circle-right:before {
    content: "\F0A9"
}

.fa-arrow-circle-up:before {
    content: "\F0AA"
}

.fa-arrow-circle-down:before {
    content: "\F0AB"
}

.fa-globe:before {
    content: "\F0AC"
}

.fa-wrench:before {
    content: "\F0AD"
}

.fa-tasks:before {
    content: "\F0AE"
}

.fa-filter:before {
    content: "\F0B0"
}

.fa-briefcase:before {
    content: "\F0B1"
}

.fa-arrows-alt:before {
    content: "\F0B2"
}

.fa-group:before,.fa-users:before {
    content: "\F0C0"
}

.fa-chain:before,.fa-link:before {
    content: "\F0C1"
}

.fa-cloud:before {
    content: "\F0C2"
}

.fa-flask:before {
    content: "\F0C3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\F0C4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\F0C5"
}

.fa-paperclip:before {
    content: "\F0C6"
}

.fa-floppy-o:before,.fa-save:before {
    content: "\F0C7"
}

.fa-square:before {
    content: "\F0C8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
    content: "\F0C9"
}

.fa-list-ul:before {
    content: "\F0CA"
}

.fa-list-ol:before {
    content: "\F0CB"
}

.fa-strikethrough:before {
    content: "\F0CC"
}

.fa-underline:before {
    content: "\F0CD"
}

.fa-table:before {
    content: "\F0CE"
}

.fa-magic:before {
    content: "\F0D0"
}

.fa-truck:before {
    content: "\F0D1"
}

.fa-pinterest:before {
    content: "\F0D2"
}

.fa-pinterest-square:before {
    content: "\F0D3"
}

.fa-google-plus-square:before {
    content: "\F0D4"
}

.fa-google-plus:before {
    content: "\F0D5"
}

.fa-money:before {
    content: "\F0D6"
}

.fa-caret-down:before {
    content: "\F0D7"
}

.fa-caret-up:before {
    content: "\F0D8"
}

.fa-caret-left:before {
    content: "\F0D9"
}

.fa-caret-right:before {
    content: "\F0DA"
}

.fa-columns:before {
    content: "\F0DB"
}

.fa-sort:before,.fa-unsorted:before {
    content: "\F0DC"
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: "\F0DD"
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: "\F0DE"
}

.fa-envelope:before {
    content: "\F0E0"
}

.fa-linkedin:before {
    content: "\F0E1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\F0E2"
}

.fa-gavel:before,.fa-legal:before {
    content: "\F0E3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\F0E4"
}

.fa-comment-o:before {
    content: "\F0E5"
}

.fa-comments-o:before {
    content: "\F0E6"
}

.fa-bolt:before,.fa-flash:before {
    content: "\F0E7"
}

.fa-sitemap:before {
    content: "\F0E8"
}

.fa-umbrella:before {
    content: "\F0E9"
}

.fa-clipboard:before,.fa-paste:before {
    content: "\F0EA"
}

.fa-lightbulb-o:before {
    content: "\F0EB"
}

.fa-exchange:before {
    content: "\F0EC"
}

.fa-cloud-download:before {
    content: "\F0ED"
}

.fa-cloud-upload:before {
    content: "\F0EE"
}

.fa-user-md:before {
    content: "\F0F0"
}

.fa-stethoscope:before {
    content: "\F0F1"
}

.fa-suitcase:before {
    content: "\F0F2"
}

.fa-bell-o:before {
    content: "\F0A2"
}

.fa-coffee:before {
    content: "\F0F4"
}

.fa-cutlery:before {
    content: "\F0F5"
}

.fa-file-text-o:before {
    content: "\F0F6"
}

.fa-building-o:before {
    content: "\F0F7"
}

.fa-hospital-o:before {
    content: "\F0F8"
}

.fa-ambulance:before {
    content: "\F0F9"
}

.fa-medkit:before {
    content: "\F0FA"
}

.fa-fighter-jet:before {
    content: "\F0FB"
}

.fa-beer:before {
    content: "\F0FC"
}

.fa-h-square:before {
    content: "\F0FD"
}

.fa-plus-square:before {
    content: "\F0FE"
}

.fa-angle-double-left:before {
    content: "\F100"
}

.fa-angle-double-right:before {
    content: "\F101"
}

.fa-angle-double-up:before {
    content: "\F102"
}

.fa-angle-double-down:before {
    content: "\F103"
}

.fa-angle-left:before {
    content: "\F104"
}

.fa-angle-right:before {
    content: "\F105"
}

.fa-angle-up:before {
    content: "\F106"
}

.fa-angle-down:before {
    content: "\F107"
}

.fa-desktop:before {
    content: "\F108"
}

.fa-laptop:before {
    content: "\F109"
}

.fa-tablet:before {
    content: "\F10A"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\F10B"
}

.fa-circle-o:before {
    content: "\F10C"
}

.fa-quote-left:before {
    content: "\F10D"
}

.fa-quote-right:before {
    content: "\F10E"
}

.fa-spinner:before {
    content: "\F110"
}

.fa-circle:before {
    content: "\F111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\F112"
}

.fa-github-alt:before {
    content: "\F113"
}

.fa-folder-o:before {
    content: "\F114"
}

.fa-folder-open-o:before {
    content: "\F115"
}

.fa-smile-o:before {
    content: "\F118"
}

.fa-frown-o:before {
    content: "\F119"
}

.fa-meh-o:before {
    content: "\F11A"
}

.fa-gamepad:before {
    content: "\F11B"
}

.fa-keyboard-o:before {
    content: "\F11C"
}

.fa-flag-o:before {
    content: "\F11D"
}

.fa-flag-checkered:before {
    content: "\F11E"
}

.fa-terminal:before {
    content: "\F120"
}

.fa-code:before {
    content: "\F121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\F122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\F123"
}

.fa-location-arrow:before {
    content: "\F124"
}

.fa-crop:before {
    content: "\F125"
}

.fa-code-fork:before {
    content: "\F126"
}

.fa-chain-broken:before,.fa-unlink:before {
    content: "\F127"
}

.fa-question:before {
    content: "\F128"
}

.fa-info:before {
    content: "\F129"
}

.fa-exclamation:before {
    content: "\F12A"
}

.fa-superscript:before {
    content: "\F12B"
}

.fa-subscript:before {
    content: "\F12C"
}

.fa-eraser:before {
    content: "\F12D"
}

.fa-puzzle-piece:before {
    content: "\F12E"
}

.fa-microphone:before {
    content: "\F130"
}

.fa-microphone-slash:before {
    content: "\F131"
}

.fa-shield:before {
    content: "\F132"
}

.fa-calendar-o:before {
    content: "\F133"
}

.fa-fire-extinguisher:before {
    content: "\F134"
}

.fa-rocket:before {
    content: "\F135"
}

.fa-maxcdn:before {
    content: "\F136"
}

.fa-chevron-circle-left:before {
    content: "\F137"
}

.fa-chevron-circle-right:before {
    content: "\F138"
}

.fa-chevron-circle-up:before {
    content: "\F139"
}

.fa-chevron-circle-down:before {
    content: "\F13A"
}

.fa-html5:before {
    content: "\F13B"
}

.fa-css3:before {
    content: "\F13C"
}

.fa-anchor:before {
    content: "\F13D"
}

.fa-unlock-alt:before {
    content: "\F13E"
}

.fa-bullseye:before {
    content: "\F140"
}

.fa-ellipsis-h:before {
    content: "\F141"
}

.fa-ellipsis-v:before {
    content: "\F142"
}

.fa-rss-square:before {
    content: "\F143"
}

.fa-play-circle:before {
    content: "\F144"
}

.fa-ticket:before {
    content: "\F145"
}

.fa-minus-square:before {
    content: "\F146"
}

.fa-minus-square-o:before {
    content: "\F147"
}

.fa-level-up:before {
    content: "\F148"
}

.fa-level-down:before {
    content: "\F149"
}

.fa-check-square:before {
    content: "\F14A"
}

.fa-pencil-square:before {
    content: "\F14B"
}

.fa-external-link-square:before {
    content: "\F14C"
}

.fa-share-square:before {
    content: "\F14D"
}

.fa-compass:before {
    content: "\F14E"
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
    content: "\F150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: "\F151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
    content: "\F152"
}

.fa-eur:before,.fa-euro:before {
    content: "\F153"
}

.fa-gbp:before {
    content: "\F154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\F155"
}

.fa-inr:before,.fa-rupee:before {
    content: "\F156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: "\F157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: "\F158"
}

.fa-krw:before,.fa-won:before {
    content: "\F159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\F15A"
}

.fa-file:before {
    content: "\F15B"
}

.fa-file-text:before {
    content: "\F15C"
}

.fa-sort-alpha-asc:before {
    content: "\F15D"
}

.fa-sort-alpha-desc:before {
    content: "\F15E"
}

.fa-sort-amount-asc:before {
    content: "\F160"
}

.fa-sort-amount-desc:before {
    content: "\F161"
}

.fa-sort-numeric-asc:before {
    content: "\F162"
}

.fa-sort-numeric-desc:before {
    content: "\F163"
}

.fa-thumbs-up:before {
    content: "\F164"
}

.fa-thumbs-down:before {
    content: "\F165"
}

.fa-youtube-square:before {
    content: "\F166"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-youtube-play:before {
    content: "\F16A"
}

.fa-dropbox:before {
    content: "\F16B"
}

.fa-stack-overflow:before {
    content: "\F16C"
}

.fa-instagram:before {
    content: "\F16D"
}

.fa-flickr:before {
    content: "\F16E"
}

.fa-adn:before {
    content: "\F170"
}

.fa-bitbucket:before {
    content: "\F171"
}

.fa-bitbucket-square:before {
    content: "\F172"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

.fa-long-arrow-down:before {
    content: "\F175"
}

.fa-long-arrow-up:before {
    content: "\F176"
}

.fa-long-arrow-left:before {
    content: "\F177"
}

.fa-long-arrow-right:before {
    content: "\F178"
}

.fa-apple:before {
    content: "\F179"
}

.fa-windows:before {
    content: "\F17A"
}

.fa-android:before {
    content: "\F17B"
}

.fa-linux:before {
    content: "\F17C"
}

.fa-dribbble:before {
    content: "\F17D"
}

.fa-skype:before {
    content: "\F17E"
}

.fa-foursquare:before {
    content: "\F180"
}

.fa-trello:before {
    content: "\F181"
}

.fa-female:before {
    content: "\F182"
}

.fa-male:before {
    content: "\F183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\F184"
}

.fa-sun-o:before {
    content: "\F185"
}

.fa-moon-o:before {
    content: "\F186"
}

.fa-archive:before {
    content: "\F187"
}

.fa-bug:before {
    content: "\F188"
}

.fa-vk:before {
    content: "\F189"
}

.fa-weibo:before {
    content: "\F18A"
}

.fa-renren:before {
    content: "\F18B"
}

.fa-pagelines:before {
    content: "\F18C"
}

.fa-stack-exchange:before {
    content: "\F18D"
}

.fa-arrow-circle-o-right:before {
    content: "\F18E"
}

.fa-arrow-circle-o-left:before {
    content: "\F190"
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
    content: "\F191"
}

.fa-dot-circle-o:before {
    content: "\F192"
}

.fa-wheelchair:before {
    content: "\F193"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-try:before,.fa-turkish-lira:before {
    content: "\F195"
}

.fa-plus-square-o:before {
    content: "\F196"
}

.fa-space-shuttle:before {
    content: "\F197"
}

.fa-slack:before {
    content: "\F198"
}

.fa-envelope-square:before {
    content: "\F199"
}

.fa-wordpress:before {
    content: "\F19A"
}

.fa-openid:before {
    content: "\F19B"
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
    content: "\F19C"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: "\F19D"
}

.fa-yahoo:before {
    content: "\F19E"
}

.fa-google:before {
    content: "\F1A0"
}

.fa-reddit:before {
    content: "\F1A1"
}

.fa-reddit-square:before {
    content: "\F1A2"
}

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

.fa-delicious:before {
    content: "\F1A5"
}

.fa-digg:before {
    content: "\F1A6"
}

.fa-pied-piper-pp:before {
    content: "\F1A7"
}

.fa-pied-piper-alt:before {
    content: "\F1A8"
}

.fa-drupal:before {
    content: "\F1A9"
}

.fa-joomla:before {
    content: "\F1AA"
}

.fa-language:before {
    content: "\F1AB"
}

.fa-fax:before {
    content: "\F1AC"
}

.fa-building:before {
    content: "\F1AD"
}

.fa-child:before {
    content: "\F1AE"
}

.fa-paw:before {
    content: "\F1B0"
}

.fa-spoon:before {
    content: "\F1B1"
}

.fa-cube:before {
    content: "\F1B2"
}

.fa-cubes:before {
    content: "\F1B3"
}

.fa-behance:before {
    content: "\F1B4"
}

.fa-behance-square:before {
    content: "\F1B5"
}

.fa-steam:before {
    content: "\F1B6"
}

.fa-steam-square:before {
    content: "\F1B7"
}

.fa-recycle:before {
    content: "\F1B8"
}

.fa-automobile:before,.fa-car:before {
    content: "\F1B9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\F1BA"
}

.fa-tree:before {
    content: "\F1BB"
}

.fa-spotify:before {
    content: "\F1BC"
}

.fa-deviantart:before {
    content: "\F1BD"
}

.fa-soundcloud:before {
    content: "\F1BE"
}

.fa-database:before {
    content: "\F1C0"
}

.fa-file-pdf-o:before {
    content: "\F1C1"
}

.fa-file-word-o:before {
    content: "\F1C2"
}

.fa-file-excel-o:before {
    content: "\F1C3"
}

.fa-file-powerpoint-o:before {
    content: "\F1C4"
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
    content: "\F1C5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
    content: "\F1C6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
    content: "\F1C7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\F1C8"
}

.fa-file-code-o:before {
    content: "\F1C9"
}

.fa-vine:before {
    content: "\F1CA"
}

.fa-codepen:before {
    content: "\F1CB"
}

.fa-jsfiddle:before {
    content: "\F1CC"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
    content: "\F1CD"
}

.fa-circle-o-notch:before {
    content: "\F1CE"
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
    content: "\F1D0"
}

.fa-empire:before,.fa-ge:before {
    content: "\F1D1"
}

.fa-git-square:before {
    content: "\F1D2"
}

.fa-git:before {
    content: "\F1D3"
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
    content: "\F1D4"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-qq:before {
    content: "\F1D6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\F1D7"
}

.fa-paper-plane:before,.fa-send:before {
    content: "\F1D8"
}

.fa-paper-plane-o:before,.fa-send-o:before {
    content: "\F1D9"
}

.fa-history:before {
    content: "\F1DA"
}

.fa-circle-thin:before {
    content: "\F1DB"
}

.fa-header:before {
    content: "\F1DC"
}

.fa-paragraph:before {
    content: "\F1DD"
}

.fa-sliders:before {
    content: "\F1DE"
}

.fa-share-alt:before {
    content: "\F1E0"
}

.fa-share-alt-square:before {
    content: "\F1E1"
}

.fa-bomb:before {
    content: "\F1E2"
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
    content: "\F1E3"
}

.fa-tty:before {
    content: "\F1E4"
}

.fa-binoculars:before {
    content: "\F1E5"
}

.fa-plug:before {
    content: "\F1E6"
}

.fa-slideshare:before {
    content: "\F1E7"
}

.fa-twitch:before {
    content: "\F1E8"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-newspaper-o:before {
    content: "\F1EA"
}

.fa-wifi:before {
    content: "\F1EB"
}

.fa-calculator:before {
    content: "\F1EC"
}

.fa-paypal:before {
    content: "\F1ED"
}

.fa-google-wallet:before {
    content: "\F1EE"
}

.fa-cc-visa:before {
    content: "\F1F0"
}

.fa-cc-mastercard:before {
    content: "\F1F1"
}

.fa-cc-discover:before {
    content: "\F1F2"
}

.fa-cc-amex:before {
    content: "\F1F3"
}

.fa-cc-paypal:before {
    content: "\F1F4"
}

.fa-cc-stripe:before {
    content: "\F1F5"
}

.fa-bell-slash:before {
    content: "\F1F6"
}

.fa-bell-slash-o:before {
    content: "\F1F7"
}

.fa-trash:before {
    content: "\F1F8"
}

.fa-copyright:before {
    content: "\F1F9"
}

.fa-at:before {
    content: "\F1FA"
}

.fa-eyedropper:before {
    content: "\F1FB"
}

.fa-paint-brush:before {
    content: "\F1FC"
}

.fa-birthday-cake:before {
    content: "\F1FD"
}

.fa-area-chart:before {
    content: "\F1FE"
}

.fa-pie-chart:before {
    content: "\F200"
}

.fa-line-chart:before {
    content: "\F201"
}

.fa-lastfm:before {
    content: "\F202"
}

.fa-lastfm-square:before {
    content: "\F203"
}

.fa-toggle-off:before {
    content: "\F204"
}

.fa-toggle-on:before {
    content: "\F205"
}

.fa-bicycle:before {
    content: "\F206"
}

.fa-bus:before {
    content: "\F207"
}

.fa-ioxhost:before {
    content: "\F208"
}

.fa-angellist:before {
    content: "\F209"
}

.fa-cc:before {
    content: "\F20A"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
    content: "\F20B"
}

.fa-meanpath:before {
    content: "\F20C"
}

.fa-buysellads:before {
    content: "\F20D"
}

.fa-connectdevelop:before {
    content: "\F20E"
}

.fa-dashcube:before {
    content: "\F210"
}

.fa-forumbee:before {
    content: "\F211"
}

.fa-leanpub:before {
    content: "\F212"
}

.fa-sellsy:before {
    content: "\F213"
}

.fa-shirtsinbulk:before {
    content: "\F214"
}

.fa-simplybuilt:before {
    content: "\F215"
}

.fa-skyatlas:before {
    content: "\F216"
}

.fa-cart-plus:before {
    content: "\F217"
}

.fa-cart-arrow-down:before {
    content: "\F218"
}

.fa-diamond:before {
    content: "\F219"
}

.fa-ship:before {
    content: "\F21A"
}

.fa-user-secret:before {
    content: "\F21B"
}

.fa-motorcycle:before {
    content: "\F21C"
}

.fa-street-view:before {
    content: "\F21D"
}

.fa-heartbeat:before {
    content: "\F21E"
}

.fa-venus:before {
    content: "\F221"
}

.fa-mars:before {
    content: "\F222"
}

.fa-mercury:before {
    content: "\F223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\F224"
}

.fa-transgender-alt:before {
    content: "\F225"
}

.fa-venus-double:before {
    content: "\F226"
}

.fa-mars-double:before {
    content: "\F227"
}

.fa-venus-mars:before {
    content: "\F228"
}

.fa-mars-stroke:before {
    content: "\F229"
}

.fa-mars-stroke-v:before {
    content: "\F22A"
}

.fa-mars-stroke-h:before {
    content: "\F22B"
}

.fa-neuter:before {
    content: "\F22C"
}

.fa-genderless:before {
    content: "\F22D"
}

.fa-facebook-official:before {
    content: "\F230"
}

.fa-pinterest-p:before {
    content: "\F231"
}

.fa-whatsapp:before {
    content: "\F232"
}

.fa-server:before {
    content: "\F233"
}

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-times:before {
    content: "\F235"
}

.fa-bed:before,.fa-hotel:before {
    content: "\F236"
}

.fa-viacoin:before {
    content: "\F237"
}

.fa-train:before {
    content: "\F238"
}

.fa-subway:before {
    content: "\F239"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-y-combinator:before,.fa-yc:before {
    content: "\F23B"
}

.fa-optin-monster:before {
    content: "\F23C"
}

.fa-opencart:before {
    content: "\F23D"
}

.fa-expeditedssl:before {
    content: "\F23E"
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
    content: "\F240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\F241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\F242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\F243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\F244"
}

.fa-mouse-pointer:before {
    content: "\F245"
}

.fa-i-cursor:before {
    content: "\F246"
}

.fa-object-group:before {
    content: "\F247"
}

.fa-object-ungroup:before {
    content: "\F248"
}

.fa-sticky-note:before {
    content: "\F249"
}

.fa-sticky-note-o:before {
    content: "\F24A"
}

.fa-cc-jcb:before {
    content: "\F24B"
}

.fa-cc-diners-club:before {
    content: "\F24C"
}

.fa-clone:before {
    content: "\F24D"
}

.fa-balance-scale:before {
    content: "\F24E"
}

.fa-hourglass-o:before {
    content: "\F250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\F251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\F253"
}

.fa-hourglass:before {
    content: "\F254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\F255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
    content: "\F256"
}

.fa-hand-scissors-o:before {
    content: "\F257"
}

.fa-hand-lizard-o:before {
    content: "\F258"
}

.fa-hand-spock-o:before {
    content: "\F259"
}

.fa-hand-pointer-o:before {
    content: "\F25A"
}

.fa-hand-peace-o:before {
    content: "\F25B"
}

.fa-trademark:before {
    content: "\F25C"
}

.fa-registered:before {
    content: "\F25D"
}

.fa-creative-commons:before {
    content: "\F25E"
}

.fa-gg:before {
    content: "\F260"
}

.fa-gg-circle:before {
    content: "\F261"
}

.fa-tripadvisor:before {
    content: "\F262"
}

.fa-odnoklassniki:before {
    content: "\F263"
}

.fa-odnoklassniki-square:before {
    content: "\F264"
}

.fa-get-pocket:before {
    content: "\F265"
}

.fa-wikipedia-w:before {
    content: "\F266"
}

.fa-safari:before {
    content: "\F267"
}

.fa-chrome:before {
    content: "\F268"
}

.fa-firefox:before {
    content: "\F269"
}

.fa-opera:before {
    content: "\F26A"
}

.fa-internet-explorer:before {
    content: "\F26B"
}

.fa-television:before,.fa-tv:before {
    content: "\F26C"
}

.fa-contao:before {
    content: "\F26D"
}

.fa-500px:before {
    content: "\F26E"
}

.fa-amazon:before {
    content: "\F270"
}

.fa-calendar-plus-o:before {
    content: "\F271"
}

.fa-calendar-minus-o:before {
    content: "\F272"
}

.fa-calendar-times-o:before {
    content: "\F273"
}

.fa-calendar-check-o:before {
    content: "\F274"
}

.fa-industry:before {
    content: "\F275"
}

.fa-map-pin:before {
    content: "\F276"
}

.fa-map-signs:before {
    content: "\F277"
}

.fa-map-o:before {
    content: "\F278"
}

.fa-map:before {
    content: "\F279"
}

.fa-commenting:before {
    content: "\F27A"
}

.fa-commenting-o:before {
    content: "\F27B"
}

.fa-houzz:before {
    content: "\F27C"
}

.fa-vimeo:before {
    content: "\F27D"
}

.fa-black-tie:before {
    content: "\F27E"
}

.fa-fonticons:before {
    content: "\F280"
}

.fa-reddit-alien:before {
    content: "\F281"
}

.fa-edge:before {
    content: "\F282"
}

.fa-credit-card-alt:before {
    content: "\F283"
}

.fa-codiepie:before {
    content: "\F284"
}

.fa-modx:before {
    content: "\F285"
}

.fa-fort-awesome:before {
    content: "\F286"
}

.fa-usb:before {
    content: "\F287"
}

.fa-product-hunt:before {
    content: "\F288"
}

.fa-mixcloud:before {
    content: "\F289"
}

.fa-scribd:before {
    content: "\F28A"
}

.fa-pause-circle:before {
    content: "\F28B"
}

.fa-pause-circle-o:before {
    content: "\F28C"
}

.fa-stop-circle:before {
    content: "\F28D"
}

.fa-stop-circle-o:before {
    content: "\F28E"
}

.fa-shopping-bag:before {
    content: "\F290"
}

.fa-shopping-basket:before {
    content: "\F291"
}

.fa-hashtag:before {
    content: "\F292"
}

.fa-bluetooth:before {
    content: "\F293"
}

.fa-bluetooth-b:before {
    content: "\F294"
}

.fa-percent:before {
    content: "\F295"
}

.fa-gitlab:before {
    content: "\F296"
}

.fa-wpbeginner:before {
    content: "\F297"
}

.fa-wpforms:before {
    content: "\F298"
}

.fa-envira:before {
    content: "\F299"
}

.fa-universal-access:before {
    content: "\F29A"
}

.fa-wheelchair-alt:before {
    content: "\F29B"
}

.fa-question-circle-o:before {
    content: "\F29C"
}

.fa-blind:before {
    content: "\F29D"
}

.fa-audio-description:before {
    content: "\F29E"
}

.fa-volume-control-phone:before {
    content: "\F2A0"
}

.fa-braille:before {
    content: "\F2A1"
}

.fa-assistive-listening-systems:before {
    content: "\F2A2"
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
    content: "\F2A3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
    content: "\F2A4"
}

.fa-glide:before {
    content: "\F2A5"
}

.fa-glide-g:before {
    content: "\F2A6"
}

.fa-sign-language:before,.fa-signing:before {
    content: "\F2A7"
}

.fa-low-vision:before {
    content: "\F2A8"
}

.fa-viadeo:before {
    content: "\F2A9"
}

.fa-viadeo-square:before {
    content: "\F2AA"
}

.fa-snapchat:before {
    content: "\F2AB"
}

.fa-snapchat-ghost:before {
    content: "\F2AC"
}

.fa-snapchat-square:before {
    content: "\F2AD"
}

.fa-pied-piper:before {
    content: "\F2AE"
}

.fa-first-order:before {
    content: "\F2B0"
}

.fa-yoast:before {
    content: "\F2B1"
}

.fa-themeisle:before {
    content: "\F2B2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\F2B3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\F2B4"
}

.fa-handshake-o:before {
    content: "\F2B5"
}

.fa-envelope-open:before {
    content: "\F2B6"
}

.fa-envelope-open-o:before {
    content: "\F2B7"
}

.fa-linode:before {
    content: "\F2B8"
}

.fa-address-book:before {
    content: "\F2B9"
}

.fa-address-book-o:before {
    content: "\F2BA"
}

.fa-address-card:before,.fa-vcard:before {
    content: "\F2BB"
}

.fa-address-card-o:before,.fa-vcard-o:before {
    content: "\F2BC"
}

.fa-user-circle:before {
    content: "\F2BD"
}

.fa-user-circle-o:before {
    content: "\F2BE"
}

.fa-user-o:before {
    content: "\F2C0"
}

.fa-id-badge:before {
    content: "\F2C1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\F2C2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\F2C3"
}

.fa-quora:before {
    content: "\F2C4"
}

.fa-free-code-camp:before {
    content: "\F2C5"
}

.fa-telegram:before {
    content: "\F2C6"
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
    content: "\F2C7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\F2C8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\F2C9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\F2CA"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\F2CB"
}

.fa-shower:before {
    content: "\F2CC"
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
    content: "\F2CD"
}

.fa-podcast:before {
    content: "\F2CE"
}

.fa-window-maximize:before {
    content: "\F2D0"
}

.fa-window-minimize:before {
    content: "\F2D1"
}

.fa-window-restore:before {
    content: "\F2D2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\F2D3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\F2D4"
}

.fa-bandcamp:before {
    content: "\F2D5"
}

.fa-grav:before {
    content: "\F2D6"
}

.fa-etsy:before {
    content: "\F2D7"
}

.fa-imdb:before {
    content: "\F2D8"
}

.fa-ravelry:before {
    content: "\F2D9"
}

.fa-eercast:before {
    content: "\F2DA"
}

.fa-microchip:before {
    content: "\F2DB"
}

.fa-snowflake-o:before {
    content: "\F2DC"
}

.fa-superpowers:before {
    content: "\F2DD"
}

.fa-wpexplorer:before {
    content: "\F2DE"
}

.fa-meetup:before {
    content: "\F2E0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.flag-icon,.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333em;
    line-height: 1em
}

.flag-icon:before {
    content: "\A0"
}

.flag-icon.flag-icon-squared {
    width: 1em
}

.flag-icon-ad {
    background-image: url(../flags/4x3/ad.svg)
}

.flag-icon-ad.flag-icon-squared {
    background-image: url(../flags/1x1/ad.svg)
}

.flag-icon-ae {
    background-image: url(../flags/4x3/ae.svg)
}

.flag-icon-ae.flag-icon-squared {
    background-image: url(../flags/1x1/ae.svg)
}

.flag-icon-af {
    background-image: url(../flags/4x3/af.svg)
}

.flag-icon-af.flag-icon-squared {
    background-image: url(../flags/1x1/af.svg)
}

.flag-icon-ag {
    background-image: url(../flags/4x3/ag.svg)
}

.flag-icon-ag.flag-icon-squared {
    background-image: url(../flags/1x1/ag.svg)
}

.flag-icon-ai {
    background-image: url(../flags/4x3/ai.svg)
}

.flag-icon-ai.flag-icon-squared {
    background-image: url(../flags/1x1/ai.svg)
}

.flag-icon-al {
    background-image: url(../flags/4x3/al.svg)
}

.flag-icon-al.flag-icon-squared {
    background-image: url(../flags/1x1/al.svg)
}

.flag-icon-am {
    background-image: url(../flags/4x3/am.svg)
}

.flag-icon-am.flag-icon-squared {
    background-image: url(../flags/1x1/am.svg)
}

.flag-icon-ao {
    background-image: url(../flags/4x3/ao.svg)
}

.flag-icon-ao.flag-icon-squared {
    background-image: url(../flags/1x1/ao.svg)
}

.flag-icon-aq {
    background-image: url(../flags/4x3/aq.svg)
}

.flag-icon-aq.flag-icon-squared {
    background-image: url(../flags/1x1/aq.svg)
}

.flag-icon-ar {
    background-image: url(../flags/4x3/ar.svg)
}

.flag-icon-ar.flag-icon-squared {
    background-image: url(../flags/1x1/ar.svg)
}

.flag-icon-as {
    background-image: url(../flags/4x3/as.svg)
}

.flag-icon-as.flag-icon-squared {
    background-image: url(../flags/1x1/as.svg)
}

.flag-icon-at {
    background-image: url(../flags/4x3/at.svg)
}

.flag-icon-at.flag-icon-squared {
    background-image: url(../flags/1x1/at.svg)
}

.flag-icon-au {
    background-image: url(../flags/4x3/au.svg)
}

.flag-icon-au.flag-icon-squared {
    background-image: url(../flags/1x1/au.svg)
}

.flag-icon-aw {
    background-image: url(../flags/4x3/aw.svg)
}

.flag-icon-aw.flag-icon-squared {
    background-image: url(../flags/1x1/aw.svg)
}

.flag-icon-ax {
    background-image: url(../flags/4x3/ax.svg)
}

.flag-icon-ax.flag-icon-squared {
    background-image: url(../flags/1x1/ax.svg)
}

.flag-icon-az {
    background-image: url(../flags/4x3/az.svg)
}

.flag-icon-az.flag-icon-squared {
    background-image: url(../flags/1x1/az.svg)
}

.flag-icon-ba {
    background-image: url(../flags/4x3/ba.svg)
}

.flag-icon-ba.flag-icon-squared {
    background-image: url(../flags/1x1/ba.svg)
}

.flag-icon-bb {
    background-image: url(../flags/4x3/bb.svg)
}

.flag-icon-bb.flag-icon-squared {
    background-image: url(../flags/1x1/bb.svg)
}

.flag-icon-bd {
    background-image: url(../flags/4x3/bd.svg)
}

.flag-icon-bd.flag-icon-squared {
    background-image: url(../flags/1x1/bd.svg)
}

.flag-icon-be {
    background-image: url(../flags/4x3/be.svg)
}

.flag-icon-be.flag-icon-squared {
    background-image: url(../flags/1x1/be.svg)
}

.flag-icon-bf {
    background-image: url(../flags/4x3/bf.svg)
}

.flag-icon-bf.flag-icon-squared {
    background-image: url(../flags/1x1/bf.svg)
}

.flag-icon-bg {
    background-image: url(../flags/4x3/bg.svg)
}

.flag-icon-bg.flag-icon-squared {
    background-image: url(../flags/1x1/bg.svg)
}

.flag-icon-bh {
    background-image: url(../flags/4x3/bh.svg)
}

.flag-icon-bh.flag-icon-squared {
    background-image: url(../flags/1x1/bh.svg)
}

.flag-icon-bi {
    background-image: url(../flags/4x3/bi.svg)
}

.flag-icon-bi.flag-icon-squared {
    background-image: url(../flags/1x1/bi.svg)
}

.flag-icon-bj {
    background-image: url(../flags/4x3/bj.svg)
}

.flag-icon-bj.flag-icon-squared {
    background-image: url(../flags/1x1/bj.svg)
}

.flag-icon-bl {
    background-image: url(../flags/4x3/bl.svg)
}

.flag-icon-bl.flag-icon-squared {
    background-image: url(../flags/1x1/bl.svg)
}

.flag-icon-bm {
    background-image: url(../flags/4x3/bm.svg)
}

.flag-icon-bm.flag-icon-squared {
    background-image: url(../flags/1x1/bm.svg)
}

.flag-icon-bn {
    background-image: url(../flags/4x3/bn.svg)
}

.flag-icon-bn.flag-icon-squared {
    background-image: url(../flags/1x1/bn.svg)
}

.flag-icon-bo {
    background-image: url(../flags/4x3/bo.svg)
}

.flag-icon-bo.flag-icon-squared {
    background-image: url(../flags/1x1/bo.svg)
}

.flag-icon-bq {
    background-image: url(../flags/4x3/bq.svg)
}

.flag-icon-bq.flag-icon-squared {
    background-image: url(../flags/1x1/bq.svg)
}

.flag-icon-br {
    background-image: url(../flags/4x3/br.svg)
}

.flag-icon-br.flag-icon-squared {
    background-image: url(../flags/1x1/br.svg)
}

.flag-icon-bs {
    background-image: url(../flags/4x3/bs.svg)
}

.flag-icon-bs.flag-icon-squared {
    background-image: url(../flags/1x1/bs.svg)
}

.flag-icon-bt {
    background-image: url(../flags/4x3/bt.svg)
}

.flag-icon-bt.flag-icon-squared {
    background-image: url(../flags/1x1/bt.svg)
}

.flag-icon-bv {
    background-image: url(../flags/4x3/bv.svg)
}

.flag-icon-bv.flag-icon-squared {
    background-image: url(../flags/1x1/bv.svg)
}

.flag-icon-bw {
    background-image: url(../flags/4x3/bw.svg)
}

.flag-icon-bw.flag-icon-squared {
    background-image: url(../flags/1x1/bw.svg)
}

.flag-icon-by {
    background-image: url(../flags/4x3/by.svg)
}

.flag-icon-by.flag-icon-squared {
    background-image: url(../flags/1x1/by.svg)
}

.flag-icon-bz {
    background-image: url(../flags/4x3/bz.svg)
}

.flag-icon-bz.flag-icon-squared {
    background-image: url(../flags/1x1/bz.svg)
}

.flag-icon-ca {
    background-image: url(../flags/4x3/ca.svg)
}

.flag-icon-ca.flag-icon-squared {
    background-image: url(../flags/1x1/ca.svg)
}

.flag-icon-cc {
    background-image: url(../flags/4x3/cc.svg)
}

.flag-icon-cc.flag-icon-squared {
    background-image: url(../flags/1x1/cc.svg)
}

.flag-icon-cd {
    background-image: url(../flags/4x3/cd.svg)
}

.flag-icon-cd.flag-icon-squared {
    background-image: url(../flags/1x1/cd.svg)
}

.flag-icon-cf {
    background-image: url(../flags/4x3/cf.svg)
}

.flag-icon-cf.flag-icon-squared {
    background-image: url(../flags/1x1/cf.svg)
}

.flag-icon-cg {
    background-image: url(../flags/4x3/cg.svg)
}

.flag-icon-cg.flag-icon-squared {
    background-image: url(../flags/1x1/cg.svg)
}

.flag-icon-ch {
    background-image: url(../flags/4x3/ch.svg)
}

.flag-icon-ch.flag-icon-squared {
    background-image: url(../flags/1x1/ch.svg)
}

.flag-icon-ci {
    background-image: url(../flags/4x3/ci.svg)
}

.flag-icon-ci.flag-icon-squared {
    background-image: url(../flags/1x1/ci.svg)
}

.flag-icon-ck {
    background-image: url(../flags/4x3/ck.svg)
}

.flag-icon-ck.flag-icon-squared {
    background-image: url(../flags/1x1/ck.svg)
}

.flag-icon-cl {
    background-image: url(../flags/4x3/cl.svg)
}

.flag-icon-cl.flag-icon-squared {
    background-image: url(../flags/1x1/cl.svg)
}

.flag-icon-cm {
    background-image: url(../flags/4x3/cm.svg)
}

.flag-icon-cm.flag-icon-squared {
    background-image: url(../flags/1x1/cm.svg)
}

.flag-icon-cn {
    background-image: url(../flags/4x3/cn.svg)
}

.flag-icon-cn.flag-icon-squared {
    background-image: url(../flags/1x1/cn.svg)
}

.flag-icon-co {
    background-image: url(../flags/4x3/co.svg)
}

.flag-icon-co.flag-icon-squared {
    background-image: url(../flags/1x1/co.svg)
}

.flag-icon-cr {
    background-image: url(../flags/4x3/cr.svg)
}

.flag-icon-cr.flag-icon-squared {
    background-image: url(../flags/1x1/cr.svg)
}

.flag-icon-cu {
    background-image: url(../flags/4x3/cu.svg)
}

.flag-icon-cu.flag-icon-squared {
    background-image: url(../flags/1x1/cu.svg)
}

.flag-icon-cv {
    background-image: url(../flags/4x3/cv.svg)
}

.flag-icon-cv.flag-icon-squared {
    background-image: url(../flags/1x1/cv.svg)
}

.flag-icon-cw {
    background-image: url(../flags/4x3/cw.svg)
}

.flag-icon-cw.flag-icon-squared {
    background-image: url(../flags/1x1/cw.svg)
}

.flag-icon-cx {
    background-image: url(../flags/4x3/cx.svg)
}

.flag-icon-cx.flag-icon-squared {
    background-image: url(../flags/1x1/cx.svg)
}

.flag-icon-cy {
    background-image: url(../flags/4x3/cy.svg)
}

.flag-icon-cy.flag-icon-squared {
    background-image: url(../flags/1x1/cy.svg)
}

.flag-icon-cz {
    background-image: url(../flags/4x3/cz.svg)
}

.flag-icon-cz.flag-icon-squared {
    background-image: url(../flags/1x1/cz.svg)
}

.flag-icon-de {
    background-image: url(../flags/4x3/de.svg)
}

.flag-icon-de.flag-icon-squared {
    background-image: url(../flags/1x1/de.svg)
}

.flag-icon-dj {
    background-image: url(../flags/4x3/dj.svg)
}

.flag-icon-dj.flag-icon-squared {
    background-image: url(../flags/1x1/dj.svg)
}

.flag-icon-dk {
    background-image: url(../flags/4x3/dk.svg)
}

.flag-icon-dk.flag-icon-squared {
    background-image: url(../flags/1x1/dk.svg)
}

.flag-icon-dm {
    background-image: url(../flags/4x3/dm.svg)
}

.flag-icon-dm.flag-icon-squared {
    background-image: url(../flags/1x1/dm.svg)
}

.flag-icon-do {
    background-image: url(../flags/4x3/do.svg)
}

.flag-icon-do.flag-icon-squared {
    background-image: url(../flags/1x1/do.svg)
}

.flag-icon-dz {
    background-image: url(../flags/4x3/dz.svg)
}

.flag-icon-dz.flag-icon-squared {
    background-image: url(../flags/1x1/dz.svg)
}

.flag-icon-ec {
    background-image: url(../flags/4x3/ec.svg)
}

.flag-icon-ec.flag-icon-squared {
    background-image: url(../flags/1x1/ec.svg)
}

.flag-icon-ee {
    background-image: url(../flags/4x3/ee.svg)
}

.flag-icon-ee.flag-icon-squared {
    background-image: url(../flags/1x1/ee.svg)
}

.flag-icon-eg {
    background-image: url(../flags/4x3/eg.svg)
}

.flag-icon-eg.flag-icon-squared {
    background-image: url(../flags/1x1/eg.svg)
}

.flag-icon-eh {
    background-image: url(../flags/4x3/eh.svg)
}

.flag-icon-eh.flag-icon-squared {
    background-image: url(../flags/1x1/eh.svg)
}

.flag-icon-er {
    background-image: url(../flags/4x3/er.svg)
}

.flag-icon-er.flag-icon-squared {
    background-image: url(../flags/1x1/er.svg)
}

.flag-icon-es {
    background-image: url(../flags/4x3/es.svg)
}

.flag-icon-es.flag-icon-squared {
    background-image: url(../flags/1x1/es.svg)
}

.flag-icon-et {
    background-image: url(../flags/4x3/et.svg)
}

.flag-icon-et.flag-icon-squared {
    background-image: url(../flags/1x1/et.svg)
}

.flag-icon-fi {
    background-image: url(../flags/4x3/fi.svg)
}

.flag-icon-fi.flag-icon-squared {
    background-image: url(../flags/1x1/fi.svg)
}

.flag-icon-fj {
    background-image: url(../flags/4x3/fj.svg)
}

.flag-icon-fj.flag-icon-squared {
    background-image: url(../flags/1x1/fj.svg)
}

.flag-icon-fk {
    background-image: url(../flags/4x3/fk.svg)
}

.flag-icon-fk.flag-icon-squared {
    background-image: url(../flags/1x1/fk.svg)
}

.flag-icon-fm {
    background-image: url(../flags/4x3/fm.svg)
}

.flag-icon-fm.flag-icon-squared {
    background-image: url(../flags/1x1/fm.svg)
}

.flag-icon-fo {
    background-image: url(../flags/4x3/fo.svg)
}

.flag-icon-fo.flag-icon-squared {
    background-image: url(../flags/1x1/fo.svg)
}

.flag-icon-fr {
    background-image: url(../flags/4x3/fr.svg)
}

.flag-icon-fr.flag-icon-squared {
    background-image: url(../flags/1x1/fr.svg)
}

.flag-icon-ga {
    background-image: url(../flags/4x3/ga.svg)
}

.flag-icon-ga.flag-icon-squared {
    background-image: url(../flags/1x1/ga.svg)
}

.flag-icon-gb {
    background-image: url(../flags/4x3/gb.svg)
}

.flag-icon-gb.flag-icon-squared {
    background-image: url(../flags/1x1/gb.svg)
}

.flag-icon-gd {
    background-image: url(../flags/4x3/gd.svg)
}

.flag-icon-gd.flag-icon-squared {
    background-image: url(../flags/1x1/gd.svg)
}

.flag-icon-ge {
    background-image: url(../flags/4x3/ge.svg)
}

.flag-icon-ge.flag-icon-squared {
    background-image: url(../flags/1x1/ge.svg)
}

.flag-icon-gf {
    background-image: url(../flags/4x3/gf.svg)
}

.flag-icon-gf.flag-icon-squared {
    background-image: url(../flags/1x1/gf.svg)
}

.flag-icon-gg {
    background-image: url(../flags/4x3/gg.svg)
}

.flag-icon-gg.flag-icon-squared {
    background-image: url(../flags/1x1/gg.svg)
}

.flag-icon-gh {
    background-image: url(../flags/4x3/gh.svg)
}

.flag-icon-gh.flag-icon-squared {
    background-image: url(../flags/1x1/gh.svg)
}

.flag-icon-gi {
    background-image: url(../flags/4x3/gi.svg)
}

.flag-icon-gi.flag-icon-squared {
    background-image: url(../flags/1x1/gi.svg)
}

.flag-icon-gl {
    background-image: url(../flags/4x3/gl.svg)
}

.flag-icon-gl.flag-icon-squared {
    background-image: url(../flags/1x1/gl.svg)
}

.flag-icon-gm {
    background-image: url(../flags/4x3/gm.svg)
}

.flag-icon-gm.flag-icon-squared {
    background-image: url(../flags/1x1/gm.svg)
}

.flag-icon-gn {
    background-image: url(../flags/4x3/gn.svg)
}

.flag-icon-gn.flag-icon-squared {
    background-image: url(../flags/1x1/gn.svg)
}

.flag-icon-gp {
    background-image: url(../flags/4x3/gp.svg)
}

.flag-icon-gp.flag-icon-squared {
    background-image: url(../flags/1x1/gp.svg)
}

.flag-icon-gq {
    background-image: url(../flags/4x3/gq.svg)
}

.flag-icon-gq.flag-icon-squared {
    background-image: url(../flags/1x1/gq.svg)
}

.flag-icon-gr {
    background-image: url(../flags/4x3/gr.svg)
}

.flag-icon-gr.flag-icon-squared {
    background-image: url(../flags/1x1/gr.svg)
}

.flag-icon-gs {
    background-image: url(../flags/4x3/gs.svg)
}

.flag-icon-gs.flag-icon-squared {
    background-image: url(../flags/1x1/gs.svg)
}

.flag-icon-gt {
    background-image: url(../flags/4x3/gt.svg)
}

.flag-icon-gt.flag-icon-squared {
    background-image: url(../flags/1x1/gt.svg)
}

.flag-icon-gu {
    background-image: url(../flags/4x3/gu.svg)
}

.flag-icon-gu.flag-icon-squared {
    background-image: url(../flags/1x1/gu.svg)
}

.flag-icon-gw {
    background-image: url(../flags/4x3/gw.svg)
}

.flag-icon-gw.flag-icon-squared {
    background-image: url(../flags/1x1/gw.svg)
}

.flag-icon-gy {
    background-image: url(../flags/4x3/gy.svg)
}

.flag-icon-gy.flag-icon-squared {
    background-image: url(../flags/1x1/gy.svg)
}

.flag-icon-hk {
    background-image: url(../flags/4x3/hk.svg)
}

.flag-icon-hk.flag-icon-squared {
    background-image: url(../flags/1x1/hk.svg)
}

.flag-icon-hm {
    background-image: url(../flags/4x3/hm.svg)
}

.flag-icon-hm.flag-icon-squared {
    background-image: url(../flags/1x1/hm.svg)
}

.flag-icon-hn {
    background-image: url(../flags/4x3/hn.svg)
}

.flag-icon-hn.flag-icon-squared {
    background-image: url(../flags/1x1/hn.svg)
}

.flag-icon-hr {
    background-image: url(../flags/4x3/hr.svg)
}

.flag-icon-hr.flag-icon-squared {
    background-image: url(../flags/1x1/hr.svg)
}

.flag-icon-ht {
    background-image: url(../flags/4x3/ht.svg)
}

.flag-icon-ht.flag-icon-squared {
    background-image: url(../flags/1x1/ht.svg)
}

.flag-icon-hu {
    background-image: url(../flags/4x3/hu.svg)
}

.flag-icon-hu.flag-icon-squared {
    background-image: url(../flags/1x1/hu.svg)
}

.flag-icon-id {
    background-image: url(../flags/4x3/id.svg)
}

.flag-icon-id.flag-icon-squared {
    background-image: url(../flags/1x1/id.svg)
}

.flag-icon-ie {
    background-image: url(../flags/4x3/ie.svg)
}

.flag-icon-ie.flag-icon-squared {
    background-image: url(../flags/1x1/ie.svg)
}

.flag-icon-il {
    background-image: url(../flags/4x3/il.svg)
}

.flag-icon-il.flag-icon-squared {
    background-image: url(../flags/1x1/il.svg)
}

.flag-icon-im {
    background-image: url(../flags/4x3/im.svg)
}

.flag-icon-im.flag-icon-squared {
    background-image: url(../flags/1x1/im.svg)
}

.flag-icon-in {
    background-image: url(../flags/4x3/in.svg)
}

.flag-icon-in.flag-icon-squared {
    background-image: url(../flags/1x1/in.svg)
}

.flag-icon-io {
    background-image: url(../flags/4x3/io.svg)
}

.flag-icon-io.flag-icon-squared {
    background-image: url(../flags/1x1/io.svg)
}

.flag-icon-iq {
    background-image: url(../flags/4x3/iq.svg)
}

.flag-icon-iq.flag-icon-squared {
    background-image: url(../flags/1x1/iq.svg)
}

.flag-icon-ir {
    background-image: url(../flags/4x3/ir.svg)
}

.flag-icon-ir.flag-icon-squared {
    background-image: url(../flags/1x1/ir.svg)
}

.flag-icon-is {
    background-image: url(../flags/4x3/is.svg)
}

.flag-icon-is.flag-icon-squared {
    background-image: url(../flags/1x1/is.svg)
}

.flag-icon-it {
    background-image: url(../flags/4x3/it.svg)
}

.flag-icon-it.flag-icon-squared {
    background-image: url(../flags/1x1/it.svg)
}

.flag-icon-je {
    background-image: url(../flags/4x3/je.svg)
}

.flag-icon-je.flag-icon-squared {
    background-image: url(../flags/1x1/je.svg)
}

.flag-icon-jm {
    background-image: url(../flags/4x3/jm.svg)
}

.flag-icon-jm.flag-icon-squared {
    background-image: url(../flags/1x1/jm.svg)
}

.flag-icon-jo {
    background-image: url(../flags/4x3/jo.svg)
}

.flag-icon-jo.flag-icon-squared {
    background-image: url(../flags/1x1/jo.svg)
}

.flag-icon-jp {
    background-image: url(../flags/4x3/jp.svg)
}

.flag-icon-jp.flag-icon-squared {
    background-image: url(../flags/1x1/jp.svg)
}

.flag-icon-ke {
    background-image: url(../flags/4x3/ke.svg)
}

.flag-icon-ke.flag-icon-squared {
    background-image: url(../flags/1x1/ke.svg)
}

.flag-icon-kg {
    background-image: url(../flags/4x3/kg.svg)
}

.flag-icon-kg.flag-icon-squared {
    background-image: url(../flags/1x1/kg.svg)
}

.flag-icon-kh {
    background-image: url(../flags/4x3/kh.svg)
}

.flag-icon-kh.flag-icon-squared {
    background-image: url(../flags/1x1/kh.svg)
}

.flag-icon-ki {
    background-image: url(../flags/4x3/ki.svg)
}

.flag-icon-ki.flag-icon-squared {
    background-image: url(../flags/1x1/ki.svg)
}

.flag-icon-km {
    background-image: url(../flags/4x3/km.svg)
}

.flag-icon-km.flag-icon-squared {
    background-image: url(../flags/1x1/km.svg)
}

.flag-icon-kn {
    background-image: url(../flags/4x3/kn.svg)
}

.flag-icon-kn.flag-icon-squared {
    background-image: url(../flags/1x1/kn.svg)
}

.flag-icon-kp {
    background-image: url(../flags/4x3/kp.svg)
}

.flag-icon-kp.flag-icon-squared {
    background-image: url(../flags/1x1/kp.svg)
}

.flag-icon-kr {
    background-image: url(../flags/4x3/kr.svg)
}

.flag-icon-kr.flag-icon-squared {
    background-image: url(../flags/1x1/kr.svg)
}

.flag-icon-kw {
    background-image: url(../flags/4x3/kw.svg)
}

.flag-icon-kw.flag-icon-squared {
    background-image: url(../flags/1x1/kw.svg)
}

.flag-icon-ky {
    background-image: url(../flags/4x3/ky.svg)
}

.flag-icon-ky.flag-icon-squared {
    background-image: url(../flags/1x1/ky.svg)
}

.flag-icon-kz {
    background-image: url(../flags/4x3/kz.svg)
}

.flag-icon-kz.flag-icon-squared {
    background-image: url(../flags/1x1/kz.svg)
}

.flag-icon-la {
    background-image: url(../flags/4x3/la.svg)
}

.flag-icon-la.flag-icon-squared {
    background-image: url(../flags/1x1/la.svg)
}

.flag-icon-lb {
    background-image: url(../flags/4x3/lb.svg)
}

.flag-icon-lb.flag-icon-squared {
    background-image: url(../flags/1x1/lb.svg)
}

.flag-icon-lc {
    background-image: url(../flags/4x3/lc.svg)
}

.flag-icon-lc.flag-icon-squared {
    background-image: url(../flags/1x1/lc.svg)
}

.flag-icon-li {
    background-image: url(../flags/4x3/li.svg)
}

.flag-icon-li.flag-icon-squared {
    background-image: url(../flags/1x1/li.svg)
}

.flag-icon-lk {
    background-image: url(../flags/4x3/lk.svg)
}

.flag-icon-lk.flag-icon-squared {
    background-image: url(../flags/1x1/lk.svg)
}

.flag-icon-lr {
    background-image: url(../flags/4x3/lr.svg)
}

.flag-icon-lr.flag-icon-squared {
    background-image: url(../flags/1x1/lr.svg)
}

.flag-icon-ls {
    background-image: url(../flags/4x3/ls.svg)
}

.flag-icon-ls.flag-icon-squared {
    background-image: url(../flags/1x1/ls.svg)
}

.flag-icon-lt {
    background-image: url(../flags/4x3/lt.svg)
}

.flag-icon-lt.flag-icon-squared {
    background-image: url(../flags/1x1/lt.svg)
}

.flag-icon-lu {
    background-image: url(../flags/4x3/lu.svg)
}

.flag-icon-lu.flag-icon-squared {
    background-image: url(../flags/1x1/lu.svg)
}

.flag-icon-lv {
    background-image: url(../flags/4x3/lv.svg)
}

.flag-icon-lv.flag-icon-squared {
    background-image: url(../flags/1x1/lv.svg)
}

.flag-icon-ly {
    background-image: url(../flags/4x3/ly.svg)
}

.flag-icon-ly.flag-icon-squared {
    background-image: url(../flags/1x1/ly.svg)
}

.flag-icon-ma {
    background-image: url(../flags/4x3/ma.svg)
}

.flag-icon-ma.flag-icon-squared {
    background-image: url(../flags/1x1/ma.svg)
}

.flag-icon-mc {
    background-image: url(../flags/4x3/mc.svg)
}

.flag-icon-mc.flag-icon-squared {
    background-image: url(../flags/1x1/mc.svg)
}

.flag-icon-md {
    background-image: url(../flags/4x3/md.svg)
}

.flag-icon-md.flag-icon-squared {
    background-image: url(../flags/1x1/md.svg)
}

.flag-icon-me {
    background-image: url(../flags/4x3/me.svg)
}

.flag-icon-me.flag-icon-squared {
    background-image: url(../flags/1x1/me.svg)
}

.flag-icon-mf {
    background-image: url(../flags/4x3/mf.svg)
}

.flag-icon-mf.flag-icon-squared {
    background-image: url(../flags/1x1/mf.svg)
}

.flag-icon-mg {
    background-image: url(../flags/4x3/mg.svg)
}

.flag-icon-mg.flag-icon-squared {
    background-image: url(../flags/1x1/mg.svg)
}

.flag-icon-mh {
    background-image: url(../flags/4x3/mh.svg)
}

.flag-icon-mh.flag-icon-squared {
    background-image: url(../flags/1x1/mh.svg)
}

.flag-icon-mk {
    background-image: url(../flags/4x3/mk.svg)
}

.flag-icon-mk.flag-icon-squared {
    background-image: url(../flags/1x1/mk.svg)
}

.flag-icon-ml {
    background-image: url(../flags/4x3/ml.svg)
}

.flag-icon-ml.flag-icon-squared {
    background-image: url(../flags/1x1/ml.svg)
}

.flag-icon-mm {
    background-image: url(../flags/4x3/mm.svg)
}

.flag-icon-mm.flag-icon-squared {
    background-image: url(../flags/1x1/mm.svg)
}

.flag-icon-mn {
    background-image: url(../flags/4x3/mn.svg)
}

.flag-icon-mn.flag-icon-squared {
    background-image: url(../flags/1x1/mn.svg)
}

.flag-icon-mo {
    background-image: url(../flags/4x3/mo.svg)
}

.flag-icon-mo.flag-icon-squared {
    background-image: url(../flags/1x1/mo.svg)
}

.flag-icon-mp {
    background-image: url(../flags/4x3/mp.svg)
}

.flag-icon-mp.flag-icon-squared {
    background-image: url(../flags/1x1/mp.svg)
}

.flag-icon-mq {
    background-image: url(../flags/4x3/mq.svg)
}

.flag-icon-mq.flag-icon-squared {
    background-image: url(../flags/1x1/mq.svg)
}

.flag-icon-mr {
    background-image: url(../flags/4x3/mr.svg)
}

.flag-icon-mr.flag-icon-squared {
    background-image: url(../flags/1x1/mr.svg)
}

.flag-icon-ms {
    background-image: url(../flags/4x3/ms.svg)
}

.flag-icon-ms.flag-icon-squared {
    background-image: url(../flags/1x1/ms.svg)
}

.flag-icon-mt {
    background-image: url(../flags/4x3/mt.svg)
}

.flag-icon-mt.flag-icon-squared {
    background-image: url(../flags/1x1/mt.svg)
}

.flag-icon-mu {
    background-image: url(../flags/4x3/mu.svg)
}

.flag-icon-mu.flag-icon-squared {
    background-image: url(../flags/1x1/mu.svg)
}

.flag-icon-mv {
    background-image: url(../flags/4x3/mv.svg)
}

.flag-icon-mv.flag-icon-squared {
    background-image: url(../flags/1x1/mv.svg)
}

.flag-icon-mw {
    background-image: url(../flags/4x3/mw.svg)
}

.flag-icon-mw.flag-icon-squared {
    background-image: url(../flags/1x1/mw.svg)
}

.flag-icon-mx {
    background-image: url(../flags/4x3/mx.svg)
}

.flag-icon-mx.flag-icon-squared {
    background-image: url(../flags/1x1/mx.svg)
}

.flag-icon-my {
    background-image: url(../flags/4x3/my.svg)
}

.flag-icon-my.flag-icon-squared {
    background-image: url(../flags/1x1/my.svg)
}

.flag-icon-mz {
    background-image: url(../flags/4x3/mz.svg)
}

.flag-icon-mz.flag-icon-squared {
    background-image: url(../flags/1x1/mz.svg)
}

.flag-icon-na {
    background-image: url(../flags/4x3/na.svg)
}

.flag-icon-na.flag-icon-squared {
    background-image: url(../flags/1x1/na.svg)
}

.flag-icon-nc {
    background-image: url(../flags/4x3/nc.svg)
}

.flag-icon-nc.flag-icon-squared {
    background-image: url(../flags/1x1/nc.svg)
}

.flag-icon-ne {
    background-image: url(../flags/4x3/ne.svg)
}

.flag-icon-ne.flag-icon-squared {
    background-image: url(../flags/1x1/ne.svg)
}

.flag-icon-nf {
    background-image: url(../flags/4x3/nf.svg)
}

.flag-icon-nf.flag-icon-squared {
    background-image: url(../flags/1x1/nf.svg)
}

.flag-icon-ng {
    background-image: url(../flags/4x3/ng.svg)
}

.flag-icon-ng.flag-icon-squared {
    background-image: url(../flags/1x1/ng.svg)
}

.flag-icon-ni {
    background-image: url(../flags/4x3/ni.svg)
}

.flag-icon-ni.flag-icon-squared {
    background-image: url(../flags/1x1/ni.svg)
}

.flag-icon-nl {
    background-image: url(../flags/4x3/nl.svg)
}

.flag-icon-nl.flag-icon-squared {
    background-image: url(../flags/1x1/nl.svg)
}

.flag-icon-no {
    background-image: url(../flags/4x3/no.svg)
}

.flag-icon-no.flag-icon-squared {
    background-image: url(../flags/1x1/no.svg)
}

.flag-icon-np {
    background-image: url(../flags/4x3/np.svg)
}

.flag-icon-np.flag-icon-squared {
    background-image: url(../flags/1x1/np.svg)
}

.flag-icon-nr {
    background-image: url(../flags/4x3/nr.svg)
}

.flag-icon-nr.flag-icon-squared {
    background-image: url(../flags/1x1/nr.svg)
}

.flag-icon-nu {
    background-image: url(../flags/4x3/nu.svg)
}

.flag-icon-nu.flag-icon-squared {
    background-image: url(../flags/1x1/nu.svg)
}

.flag-icon-nz {
    background-image: url(../flags/4x3/nz.svg)
}

.flag-icon-nz.flag-icon-squared {
    background-image: url(../flags/1x1/nz.svg)
}

.flag-icon-om {
    background-image: url(../flags/4x3/om.svg)
}

.flag-icon-om.flag-icon-squared {
    background-image: url(../flags/1x1/om.svg)
}

.flag-icon-pa {
    background-image: url(../flags/4x3/pa.svg)
}

.flag-icon-pa.flag-icon-squared {
    background-image: url(../flags/1x1/pa.svg)
}

.flag-icon-pe {
    background-image: url(../flags/4x3/pe.svg)
}

.flag-icon-pe.flag-icon-squared {
    background-image: url(../flags/1x1/pe.svg)
}

.flag-icon-pf {
    background-image: url(../flags/4x3/pf.svg)
}

.flag-icon-pf.flag-icon-squared {
    background-image: url(../flags/1x1/pf.svg)
}

.flag-icon-pg {
    background-image: url(../flags/4x3/pg.svg)
}

.flag-icon-pg.flag-icon-squared {
    background-image: url(../flags/1x1/pg.svg)
}

.flag-icon-ph {
    background-image: url(../flags/4x3/ph.svg)
}

.flag-icon-ph.flag-icon-squared {
    background-image: url(../flags/1x1/ph.svg)
}

.flag-icon-pk {
    background-image: url(../flags/4x3/pk.svg)
}

.flag-icon-pk.flag-icon-squared {
    background-image: url(../flags/1x1/pk.svg)
}

.flag-icon-pl {
    background-image: url(../flags/4x3/pl.svg)
}

.flag-icon-pl.flag-icon-squared {
    background-image: url(../flags/1x1/pl.svg)
}

.flag-icon-pm {
    background-image: url(../flags/4x3/pm.svg)
}

.flag-icon-pm.flag-icon-squared {
    background-image: url(../flags/1x1/pm.svg)
}

.flag-icon-pn {
    background-image: url(../flags/4x3/pn.svg)
}

.flag-icon-pn.flag-icon-squared {
    background-image: url(../flags/1x1/pn.svg)
}

.flag-icon-pr {
    background-image: url(../flags/4x3/pr.svg)
}

.flag-icon-pr.flag-icon-squared {
    background-image: url(../flags/1x1/pr.svg)
}

.flag-icon-ps {
    background-image: url(../flags/4x3/ps.svg)
}

.flag-icon-ps.flag-icon-squared {
    background-image: url(../flags/1x1/ps.svg)
}

.flag-icon-pt {
    background-image: url(../flags/4x3/pt.svg)
}

.flag-icon-pt.flag-icon-squared {
    background-image: url(../flags/1x1/pt.svg)
}

.flag-icon-pw {
    background-image: url(../flags/4x3/pw.svg)
}

.flag-icon-pw.flag-icon-squared {
    background-image: url(../flags/1x1/pw.svg)
}

.flag-icon-py {
    background-image: url(../flags/4x3/py.svg)
}

.flag-icon-py.flag-icon-squared {
    background-image: url(../flags/1x1/py.svg)
}

.flag-icon-qa {
    background-image: url(../flags/4x3/qa.svg)
}

.flag-icon-qa.flag-icon-squared {
    background-image: url(../flags/1x1/qa.svg)
}

.flag-icon-re {
    background-image: url(../flags/4x3/re.svg)
}

.flag-icon-re.flag-icon-squared {
    background-image: url(../flags/1x1/re.svg)
}

.flag-icon-ro {
    background-image: url(../flags/4x3/ro.svg)
}

.flag-icon-ro.flag-icon-squared {
    background-image: url(../flags/1x1/ro.svg)
}

.flag-icon-rs {
    background-image: url(../flags/4x3/rs.svg)
}

.flag-icon-rs.flag-icon-squared {
    background-image: url(../flags/1x1/rs.svg)
}

.flag-icon-ru {
    background-image: url(../flags/4x3/ru.svg)
}

.flag-icon-ru.flag-icon-squared {
    background-image: url(../flags/1x1/ru.svg)
}

.flag-icon-rw {
    background-image: url(../flags/4x3/rw.svg)
}

.flag-icon-rw.flag-icon-squared {
    background-image: url(../flags/1x1/rw.svg)
}

.flag-icon-sa {
    background-image: url(../flags/4x3/sa.svg)
}

.flag-icon-sa.flag-icon-squared {
    background-image: url(../flags/1x1/sa.svg)
}

.flag-icon-sb {
    background-image: url(../flags/4x3/sb.svg)
}

.flag-icon-sb.flag-icon-squared {
    background-image: url(../flags/1x1/sb.svg)
}

.flag-icon-sc {
    background-image: url(../flags/4x3/sc.svg)
}

.flag-icon-sc.flag-icon-squared {
    background-image: url(../flags/1x1/sc.svg)
}

.flag-icon-sd {
    background-image: url(../flags/4x3/sd.svg)
}

.flag-icon-sd.flag-icon-squared {
    background-image: url(../flags/1x1/sd.svg)
}

.flag-icon-se {
    background-image: url(../flags/4x3/se.svg)
}

.flag-icon-se.flag-icon-squared {
    background-image: url(../flags/1x1/se.svg)
}

.flag-icon-sg {
    background-image: url(../flags/4x3/sg.svg)
}

.flag-icon-sg.flag-icon-squared {
    background-image: url(../flags/1x1/sg.svg)
}

.flag-icon-sh {
    background-image: url(../flags/4x3/sh.svg)
}

.flag-icon-sh.flag-icon-squared {
    background-image: url(../flags/1x1/sh.svg)
}

.flag-icon-si {
    background-image: url(../flags/4x3/si.svg)
}

.flag-icon-si.flag-icon-squared {
    background-image: url(../flags/1x1/si.svg)
}

.flag-icon-sj {
    background-image: url(../flags/4x3/sj.svg)
}

.flag-icon-sj.flag-icon-squared {
    background-image: url(../flags/1x1/sj.svg)
}

.flag-icon-sk {
    background-image: url(../flags/4x3/sk.svg)
}

.flag-icon-sk.flag-icon-squared {
    background-image: url(../flags/1x1/sk.svg)
}

.flag-icon-sl {
    background-image: url(../flags/4x3/sl.svg)
}

.flag-icon-sl.flag-icon-squared {
    background-image: url(../flags/1x1/sl.svg)
}

.flag-icon-sm {
    background-image: url(../flags/4x3/sm.svg)
}

.flag-icon-sm.flag-icon-squared {
    background-image: url(../flags/1x1/sm.svg)
}

.flag-icon-sn {
    background-image: url(../flags/4x3/sn.svg)
}

.flag-icon-sn.flag-icon-squared {
    background-image: url(../flags/1x1/sn.svg)
}

.flag-icon-so {
    background-image: url(../flags/4x3/so.svg)
}

.flag-icon-so.flag-icon-squared {
    background-image: url(../flags/1x1/so.svg)
}

.flag-icon-sr {
    background-image: url(../flags/4x3/sr.svg)
}

.flag-icon-sr.flag-icon-squared {
    background-image: url(../flags/1x1/sr.svg)
}

.flag-icon-ss {
    background-image: url(../flags/4x3/ss.svg)
}

.flag-icon-ss.flag-icon-squared {
    background-image: url(../flags/1x1/ss.svg)
}

.flag-icon-st {
    background-image: url(../flags/4x3/st.svg)
}

.flag-icon-st.flag-icon-squared {
    background-image: url(../flags/1x1/st.svg)
}

.flag-icon-sv {
    background-image: url(../flags/4x3/sv.svg)
}

.flag-icon-sv.flag-icon-squared {
    background-image: url(../flags/1x1/sv.svg)
}

.flag-icon-sx {
    background-image: url(../flags/4x3/sx.svg)
}

.flag-icon-sx.flag-icon-squared {
    background-image: url(../flags/1x1/sx.svg)
}

.flag-icon-sy {
    background-image: url(../flags/4x3/sy.svg)
}

.flag-icon-sy.flag-icon-squared {
    background-image: url(../flags/1x1/sy.svg)
}

.flag-icon-sz {
    background-image: url(../flags/4x3/sz.svg)
}

.flag-icon-sz.flag-icon-squared {
    background-image: url(../flags/1x1/sz.svg)
}

.flag-icon-tc {
    background-image: url(../flags/4x3/tc.svg)
}

.flag-icon-tc.flag-icon-squared {
    background-image: url(../flags/1x1/tc.svg)
}

.flag-icon-td {
    background-image: url(../flags/4x3/td.svg)
}

.flag-icon-td.flag-icon-squared {
    background-image: url(../flags/1x1/td.svg)
}

.flag-icon-tf {
    background-image: url(../flags/4x3/tf.svg)
}

.flag-icon-tf.flag-icon-squared {
    background-image: url(../flags/1x1/tf.svg)
}

.flag-icon-tg {
    background-image: url(../flags/4x3/tg.svg)
}

.flag-icon-tg.flag-icon-squared {
    background-image: url(../flags/1x1/tg.svg)
}

.flag-icon-th {
    background-image: url(../flags/4x3/th.svg)
}

.flag-icon-th.flag-icon-squared {
    background-image: url(../flags/1x1/th.svg)
}

.flag-icon-tj {
    background-image: url(../flags/4x3/tj.svg)
}

.flag-icon-tj.flag-icon-squared {
    background-image: url(../flags/1x1/tj.svg)
}

.flag-icon-tk {
    background-image: url(../flags/4x3/tk.svg)
}

.flag-icon-tk.flag-icon-squared {
    background-image: url(../flags/1x1/tk.svg)
}

.flag-icon-tl {
    background-image: url(../flags/4x3/tl.svg)
}

.flag-icon-tl.flag-icon-squared {
    background-image: url(../flags/1x1/tl.svg)
}

.flag-icon-tm {
    background-image: url(../flags/4x3/tm.svg)
}

.flag-icon-tm.flag-icon-squared {
    background-image: url(../flags/1x1/tm.svg)
}

.flag-icon-tn {
    background-image: url(../flags/4x3/tn.svg)
}

.flag-icon-tn.flag-icon-squared {
    background-image: url(../flags/1x1/tn.svg)
}

.flag-icon-to {
    background-image: url(../flags/4x3/to.svg)
}

.flag-icon-to.flag-icon-squared {
    background-image: url(../flags/1x1/to.svg)
}

.flag-icon-tr {
    background-image: url(../flags/4x3/tr.svg)
}

.flag-icon-tr.flag-icon-squared {
    background-image: url(../flags/1x1/tr.svg)
}

.flag-icon-tt {
    background-image: url(../flags/4x3/tt.svg)
}

.flag-icon-tt.flag-icon-squared {
    background-image: url(../flags/1x1/tt.svg)
}

.flag-icon-tv {
    background-image: url(../flags/4x3/tv.svg)
}

.flag-icon-tv.flag-icon-squared {
    background-image: url(../flags/1x1/tv.svg)
}

.flag-icon-tw {
    background-image: url(../flags/4x3/tw.svg)
}

.flag-icon-tw.flag-icon-squared {
    background-image: url(../flags/1x1/tw.svg)
}

.flag-icon-tz {
    background-image: url(../flags/4x3/tz.svg)
}

.flag-icon-tz.flag-icon-squared {
    background-image: url(../flags/1x1/tz.svg)
}

.flag-icon-ua {
    background-image: url(../flags/4x3/ua.svg)
}

.flag-icon-ua.flag-icon-squared {
    background-image: url(../flags/1x1/ua.svg)
}

.flag-icon-ug {
    background-image: url(../flags/4x3/ug.svg)
}

.flag-icon-ug.flag-icon-squared {
    background-image: url(../flags/1x1/ug.svg)
}

.flag-icon-um {
    background-image: url(../flags/4x3/um.svg)
}

.flag-icon-um.flag-icon-squared {
    background-image: url(../flags/1x1/um.svg)
}

.flag-icon-us {
    background-image: url(../flags/4x3/us.svg)
}

.flag-icon-us.flag-icon-squared {
    background-image: url(../flags/1x1/us.svg)
}

.flag-icon-uy {
    background-image: url(../flags/4x3/uy.svg)
}

.flag-icon-uy.flag-icon-squared {
    background-image: url(../flags/1x1/uy.svg)
}

.flag-icon-uz {
    background-image: url(../flags/4x3/uz.svg)
}

.flag-icon-uz.flag-icon-squared {
    background-image: url(../flags/1x1/uz.svg)
}

.flag-icon-va {
    background-image: url(../flags/4x3/va.svg)
}

.flag-icon-va.flag-icon-squared {
    background-image: url(../flags/1x1/va.svg)
}

.flag-icon-vc {
    background-image: url(../flags/4x3/vc.svg)
}

.flag-icon-vc.flag-icon-squared {
    background-image: url(../flags/1x1/vc.svg)
}

.flag-icon-ve {
    background-image: url(../flags/4x3/ve.svg)
}

.flag-icon-ve.flag-icon-squared {
    background-image: url(../flags/1x1/ve.svg)
}

.flag-icon-vg {
    background-image: url(../flags/4x3/vg.svg)
}

.flag-icon-vg.flag-icon-squared {
    background-image: url(../flags/1x1/vg.svg)
}

.flag-icon-vi {
    background-image: url(../flags/4x3/vi.svg)
}

.flag-icon-vi.flag-icon-squared {
    background-image: url(../flags/1x1/vi.svg)
}

.flag-icon-vn {
    background-image: url(../flags/4x3/vn.svg)
}

.flag-icon-vn.flag-icon-squared {
    background-image: url(../flags/1x1/vn.svg)
}

.flag-icon-vu {
    background-image: url(../flags/4x3/vu.svg)
}

.flag-icon-vu.flag-icon-squared {
    background-image: url(../flags/1x1/vu.svg)
}

.flag-icon-wf {
    background-image: url(../flags/4x3/wf.svg)
}

.flag-icon-wf.flag-icon-squared {
    background-image: url(../flags/1x1/wf.svg)
}

.flag-icon-ws {
    background-image: url(../flags/4x3/ws.svg)
}

.flag-icon-ws.flag-icon-squared {
    background-image: url(../flags/1x1/ws.svg)
}

.flag-icon-ye {
    background-image: url(../flags/4x3/ye.svg)
}

.flag-icon-ye.flag-icon-squared {
    background-image: url(../flags/1x1/ye.svg)
}

.flag-icon-yt {
    background-image: url(../flags/4x3/yt.svg)
}

.flag-icon-yt.flag-icon-squared {
    background-image: url(../flags/1x1/yt.svg)
}

.flag-icon-za {
    background-image: url(../flags/4x3/za.svg)
}

.flag-icon-za.flag-icon-squared {
    background-image: url(../flags/1x1/za.svg)
}

.flag-icon-zm {
    background-image: url(../flags/4x3/zm.svg)
}

.flag-icon-zm.flag-icon-squared {
    background-image: url(../flags/1x1/zm.svg)
}

.flag-icon-zw {
    background-image: url(../flags/4x3/zw.svg)
}

.flag-icon-zw.flag-icon-squared {
    background-image: url(../flags/1x1/zw.svg)
}

.flag-icon-ac {
    background-image: url(../flags/4x3/ac.svg)
}

.flag-icon-ac.flag-icon-squared {
    background-image: url(../flags/1x1/ac.svg)
}

.flag-icon-cp {
    background-image: url(../flags/4x3/cp.svg)
}

.flag-icon-cp.flag-icon-squared {
    background-image: url(../flags/1x1/cp.svg)
}

.flag-icon-dg {
    background-image: url(../flags/4x3/dg.svg)
}

.flag-icon-dg.flag-icon-squared {
    background-image: url(../flags/1x1/dg.svg)
}

.flag-icon-ea {
    background-image: url(../flags/4x3/ea.svg)
}

.flag-icon-ea.flag-icon-squared {
    background-image: url(../flags/1x1/ea.svg)
}

.flag-icon-es-ct {
    background-image: url(../flags/4x3/es-ct.svg)
}

.flag-icon-es-ct.flag-icon-squared {
    background-image: url(../flags/1x1/es-ct.svg)
}

.flag-icon-es-ga {
    background-image: url(../flags/4x3/es-ga.svg)
}

.flag-icon-es-ga.flag-icon-squared {
    background-image: url(../flags/1x1/es-ga.svg)
}

.flag-icon-eu {
    background-image: url(../flags/4x3/eu.svg)
}

.flag-icon-eu.flag-icon-squared {
    background-image: url(../flags/1x1/eu.svg)
}

.flag-icon-gb-eng {
    background-image: url(../flags/4x3/gb-eng.svg)
}

.flag-icon-gb-eng.flag-icon-squared {
    background-image: url(../flags/1x1/gb-eng.svg)
}

.flag-icon-gb-nir {
    background-image: url(../flags/4x3/gb-nir.svg)
}

.flag-icon-gb-nir.flag-icon-squared {
    background-image: url(../flags/1x1/gb-nir.svg)
}

.flag-icon-gb-sct {
    background-image: url(../flags/4x3/gb-sct.svg)
}

.flag-icon-gb-sct.flag-icon-squared {
    background-image: url(../flags/1x1/gb-sct.svg)
}

.flag-icon-gb-wls {
    background-image: url(../flags/4x3/gb-wls.svg)
}

.flag-icon-gb-wls.flag-icon-squared {
    background-image: url(../flags/1x1/gb-wls.svg)
}

.flag-icon-ic {
    background-image: url(../flags/4x3/ic.svg)
}

.flag-icon-ic.flag-icon-squared {
    background-image: url(../flags/1x1/ic.svg)
}

.flag-icon-ta {
    background-image: url(../flags/4x3/ta.svg)
}

.flag-icon-ta.flag-icon-squared {
    background-image: url(../flags/1x1/ta.svg)
}

.flag-icon-un {
    background-image: url(../flags/4x3/un.svg)
}

.flag-icon-un.flag-icon-squared {
    background-image: url(../flags/1x1/un.svg)
}

.flag-icon-xk {
    background-image: url(../flags/4x3/xk.svg)
}

.flag-icon-xk.flag-icon-squared {
    background-image: url(../flags/1x1/xk.svg)
}

.flag-icon-xx {
    background-image: url(../flags/4x3/xx.svg)
}

.flag-icon-xx.flag-icon-squared {
    background-image: url(../flags/1x1/xx.svg)
}

.c-icon {
    height: 1rem;
    width: 1rem
}

.c-icon--search-icon {
    vertical-align: top
}

.c-icon--stack-bottom {
    color: #fff;
    height: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem
}

.c-icon--stack-top {
    position: relative;
    z-index: 1
}

.c-icon--oauth-icon {
    margin-bottom: .25rem
}

.c-icon--arrow-right {
    margin-left: .75rem;
    vertical-align: unset
}

.c-icon--share {
    margin-right: .5rem
}

.modal-background {
    background-color: #8e929a;
    display: none;
    height: 100%;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 51
}

.desktop-modal-background {
    background-color: hsla(220,6%,58%,.25);
    display: none;
    height: 100%;
    position: absolute;
    top: 8.75rem;
    left: 0;
    width: 100%
}

.modal-backdrop.show {
    z-index: 51!important
}

input[placeholder] {
    text-overflow: ellipsis
}

header~#maincontent .container a:not(.btn-primary):not(.btn-outline-primary):not(.btn):not(.link):not(.c-category-tile__label__link) {
    color: var(--skin-link-color-2)
}

.hide-gift-wrap,.hide-order-discount,.hide-shipping-discount {
    display: none
}

.order-discount,.shipping-discount {
    color: #008827
}

.error-messaging {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.error-hero {
    background-image: url("../images/storelocator.jpg");
    margin-bottom: .625em
}

.error-message {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem
}

.error.continue-shopping {
    margin-bottom: 6.25em
}

.error-unassigned-category {
    color: #c00
}

.skip {
    position: absolute;
    top: -4.2em;
    overflow: hidden;
    padding: 1em 1.5em
}

.skip,a.skip:active,a.skip:focus,a.skip:hover {
    left: 0;
    background: #fff;
    transition: all .2s ease-in-out
}

a.skip:active,a.skip:focus,a.skip:hover {
    top: 0;
    width: auto;
    height: auto;
    z-index: 10000000
}

.card-header-custom {
    font-size: 1.5rem;
    margin-bottom: 0
}

#u1st #u1st-accessibility-button {
    z-index: 10!important
}

@media (max-width: 1023.98px) {
    #u1st #u1st-accessibility-button {
        right:20px;
        bottom: 110px!important;
        left: unset!important
    }
}

.paybright-class-modal~.paybright-class-modal {
    display: none!important
}

body,html {
    scroll-behavior: smooth
}

.menu-toggleable-left.navbar-toggleable-lg {
    right: 0
}

@media (max-width: 1023.98px) {
    .menu-toggleable-left.navbar-toggleable-lg {
        position:fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        transition: left .5s ease-in-out;
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-lg.in {
        min-width: 50%;
        left: 0
    }
}

@media (max-width: 1023.98px) and (min-width:768px) {
    .menu-toggleable-left.navbar-toggleable-lg.in {
        right:auto
    }
}

@media (max-width: 1099.98px) {
    .navbar>.menu-group {
        max-height:100vh;
        overflow-y: auto;
        padding-bottom: 2rem
    }
}

@media (min-width: 1024px) {
    .navbar>.menu-group {
        overflow-y:visible
    }
}

.navbar.bg-inverse {
    background-color: transparent!important;
    padding: 0
}

@media (min-width: 1024px) {
    .navbar.bg-inverse .navbar-nav .nav-item+.nav-item {
        margin-left:0
    }

    .navbar.bg-inverse .navbar-nav .nav-link {
        padding: .8rem;
        white-space: nowrap
    }
}

.main-menu {
    --nav-margin-right: 3.4375rem
}

.navbar-expand-xl .navbar-nav.nav-center {
    justify-content: center
}

.navbar-expand-xl .navbar-nav.nav-spaced {
    justify-content: space-evenly
}

.navbar-expand-xl .navbar-nav.nav-right {
    justify-content: end
}

.nav-item .nav-link:focus,.nav-item .nav-link:hover,.nav-item.show .nav-link {
    background-color: #fff;
    color: #444
}

@media (min-width: 1100px) {
    .nav-item>.nav-link {
        color:#fff
    }
}

@media (max-width: 1023.98px) {
    .main-menu.menu-toggleable-left {
        background-color:#fff;
        margin-right: var(--nav-margin-right);
        z-index: 52
    }
}

.menu-toggleable-left li>.close-menu {
    background-color: #fff;
    margin-right: var(--nav-margin-right);
    padding: 1.25rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0
}

.menu-toggleable-left li>.close-menu:after {
    width: calc(100% - 40px)
}

@media (min-width: 768px) {
    .menu-toggleable-left li>.close-menu {
        min-width:50%;
        right: auto
    }
}

@media (max-width: 1023.98px) {
    .menu-toggleable-left .bg-inverse {
        background-color:#fff!important;
        color: #222
    }
}

@media (max-width: 1099.98px) {
    .menu-toggleable-left.in .dropdown {
        display:block;
        position: static
    }

    .menu-toggleable-left.in .dropdown-menu {
        border: 0 none;
        display: block;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 100%;
        transition: all .5s ease-in-out;
        visibility: hidden;
        width: 100%
    }

    .menu-toggleable-left.in .dropdown-menu .dropdown-item {
        padding-left: .625rem
    }

    .menu-toggleable-left.in .show>.dropdown-menu {
        left: 0;
        overflow-y: scroll;
        visibility: visible;
        position: absolute;
        padding: 0 1.25rem;
        padding-bottom: 4rem
    }
}

@media (max-width: 1023.98px) {
    .menu-toggleable-left.in .show>.dropdown-menu {
        position:fixed;
        width: 50%
    }
}

@media (max-width: 767.98px) {
    .menu-toggleable-left.in .show>.dropdown-menu {
        position:fixed;
        width: calc(100% - var(--nav-margin-right))
    }
}

.multilevel-dropdown .dropdown-menu {
    top: 90%;
    border: 0;
    border-radius: 0
}

@media (min-width: 1280px) {
    .multilevel-dropdown .dropdown-menu {
        box-shadow:0 2.8px 2.2px 0 rgba(0,0,0,.02),0 6.7px 5.3px 0 rgba(0,0,0,.03),0 12.5px 10px 0 rgba(0,0,0,.04),0 22.3px 17.9px 0 rgba(0,0,0,.04),0 41.8px 33.4px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07)
    }
}

@media (min-width: 1100px) {
    .multilevel-dropdown .dropdown-menu>.dropdown>.dropdown-menu {
        top:-.65em;
        left: 99%
    }
}

.multilevel-dropdown .navbar>.close-menu>.back {
    display: none
}

.multilevel-dropdown .close-menu .back .caret-left {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-left: .3 solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    margin-bottom: .125em
}

.s-header .close-menu {
    flex: 0 0 100%;
    padding: 1.25rem .625rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.s-header .close-menu:after {
    border-bottom: .125rem solid #dce9d5;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px)
}

@media (max-width: 1099.98px) {
    .s-header .close-menu {
        background-color:inherit;
        z-index: 99
    }
}

.s-header .close-buton-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 3.43l9.071 9.07m-9.142.07L12.5 3.5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-color: #518a70;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    width: 2rem
}

.s-header .menu-group {
    flex: 0 0 100%;
    padding-top: 4.5rem
}

@media (min-width: 1024px) {
    .s-header .menu-group {
        padding-top:0
    }
}

.s-header .nav-menu {
    display: flex
}

.s-header .back {
    line-height: 2rem
}

.s-header .back-button {
    background-color: transparent;
    border: 0;
    color: #447355;
    font-size: .9375rem;
    font-weight: 600;
    letter-spacing: .00937rem;
    line-height: normal;
    padding: 0
}

.s-header .back-button-caret {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 4l-4 4 4 4' stroke='%23447355' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
    height: 1.0625rem;
    vertical-align: text-bottom;
    width: 1rem
}

.s-header .navbar-nav {
    padding: 0 .625rem
}

@media (min-width: 1024px) {
    .s-header .navbar-nav {
        position:relative;
        flex-direction: row
    }
}

.s-header .nav-link {
    font-size: 1.3125rem;
    font-weight: 600;
    letter-spacing: .01312rem;
    line-height: 1.43;
    padding: 1.5625rem 0 0
}

.s-header .nav-link--secondary {
    color: #3c4453;
    display: inline-block;
    font-size: 1.0625rem;
    letter-spacing: .01063rem;
    line-height: normal;
    padding: 1.625rem 0 0
}

.s-header .nav-link--secondary:hover {
    text-decoration: none
}

@media (min-width: 1280px) {
    .s-header .nav-link--secondary:hover {
        text-decoration:underline
    }
}

.s-header .nav-link--secondary.user-dropdown-toggle {
    display: block
}

.s-header .nav-link--secondary.user-dropdown-toggle:after {
    background-size: 1.25rem;
    margin: 0;
    width: 1.25rem
}

.s-header .user-dropdown-menu .dropdown-link {
    white-space: normal
}

@media (min-width: 1024px) {
    .s-header .user-dropdown-menu .dropdown-link:hover {
        color:#3c4453!important;
        text-decoration: underline
    }
}

.s-header .menu-secondary {
    border-top: .0625rem solid hsla(220,6%,58%,.25);
    margin-top: 1.5625rem;
    padding-bottom: 6rem
}

@media (min-width: 1024px) {
    .s-header .menu-secondary {
        height:calc(100vh - 292px);
        overflow: auto
    }
}

.s-header .dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 17.25l5.5-5.5-5.5-5.5' stroke='%233C4453' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
    height: 1.5rem;
    margin-top: .3125rem;
    position: absolute;
    right: .625rem;
    width: 1.5rem
}

@media (min-width: 1024px) {
    .s-header .navbar-nav .dropdown-toggle:after {
        display:none
    }
}

.s-header .menu-item.country-selector .title {
    color: var(--skin-menu-color-1);
    font-size: 1.0625rem;
    letter-spacing: .01063rem;
    line-height: normal;
    padding: 1.625rem 0 0
}

.s-header .menu-item.country-selector .title:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23596273' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    content: "";
    height: 1rem;
    margin-top: 0;
    right: auto;
    width: 1rem;
    display: inline-block;
    vertical-align: middle
}

.s-header .menu-item.country-selector .title .flag-icon {
    width: .9375rem
}

.s-header .menu-item.country-selector.active .title:after {
    transform: rotate(180deg)
}

.s-header .menu-item.country-selector .dropdown-item {
    padding: 1.25rem 0 0;
    text-transform: capitalize;
    font-size: .875rem
}

.s-header .menu-item.country-selector .dropdown-item .flag-icon {
    line-height: 1.0625rem;
    margin-right: .5rem
}

.s-header .menu-item.country-selector.show .dropdown-country-selector {
    display: block!important
}

@media (max-width: 1099.98px) {
    .s-header .menu-item.country-selector.show .dropdown-country-selector {
        padding-bottom:4rem
    }
}

.s-header .dropdown {
    position: static
}

@media (min-width: 1024px) {
    .s-header .dropdown.user-dropdown {
        position:relative
    }
}

@media (min-width: 1024px) {
    .s-header .dropdown.user-dropdown .dropdown-menu {
        left:auto;
        right: 0
    }
}

.s-header .dropdown-item {
    padding: 0 0 0 1.25rem
}

@media (min-width: 1024px) {
    .s-header .dropdown-item {
        padding:1.4375rem 0 1.125rem;
        position: relative
    }

    .s-header .dropdown-item:after {
        border-bottom: .125rem solid #dce9d5;
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1.5625rem
    }

    .s-header .dropdown-item:first-child {
        padding-top: 0
    }

    .s-header .dropdown-item:last-of-type {
        padding-bottom: 0
    }

    .s-header .dropdown-item:last-of-type:after {
        content: none
    }
}

.s-header .dropdown-item__thumbnail-image {
    align-self: center;
    margin-left: -5rem;
    transition: all .2s;
    width: 12.5rem
}

@media (min-width: 1024px) {
    .s-header .dropdown-item--category-image {
        background-color:#eaf2e6;
        border-radius: .75rem;
        position: absolute;
        top: 3.75rem;
        right: -13.875rem;
        bottom: 3.75rem;
        width: 7.5rem
    }
}

.s-header .dropdown-item.top-category {
    pointer-events: none;
    font-weight: 600;
    padding-top: 4rem
}

.s-header .dropdown-item.top-category>.nav-link {
    padding-left: 0
}

.s-header .dropdown-item.active,.s-header .dropdown-item:active {
    background-color: #fff
}

.s-header .dropdown-item:focus,.s-header .dropdown-item:hover {
    background-color: #fff;
    color: var(--skin-menu-color-1)
}

.s-header .dropdown-link {
    color: #3c4453!important;
    display: block;
    font-weight: 600;
    letter-spacing: .01rem;
    padding: 1.625rem 1.25rem 0 0;
    transition: all .2s;
    white-space: break-spaces
}

@media (min-width: 1024px) {
    .s-header .dropdown-link {
        font-size:1.5rem;
        letter-spacing: normal;
        padding: 0
    }
}

.s-header .dropdown-link:hover {
    text-decoration: none
}

@media (min-width: 1280px) {
    .s-header .dropdown-link:hover {
        color:#447355!important
    }
}

.s-header .dropdown-menu__categories-container {
    padding: 0
}

@media (min-width: 1024px) {
    .s-header .dropdown-menu__categories-container {
        max-width:22.5rem;
        padding: 3.75rem 0 3.75rem 3.75rem;
        position: relative
    }
}

@media (min-width: 1280px) {
    .s-header .dropdown-menu__categories-container {
        margin-right:13.875rem
    }
}

@media (min-width: 1024px) {
    .s-header .multilevel-dropdown .dropdown-menu {
        margin:0 40px;
        padding: 0;
        position: absolute;
        top: 4.625rem;
        left: -10.5rem;
        width: calc(100vw - 80px)
    }

    .s-header .multilevel-dropdown .dropdown-menu.show {
        display: flex;
        justify-content: space-between
    }
}

@media (min-width: 1440px) {
    .s-header .multilevel-dropdown .dropdown-menu {
        left:-1.875rem;
        width: max-content
    }
}

@media (min-width: 1024px) {
    .s-header .nav-item:after {
        border-bottom:.0625rem solid transparent;
        content: "";
        display: block;
        margin: 0 auto .5rem;
        width: calc(100% - 40px)
    }
}

.s-header .nav-item--seasonal .nav-link {
    color: #447355;
    font-size: 1.25rem;
    letter-spacing: .0125rem;
    line-height: 1.5
}

@media (min-width: 1280px) {
    .s-header .nav-item--seasonal .nav-link {
        font-size:.9375rem;
        letter-spacing: .02813rem
    }
}

.s-header .nav-item--seasonal .nav-link:hover {
    text-decoration: underline
}

@media (min-width: 1024px) {
    .s-header .nav-item.show:after {
        border-bottom:.0625rem solid #6a768c
    }
}

.s-header .category-info__container {
    display: flex;
    flex-direction: column;
    padding: 0 .625rem 2.4375rem
}

@media (min-width: 1024px) {
    .s-header .category-info__container {
        padding:0;
        flex-direction: row
    }
}

.s-header .category-info__usefull-links-container {
    margin-top: 3.125rem;
    width: 100%
}

@media (min-width: 1024px) {
    .s-header .category-info__usefull-links-container {
        margin:3.9375rem 0 4.3125rem;
        padding: 0 3.75rem;
        width: 18.75rem
    }
}

.s-header .category-info__usefull-title {
    border-bottom: .0625rem solid hsla(220,6%,58%,.25);
    color: #447355;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: .01125rem;
    line-height: normal;
    padding-bottom: 1.25rem
}

@media (min-width: 1024px) {
    .s-header .category-info__usefull-title {
        font-size:1.3125rem;
        padding-bottom: 1.5625rem
    }
}

.s-header .category-info__usefull-container {
    list-style-type: none;
    padding: 0
}

.s-header .category-info__usefull-list {
    padding-top: 1.625rem
}

.s-header .category-info__usefull-list:first-child {
    padding-top: 1.5rem
}

.s-header .category-info__usefull-link {
    color: #3c4453!important
}

.s-header .category-info__usefull-link:hover {
    text-decoration: none
}

@media (min-width: 1024px) {
    .s-header .category-info__usefull-link:hover {
        text-decoration:underline
    }
}

@media (min-width: 1024px) {
    .s-header .category-info__usefull-link {
        font-weight:600
    }
}

.s-header .category-info__help {
    margin-top: 2.5rem
}

@media (min-width: 1024px) {
    .s-header .category-info__help {
        align-content:center;
        background-color: #6a768c;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0 3.75rem;
        text-align: center;
        width: 20rem
    }
}

.s-header .category-info__help-title {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: .01125rem;
    line-height: 1.67
}

@media (min-width: 1024px) {
    .s-header .category-info__help-title {
        font-size:1.5rem;
        letter-spacing: normal;
        line-height: normal
    }
}

.s-header .category-info__help-content {
    font-size: .875rem;
    letter-spacing: .00875rem;
    line-height: 1.33;
    padding-top: .75rem
}

@media (min-width: 1280px) {
    .s-header .category-info__help-content {
        font-size:1rem;
        letter-spacing: normal;
        line-height: 1.66;
        padding-top: 1.5625rem
    }
}

.s-header .category-info__btn-container {
    width: 100%
}

.s-header .category-info__help-button {
    color: #447355!important;
    letter-spacing: normal;
    margin-top: 1.375rem
}

@media (min-width: 1024px) {
    .s-header .category-info__help-button {
        border:.125rem solid #fff!important;
        color: #fff!important;
        display: block;
        font-size: 1rem;
        margin: 1.5625rem auto 0;
        padding: .5625rem 1.25rem;
        width: 10.125rem
    }
}

.dropdown-menu.dropdown-country-selector {
    top: 1.875rem;
    right: -.75rem;
    padding: 1.5625rem 1.25rem
}

.dropdown-menu .dropdown-item-country {
    font-size: .875rem;
    letter-spacing: .00875rem;
    padding: 0;
    margin-bottom: 1.25rem;
    display: block;
    text-transform: capitalize
}

.dropdown-menu .dropdown-item-country:after {
    border: 0
}

.dropdown-menu .dropdown-item-country:last-child {
    margin-bottom: 0
}

.dropdown-menu .dropdown-item-country .flag-icon {
    line-height: 1.0625rem;
    margin-right: .5rem
}

body.mobile-nav-in {
    overflow: hidden
}

.cookie-warning-messaging.cookie-warning {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    text-align: center;
    transform: translate(-50%)
}

.valid-cookie-warning {
    background-color: var(--skin-link-color-1);
    color: #fff;
    white-space: nowrap
}

.valid-cookie-warning p {
    padding-right: 2em;
    margin-top: 0;
    margin-bottom: .2em
}

.s-header__navigation {
    background-color: #fff
}

.s-header__logo-home {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.462 6.414C21.106 3.38 19.358.18 15.532.18H9.563l-.989 4.633h4.502c.923 0 1.5.759 1.302 1.666-.198.923-1.088 1.632-2.011 1.632H7.816l6.1 11.278h6.382l-4.122-7.568c1.104-.593 3.61-2.259 4.287-5.408zM1.055 14.428L0 19.408h5.441l2.375-11.28c-3.315.116-5.92 2.326-6.76 6.3zm3.578-9.316a2.561 2.561 0 0 0 2.573-2.556A2.561 2.561 0 0 0 4.633 0a2.562 2.562 0 0 0-2.572 2.556c0 1.401 1.154 2.556 2.572 2.556zM83.219.181h-5.145L75.436 12.73c-.775 3.677 1.847 7.074 7.98 7.074.05 0 .149-.017.149-.017l1.039-4.913c-1.946.296-4.436-.43-3.99-2.54l.659-3.133h4.534l.94-4.402h-4.534L83.219.181zM50.686 12.35c-.395 1.847-1.912 3.133-4.056 3.133-2.143 0-2.984-1.352-2.572-3.265.412-1.896 1.78-3.001 3.924-3.001 2.127 0 3.1 1.286 2.704 3.133zm-1.813-7.453c-1.023 0-2.787.264-3.38.577l1.12-5.293h-5.127L38.897 12.35c-.923 4.303 1.995 7.47 6.843 7.47 5.408 0 9.003-2.326 10.025-7.14.973-4.65-2.457-7.783-6.892-7.783zm20.083 7.453c-.396 1.847-1.863 3.133-4.007 3.133-2.143 0-3.067-1.27-2.655-3.183.413-1.896 1.847-3.083 3.99-3.083 2.128 0 3.067 1.286 2.672 3.133zm-1.764-7.453c-4.848 0-9.053 2.853-10.026 7.47-.972 4.6 2.029 7.469 6.76 7.469 5.805 0 9.201-2.87 10.158-7.47.973-4.616-2.045-7.469-6.892-7.469z' fill='%236CB86A'/%3E%3Cpath d='M32.318 12.35c-.396 1.847-1.863 3.133-4.007 3.133-2.143 0-3.067-1.27-2.654-3.183.412-1.896 1.846-3.083 3.99-3.083 2.127 0 3.067 1.286 2.671 3.133zM30.57 4.897c-4.848 0-9.052 2.853-10.025 7.47-.973 4.6 2.028 7.469 6.76 7.469 5.804 0 9.201-2.87 10.157-7.47.957-4.616-2.044-7.469-6.892-7.469zm55.402-3.842h-.247v.446h.247c.198 0 .28-.083.28-.231 0-.1-.049-.215-.28-.215zm.61 1.155h-.247l-.412-.528h-.215v.528h-.214V.874h.478c.363 0 .495.214.495.396 0 .214-.132.346-.33.379l.445.56zm-.626.33c.544 0 .99-.446.99-.99a.992.992 0 0 0-.99-.99.992.992 0 0 0-.99.99c0 .544.446.99.99.99zm0-2.177c.643 0 1.187.544 1.187 1.187 0 .66-.528 1.187-1.187 1.187-.66 0-1.187-.527-1.187-1.187 0-.643.527-1.187 1.187-1.187z' fill='%236CB86A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
    height: 1.25rem;
    width: 5.5rem;
    cursor: pointer
}

@media (min-width: 768px) {
    .s-header__logo-home {
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='120' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.178 8.833C29.063 4.655 26.657.25 21.388.25H13.17l-1.362 6.38h6.199c1.271 0 2.066 1.045 1.793 2.294-.272 1.271-1.498 2.248-2.77 2.248h-6.267l8.402 15.53h8.787L22.274 16.28c1.522-.817 4.973-3.11 5.904-7.447zM1.453 19.867L0 26.726h7.493l3.27-15.531c-4.564.159-8.152 3.201-9.31 8.673zM6.38 7.039c1.953 0 3.542-1.567 3.542-3.52C9.922 1.567 8.332 0 6.38 0 4.428 0 2.838 1.567 2.838 3.52c0 1.93 1.59 3.519 3.542 3.519zM114.596.25h-7.084l-3.633 17.28c-1.067 5.063 2.543 9.74 10.989 9.74.069 0 .205-.023.205-.023l1.43-6.766c-2.679.409-6.108-.59-5.494-3.497l.908-4.314h6.244l1.294-6.062h-6.244L114.596.25zM69.797 17.007c-.544 2.543-2.633 4.314-5.585 4.314s-4.11-1.862-3.542-4.496c.567-2.611 2.452-4.132 5.404-4.132 2.929 0 4.268 1.77 3.724 4.314zM67.3 6.744c-1.408 0-3.837.363-4.655.795L64.19.25h-7.061l-3.565 16.757c-1.272 5.926 2.747 10.286 9.423 10.286 7.447 0 12.397-3.202 13.805-9.832 1.34-6.403-3.383-10.717-9.491-10.717zm27.656 10.263c-.545 2.543-2.566 4.314-5.518 4.314s-4.223-1.749-3.656-4.383c.568-2.61 2.544-4.245 5.495-4.245 2.93 0 4.224 1.77 3.679 4.314zm-2.43-10.263c-6.675 0-12.465 3.928-13.805 10.285-1.34 6.335 2.793 10.286 9.31 10.286 7.992 0 12.669-3.95 13.986-10.286 1.34-6.357-2.816-10.285-9.491-10.285z' fill='%236CB86A'/%3E%3Cpath d='M44.503 17.007c-.544 2.543-2.565 4.314-5.517 4.314-2.952 0-4.223-1.749-3.656-4.383.568-2.61 2.543-4.245 5.495-4.245 2.93 0 4.223 1.77 3.678 4.314zM42.097 6.744c-6.676 0-12.466 3.928-13.806 10.285-1.34 6.335 2.793 10.286 9.31 10.286 7.992 0 12.67-3.95 13.987-10.286 1.317-6.357-2.816-10.285-9.491-10.285zm76.291-5.291h-.341v.613h.341c.272 0 .386-.113.386-.318 0-.136-.068-.295-.386-.295zm.84 1.59h-.34l-.568-.727h-.295v.727h-.295v-1.84h.658c.5 0 .681.296.681.545 0 .295-.181.477-.454.523l.613.772zm-.863.454c.75 0 1.363-.613 1.363-1.363 0-.749-.613-1.362-1.363-1.362-.749 0-1.362.613-1.362 1.362 0 .75.613 1.363 1.362 1.363zm0-2.997c.886 0 1.635.749 1.635 1.634 0 .909-.726 1.635-1.635 1.635a1.628 1.628 0 0 1-1.635-1.635c0-.885.727-1.634 1.635-1.634z' fill='%236CB86A'/%3E%3C/svg%3E");
        height: 1.75rem;
        width: 7.5rem
    }
}

.s-header__logo-checkout {
    margin: 0 auto
}

@media (min-width: 768px) {
    .s-header__logo-checkout {
        margin:0
    }
}

.s-header__banner-container {
    --hb-color-text: #596273;
    --hb-color-nav-icons: #596273;
    --hb-color-nav-links: #596273;
    --hb-color-account-hover: #212529;
    min-height: 2.5rem;
    padding: .3125rem 1.25rem;
    position: relative
}

@media (min-width: 544px) {
    .s-header__banner-container {
        padding-top:.6875rem;
        padding-bottom: .6875rem
    }
}

@media (min-width: 1280px) {
    .s-header__banner-container {
        padding:.5rem 2.5rem;
        margin-right: auto;
        margin-left: auto;
        max-width: 1920px
    }
}

.s-header__banner-container a.btn:hover {
    color: var(--hb-color-account-hover)
}

.s-header__banner-container .dropdown-toggle:after {
    background-image: none;
    background-color: var(--hb-color-nav-icons);
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23596273' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-position: center;
    mask-repeat: no-repeat;
    border: 0;
    content: "";
    height: 1rem;
    vertical-align: inherit;
    width: 1rem;
    position: static;
    margin: 0
}

.is-pd-editmode .s-header__banner-container {
    height: 2.555rem
}

.s-header__menu-container {
    margin: 0;
    padding: 1.125rem 0;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .s-header__menu-container {
        padding:1.75rem 0 1.875rem
    }
}

@media (min-width: 1024px) {
    .s-header__menu-container {
        padding:1.75rem .625rem 1.875rem 1rem;
        padding-left: 0;
        padding-right: 0
    }
}

.s-header__menu-container:after {
    border-bottom: .125rem solid #6cb86a;
    content: "";
    display: block;
    position: absolute;
    bottom: -1.125rem;
    left: 20px;
    margin-bottom: 1.125rem;
    width: calc(100% - 40px)
}

@media (min-width: 1024px) {
    .s-header__menu-container:after {
        left:0;
        width: 100%
    }
}

.s-header__row {
    display: flex;
    padding-left: .625rem;
    padding-right: .625rem
}

@media (min-width: 1280px) {
    .s-header__row {
        margin-right:auto;
        margin-left: auto;
        max-width: 1920px;
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media (min-width: 1024px) {
    .s-header__xl-flex {
        display:flex;
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1024px) {
    .s-header__search-component {
        display:flex
    }
}

.s-header__navbar-toggler {
    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='M3 5h10M3 12h19M3 19h15' stroke='%23447355' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem
}

.s-header__nav-brand {
    position: absolute;
    top: .125rem;
    left: 50%;
    transform: translate(-50%)
}

@media (min-width: 1024px) {
    .s-header__nav-brand {
        left:.625rem;
        top: .3125rem;
        transform: none
    }

    .s-header__nav-brand a {
        transform: scale(.85)
    }
}

@media (min-width: 1280px) {
    .s-header__nav-brand {
        left:0
    }

    .s-header__nav-brand a {
        transform: none
    }
}

.s-header__banner-actions {
    display: none
}

@media (min-width: 1024px) {
    .s-header__banner-actions {
        display:flex;
        align-items: center;
        position: absolute;
        top: 0;
        right: 1.25rem;
        bottom: 0
    }
}

@media (min-width: 1280px) {
    .s-header__banner-actions {
        right:2.5rem
    }
}

.s-header__banner-actions a {
    color: var(--hb-color-nav-links);
    font-size: .875rem;
    letter-spacing: .00875rem;
    line-height: normal;
    padding: 0 .5rem;
    text-decoration: none
}

.is-pd-editmode .s-header__banner-actions {
    height: 1.3rem
}

.s-header__banner-content {
    text-align: center;
    margin: 0 auto;
    max-width: 29.25rem;
    width: calc(100% - 40px)
}

@media (min-width: 1024px) {
    .s-header__banner-content {
        margin-left:1.25rem;
        max-width: 21.25rem
    }
}

@media (min-width: 1080px) {
    .s-header__banner-content {
        max-width:23.75rem
    }
}

@media (min-width: 1140px) {
    .s-header__banner-content {
        max-width:29.25rem
    }
}

@media (min-width: 1685px) {
    .s-header__banner-content {
        margin:0 auto;
        max-width: 23.75rem
    }
}

@media (min-width: 1835px) {
    .s-header__banner-content {
        max-width:31.25rem
    }
}

.is-pd-editmode .s-header__banner-content {
    display: none!important
}

.s-header .form-control {
    transition: all .2s ease-in-out;
    background-color: #f2f2f2;
    border: .125rem solid #f2f2f2;
    border-radius: 1.3125rem;
    color: #3c4453;
    font-size: .9375rem;
    line-height: normal;
    outline: .25rem solid transparent;
    padding: .5625rem .9375rem .5625rem 1.25rem
}

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

.s-header .form-control:focus {
    background-color: #f7f7f7;
    border: .125rem solid #f7f7f7;
    box-shadow: none;
    outline: .25rem solid #d3ead2
}

@media (max-width: 767.98px) {
    .s-header .form-control:focus {
        font-size:1rem
    }
}

.s-header .form-control::placeholder {
    color: #596273
}

.s-header .header-banner .content {
    margin: 0;
    width: 100%
}

@media (min-width: 1024px) {
    .s-header .header-banner .content {
        width:31.25rem
    }
}

.s-header .minicart-icon {
    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='M6 7h12.79a2 2 0 0 1 1.99 2.199l-.6 6A2 2 0 0 1 18.19 17H9.64a2 2 0 0 1-1.962-1.608L6 7zm0 0l-.81-3.243A1 1 0 0 0 4.22 3H2m7 18h2m5 0h2' stroke='%23447355' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
    height: 1.5rem;
    width: 2.0625rem
}

.s-header .minicart-icon:before {
    content: none
}

.s-header .minicart-quantity {
    background-color: #447355;
    border: .125rem solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    height: 1.375rem;
    line-height: normal;
    padding-top: .0625rem;
    position: absolute;
    top: -.5rem;
    right: 0;
    text-align: center;
    width: 1.375rem
}

.s-header .minicart-total {
    position: relative
}

.s-header .minicart-link {
    display: flex
}

.s-header .minicart {
    align-items: center;
    display: flex;
    margin: 0;
    margin-right: -.625rem
}

@media (min-width: 1024px) {
    .s-header .minicart {
        margin-right:0
    }
}

@media (min-width: 1280px) {
    .s-header .minicart {
        margin-right:-.375rem
    }
}

.s-header .search-mobile {
    padding: .75rem 1.125rem
}

.s-header .menu-toggleable-left.in {
    overflow: hidden
}

@media (min-width: 544px) {
    .s-header .site-search {
        position:relative;
        margin: 0 auto;
        width: 23.9375rem
    }
}

@media (min-width: 1024px) {
    .s-header .site-search {
        width:15.875rem;
        margin: 0 .8125rem
    }
}

.s-header .site-search [name=search-button] {
    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%3Ccircle cx='11' cy='11' r='7.5' stroke='%23447355' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17 17l2.75 2.75' stroke='%23447355' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: cover;
    font-size: 0;
    height: 1.5rem;
    right: 1.25rem;
    top: .5rem;
    width: 1.5rem
}

@media (min-width: 1024px) {
    .s-header .main-menu {
        margin-left:6.75rem;
        display: block
    }
}

.s-header .search {
    margin: 0
}

@media (max-width: 1023.98px) {
    .s-header .search {
        display:none
    }
}

.s-header .country-selector .dropdown-toggle {
    color: var(--hb-color-nav-links);
    font-size: .875rem;
    letter-spacing: .00875rem;
    line-height: normal;
    padding: 0 0 0 1.25rem;
    margin-top: -.125rem
}

.s-header .flag-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15A6.5 6.5 0 1 0 8 2a6.5 6.5 0 0 0 0 13z' stroke='%23596273' stroke-width='1.15' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.4 8.5C5.4 12.09 6.566 15 8 15c1.437 0 2.6-2.91 2.6-6.5S9.438 2 8 2C6.566 2 5.4 4.91 5.4 8.5zm-3.9 0h13' stroke='%23596273' stroke-width='1.15' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    height: 1rem;
    width: 1rem
}

.s-header .flag-icon.flag-icon-at {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 16H0V0h16v16z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 16H0v-5.334h16V16zm0-10.662H0V.003h16v5.335z' fill='%23C8102E'/%3E%3C/svg%3E")
}

.s-header .flag-icon.flag-icon-be {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h5.334v16H0V0z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.334 0h5.332v16H5.334V0z' fill='%23FFD90C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.665 0H16v16h-5.335V0z' fill='%23F31830'/%3E%3C/svg%3E")
}

.s-header .flag-icon.flag-icon-ca {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M2.534 0h11.322v16H2.534V0z' fill='%23fff'/%3E%3Cpath d='M-3.125 0H2.5v16h-5.625V0zM13.5 0h6.016v16H13.5V0zM3.744 7.881l.437-.15v.003c.272-.272-.16-1.097-.297-1.593.403.087 1.007.312 1.185.24.178-.081.272-.437.406-.656l1.04 1.181c.1.053.188.022.222-.072L6.284 4.36l.757.425c.05.038.109.032.168-.025l.788-1.59.765 1.531c.044.075.11.103.175.075l.794-.447-.5 2.49c.028.1.078.15.197.12l1.081-1.188.31.578c.078.216 1.268-.194 1.268-.194-.062.544-.48 1.403-.187 1.632l.356.128-2.044 1.703c-.125.462-.003.616.135.906l-2.225-.262.103 2.215-.463.016.057-2.234-2.22.28c.135-.243.345-.377.188-.84L3.744 7.881z' fill='%23D52B1E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.s-header .flag-icon.flag-icon-de {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.665h16V16H0v-5.335z' fill='%23FFCE00'/%3E%3Cpath d='M0 0h16v5.334H0V0z' fill='%23000'/%3E%3Cpath d='M0 5.334h16v5.332H0V5.334z' fill='%23D00'/%3E%3C/svg%3E")
}

.s-header .flag-icon.flag-icon-dk {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M0 0h16.003v16H0V0z' fill='%23C8102E'/%3E%3Cpath d='M4.5 0h2.284v16H4.5V0z' fill='%23fff'/%3E%3Cpath d='M0 6.856h16.003v2.288H0V6.856z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.s-header .flag-icon.flag-icon-es {
    background-image: url("../../svg/country-icon-es.svg")
}

.s-header .flag-icon.flag-icon-fr {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h16v16H0V0z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h5.334v16H0V0z' fill='%2300267F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.665 0H16v16h-5.335V0z' fill='%23F31830'/%3E%3C/svg%3E")
}

.s-header .flag-icon.flag-icon-ie {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h16v16H0V0z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h5.334v16H0V0z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.665 0H16v16h-5.335V0z' fill='%23FF7900'/%3E%3C/svg%3E")
}

.s-header .flag-icon.flag-icon-nl {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v16H0V0z' fill='%2321468B'/%3E%3Cpath d='M0 0h16v10.666H0V0z' fill='%23fff'/%3E%3Cpath d='M0 0h16v5.334H0V0z' fill='%23AE1C28'/%3E%3C/svg%3E")
}

.s-header .flag-icon.flag-icon-pt {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M6.4 0H16v16H6.397L6.4 0z' fill='red'/%3E%3Cpath d='M0 0h6.4v16H-.003L0 0z' fill='%23060'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.181 10.206c-1.075-.031-6-3.106-6.03-3.597l.268-.453c.487.71 5.525 3.7 6.019 3.594l-.257.456z' fill='%23FF0' stroke='%23000' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.363 6.094c-.097.26 1.284 1.112 2.947 2.125 1.662 1.01 3.093 1.634 3.203 1.547l.047-.09c-.02.03-.07.04-.144.018-.45-.131-1.622-.669-3.072-1.547-1.45-.878-2.713-1.69-2.906-2.034a.21.21 0 0 1-.022-.103H3.41l-.041.071-.006.013zm5.843 4.125c-.018.034-.053.034-.115.031-.403-.047-1.625-.64-3.063-1.503-1.681-1.006-3.068-1.922-2.915-2.16l.04-.074.007.003c-.135.406 2.737 2.047 2.906 2.153C7.726 9.7 9.128 10.3 9.253 10.144l-.047.075z' fill='%23FF0' stroke='%23000' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.406 6.906c1.072-.009 2.4-.146 3.163-.45l-.163-.268c-.453.25-1.784.415-3.009.437-1.45-.012-2.472-.147-2.984-.49l-.157.284c.944.397 1.907.484 3.15.487z' fill='%23FF0' stroke='%23000' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.616 6.463c-.029.04-.525.212-1.26.337a13.06 13.06 0 0 1-1.956.144 13.886 13.886 0 0 1-1.875-.119c-.766-.122-1.166-.29-1.313-.35l.038-.072c.416.164.849.28 1.29.344.617.08 1.238.12 1.86.116.65 0 1.298-.048 1.94-.144.75-.122 1.163-.278 1.22-.35l.056.094zm-.147-.275c-.082.062-.488.209-1.2.321-.616.089-1.238.133-1.86.132a12.5 12.5 0 0 1-1.793-.116c-.729-.094-1.113-.266-1.25-.316l.04-.071c.106.056.481.206 1.219.312a13.22 13.22 0 0 0 1.784.11c.617 0 1.233-.044 1.844-.132.719-.1 1.106-.281 1.166-.328l.05.088zM2.875 8.2c.662.356 2.128.538 3.519.55 1.265 0 2.915-.197 3.531-.525l-.019-.356c-.19.303-1.956.594-3.525.581-1.569-.012-3.025-.256-3.51-.569v.32' fill='%23FF0'/%3E%3Cpath d='M2.875 8.2c.662.356 2.128.538 3.519.55 1.265 0 2.915-.197 3.531-.525l-.019-.356c-.19.303-1.956.594-3.525.581-1.569-.012-3.025-.256-3.51-.569v.32m6.745-1.738c-.029.04-.525.212-1.26.337a13.06 13.06 0 0 1-1.956.144 13.886 13.886 0 0 1-1.875-.119c-.766-.122-1.166-.29-1.313-.35l.038-.072c.416.164.849.28 1.29.344.617.08 1.238.12 1.86.116.65 0 1.298-.048 1.94-.144.75-.122 1.163-.278 1.22-.35l.056.094zm-.147-.275c-.082.062-.488.209-1.2.321-.616.089-1.238.133-1.86.132a12.5 12.5 0 0 1-1.793-.116c-.729-.094-1.113-.266-1.25-.316l.04-.071c.106.056.481.206 1.219.312a13.22 13.22 0 0 0 1.784.11c.617 0 1.233-.044 1.844-.132.719-.1 1.106-.281 1.166-.328l.05.088z' stroke='%23000' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.96 8.15v.085c-.094.112-.676.28-1.404.396-.72.105-1.449.155-2.178.15-.856 0-1.537-.062-2.069-.143a5.15 5.15 0 0 1-1.478-.397v-.1c.325.215 1.197.372 1.49.419.526.08 1.204.14 2.057.14.897 0 1.616-.062 2.166-.147.525-.075 1.269-.272 1.415-.403zm0-.303v.088c-.094.109-.676.278-1.404.393-.72.105-1.449.155-2.178.15-.856 0-1.537-.062-2.065-.14a5.156 5.156 0 0 1-1.482-.4v-.1c.325.215 1.197.375 1.49.418.53.082 1.207.144 2.057.144.897 0 1.616-.062 2.166-.15.525-.075 1.269-.272 1.415-.403zm-3.57 2.297c-1.518-.01-2.821-.413-3.096-.481l.2.312c.484.206 1.756.513 2.912.478 1.157-.034 2.166-.125 2.875-.468l.207-.329c-.485.229-2.135.488-3.094.488' fill='%23FF0'/%3E%3Cpath d='M6.39 10.144c-1.518-.01-2.821-.413-3.096-.481l.2.312c.484.206 1.756.513 2.912.478 1.157-.034 2.166-.125 2.875-.468l.207-.329c-.485.229-2.135.488-3.094.488M9.959 8.15v.085c-.093.112-.675.28-1.403.396-.72.105-1.449.155-2.178.15-.856 0-1.537-.062-2.069-.143a5.15 5.15 0 0 1-1.478-.397v-.1c.325.215 1.197.372 1.49.419.526.08 1.204.14 2.057.14.897 0 1.616-.062 2.166-.147.525-.075 1.269-.272 1.415-.403zm0-.303v.088c-.093.109-.675.278-1.403.393-.72.105-1.449.155-2.178.15-.856 0-1.537-.062-2.065-.14a5.156 5.156 0 0 1-1.482-.4v-.1c.325.215 1.197.375 1.49.418.53.082 1.207.144 2.057.144.897 0 1.616-.062 2.166-.15.525-.075 1.269-.272 1.415-.403z' stroke='%23000' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.36 9.91l-.094.137c-.355.118-.717.21-1.085.278a9.84 9.84 0 0 1-1.787.163c-1.347-.02-2.45-.282-2.969-.507l-.044-.072.01-.012.068.028a9.55 9.55 0 0 0 2.94.484 10.07 10.07 0 0 0 1.754-.159c.775-.156 1.088-.272 1.184-.325l.022-.016zm.177-.294h.004c-.023.04-.046.08-.07.118a7.742 7.742 0 0 1-1.374.307c-.469.062-.76.125-1.688.143a11.594 11.594 0 0 1-3.14-.468l-.038-.078c1.037.284 2.104.441 3.178.468.85-.018 1.213-.08 1.675-.147.828-.125 1.244-.262 1.37-.303a.091.091 0 0 0-.004-.006l.087-.034z' fill='%23FF0' stroke='%23000' stroke-width='.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.556 7.919c.007 1-.506 1.9-.918 2.297a3.313 3.313 0 0 1-2.26.937c-1.01.019-1.96-.64-2.215-.928-.5-.565-.907-1.281-.92-2.25.063-1.094.492-1.853 1.113-2.375a3.322 3.322 0 0 1 2.138-.756c.794.022 1.725.412 2.366 1.187.418.507.603 1.057.696 1.891v-.003zM6.388 4.494c1.937 0 3.53 1.578 3.53 3.51a3.531 3.531 0 0 1-3.53 3.509 3.52 3.52 0 0 1-3.52-3.51 3.52 3.52 0 0 1 3.52-3.51' fill='%23FF0'/%3E%3Cpath d='M6.388 4.494c1.937 0 3.53 1.578 3.53 3.51a3.531 3.531 0 0 1-3.53 3.509 3.52 3.52 0 0 1-3.52-3.51 3.52 3.52 0 0 1 3.52-3.51M9.556 7.92c.007 1-.506 1.9-.918 2.297a3.313 3.313 0 0 1-2.26.937c-1.01.019-1.96-.64-2.215-.928-.5-.565-.907-1.281-.92-2.25.063-1.094.492-1.853 1.113-2.375a3.322 3.322 0 0 1 2.138-.756c.794.022 1.725.412 2.366 1.187.418.507.603 1.057.696 1.891V7.92z' stroke='%23000' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.397 4.481a3.529 3.529 0 0 1 3.519 3.522 3.529 3.529 0 0 1-3.52 3.522A3.53 3.53 0 0 1 2.876 8a3.531 3.531 0 0 1 3.522-3.522v.003zM2.953 8.003a3.458 3.458 0 0 0 3.444 3.444c1.887 0 3.44-1.55 3.44-3.444a3.453 3.453 0 0 0-3.44-3.44 3.456 3.456 0 0 0-3.444 3.44z' fill='%23FF0' stroke='%23000' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4 4.775A3.238 3.238 0 0 1 9.622 8 3.236 3.236 0 0 1 6.4 11.225 3.237 3.237 0 0 1 3.172 8a3.239 3.239 0 0 1 3.225-3.225H6.4zM3.25 8a3.16 3.16 0 0 0 3.15 3.147A3.16 3.16 0 0 0 9.547 8a3.16 3.16 0 0 0-3.15-3.147A3.158 3.158 0 0 0 3.25 8z' fill='%23FF0' stroke='%23000' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.54 4.469h-.302v7.075h.303V4.469z' fill='%23FF0' stroke='%23000' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.51 4.428h.078v7.157h-.079V4.428zm-.3 0h.078v7.157h-.079V4.428z' fill='%23FF0' stroke='%23000' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.919 8.14v-.265l-.213-.197-1.21-.322-1.743-.178-2.094.106-1.496.357-.3.225v.26l.762-.345 1.813-.28H7.18l1.282.14.887.215.569.285z' fill='%23FF0' stroke='%23000' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.397 7.46c.764-.004 1.527.064 2.278.202.66.132 1.125.297 1.281.482v.094c-.187-.232-.812-.4-1.297-.5-.634-.122-1.437-.2-2.262-.2-.875 0-1.688.084-2.313.206-.5.1-1.168.297-1.253.494v-.094c.047-.138.544-.34 1.244-.482a12.656 12.656 0 0 1 2.322-.203zm0-.304c.765-.003 1.529.065 2.281.203.656.132 1.125.297 1.281.485v.09c-.19-.23-.818-.4-1.3-.497a12.136 12.136 0 0 0-2.262-.203 12.562 12.562 0 0 0-2.306.207c-.485.093-1.182.3-1.26.493v-.093c.047-.135.557-.344 1.244-.479.766-.14 1.543-.209 2.322-.206zm-.016-1.54c1.31-.007 2.453.184 2.975.453l.19.328c-.452-.244-1.687-.5-3.165-.46-1.203.007-2.487.132-3.134.475l.228-.38c.531-.276 1.781-.413 2.906-.416z' fill='%23FF0' stroke='%23000' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.397 5.888c.75 0 1.469.04 2.044.143.534.1 1.047.25 1.118.332l.057.1c-.178-.116-.619-.247-1.188-.354a11.475 11.475 0 0 0-2.031-.14c-.844 0-1.5.04-2.063.14-.593.11-1.006.27-1.109.344l.056-.103c.197-.103.513-.225 1.041-.319.581-.106 1.24-.137 2.075-.143zm0-.3c.66-.01 1.32.035 1.972.137.434.084.862.216 1.022.331l.081.132c-.14-.157-.669-.304-1.138-.385-.543-.094-1.221-.131-1.937-.137-.75 0-1.444.047-1.981.143-.513.1-.844.216-.985.307l.072-.113c.194-.1.506-.194.9-.272.54-.097 1.24-.143 1.994-.143zm1.75 3.878a9.166 9.166 0 0 0-1.75-.132c-2.184.025-2.888.447-2.975.575l-.163-.265C3.813 9.24 5 9.016 6.406 9.038c.728.012 1.357.062 1.888.162l-.15.266' fill='%23FF0'/%3E%3Cpath d='M8.147 9.466a9.166 9.166 0 0 0-1.75-.132c-2.184.025-2.888.447-2.975.575l-.163-.265C3.813 9.24 5 9.016 6.406 9.038c.728.012 1.357.062 1.888.162l-.15.266M6.397 5.888c.75 0 1.469.04 2.044.143.534.1 1.047.25 1.118.332l.057.1c-.178-.116-.619-.247-1.188-.354a11.475 11.475 0 0 0-2.031-.14c-.844 0-1.5.04-2.063.14-.593.11-1.006.27-1.109.344l.056-.103c.197-.103.513-.225 1.041-.319.581-.106 1.24-.137 2.075-.143zm0-.3c.66-.01 1.32.035 1.972.137.434.084.862.216 1.022.331l.081.132c-.14-.157-.669-.304-1.138-.385-.543-.094-1.221-.131-1.937-.137-.75 0-1.444.047-1.981.143-.513.1-.844.216-.985.307l.072-.113c.194-.1.506-.194.9-.272.54-.097 1.24-.143 1.994-.143z' stroke='%23000' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.385 9.297c.606.01 1.203.031 1.78.14l-.043.076a9.3 9.3 0 0 0-1.734-.135c-.807-.006-1.625.069-2.332.272-.225.063-.593.206-.634.325l-.04-.069c.012-.068.237-.215.656-.331.812-.234 1.572-.272 2.343-.281l.004.003zm.028-.306c.64 0 1.279.054 1.909.165l-.044.078a9.97 9.97 0 0 0-1.862-.162c-.81 0-1.666.06-2.447.284-.25.075-.688.232-.7.357l-.04-.072c.009-.113.384-.263.724-.363a8.906 8.906 0 0 1 2.46-.287z' fill='%23FF0' stroke='%23000' stroke-width='.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.513 9.685l-.263.406-.753-.669L6.54 8.11 4.338 6.897l-1.147-.39.243-.454.085-.043.712.178 2.344 1.209 1.353.853 1.135.813.462.534-.012.088z' fill='%23FF0' stroke='%23000' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.15 6.516c.203-.135 1.678.522 3.219 1.453 1.54.934 3.012 1.987 2.881 2.187l-.044.066-.022.016c.007 0 .028-.032 0-.104-.068-.215-1.109-1.046-2.843-2.093-1.688-1.007-3.094-1.613-3.235-1.438l.044-.087zm6.416 3.162c.125-.25-1.241-1.281-2.938-2.284-1.734-.985-2.987-1.563-3.216-1.39l-.05.093c0 .003 0-.006.013-.016.04-.034.11-.03.14-.03.394.002 1.52.518 3.094 1.424.691.4 2.92 1.831 2.91 2.231 0 .035.003.041-.01.06l.057-.088z' fill='%23FF0' stroke='%23000' stroke-width='.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.287 8.39a2.087 2.087 0 0 0 .622 1.482 2.098 2.098 0 0 0 3.437-.674 2.1 2.1 0 0 0 .161-.805V5.577l-4.22-.007v2.82z' fill='%23fff' stroke='%23000' stroke-width='.796'/%3E%3Cpath d='M4.365 8.393a2.005 2.005 0 0 0 .597 1.422c.379.381.893.596 1.43.598A2.023 2.023 0 0 0 8.415 8.4V5.663H4.372v2.73h-.007zm3.243-1.91v1.74l-.004.18a1.18 1.18 0 0 1-.355.854 1.209 1.209 0 0 1-.854.356c-.334 0-.63-.142-.85-.363a1.209 1.209 0 0 1-.355-.853v-1.92l2.418.007z' fill='red' stroke='%23000' stroke-width='.569'/%3E%3Cpath d='M4.628 6.377c.004-.195.142-.241.142-.241.004 0 .153.05.153.245h-.295' fill='%23FF0'/%3E%3Cpath d='M4.507 6.14l-.025.223h.15c0-.185.142-.213.142-.213.004 0 .142.039.146.213h.15l-.03-.228h-.533v.004zm-.035.227h.604c.01 0 .022.01.022.024 0 .018-.011.029-.022.029h-.604c-.01 0-.022-.01-.022-.029 0-.014.011-.024.025-.024h-.003z' fill='%23FF0' stroke='%23000' stroke-width='.569'/%3E%3Cpath d='M4.692 6.363c0-.117.082-.15.082-.15s.082.036.082.15h-.164zm-.206-.32h.58c.01 0 .02.014.02.028 0 .011-.01.022-.02.022h-.58c-.01 0-.021-.011-.021-.025 0-.01.01-.022.02-.022v-.003zm.014.053h.548c.01 0 .021.01.021.025 0 .014-.01.025-.021.025h-.551c-.015 0-.022-.01-.022-.025 0-.014.007-.025.022-.025H4.5zm.178-.377h.043v.029h.032v-.029h.046v.032h.032v-.035h.042v.07c0 .015-.007.022-.017.022h-.157c-.01 0-.021-.007-.021-.018v-.07zm.163.096l.011.228H4.7l.01-.231h.132' fill='%23FF0'/%3E%3Cpath d='M4.841 5.815l.011.228H4.7l.01-.231h.132m-.149.55c0-.116.082-.148.082-.148s.082.035.082.149h-.164zm-.206-.32h.58c.01 0 .02.015.02.03 0 .01-.01.02-.02.02h-.58c-.01 0-.021-.01-.021-.024 0-.01.01-.022.02-.022v-.003zm.014.054h.548c.01 0 .021.01.021.025 0 .014-.01.025-.021.025h-.551c-.015 0-.022-.01-.022-.025 0-.014.007-.025.022-.025H4.5zm.178-.377h.043v.029h.032v-.029H4.8v.032h.032v-.035h.042v.07c0 .015-.007.022-.017.022H4.7c-.01 0-.021-.007-.021-.018v-.07z' stroke='%23000' stroke-width='.569'/%3E%3Cpath d='M4.657 5.922v.121h-.143v-.12h.143z' fill='%23FF0' stroke='%23000' stroke-width='.569'/%3E%3Cpath d='M4.49 5.83h.042v.035h.032V5.83h.043v.035h.032V5.83h.042v.07c0 .015-.007.022-.017.022H4.51a.021.021 0 0 1-.022-.021V5.83z' fill='%23FF0' stroke='%23000' stroke-width='.569'/%3E%3Cpath d='M4.76 5.887c0-.022.032-.022.032 0v.056H4.76v-.056zm-.189.078c0-.022.029-.022.029 0v.042h-.03v-.042z' fill='%23000'/%3E%3Cpath d='M6.136 8.084a.295.295 0 0 0 .163.265.256.256 0 0 0 .103.023.26.26 0 0 0 .189-.085.295.295 0 0 0 .078-.203V7.7h-.533v.384z' fill='%23039'/%3E%3Cpath d='M6.26 7.9a.053.053 0 1 0 0-.108.053.053 0 0 0 0 .107zm.295 0a.053.053 0 1 0 0-.108.053.053 0 0 0 0 .107zm-.149.141a.053.053 0 1 0 0-.106.053.053 0 0 0 0 .106zm-.146.149a.053.053 0 1 0 0-.106.053.053 0 0 0 0 .107zm.295 0a.053.053 0 1 0 0-.106.053.053 0 0 0 0 .107z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.s-header .flag-icon.flag-icon-se {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v16H0V0z' fill='%23066AA7'/%3E%3Cpath d='M0 6.4h16v3.2H0V6.4z' fill='%23FECC00'/%3E%3Cpath d='M4.188 0h3.2v16h-3.2V0z' fill='%23FECC00'/%3E%3C/svg%3E")
}

.s-header .flag-icon.flag-icon-gb {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v16H0V0z' fill='%23012169'/%3E%3Cpath d='M16 0v2l-5.938 6L16 13.844V16h-2.094l-5.969-5.875L2.125 16H0v-2.125l5.813-5.844L0 2.312V0h1.938l6 5.875L13.75 0H16z' fill='%23fff'/%3E%3Cpath d='M5.75 10.125l.344 1.063L1.312 16H0v-.094l5.75-5.781zm3.875-.375l1.688.25L16 14.594V16L9.625 9.75zM16 0l-6 6.125-.125-1.375L14.563 0H16zM0 .031l6.031 5.907-1.843-.25L0 1.53V.03z' fill='%23C8102E'/%3E%3Cpath d='M5.5 0v16h5V0h-5zM0 5.5v5h16v-5H0z' fill='%23fff'/%3E%3Cpath d='M0 6.5v3h16v-3H0zM6.5 0v16h3V0h-3z' fill='%23C8102E'/%3E%3C/svg%3E")
}

.s-header .flag-icon.flag-icon-us {
    background-image: url("../../svg/country-icon-usa.svg")
}

.s-header .user-dropdown .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 2.8px 2.2px 0 rgba(0,0,0,.02),0 6.7px 5.3px 0 rgba(0,0,0,.03),0 12.5px 10px 0 rgba(0,0,0,.04),0 22.3px 17.9px 0 rgba(0,0,0,.04),0 41.8px 33.4px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);
    padding: 1.5rem;
    top: 1.875rem!important;
    left: .625rem!important
}

.s-header .user-dropdown .dropdown-menu .dropdown-item {
    color: #596273;
    font-size: .875rem;
    padding: .625rem 0;
    text-decoration: none;
    white-space: normal
}

.s-header .user-dropdown .dropdown-menu .dropdown-item:first-child {
    padding-top: 0
}

.s-header .user-dropdown .dropdown-menu .dropdown-item:last-child {
    padding-bottom: 0
}

.s-header .user-dropdown .dropdown-menu .dropdown-item:hover {
    color: #447355
}

.s-header .user-dropdown .dropdown-menu .dropdown-item:after {
    content: none
}

.s-header .user-message:before {
    background-image: none;
    background-color: var(--hb-color-nav-icons);
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8.5a3.333 3.333 0 1 0 0-6.666A3.333 3.333 0 0 0 8 8.5z' stroke='%23596273' stroke-width='1.15'/%3E%3Cpath d='M11.333 9.834h.235a2 2 0 0 1 1.984 1.752l.26 1.854a1.334 1.334 0 0 1-1.323 1.498H3.511a1.333 1.333 0 0 1-1.324-1.498l.26-1.854a2 2 0 0 1 1.986-1.752h.234' stroke='%23596273' stroke-width='1.15' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-position: center;
    mask-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 1rem;
    margin-right: .3125rem;
    vertical-align: text-bottom;
    width: 1rem
}

.s-header .user {
    display: flex;
    align-items: center
}

.s-header .user__wishlist-link {
    display: inline-flex
}

@media (min-width: 1024px) {
    .s-header .user__wishlist-link {
        margin-top:1px
    }
}

.s-header .user__wishlist-link:before {
    background-image: none;
    background-color: var(--hb-color-nav-icons);
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3.001c-2.761 0-5 2.216-5 4.95 0 2.207.875 7.445 9.488 12.74a.985.985 0 0 0 1.024 0C21.125 15.396 22 10.158 22 7.951c0-2.734-2.239-4.95-5-4.95s-5 3-5 3-2.239-3-5-3z' stroke='%23596273' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: cover;
    content: "";
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin-right: .3125rem
}

@media (min-width: 1280px) {
    .s-header .user__wishlist-link:before {
        margin-right:0
    }
}

.s-header .navbar.bg-inverse .navbar-nav .nav-link {
    text-decoration: none;
    position: relative
}

@media (min-width: 1024px) {
    .s-header .navbar.bg-inverse .navbar-nav .nav-link {
        font-size:.8rem;
        font-weight: 600;
        letter-spacing: .01rem;
        line-height: normal;
        padding: .875rem .6rem .0625rem
    }
}

@media (min-width: 1100px) {
    .s-header .navbar.bg-inverse .navbar-nav .nav-link {
        padding:.875rem .85rem .0625rem
    }
}

@media (min-width: 1280px) {
    .s-header .navbar.bg-inverse .navbar-nav .nav-link {
        font-size:1rem;
        padding: .875rem 1.25rem .0625rem
    }
}

.s-header .header-promotion {
    font-size: .875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .00813rem
}

@media (min-width: 544px) {
    .s-header .header-promotion {
        letter-spacing:.00875rem
    }
}

.s-header .header-promotion-link {
    color: inherit;
    text-decoration: underline
}

.s-header .slick-arrow:before {
    display: none
}

.s-header .slick-next,.s-header .slick-prev {
    outline: revert!important
}

.s-header .slick-next .slick-next-icon:before,.s-header .slick-prev .slick-prev-icon:before {
    background-color: var(--hb-color-nav-icons);
    background-image: none;
    mask-size: cover;
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    opacity: 1
}

.s-header .slick-prev .slick-prev-icon:before {
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4L3 8m4 4L3 8m0 0h10' stroke='%23596273' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.s-header .slick-next .slick-next-icon:before {
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4l4 4m-4 4l4-4m0 0H3' stroke='%23596273' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

@media (min-width: 1024px) {
    .s-header .d-xl-none {
        display:none!important
    }
}

@media (min-width: 1024px) {
    .s-header--minimal .s-header__banner-content {
        margin-left:auto
    }
}

.dropdown-country-selector {
    left: auto;
    right: .625rem
}

#dropdownCountrySelector .flag-icon {
    background-image: none;
    background-color: var(--hb-color-nav-icons);
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15A6.5 6.5 0 1 0 8 2a6.5 6.5 0 0 0 0 13z' stroke='%23596273' stroke-width='1.15' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.4 8.5C5.4 12.09 6.566 15 8 15c1.437 0 2.6-2.91 2.6-6.5S9.438 2 8 2C6.566 2 5.4 4.91 5.4 8.5zm-3.9 0h13' stroke='%23596273' stroke-width='1.15' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

@media (max-width: 543.98px) {
    .collapsible-xs .title {
        line-height:2.5rem
    }

    .collapsible-xs .title:after {
        display: block;
        clear: both;
        content: "";
        float: right
    }

    .collapsible-xs .card-body,.collapsible-xs .content {
        display: none
    }

    .collapsible-xs.active .title:after {
        content: "\F077";
        margin-top: -.125em
    }

    .collapsible-xs.active .card-body,.collapsible-xs.active .content {
        display: block
    }
}

.container div.collapsible-xs button.title {
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-xs button.title:hover {
    text-decoration: none
}

@media (max-width: 767.98px) {
    .collapsible-sm .title {
        line-height:2.5rem
    }

    .collapsible-sm .title:after {
        display: block;
        clear: both;
        content: "";
        float: right
    }

    .collapsible-sm .card-body,.collapsible-sm .content {
        display: none
    }

    .collapsible-sm.active .title:after {
        content: "\F077";
        margin-top: -.125em
    }

    .collapsible-sm.active .card-body,.collapsible-sm.active .content {
        display: block
    }
}

.container div.collapsible-sm button.title {
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-sm button.title:hover {
    text-decoration: none
}

@media (max-width: 1023.98px) {
    .collapsible-md .title {
        line-height:2.5rem
    }

    .collapsible-md .title:after {
        display: block;
        clear: both;
        content: "";
        float: right
    }

    .collapsible-md .card-body,.collapsible-md .content {
        display: none
    }

    .collapsible-md.active .title:after {
        content: "\F077";
        margin-top: -.125em
    }

    .collapsible-md.active .card-body,.collapsible-md.active .content {
        display: block
    }
}

.container div.collapsible-md button.title {
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-md button.title:hover {
    text-decoration: none
}

@media (max-width: 1099.98px) {
    .collapsible-lg .title {
        line-height:2.5rem
    }

    .collapsible-lg .title:after {
        display: block;
        clear: both;
        content: "";
        float: right
    }

    .collapsible-lg .card-body,.collapsible-lg .content {
        display: none
    }

    .collapsible-lg.active .title:after {
        content: "\F077";
        margin-top: -.125em
    }

    .collapsible-lg.active .card-body,.collapsible-lg.active .content {
        display: block
    }
}

.container div.collapsible-lg button.title {
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-lg button.title:hover {
    text-decoration: none
}

@media (max-width: 1279.98px) {
    .collapsible-lgr .title {
        line-height:2.5rem
    }

    .collapsible-lgr .title:after {
        display: block;
        clear: both;
        content: "";
        float: right
    }

    .collapsible-lgr .card-body,.collapsible-lgr .content {
        display: none
    }

    .collapsible-lgr.active .title:after {
        content: "\F077";
        margin-top: -.125em
    }

    .collapsible-lgr.active .card-body,.collapsible-lgr.active .content {
        display: block
    }
}

.container div.collapsible-lgr button.title {
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-lgr button.title:hover {
    text-decoration: none
}

@media (max-width: 1439.98px) {
    .collapsible-xl .title {
        line-height:2.5rem
    }

    .collapsible-xl .title:after {
        display: block;
        clear: both;
        content: "";
        float: right
    }

    .collapsible-xl .card-body,.collapsible-xl .content {
        display: none
    }

    .collapsible-xl.active .title:after {
        content: "\F077";
        margin-top: -.125em
    }

    .collapsible-xl.active .card-body,.collapsible-xl.active .content {
        display: block
    }
}

.container div.collapsible-xl button.title {
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-xl button.title:hover {
    text-decoration: none
}

@media (max-width: 1679.98px) {
    .collapsible-xxl .title {
        line-height:2.5rem
    }

    .collapsible-xxl .title:after {
        display: block;
        clear: both;
        content: "";
        float: right
    }

    .collapsible-xxl .card-body,.collapsible-xxl .content {
        display: none
    }

    .collapsible-xxl.active .title:after {
        content: "\F077";
        margin-top: -.125em
    }

    .collapsible-xxl.active .card-body,.collapsible-xxl.active .content {
        display: block
    }
}

.container div.collapsible-xxl button.title {
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-xxl button.title:hover {
    text-decoration: none
}

.collapsible-xxxl .title {
    line-height: 2.5rem
}

.collapsible-xxxl .title:after {
    display: block;
    clear: both;
    content: "";
    float: right
}

.collapsible-xxxl .card-body,.collapsible-xxxl .content {
    display: none
}

.collapsible-xxxl.active .title:after {
    content: "\F077";
    margin-top: -.125em
}

.collapsible-xxxl.active .card-body,.collapsible-xxxl.active .content {
    display: block
}

.container div.collapsible-xxxl button.title {
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-xxxl button.title:hover {
    text-decoration: none
}

footer {
    background-color: #447355;
    color: #fff;
    padding: 2.5rem 1.25rem 1.25rem
}

footer h2 {
    font-size: 1rem;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 0
}

footer ul {
    list-style: none;
    padding-left: 0
}

@media (max-width: 543.98px) {
    footer ul li:focus,footer ul li:hover {
        transition:all .2s ease-in-out;
        outline: .25rem solid rgba(108,184,106,.5)
    }
}

@media (max-width: 543.98px) and (prefers-reduced-motion:reduce) {
    footer ul li:focus,footer ul li:hover {
        transition:none
    }
}

footer ul a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem
}

@media (min-width: 544px) {
    footer ul a {
        font-size:.875rem
    }
}

footer ul a:focus,footer ul a:hover {
    text-decoration: none;
    color: #fff
}

@media (min-width: 544px) {
    footer ul a:focus,footer ul a:hover {
        text-decoration:underline
    }
}

@media (min-width: 1280px) {
    footer .footer-right-column {
        width:79%
    }
}

@media (max-width: 1023.98px) {
    footer .footer-right-column {
        width:100%
    }
}

footer .newsletter-container {
    padding-bottom: 2.25rem;
    width: 100%
}

@media (min-width: 768px) {
    footer .newsletter-container {
        margin-bottom:2.5rem;
        padding-bottom: 0
    }
}

@media (min-width: 1024px) {
    footer .newsletter-container {
        border-bottom:1px solid hsla(99,31%,87%,.5)
    }
}

@media (min-width: 1280px) {
    footer .newsletter-container {
        border-bottom:none;
        margin-right: 4rem;
        width: 19.125rem
    }
}

footer .newsletter-container .footer-logomark {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='66' height='66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 33.137C-.08 14.917 14.642.078 32.862 0c18.22-.08 33.058 14.629 33.137 32.862.066 18.233-14.641 33.059-32.862 33.137C14.917 66.065.078 51.358 0 33.137zM27.75 20.54c0-2.412-1.966-4.378-4.405-4.378-2.425 0-4.404 1.966-4.404 4.378s1.966 4.378 4.404 4.378c2.425 0 4.405-1.953 4.405-4.378zm15.428 15.94c1.861-1.023 6.187-3.88 7.34-9.294 1.102-5.204-1.887-10.696-8.467-10.696H31.8l-1.692 7.97h7.72c1.574 0 2.57 1.284 2.242 2.857-.327 1.573-1.874 2.818-3.447 2.818h-7.819l10.467 19.348h10.971L43.178 36.48zm-14.382-6.344l-4.074 19.347h-9.333l1.822-8.546c1.455-6.829 5.91-10.617 11.585-10.801zm30.728 30.987h.42l-.525-.708a.51.51 0 0 0 .42-.511c0-.275-.197-.55-.682-.55h-.682v1.77h.367v-.67h.21l.472.67zm-.682-1.481h.276c.262 0 .327.144.327.275 0 .17-.105.262-.34.262h-.263v-.537z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M60.704 60.271c0-.891-.721-1.612-1.6-1.612a1.62 1.62 0 0 0-1.612 1.612c0 .891.734 1.6 1.612 1.6.879 0 1.6-.709 1.6-1.6zm-.302-.013c0 .72-.577 1.298-1.298 1.298-.707 0-1.31-.577-1.31-1.298 0-.708.603-1.298 1.31-1.298a1.3 1.3 0 0 1 1.298 1.298z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: cover;
    display: none
}

@media (min-width: 1024px) {
    footer .newsletter-container .footer-logomark {
        display:block;
        width: 4.125rem;
        height: 4.125rem;
        margin-bottom: .625rem
    }
}

footer .newsletter-container .newsletter-heading {
    font-family: Harmonia Sans Pro,Arial,sans-serif;
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: left
}

@media (min-width: 768px) {
    footer .newsletter-container .newsletter-heading {
        margin-bottom:1.125rem;
        margin-top: 1.125rem;
        text-align: center
    }
}

@media (min-width: 1024px) {
    footer .newsletter-container .newsletter-heading {
        font-size:1.5rem;
        margin-bottom: 2.5rem;
        margin-top: 1.75rem;
        max-width: 13.1875rem;
        text-align: unset
    }
}

@media (min-width: 1280px) {
    footer .newsletter-container .newsletter-heading {
        font-size:2.0625rem;
        margin-bottom: 1.375rem;
        max-width: unset
    }
}

footer .newsletter-container .newsletter-subheader {
    display: none;
    font-size: .9375rem
}

footer .newsletter-container .newsletter-subheader p {
    margin-bottom: 1.125rem;
    line-height: 1.66
}

@media (min-width: 1024px) {
    footer .newsletter-container .newsletter-subheader {
        display:block
    }
}

footer .newsletter-container .footer-email-input {
    padding: .5625rem .9375rem .5625rem 1.25rem;
    border: .125rem solid #fff;
    border-radius: 1.3125rem;
    background-color: transparent;
    color: #fff;
    font-size: .9375rem;
    width: auto;
    flex: 3 0 auto;
    margin-right: 0
}

footer .newsletter-container .footer-email-input:focus {
    transition: all .2s ease-in-out;
    outline: .25rem solid rgba(108,184,106,.5)
}

@media (prefers-reduced-motion:reduce) {
    footer .newsletter-container .footer-email-input:focus {
        transition: none
    }
}

footer .newsletter-container .footer-email-input::placeholder {
    color: #e4ece0
}

footer .newsletter-container .footer-email-submit {
    background-color: #fff;
    border-radius: 1.3125rem;
    border-color: transparent;
    color: #447355;
    height: fit-content;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: normal;
    padding: .5625rem .375rem;
    width: auto;
    flex: 1 0 auto;
    white-space: nowrap
}

footer .newsletter-container .footer-email-submit:focus,footer .newsletter-container .footer-email-submit:hover {
    transition: all .2s ease-in-out;
    box-shadow: none;
    outline: .25rem solid rgba(108,184,106,.5)!important;
    outline-offset: 0
}

@media (prefers-reduced-motion:reduce) {
    footer .newsletter-container .footer-email-submit:focus,footer .newsletter-container .footer-email-submit:hover {
        transition: none
    }
}

footer .newsletter-container .footer-email-submit.btn:active {
    outline-width: .25rem!important
}

@media (min-width: 544px) {
    footer .newsletter-container .footer-email-submit {
        padding:.5625rem 1.25rem
    }
}

footer .newsletter-container .footer-newsletter-privacy {
    font-size: .875rem;
    line-height: 1.66;
    margin-top: 1rem
}

@media (min-width: 544px) {
    footer .newsletter-container .footer-newsletter-privacy {
        font-size:.75rem;
        margin-top: 1.4375rem
    }
}

footer .newsletter-container .footer-newsletter-privacy a {
    color: #fff;
    text-decoration: underline
}

footer .newsletter-container .footer-newsletter-privacy a:active,footer .newsletter-container .footer-newsletter-privacy a:hover {
    text-decoration: none
}

footer .newsletter-container .footer-newsletter-privacy p {
    font-size: .875rem;
    text-align: left
}

@media (min-width: 768px) {
    footer .newsletter-container .footer-newsletter-privacy p {
        text-align:center
    }
}

@media (min-width: 1024px) {
    footer .newsletter-container .footer-newsletter-privacy p {
        font-size:.75rem;
        text-align: unset
    }
}

footer .menu-footer {
    padding-top: .1875rem
}

footer .menu-footer li {
    line-height: 2.66
}

@media (min-width: 544px) {
    footer .menu-footer li {
        line-height:2.2
    }
}

@media (min-width: 1280px) {
    footer .footer-item:first-child {
        padding-left:0
    }

    footer .footer-item:last-child {
        padding-right: 0
    }
}

footer .footer-item.active .title:after {
    transform: rotate(180deg);
    margin-top: 0;
    content: ""
}

footer .footer-item .title {
    font-weight: 600
}

footer .footer-item .title:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 5.5L8 10l4.5-4.5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-color: transparent;
    background-position: 100%!important;
    background-repeat: no-repeat;
    background-size: 1rem;
    font-family: inherit;
    padding-right: 1.0625rem;
    height: 3.75rem
}

footer .footer-container .footer-item button {
    color: #fff;
    font-size: 1.125rem;
    line-height: 3.6em;
    margin: 0 -20px;
    outline-offset: -10px;
    padding: 0 20px;
    width: calc(100% + 40px)
}

footer .footer-container .footer-item button:hover {
    transition: all .2s ease-in-out;
    outline: .25rem solid rgba(108,184,106,.5)
}

@media (prefers-reduced-motion:reduce) {
    footer .footer-container .footer-item button:hover {
        transition: none
    }
}

footer .footer-container .footer-item button:focus {
    box-shadow: none
}

footer .footer-hr {
    background-color: #dce9d5;
    margin: 1.25rem 0;
    width: 100%;
    opacity: .2
}

@media (max-width: 543.98px) {
    footer .footer-hr {
        margin:1.25rem .3125rem;
        padding: 0
    }
}

@media (min-width: 1280px) {
    footer .footer-container-top {
        display:flex;
        max-width: 1920px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media (max-width: 543.98px) {
    footer .footer-container-top {
        flex-wrap:wrap
    }
}

footer .footer-container-bottom {
    margin-top: 4.1875rem
}

@media (min-width: 1280px) {
    footer .footer-container-bottom {
        margin-right:auto;
        margin-left: auto;
        max-width: 1920px;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

footer .footer-policy-terms {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.75rem
}

@media (min-width: 1024px) {
    footer .footer-policy-terms {
        margin-bottom:0
    }
}

@media (max-width: 1023.98px) {
    footer .footer-policy-terms {
        flex-direction:row;
        gap: .625rem
    }
}

footer .footer-policy-terms li {
    float: left;
    margin-right: .313em
}

footer .footer-policy-terms li:first-child {
    margin-right: 0
}

footer .social-links li {
    float: left
}

footer .social-links li:focus,footer .social-links li:hover {
    outline: none
}

footer .social-links .footer-facebook-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20C0 8.954 8.954 0 20 0s20 8.954 20 20-8.954 20-20 20S0 31.046 0 20z' fill='%23356044'/%3E%3Cpath d='M18.117 28v-7.977H16v-2.872h2.117v-2.453c0-1.928 1.25-3.698 4.132-3.698 1.166 0 2.03.111 2.03.111l-.069 2.682s-.88-.008-1.84-.008c-1.039 0-1.205.477-1.205 1.269v2.097h3.128l-.136 2.872h-2.992V28h-3.048z' fill='%23fff'/%3E%3C/svg%3E")
}

footer .social-links .footer-instagram-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20C0 8.954 8.954 0 20 0s20 8.954 20 20-8.954 20-20 20S0 31.046 0 20z' fill='%23356044'/%3E%3Cpath d='M20.502 16.654a3.84 3.84 0 0 0-3.845 3.846 3.84 3.84 0 0 0 3.845 3.846 3.84 3.84 0 0 0 3.845-3.846 3.84 3.84 0 0 0-3.845-3.846zm0 6.346a2.505 2.505 0 0 1-2.5-2.5c0-1.379 1.121-2.5 2.5-2.5 1.378 0 2.5 1.121 2.5 2.5s-1.125 2.5-2.5 2.5zm4.899-6.503a.895.895 0 0 1-.897.897.897.897 0 1 1 .897-.897zm2.546.91c-.057-1.201-.331-2.266-1.211-3.143-.877-.877-1.941-1.151-3.142-1.211-1.239-.07-4.95-.07-6.188 0-1.198.057-2.262.331-3.142 1.208-.88.877-1.151 1.941-1.211 3.143-.07 1.238-.07 4.95 0 6.189.057 1.201.331 2.266 1.211 3.143.88.877 1.941 1.151 3.142 1.211 1.239.07 4.95.07 6.188 0 1.201-.057 2.265-.331 3.142-1.211.877-.877 1.151-1.942 1.211-3.143.07-1.239.07-4.947 0-6.186zm-1.6 7.515a2.531 2.531 0 0 1-1.425 1.425c-.987.392-3.33.302-4.42.302-1.091 0-3.437.087-4.42-.302a2.531 2.531 0 0 1-1.426-1.425c-.392-.988-.302-3.33-.302-4.422 0-1.091-.087-3.438.302-4.422a2.531 2.531 0 0 1 1.425-1.425c.987-.392 3.33-.302 4.42-.302 1.092 0 3.437-.087 4.421.302a2.53 2.53 0 0 1 1.426 1.425c.391.988.3 3.33.3 4.422 0 1.091.091 3.438-.3 4.422z' fill='%23fff'/%3E%3C/svg%3E")
}

footer .social-links .footer-linkedin-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20C0 8.954 8.954 0 20 0s20 8.954 20 20-8.954 20-20 20S0 31.046 0 20z' fill='%23356044'/%3E%3Cpath d='M16.134 27H13.23v-9.347h2.903V27zM14.68 16.378a1.695 1.695 0 0 1-1.681-1.697 1.681 1.681 0 0 1 3.362 0c0 .928-.753 1.697-1.681 1.697zM26.997 27H24.1v-4.55c0-1.084-.022-2.475-1.51-2.475-1.509 0-1.74 1.178-1.74 2.397V27h-2.9v-9.347h2.785v1.275h.04c.388-.734 1.334-1.51 2.747-1.51 2.937 0 3.477 1.935 3.477 4.448V27h-.003z' fill='%23fff'/%3E%3C/svg%3E")
}

footer .social-links .footer-twitter-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='40' viewBox='0 0 40 40' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20C0 8.954 8.954 0 20 0s20 8.954 20 20-8.954 20-20 20S0 31.046 0 20z' fill='%23356044'/%3E%3Cpath d='M20.927 18.928L26.511 13h-1.323l-4.849 5.147L16.467 13H12l5.856 7.784L12 27h1.323l5.12-5.436L22.534 27H27l-6.073-8.072zm-1.794 1.888l-.573-.76L14 14h1.963l3.68 4.887.573.76L25 26h-1.963l-3.904-5.183z' fill='%23fff'/%3E%3C/svg%3E")
}

footer .social-links .footer-youtube-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20C0 8.954 8.954 0 20 0s20 8.954 20 20-8.954 20-20 20S0 31.046 0 20z' fill='%23356044'/%3E%3Cpath d='M28.624 16.034a2.294 2.294 0 0 0-1.591-1.645C25.628 14 20 14 20 14s-5.629 0-7.033.389a2.294 2.294 0 0 0-1.59 1.645C11 17.485 11 20.514 11 20.514s0 3.027.376 4.478c.207.8.817 1.405 1.591 1.62C14.371 27 20 27 20 27s5.629 0 7.032-.389a2.258 2.258 0 0 0 1.592-1.619C29 23.541 29 20.513 29 20.513s0-3.028-.376-4.479zm-10.465 7.228v-5.498l4.705 2.75-4.705 2.748z' fill='%23fff'/%3E%3C/svg%3E")
}

footer .footer-policy-terms li {
    margin-top: 0
}

footer .footer-policy-terms li a {
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.2
}

@media (min-width: 768px) {
    footer .footer-policy-terms li a {
        margin-right:10px
    }
}

footer .copyright {
    margin: 0;
    font-size: .8125rem;
    font-weight: 400
}

footer .footer-icon {
    transition: all .2s ease-in-out;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: block;
    margin: .1875rem;
    height: 2.5rem;
    width: 2.5rem
}

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

@media (min-width: 544px) {
    footer .footer-icon {
        margin:.375rem
    }
}

footer .footer-icon:active,footer .footer-icon:focus {
    outline: .25rem solid rgba(108,184,106,.5)
}

footer .footer-back-to-top {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20C0 8.954 8.954 0 20 0s20 8.954 20 20-8.954 20-20 20S0 31.046 0 20z' fill='%23fff'/%3E%3Cpath d='M26.316 18.947L20 12.632m-6.316 6.315L20 12.632m0 0V25.79' stroke='%23447355' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-color: transparent;
    border: 0
}

footer .footer-back-to-top:active,footer .footer-back-to-top:focus {
    outline: .25rem solid rgba(108,184,106,.5)
}

@media (max-width: 1023.98px) {
    footer .footer-item {
        border-top:1px solid hsla(99,31%,87%,.5);
        margin: 0 .9375rem;
        padding: 0
    }
}

@media (min-width: 1024px) {
    footer .footer-lg-remove-padding {
        padding:0
    }
}

@media (max-width: 1023.98px) {
    footer .footer-md-remove-padding {
        padding:0
    }
}

@media (min-width: 768px) {
    footer .footer-newsletter-signup-block {
        margin:0 auto
    }
}

@media (min-width: 1024px) {
    footer .footer-newsletter-signup-block {
        margin:unset
    }
}

@media (min-width: 768px) {
    footer .footer-newsletter-signup-block form {
        padding:0 3.75rem
    }
}

@media (min-width: 1024px) {
    footer .footer-newsletter-signup-block form {
        padding:0
    }
}

footer .footer-newsletter-content {
    margin-bottom: 0
}

footer .footer-newsletter-content .input-group {
    gap: .9375rem
}

@media (min-width: 768px) {
    footer .footer-newsletter-content {
        text-align:center
    }
}

@media (min-width: 1024px) {
    footer .footer-newsletter-content {
        margin-bottom:2.5rem;
        text-align: left
    }
}

footer .footer-newsletter-content span {
    margin-top: .3125rem;
    display: block
}

@media (max-width: 1023.98px) {
    footer .copyright-notice,footer .footer-newsletter-content,footer .footer-policy {
        margin:0 .3125rem
    }
}

footer .o-cookiebanner {
    z-index: 11!important
}

footer .o-cookiebanner .truste_cursor_pointer {
    color: #fff;
    font-size: .8125rem
}

@media (max-width: 1023.98px) {
    footer .o-cookiebanner .truste_cursor_pointer {
        margin:0 .3125rem
    }
}

@media (max-width: 543.98px) {
    footer#footercontent {
        margin-bottom:var(--checkout-footer-margin)
    }
}

footer.blank-footer {
    visibility: hidden;
    padding: 0;
    height: .0625rem
}

@media (max-width: 543.98px) {
    footer.blank-footer {
        margin-bottom:var(--checkout-footer-margin)
    }
}

.hero {
    height: 25vw;
    background-size: cover;
    background-position: 50%;
    position: relative
}

.hero h1.page-title {
    top: 50%;
    margin: -1em 0 0
}

@media (min-width: 544px) {
    .slant-down:after {
        bottom:0;
        right: 0;
        border: 0 solid transparent;
        border-right-width: 0;
        border-left-width: 90vw;
        border-bottom: 4vw solid #f9f9f9
    }
}

@media (min-width: 544px) {
    .slant-down:after,.slant-up:after {
        content:"";
        position: absolute;
        width: 0;
        height: 0
    }

    .slant-up:after {
        top: 0;
        left: 0;
        border: 0 solid transparent;
        border-left-width: 0;
        border-right-width: 90vw;
        border-top: 4vw solid #f9f9f9
    }
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-family: Harmonia Black Italic,Arial,sans-serif;
    font-weight: 600;
    line-height: 1.2
}

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

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

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

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

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

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

h1.page-title {
    background-color: transparent;
    color: #3c4453;
    display: block;
    font-family: Harmonia Black Italic,Arial,sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: static
}

@media (min-width: 1024px) {
    h1.page-title {
        font-size:2.5rem
    }
}

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

.display-1 {
    font-size: 6rem
}

.display-1,.display-2 {
    font-weight: 400;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,.display-4 {
    font-weight: 400;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.small,small {
    font-size: 80%;
    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: 80%
}

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

.price {
    color: #222
}

.price .strike-through {
    text-decoration: line-through;
    color: #999;
    display: inline-flex
}

.price .strike-through:last-child {
    margin-right: .938rem
}

.price .range,.price .sales,.price .starting {
    font-weight: 600
}

.price .tiered {
    color: #222
}

.price .tiered table {
    border-top: 1px solid #ccc;
    margin: 0 auto
}

.price .tiered table tr:nth-child(odd) {
    background-color: #eee
}

.price .tiered span.price,.price .tiered td {
    font-size: .875rem;
    font-weight: 600
}

.price .tiered td {
    padding: .313rem
}

.price .tiered td.quantity {
    font-weight: 400;
    text-align: right
}

.price .tiered td.value {
    text-align: left
}

.price .tiered .table-header {
    font-size: 1.125rem;
    padding: .313rem
}

.price .tiered .column-header {
    font-size: 1rem;
    padding: .313rem;
    font-weight: 400
}

.price .tiered .column-header.quantity {
    text-align: right
}

.attribute {
    margin-top: 15px;
    margin-bottom: 20px
}

.attribute label {
    display: block
}

.swatch a {
    text-decoration: none
}

@media (max-width: 543.98px) {
    .primary-images {
        margin:0;
        padding: 0
    }
}

.prices-add-to-cart-actions {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    background-color: hsla(0,0%,100%,.95);
    box-shadow: 0 2px 10px rgba(0,0,0,.2)
}

@media (min-width: 1280px) {
    .prices-add-to-cart-actions {
        position:static;
        padding: 0 .9375em;
        background-color: transparent;
        box-shadow: none
    }
}

.prices-add-to-cart-actions .s-product__availability {
    display: flex
}

@media (min-width: 1280px) {
    .prices-add-to-cart-actions .s-product__availability {
        display:none
    }
}

.prices,.prices-add-to-cart-actions .price {
    text-align: center
}

.prices {
    padding-bottom: .5em;
    padding-top: .5em
}

.prices[data-content-zone-parent] {
    text-align: left
}

@media (min-width: 1280px) {
    .prices[data-content-zone-parent] {
        display:flex;
        gap: 1rem;
        align-items: center
    }
}

.cart-and-ipay {
    text-align: center
}

@media (max-width: 543.98px) {
    .cart-and-ipay {
        padding-bottom:26px
    }

    .cart-and-ipay .btn {
        width: 98%;
        margin: 1%;
        display: block
    }
}

@media (max-width: 767.98px) {
    .cart-and-ipay {
        max-width:250px;
        word-wrap: break-word
    }
}

.add-to-cart-messages {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 51;
    max-width: 25rem
}

@media (min-width: 544px) {
    .add-to-cart-messages {
        top:170px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.add-to-cart-messages__cart-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 7h12.79a2 2 0 0 1 1.99 2.199l-.6 6A2 2 0 0 1 18.19 17H9.64a2 2 0 0 1-1.962-1.608L6 7zm0 0l-.81-3.243A1 1 0 0 0 4.22 3H2m7 18h2m5 0h2' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-color: #518a70;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 2.75rem;
    margin-right: 1rem;
    min-width: 2.75rem;
    vertical-align: middle;
    width: 2.75rem
}

.add-to-basket-alert {
    animation: fade-in-out 5s linear forwards;
    box-shadow: 0 2.8px 2.2px 0 rgba(0,0,0,.02),0 6.7px 5.3px 0 rgba(0,0,0,.03),0 12.5px 10px 0 rgba(0,0,0,.04),0 22.3px 17.9px 0 rgba(0,0,0,.04),0 41.8px 33.4px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);
    padding: 1.25rem;
    background: #fff;
    border: none;
    border-radius: .75rem;
    color: #3c4453;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.33
}

@keyframes fade-in-out {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.add-to-basket-alert.show {
    display: block
}

.add-to-basket-alert.alert-danger .add-to-cart-messages__cart-icon {
    background-color: #c00
}

.main-attributes,.simple-quantity {
    margin-top: 1em
}

.size-chart,div.availability {
    margin-top: 1.071em
}

.bundle-item {
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc
}

.bundle-item:last-child {
    border-bottom: none
}

.product-detail {
    margin-top: 2em;
    margin-bottom: 2em
}

@media (max-width: 543.98px) {
    .product-detail {
        margin-top:0;
        margin-bottom: 0
    }
}

.product-option:not(:first-child) {
    margin-top: 1.071em
}

.s-product__price-container,.s-product__wishlist-container {
    padding: 0 .625rem
}

@media (min-width: 1280px) {
    .s-product__price-container,.s-product__wishlist-container {
        padding:0 1rem
    }
}

@media (min-width: 768px) {
    .s-product__alt-details {
        padding-left:7.5rem
    }
}

.s-product__subtitle {
    border-bottom: .0625rem solid hsla(220,6%,58%,.25);
    color: #6a768c;
    font-size: 1.0625rem;
    line-height: 1.5;
    margin: 1rem 0;
    padding-bottom: 1rem
}

@media (min-width: 768px) {
    .s-product__subtitle {
        padding-bottom:1.25rem;
        font-size: 1.25rem
    }
}

.s-product__feature-highlights {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1.5625rem
}

@media (min-width: 1280px) {
    .s-product__feature-highlights {
        justify-content:space-between;
        padding-bottom: 1.25rem
    }
}

.s-product__feature-highlight-container {
    margin-bottom: .75rem;
    width: 50%
}

@media (min-width: 1280px) {
    .s-product__feature-highlight-container {
        margin-bottom:0;
        min-height: 44px;
        width: calc(50% - 16px)
    }
}

.s-product__feature-highlight {
    color: #6a768c;
    font-size: .75rem;
    line-height: 1.33;
    margin: .3125rem 0 0 .625rem
}

@media (min-width: 768px) {
    .s-product__feature-highlight {
        font-size:1rem
    }
}

.s-product__availability {
    display: none;
    margin-bottom: 8px
}

@media (min-width: 1280px) {
    .s-product__availability {
        margin-top:20px;
        display: flex
    }
}

.s-product__availability .availability {
    color: #596273;
    font-weight: 600;
    line-height: 1.33
}

.s-product__availability .availability-msg {
    color: #596273;
    line-height: 1.33;
    margin: 0;
    padding-left: .375rem
}

.s-product__promo-details,.s-product__promo-message-container {
    color: #447355;
    line-height: 1.5
}

.s-product__promo-message-container {
    position: relative
}

.s-product__promo-details {
    background-color: #f2f2f2;
    border-radius: .5rem;
    box-shadow: 0 0 .3125rem #a8a8a8;
    color: #3c4453;
    display: none;
    margin-top: .625rem;
    padding: 1.125rem 1.75rem;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3
}

.s-product__promo-link {
    cursor: help;
    line-height: 1.5
}

.s-product__select-content {
    margin-bottom: 1.25rem
}

.s-product__select-content-container {
    border-radius: .5rem;
    margin-top: 1.25rem;
    overflow: hidden
}

@media (min-width: 1280px) {
    .s-product__select-content-container {
        margin-top:0
    }
}

.s-product__select-content-title {
    background-color: #dce9d5;
    color: #596273!important;
    display: block;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .0525rem;
    line-height: 1.33;
    padding: .75rem 1.25rem .375rem;
    position: relative;
    text-transform: uppercase
}

.s-product__select-content-title:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 12.503l4.5-4.5-4.5-4.5' stroke='%23596273' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 1rem;
    position: absolute;
    right: .75rem;
    width: 1rem
}

.s-product__select-content-title:hover {
    text-decoration: none
}

.s-product__select-content-description {
    background-color: #eaf2e6;
    padding: 1rem 1.25rem
}

.s-product__select-content-message {
    color: #596273;
    font-size: .875rem;
    line-height: 1.33;
    padding-right: .625rem
}

.s-product__select-content-pricing {
    color: #447355;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.33
}

.s-product__select-content-helper-text {
    color: #596273;
    font-size: .8125rem;
    letter-spacing: -.01625rem;
    line-height: 1.33;
    margin-top: 1.25rem
}

@media (min-width: 1280px) {
    .s-product__select-content-helper-text {
        text-align:right
    }
}

@media (min-width: 1280px) {
    .s-product__main-info-container,.s-product__main-info-mobile-container {
        padding-left:4rem
    }
}

.s-product__main-info-container .pr-qa-snippet-container,.s-product__main-info-container .pr-snippet-rating-decimal,.s-product__main-info-container .pr-snippet-stars-reco-reco,.s-product__main-info-container .pr-snippet-write-review-link,.s-product__main-info-mobile-container .pr-qa-snippet-container,.s-product__main-info-mobile-container .pr-snippet-rating-decimal,.s-product__main-info-mobile-container .pr-snippet-stars-reco-reco,.s-product__main-info-mobile-container .pr-snippet-write-review-link {
    display: none!important
}

.s-product__main-info-container .p-w-r .pr-snippet-read-and-write,.s-product__main-info-mobile-container .p-w-r .pr-snippet-read-and-write {
    font-size: .9375rem;
    font-weight: 600;
    margin-left: .375rem
}

.s-product__main-info-container .p-w-r .pr-snippet-stars,.s-product__main-info-mobile-container .p-w-r .pr-snippet-stars {
    background: transparent
}

.s-product__main-info-container .p-w-r .pr-star-v4-100-filled,.s-product__main-info-mobile-container .p-w-r .pr-star-v4-100-filled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.626 7.218l-2.827 2.353.897 3.63a1.04 1.04 0 0 1-.96 1.298 1.008 1.008 0 0 1-.575-.158l-3.152-1.997c-.01-.005-.013-.003-.017 0L5.062 14.2a1.113 1.113 0 0 1-1.254-.039 1.149 1.149 0 0 1-.438-1.22l.845-3.323-2.84-2.4a1.043 1.043 0 0 1-.323-1.129 1.023 1.023 0 0 1 .909-.71l3.691-.24L7.05 1.652A1.02 1.02 0 0 1 8 1a1.02 1.02 0 0 1 .952.65l1.377 3.468 3.712.26a1.023 1.023 0 0 1 .908.71 1.042 1.042 0 0 1-.322 1.13z' fill='%23518A70'/%3E%3C/svg%3E")
}

.s-product__main-info-container .p-w-r .pr-star-v4-25-filled,.s-product__main-info-container .p-w-r .pr-star-v4-50-filled,.s-product__main-info-container .p-w-r .pr-star-v4-75-filled,.s-product__main-info-mobile-container .p-w-r .pr-star-v4-25-filled,.s-product__main-info-mobile-container .p-w-r .pr-star-v4-50-filled,.s-product__main-info-mobile-container .p-w-r .pr-star-v4-75-filled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.704 14.5a1.01 1.01 0 0 1-.544-.159l-3.152-1.997A.014.014 0 0 0 8 12.341a.014.014 0 0 0-.008.003L5.062 14.2a1.112 1.112 0 0 1-1.254-.04 1.149 1.149 0 0 1-.438-1.22l.845-3.322a.048.048 0 0 0-.013-.047L1.375 7.218a1.041 1.041 0 0 1-.322-1.128 1.023 1.023 0 0 1 .907-.712l3.692-.24a.029.029 0 0 0 .02-.019L7.05 1.652a1.02 1.02 0 0 1 1.902 0l1.377 3.467a.03.03 0 0 0 .02.02l3.692.24a1.023 1.023 0 0 1 .908.71 1.042 1.042 0 0 1-.323 1.13L11.798 9.57a.047.047 0 0 0-.012.047l.91 3.583a1.04 1.04 0 0 1-.992 1.299zM8 11.343c.192 0 .38.054.543.156l3.152 1.997a.035.035 0 0 0 .01.005.05.05 0 0 0 .019-.016.04.04 0 0 0 .003-.038l-.91-3.582a1.052 1.052 0 0 1 .341-1.063l2.827-2.352a.04.04 0 0 0 .012-.05c-.007-.023-.015-.023-.022-.024l-3.691-.24a1.031 1.031 0 0 1-.886-.648L8.021 2.021c-.008-.02-.013-.02-.021-.02-.008 0-.013 0-.021.02L6.602 5.488a1.031 1.031 0 0 1-.885.649l-3.692.24c-.007 0-.015 0-.022.022a.04.04 0 0 0 .012.05l2.827 2.353a1.05 1.05 0 0 1 .342 1.063l-.845 3.322a.146.146 0 0 0 .056.164.107.107 0 0 0 .132.004l2.93-1.856A1.02 1.02 0 0 1 8 11.342z' fill='%23518A70'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 12.341V1.001h.019-.02a1.02 1.02 0 0 0-.95.65L5.652 5.14l-3.691.24a1.023 1.023 0 0 0-.909.71 1.043 1.043 0 0 0 .323 1.13l2.84 2.4-.845 3.322a1.149 1.149 0 0 0 .438 1.22 1.115 1.115 0 0 0 1.254.039l2.93-1.856A.011.011 0 0 1 8 12.342z' fill='%23518A70'/%3E%3C/svg%3E")
}

.s-product__main-info-container .p-w-r .pr-star-v4-0-filled,.s-product__main-info-mobile-container .p-w-r .pr-star-v4-0-filled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.704 14.5a1.01 1.01 0 0 1-.544-.159l-3.152-1.997A.014.014 0 0 0 8 12.341a.014.014 0 0 0-.008.003L5.062 14.2a1.112 1.112 0 0 1-1.254-.04 1.149 1.149 0 0 1-.438-1.22l.845-3.322a.048.048 0 0 0-.013-.047L1.375 7.218a1.041 1.041 0 0 1-.322-1.128 1.023 1.023 0 0 1 .907-.712l3.692-.24a.029.029 0 0 0 .02-.019L7.05 1.652a1.02 1.02 0 0 1 1.902 0l1.377 3.467a.03.03 0 0 0 .02.02l3.692.24a1.023 1.023 0 0 1 .908.71 1.042 1.042 0 0 1-.323 1.13L11.798 9.57a.047.047 0 0 0-.012.047l.91 3.583a1.04 1.04 0 0 1-.992 1.299zM8 11.343c.192 0 .38.054.543.156l3.152 1.997a.035.035 0 0 0 .01.005.05.05 0 0 0 .019-.016.04.04 0 0 0 .003-.038l-.91-3.582a1.052 1.052 0 0 1 .341-1.063l2.827-2.352a.04.04 0 0 0 .012-.05c-.007-.023-.015-.023-.022-.024l-3.691-.24a1.031 1.031 0 0 1-.886-.648L8.021 2.021c-.008-.02-.013-.02-.021-.02-.008 0-.013 0-.021.02L6.602 5.488a1.031 1.031 0 0 1-.885.649l-3.692.24c-.007 0-.015 0-.022.022a.04.04 0 0 0 .012.05l2.827 2.353a1.05 1.05 0 0 1 .342 1.063l-.845 3.322a.146.146 0 0 0 .056.164.107.107 0 0 0 .132.004l2.93-1.856A1.02 1.02 0 0 1 8 11.342z' fill='%23518A70'/%3E%3C/svg%3E")
}

.s-product__main-info-container .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4,.s-product__main-info-mobile-container .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4 {
    height: 1rem;
    width: 1rem
}

.s-product__main-info-container .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-read-and-write,.s-product__main-info-mobile-container .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-read-and-write {
    margin-top: 3px
}

.s-product__main-info-container .pr-snippet,.s-product__main-info-mobile-container .pr-snippet {
    display: flex
}

@media (min-width: 1280px) {
    .s-product__main-info {
        padding:2.5rem 6.25rem 2.5rem 0;
        margin-top: 0
    }
}

.s-product__product-tile {
    height: 100%
}

.s-product__highlights-container {
    padding: 0 1.25rem 3.75rem
}

@media (min-width: 1280px) {
    .s-product__highlights-container {
        padding:0 1.5rem 5rem
    }
}

.s-product__video-container {
    margin: 2%
}

@media (max-width: 767.98px) {
    .s-product__video-container {
        padding-bottom:4.6875rem
    }
}

.s-product__highlights-title,.s-product__video-title {
    color: #518a70;
    font-size: 2.0625rem;
    font-family: Harmonia Black Italic;
    line-height: 1.1;
    margin: 1.25rem 0;
    font-weight: 400
}

@media (min-width: 768px) {
    .s-product__highlights-title,.s-product__video-title {
        font-size:2.5rem;
        margin: 5rem 0 2.375rem;
        text-align: center
    }
}

.s-product__highlights-list {
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .s-product__highlights-list {
        flex-wrap:nowrap
    }
}

.s-product__highlight-container {
    align-content: flex-start;
    flex: 1 1 100%;
    margin-top: 2.5rem
}

.s-product__highlight-container:first-child {
    margin-top: 0
}

@media (min-width: 768px) {
    .s-product__highlight-container {
        margin:0 1rem
    }
}

@media (min-width: 768px) {
    .s-product__highlight-one-item {
        text-align:center;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 1023.98px) {
    .s-product__highlight-one-item {
        padding-left:0;
        padding-right: 0
    }
}

.s-product__highlight-image {
    border-radius: .5rem;
    width: 100%
}

.s-product__highlight-sub-title {
    color: #518a70;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .0375rem;
    margin-top: 1.25rem;
    min-height: 1.125rem;
    text-transform: uppercase;
    width: 100%
}

@media (min-width: 1280px) {
    .s-product__highlight-sub-title {
        padding:0 1.25rem
    }
}

.s-product__highlight-title {
    color: #596273;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 1.33;
    margin-top: .5rem;
    min-height: 2.25rem;
    width: 100%
}

@media (min-width: 768px) {
    .s-product__highlight-title {
        line-height:1.74375rem
    }
}

@media (min-width: 1280px) {
    .s-product__highlight-title {
        padding:0 1.25rem;
        font-size: 1.6875rem
    }
}

.s-product__highlight-body {
    color: #596273;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: .625rem;
    width: 100%
}

@media (min-width: 1280px) {
    .s-product__highlight-body {
        padding:0 1.25rem;
        line-height: 1.6875rem
    }
}

.s-product__highlight-body span {
    display: inline-block;
    font-size: .8125rem;
    line-height: 1.5;
    margin-top: .625rem
}

.s-product.product-detail {
    padding: 0
}

@media (min-width: 1280px) {
    .s-product.product-detail {
        margin:0
    }
}

@media (min-width: 1280px) {
    .s-product .product-detail__main,.s-product .s-product__main-info {
        background-color:#f7f7f7
    }
}

.s-product .product-breadcrumb .breadcrumb {
    border-top: 0;
    font-size: .875rem;
    margin: .625rem 0 1.25rem;
    padding: 0
}

@media (min-width: 1280px) {
    .s-product .product-breadcrumb .breadcrumb {
        margin:1.25rem 0 .9375rem
    }
}

.s-product .product-breadcrumb .breadcrumb a {
    color: #6a768c!important
}

.s-product .product-name {
    color: #3c4453;
    font-size: 1.875rem;
    font-family: Harmonia Black Italic;
    line-height: 1.1;
    margin-bottom: .625rem;
    text-align: left
}

@media (min-width: 1280px) {
    .s-product .product-name {
        font-size:2.5rem
    }
}

.s-product .prices {
    padding: 0
}

.s-product .price {
    text-align: left
}

.s-product .price .starting,.s-product .price .value {
    color: #447355;
    font-size: 1.3125rem;
    font-weight: 600
}

.s-product .price .strike-through .value {
    color: #999;
    font-size: 1.3125rem;
    font-weight: 600;
    margin-left: .5rem
}

.s-product .price .range-extended .strike-through:last-child .value {
    margin-left: 0
}

.s-product .add-to-wish-list {
    background: none;
    border: 0
}

.s-product .add-to-wish-list:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3.001c-2.761 0-5 2.216-5 4.95 0 2.207.875 7.445 9.488 12.74a.985.985 0 0 0 1.024 0C21.125 15.396 22 10.158 22 7.951c0-2.734-2.239-4.95-5-4.95s-5 3-5 3-2.239-3-5-3z' stroke='%23518A70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem
}

.s-product .affirm-as-low-as {
    color: #596273;
    height: auto;
    line-height: 1.5;
    margin: .375rem 0 0;
    padding: 0
}

.s-product .affirm-as-low-as a {
    border-bottom: .0625rem solid rgba(108,184,106,.4);
    font-size: .9375rem;
    font-weight: 600;
    padding-bottom: .125rem;
    transition: all .2s
}

.s-product .affirm-as-low-as a:hover {
    border-bottom-color: #447355;
    text-decoration: none
}

.s-product .content-product-reviews {
    padding: 0 .7rem
}

.s-product .product-number-rating {
    align-items: center;
    border: 0;
    display: flex;
    justify-content: space-between
}

.s-product .product-number-rating:after {
    content: none
}

.s-product .product-number-rating .ratings {
    margin: 0
}

.s-product .primary-images {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 1280px) {
    .s-product .pr-snippet {
        display:flex
    }
}

.s-product #pr-reviewsnippet {
    margin-top: 1.25rem;
    margin-bottom: .625rem
}

.s-product #pr-questionsnippet {
    margin: 0
}

.s-product .product-number {
    color: #6e7787;
    font-size: .875rem;
    padding: 0
}

.s-product .prices-add-to-cart-actions {
    padding: 1.25rem
}

@media (min-width: 1280px) {
    .s-product .prices-add-to-cart-actions {
        padding:1.875rem 0
    }
}

.s-product .simple-quantity {
    margin: 0
}

.s-product .simple-quantity label {
    color: #596273;
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%)
}

.s-product .simple-quantity .quantity-select {
    width: 6.5rem
}

.s-product .simple-quantity .quantity-select:not(:placeholder-shown) {
    padding: 0 0 0 3.3125rem
}

.s-product .cart-and-ipay {
    padding: 0;
    margin: 0 0 0 1.0625rem;
    width: 100%
}

.s-product .cart-and-ipay .add-to-cart,.s-product .cart-and-ipay .add-to-cart-global {
    margin: 0;
    width: 100%
}

.s-product .product-extend-offer .extend-offer-title {
    display: none
}

.s-product .product-extend-offer:has(iframe) {
    padding-top: 1.25rem;
    border-radius: .5rem;
    background-color: hsla(0,0%,47%,.06);
    padding: 1.25rem 1.25rem .9375rem
}

.s-product .product-extend-offer:has(iframe) .extend-offer-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #393f45;
    display: block
}

.s-product .product-extend-offer:has(iframe) .extend-product-offer {
    padding-top: 10px
}

.s-product .promotions {
    text-align: left;
    margin-bottom: 8px
}

.s-product .collapsible-xl.active .title:after,.s-product .collapsible-xl .title:after {
    content: none
}

@media (min-width: 1280px) {
    .s-product .attributes {
        padding:0
    }
}

.s-product .product-badges-container {
    position: absolute;
    top: .625rem;
    right: .625rem;
    z-index: 2
}

.s-product .product-badge-content {
    border-radius: .1875rem;
    font-family: Harmonia Sans Pro,Arial,sans-serif;
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: .03125rem;
    margin: 0 0 .625rem auto;
    padding: .1875rem .625rem;
    text-transform: uppercase;
    width: fit-content
}

.s-product .amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide .mobile-thumbnail {
    background-color: transparent;
    height: 1.5rem;
    width: 1.5rem
}

.s-product .amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide .mobile-thumbnail:after {
    background-color: #dce9d5;
    border-radius: 50%;
    content: "";
    display: block;
    height: .5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: .5rem
}

.s-product .amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide.amp-selected .mobile-thumbnail {
    background-color: #447355;
    height: 1.5rem;
    width: 1.5rem
}

.s-product .amp-viewer-kit .amp-portrait-view .nav-container {
    width: 5.25rem
}

.s-product .amp-viewer-kit .amp-portrait-view .nav-container .amp-carousel {
    width: 5.25rem!important
}

.s-product .amp-viewer-kit .amp-portrait-view .nav-container .list .amp-slide {
    height: 4.25rem;
    margin-bottom: 1.25rem;
    padding: 0;
    width: 4.25rem!important
}

.s-product .amp-viewer-kit .amp-portrait-view .nav-container .list .amp-slide.amp-selected:after {
    border-color: #518a70;
    border-radius: .5rem;
    height: 100%;
    background: hsla(0,0%,47%,.06)
}

.s-product .amp-viewer-kit .amp-portrait-view .nav-container .list .amp-slide .thumbnail {
    border-radius: .5rem;
    width: 100%
}

@media (min-width: 1280px) {
    .s-product .amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-left,.s-product .amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-right {
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 9.25l5.5 5.5 5.5-5.5' stroke='%23518A70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    }

    .s-product .amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-left {
        transform: rotate(180deg)
    }
}

.s-product .amp-viewer-kit .amp-portrait-view .main-container {
    margin-left: 6.25rem
}

.s-product .amp-viewer-kit .icon {
    background-color: transparent
}

.s-product .amp-viewer-kit .icon.disabled {
    opacity: 0
}

.s-product .amp-viewer-kit .bla-main-next,.s-product .amp-viewer-kit .bla-main-prev {
    display: none!important
}

.s-product .amp-viewer-kit .desktop-full-view .icon {
    background-color: #c1bab0
}

.s-product .amp-viewer-kit .desktop-full-view .bla-main-next,.s-product .amp-viewer-kit .desktop-full-view .bla-main-prev {
    display: block!important
}

@media (min-width: 1280px) {
    .s-product .carousel.slide {
        margin-left:6.25rem
    }
}

.s-product .description-and-detail {
    margin: 3.75rem 0 .3125rem;
    padding: 0 1.25rem;
    color: #3c4453
}

@media (min-width: 1280px) {
    .s-product .description-and-detail {
        max-width:56rem;
        margin: 5rem auto 0
    }
}

.s-product .description-and-detail>div:last-child:after {
    border-bottom: .0625rem solid hsla(220,6%,58%,.25)!important;
    content: "";
    display: block;
    margin: 0 1rem;
    width: 100%
}

.s-product .description-and-detail .active .title:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.565h14' stroke='%233C4453' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.s-product .description-and-detail .active .pdp-specs__reviews-title {
    display: none
}

.s-product .description-and-detail .title {
    border-radius: 0;
    border-top: .0625rem solid hsla(220,6%,58%,.25)!important;
    color: #3c4453;
    font-family: Harmonia Sans Pro,Arial,sans-serif;
    font-size: 1.8125rem;
    font-weight: 600;
    line-height: 1.1;
    padding: 1.375rem 0;
    transition: all .2s
}

.s-product .description-and-detail .title:focus,.s-product .description-and-detail .title:hover {
    box-shadow: none;
    outline: .25rem solid rgba(108,184,106,.5)
}

.s-product .description-and-detail .title:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.565h14m-7 7v-14' stroke='%233C4453' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: cover;
    content: "";
    height: 1.5rem;
    margin-top: 0;
    position: relative;
    top: .1875rem;
    width: 1.5rem
}

.s-product .description-and-detail .content {
    margin: 1rem 0
}

.s-product .pdp-disclaimer {
    margin: 1.375rem 0 .3125rem;
    padding: 0 1.25rem
}

@media (min-width: 1280px) {
    .s-product .pdp-disclaimer {
        max-width:56rem;
        margin: 1.375rem auto 0
    }
}

.s-product .pdp-specs__title {
    color: #3c4453;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .625rem
}

.s-product .pdp-specs__spec {
    color: #596273;
    line-height: 1.5
}

.s-product .pdp-specs__spec-key {
    display: inline-block;
    margin-top: .625rem;
    font-weight: 600
}

.s-product .pdp-specs__small-title {
    color: #596273;
    line-height: 1.5;
    margin-top: 1.25rem
}

@media (min-width: 1280px) {
    .s-product .pdp-specs__small-title {
        margin-top:.625rem
    }
}

.s-product .pdp-specs__list-container {
    margin-top: .625rem;
    padding-left: 1.5625rem
}

.s-product .pdp-specs__item {
    color: #596273
}

.s-product .pdp-specs__reviews-title .pr-snippet-rating-decimal,.s-product .pdp-specs__reviews-title .pr-snippet-write-review-link {
    display: none
}

.s-product .pdp-specs__reviews-title .pr-accessible-text {
    color: #404040;
    display: block;
    font-size: .875rem;
    height: 0;
    overflow: hidden;
    position: absolute;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 0
}

.s-product .pdp-specs__reviews-title .pr-star-v4 {
    background-repeat: no-repeat;
    height: 1rem;
    width: 1rem
}

.s-product .pdp-specs__reviews-title .pr-star-v4-100-filled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.626 7.218l-2.827 2.353.897 3.63a1.04 1.04 0 0 1-.96 1.298 1.008 1.008 0 0 1-.575-.158l-3.152-1.997c-.01-.005-.013-.003-.017 0L5.062 14.2a1.113 1.113 0 0 1-1.254-.039 1.149 1.149 0 0 1-.438-1.22l.845-3.323-2.84-2.4a1.043 1.043 0 0 1-.323-1.129 1.023 1.023 0 0 1 .909-.71l3.691-.24L7.05 1.652A1.02 1.02 0 0 1 8 1a1.02 1.02 0 0 1 .952.65l1.377 3.468 3.712.26a1.023 1.023 0 0 1 .908.71 1.042 1.042 0 0 1-.322 1.13z' fill='%23518A70'/%3E%3C/svg%3E")
}

.s-product .pdp-specs__reviews-title .pr-star-v4-25-filled,.s-product .pdp-specs__reviews-title .pr-star-v4-50-filled,.s-product .pdp-specs__reviews-title .pr-star-v4-75-filled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.704 14.5a1.01 1.01 0 0 1-.544-.159l-3.152-1.997A.014.014 0 0 0 8 12.341a.014.014 0 0 0-.008.003L5.062 14.2a1.112 1.112 0 0 1-1.254-.04 1.149 1.149 0 0 1-.438-1.22l.845-3.322a.048.048 0 0 0-.013-.047L1.375 7.218a1.041 1.041 0 0 1-.322-1.128 1.023 1.023 0 0 1 .907-.712l3.692-.24a.029.029 0 0 0 .02-.019L7.05 1.652a1.02 1.02 0 0 1 1.902 0l1.377 3.467a.03.03 0 0 0 .02.02l3.692.24a1.023 1.023 0 0 1 .908.71 1.042 1.042 0 0 1-.323 1.13L11.798 9.57a.047.047 0 0 0-.012.047l.91 3.583a1.04 1.04 0 0 1-.992 1.299zM8 11.343c.192 0 .38.054.543.156l3.152 1.997a.035.035 0 0 0 .01.005.05.05 0 0 0 .019-.016.04.04 0 0 0 .003-.038l-.91-3.582a1.052 1.052 0 0 1 .341-1.063l2.827-2.352a.04.04 0 0 0 .012-.05c-.007-.023-.015-.023-.022-.024l-3.691-.24a1.031 1.031 0 0 1-.886-.648L8.021 2.021c-.008-.02-.013-.02-.021-.02-.008 0-.013 0-.021.02L6.602 5.488a1.031 1.031 0 0 1-.885.649l-3.692.24c-.007 0-.015 0-.022.022a.04.04 0 0 0 .012.05l2.827 2.353a1.05 1.05 0 0 1 .342 1.063l-.845 3.322a.146.146 0 0 0 .056.164.107.107 0 0 0 .132.004l2.93-1.856A1.02 1.02 0 0 1 8 11.342z' fill='%23518A70'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 12.341V1.001h.019-.02a1.02 1.02 0 0 0-.95.65L5.652 5.14l-3.691.24a1.023 1.023 0 0 0-.909.71 1.043 1.043 0 0 0 .323 1.13l2.84 2.4-.845 3.322a1.149 1.149 0 0 0 .438 1.22 1.115 1.115 0 0 0 1.254.039l2.93-1.856A.011.011 0 0 1 8 12.342z' fill='%23518A70'/%3E%3C/svg%3E")
}

.s-product .pdp-specs__reviews-title .pr-star-v4-0-filled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.704 14.5a1.01 1.01 0 0 1-.544-.159l-3.152-1.997A.014.014 0 0 0 8 12.341a.014.014 0 0 0-.008.003L5.062 14.2a1.112 1.112 0 0 1-1.254-.04 1.149 1.149 0 0 1-.438-1.22l.845-3.322a.048.048 0 0 0-.013-.047L1.375 7.218a1.041 1.041 0 0 1-.322-1.128 1.023 1.023 0 0 1 .907-.712l3.692-.24a.029.029 0 0 0 .02-.019L7.05 1.652a1.02 1.02 0 0 1 1.902 0l1.377 3.467a.03.03 0 0 0 .02.02l3.692.24a1.023 1.023 0 0 1 .908.71 1.042 1.042 0 0 1-.323 1.13L11.798 9.57a.047.047 0 0 0-.012.047l.91 3.583a1.04 1.04 0 0 1-.992 1.299zM8 11.343c.192 0 .38.054.543.156l3.152 1.997a.035.035 0 0 0 .01.005.05.05 0 0 0 .019-.016.04.04 0 0 0 .003-.038l-.91-3.582a1.052 1.052 0 0 1 .341-1.063l2.827-2.352a.04.04 0 0 0 .012-.05c-.007-.023-.015-.023-.022-.024l-3.691-.24a1.031 1.031 0 0 1-.886-.648L8.021 2.021c-.008-.02-.013-.02-.021-.02-.008 0-.013 0-.021.02L6.602 5.488a1.031 1.031 0 0 1-.885.649l-3.692.24c-.007 0-.015 0-.022.022a.04.04 0 0 0 .012.05l2.827 2.353a1.05 1.05 0 0 1 .342 1.063l-.845 3.322a.146.146 0 0 0 .056.164.107.107 0 0 0 .132.004l2.93-1.856A1.02 1.02 0 0 1 8 11.342z' fill='%23518A70'/%3E%3C/svg%3E")
}

.s-product .pdp-specs__reviews-title .pr-snippet-read-and-write,.s-product .pdp-specs__reviews-title .pr-snippet-stars-container {
    display: inline-block;
    margin-left: .4375rem;
    vertical-align: middle
}

.s-product .pdp-specs__reviews-title .pr-rating-stars {
    display: flex
}

.s-product .pdp-specs__reviews-title .pr-snippet-read-and-write {
    color: #447355;
    font-size: .9375rem;
    font-weight: 600
}

.s-product .pdp-specs__reviews-title .pr-snippet-review-count:active,.s-product .pdp-specs__reviews-title .pr-snippet-review-count:focus,.s-product .pdp-specs__reviews-title .pr-snippet-review-count:hover {
    text-decoration: none
}

@media (min-width: 1280px) {
    .s-product .pdp-specs__content-container {
        justify-content:space-between
    }
}

.s-product .pdp-specs__section {
    width: 100%
}

@media (min-width: 1280px) {
    .s-product .pdp-specs__section--one {
        width:35%
    }
}

@media (min-width: 1280px) {
    .s-product .pdp-specs__section--two {
        width:27%
    }
}

@media (min-width: 1280px) {
    .s-product .pdp-specs__section--three {
        width:30%
    }
}

.s-product .pdp-specs__section:last-child {
    margin-bottom: 1.25rem
}

.s-product .pdp-specs__image {
    width: 100%
}

.s-product .s-recommendations .slick-track {
    display: flex!important
}

.s-product .s-recommendations .slick-slide {
    height: inherit!important
}

.s-product .s-recommendations .slick-slide>div {
    height: 100%
}

.s-product .s-recommendations .slick-prev {
    background-repeat: no-repeat;
    height: 1.5625rem;
    left: -.9375rem;
    width: 1.5625rem
}

@media (min-width: 1280px) {
    .s-product .s-recommendations .slick-prev {
        left:-1.8125rem
    }
}

.s-product .s-recommendations .slick-prev .slick-prev-icon:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='25' viewBox='0 0 22 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.75 17.32l-5.5-5.5 5.5-5.5' stroke='%23447355' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    content: "";
    display: block;
    width: 1.5625rem;
    height: 1.5625rem
}

.s-product .s-recommendations .slick-next {
    background-repeat: no-repeat;
    height: 1.5625rem;
    right: -.9375rem;
    width: 1.5625rem
}

@media (min-width: 1280px) {
    .s-product .s-recommendations .slick-next {
        right:-1.8125rem
    }
}

.s-product .s-recommendations .slick-next .slick-next-icon:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='25' viewBox='0 0 22 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 17.32l5.5-5.5-5.5-5.5' stroke='%23447355' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 1.5625rem;
    width: 1.5625rem
}

.s-product .s-recommendations .product-tile {
    position: relative
}

.s-product .s-recommendations .product-tile .product-tile-cta {
    bottom: 0;
    left: 0;
    padding: 0
}

.s-product .s-recommendations .product-tile .price .value {
    font-size: .9375rem;
    margin-left: 0
}

.s-product .s-recommendations .c-product-grid {
    margin-top: 3.75rem;
    padding: 0 1.25rem
}

@media (min-width: 1280px) {
    .s-product .s-recommendations .c-product-grid {
        margin-top:5rem;
        padding: 0 4.5rem
    }
}

.s-product .s-recommendations .c-product-grid__heading {
    color: #518a70;
    font-size: 1.875rem;
    font-family: Harmonia Black Italic;
    line-height: 1.07;
    font-weight: 400
}

.s-product .s-recommendations .c-product-grid__row {
    margin-top: 1.25rem
}

@media (min-width: 1280px) {
    .s-product .s-recommendations .c-product-grid__row {
        margin-top:1.875rem
    }
}

.s-product.product-detail .attributes .swatch-circle {
    background-position: 50%;
    background-size: cover;
    border: 0;
    border-radius: .5rem;
    height: 3.125rem;
    margin-right: .75rem;
    width: 3.125rem
}

.s-product.product-detail .attributes .swatch-circle.color-value.selected {
    border: .125rem solid #518a70
}

.s-product.product-detail .attributes .swatch-circle.color-value.selected:after {
    content: none
}

.s-product .color {
    color: #596273;
    line-height: 1.33;
    margin-bottom: .625rem
}

.s-product .product-variation-label {
    font-weight: 600
}

.s-product .style-attribute {
    background-color: #fff;
    border: .0625rem solid #dce9d5;
    border-radius: .5rem;
    cursor: pointer;
    margin-top: .9375rem;
    padding: .625rem;
    text-align: left;
    width: 100%
}

.s-product .style-attribute.selected {
    border: .125rem solid #518a70
}

.s-product .style-attribute:disabled {
    cursor: not-allowed
}

.s-product .product-variation-style-image {
    background-position: 50%;
    background-size: cover;
    height: 5rem;
    margin-right: 1.375rem;
    width: 5rem
}

.s-product .product-variation-style-info {
    width: calc(100% - 102px)
}

.s-product .product-variation-style-name {
    color: #3c4453;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.33
}

.s-product .product-variation-style-description {
    color: #596273;
    font-size: .875rem;
    line-height: 1.33;
    margin-top: .125rem
}

.s-product .product-variation-style-price .price .value {
    font-size: .9375rem;
    font-weight: 600
}

.s-product .attribute button.selected {
    pointer-events: none
}

.s-product .set-items {
    border: .0625rem solid hsla(220,6%,58%,.25);
    border-radius: 1rem;
    margin: 3.75rem 1.25rem 0;
    padding: .625rem 0 1.25rem;
    position: relative
}

@media (min-width: 1280px) {
    .s-product .set-items {
        margin:5rem 11.25rem 0;
        padding: 1.875rem 0
    }
}

.s-product .set-items .product-name {
    color: #3c4453;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 1.1;
    font-style: normal;
    margin-bottom: 1.25rem
}

@media (min-width: 1280px) {
    .s-product .set-items .product-name {
        font-size:1.875rem
    }
}

.s-product .set-items .s-product__availability {
    display: flex;
    margin-top: 1.25rem
}

.s-product .set-items .extend-product-offer,.s-product .set-items .set-product-view-it {
    margin-top: 1.25rem
}

.s-product .set-items .set-product-view-it-text {
    font-size: .9375rem;
    font-weight: 600
}

.s-product .set-items .set-product-view-it-text:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.62 9.378l3.375-3.375L4.62 2.628' stroke='%23447355' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: .8125rem;
    vertical-align: middle;
    width: .75rem
}

.s-product .set-items .set-item {
    margin-top: 1.875rem
}

@media (min-width: 1280px) {
    .s-product .set-items .set-item {
        padding:0 3.75rem
    }
}

.s-product .set-items .set-item:after {
    border-bottom: .0625rem solid hsla(220,6%,58%,.25);
    content: "";
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 1.875rem;
    width: 100%
}

.s-product .set-items .s-product__price-container {
    padding: 0
}

.s-product .set-items .swatch .attribute {
    margin-top: 1.5625rem
}

@media (min-width: 1024px) {
    .s-product .set-items .swatch .attribute {
        margin-top:0
    }
}

.s-product .set-items-title {
    background-color: #fff;
    color: #ae72a3;
    position: absolute;
    top: -.9375rem;
    left: 50%;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0 .9375rem;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    width: fit-content
}

@media (min-width: 1280px) {
    .s-product .set-items-title {
        font-size:1.875rem;
        top: -1.5625rem
    }
}

.s-product .set-product-summary-container {
    margin-top: .625rem
}

@media (min-width: 1280px) {
    .s-product .set-product-summary-container {
        flex:0 0 50%;
        margin: 0 0 0 auto;
        max-width: 50%;
        padding: 0 3.75rem 0 1rem
    }
}

.s-product .set-product-summary-container .add-to-wish-list,.s-product .set-product-summary-container .s-product__wishlist-container {
    padding: 0
}

.s-product .set-product-summary-label {
    color: #447355;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: .03375rem;
    text-transform: uppercase
}

.s-product .set-product-image-container {
    position: relative
}

@media (min-width: 1280px) {
    .s-product .set-product-image-container img {
        padding-right:1.9375rem
    }
}

@media (min-width: 1280px) {
    .s-product .set-item-content {
        align-items:center
    }
}

.variation-master-disclaimer-container {
    margin: .375rem 0
}

.variation-master-disclaimer-container .variation-master-disclaimer-text {
    color: #596273;
    margin: 0
}

.pr-rating-stars,.pr-snippet-stars-container {
    min-width: 5.625rem
}

.c-faq {
    background-color: #fff;
    border-radius: .75rem;
    border: .125rem solid #518a70;
    box-shadow: 0 .1875rem 1.5625rem 0 rgba(0,0,0,.08);
    margin-bottom: 1rem;
    padding: 0
}

.c-faq__question {
    color: #447355;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 0;
    padding: 1.25rem
}

@media (min-width: 1280px) {
    .c-faq__question {
        padding:1.5rem 2.5rem
    }
}

.c-faq__answer {
    color: #596273;
    margin-bottom: 0;
    margin-top: .5rem;
    padding: 0 1.25rem 1.25rem
}

@media (min-width: 1280px) {
    .c-faq__answer {
        padding:0 2.5rem 1.5rem
    }
}

.choose-bonus-product-dialog,.quick-view-dialog {
    max-width: 56.25em
}

.choose-bonus-product-dialog .selectable-bonus-product-line-item,.quick-view-dialog .selectable-bonus-product-line-item {
    margin-top: .2em;
    margin-bottom: .2em;
    padding-top: .3em;
    padding-bottom: .3em
}

.choose-bonus-product-dialog .beenSelected,.quick-view-dialog .beenSelected {
    background-color: #eee
}

.choose-bonus-product-dialog .modal-header,.quick-view-dialog .modal-header {
    background-color: #eee;
    border-bottom: 2px solid #ccc;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.choose-bonus-product-dialog .modal-header .full-pdp-link,.quick-view-dialog .modal-header .full-pdp-link {
    color: var(--skin-primary-color-1)
}

.choose-bonus-product-dialog .modal-header .close,.quick-view-dialog .modal-header .close {
    font-size: 2rem;
    line-height: 1.5rem
}

.choose-bonus-product-dialog .modal-title,.quick-view-dialog .modal-title {
    font-size: 1em
}

.choose-bonus-product-dialog .product-name,.quick-view-dialog .product-name {
    font-size: 1.875em
}

.choose-bonus-product-dialog .swatch-circle,.quick-view-dialog .swatch-circle {
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    border: .063em solid rgba(0,0,0,.3);
    display: inline-block;
    margin-right: .313em;
    position: relative
}

.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]:after,.quick-view-dialog .swatch-circle.color-value[data-selected=true]:after {
    height: 100%;
    left: .295em;
    width: 1.1875rem
}

.choose-bonus-product-dialog .swatch-circle.color-value.selected:after,.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]:after,.quick-view-dialog .swatch-circle.color-value.selected:after,.quick-view-dialog .swatch-circle.color-value[data-selected=true]:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z'/%3E%3C/svg%3E");
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #000;
    content: "";
    display: table-caption;
    font-size: 1.625em;
    position: absolute
}

.choose-bonus-product-dialog .swatch-circle.color-value.selected:after,.quick-view-dialog .swatch-circle.color-value.selected:after {
    border-radius: 50%;
    height: .75em;
    left: .31em;
    line-height: .8em;
    top: .35em;
    width: .8em
}

.choose-bonus-product-dialog .swatch-circle i.fa-times-circle,.quick-view-dialog .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: .75em;
    line-height: .8em;
    width: .8em
}

.choose-bonus-product-dialog a[disabled] .swatch-circle,.quick-view-dialog a[disabled] .swatch-circle {
    cursor: not-allowed
}

.choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected:after,.quick-view-dialog a[disabled] .swatch-circle.color-value.selected:after {
    background-color: #495057
}

.choose-bonus-product-dialog .availablity-container,.quick-view-dialog .availablity-container {
    text-align: right
}

.choose-bonus-product-dialog .availablity-container,.choose-bonus-product-dialog .size-chart,.quick-view-dialog .availablity-container,.quick-view-dialog .size-chart {
    margin-top: .938em
}

.choose-bonus-product-dialog .modal-content,.quick-view-dialog .modal-content {
    border: 1px solid rgba(0,0,0,.2)
}

.choose-bonus-product-dialog .modal-body,.quick-view-dialog .modal-body {
    max-height: 28.125em;
    overflow-y: auto
}

.choose-bonus-product-dialog button.close,.quick-view-dialog button.close {
    font-size: 1.25em
}

.choose-bonus-product-dialog .modal-footer,.quick-view-dialog .modal-footer {
    background-color: #fff;
    border: none;
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.choose-bonus-product-dialog .modal-footer .prices .price,.quick-view-dialog .modal-footer .prices .price {
    font-size: 1.6em
}

.choose-bonus-product-dialog .prices .sales,.quick-view-dialog .prices .sales {
    font-size: 1.5rem
}

.choose-bonus-product-dialog .promotions,.quick-view-dialog .promotions {
    text-align: left;
    color: #c00
}

@media (max-width: 767.98px) {
    .choose-bonus-product-dialog .bonus-summary,.quick-view-dialog .bonus-summary {
        font-size:.625em
    }
}

@media (max-width: 767.98px) {
    .choose-bonus-product-dialog .bonus-summary .bonus-product-name,.quick-view-dialog .bonus-summary .bonus-product-name {
        padding:0
    }
}

.choose-bonus-product-dialog .pre-cart-products,.quick-view-dialog .pre-cart-products {
    margin-right: .125em
}

.choose-bonus-product-dialog .color-attribute,.quick-view-dialog .color-attribute {
    border: none;
    padding: 0;
    background: none
}

.choose-bonus-product-dialog .non-input-label,.quick-view-dialog .non-input-label {
    display: block;
    margin-bottom: .5rem
}

.product {
    height: 100%
}

.product-tile {
    border: 0!important;
    height: 100%;
    margin-bottom: 0;
    padding-top: .625rem;
    padding-bottom: 3.25rem;
    position: relative
}

@media (max-width: 1023.98px) {
    .product-tile {
        min-height:23.4375em
    }
}

@media (max-width: 767.98px) {
    .product-tile {
        min-height:19.6875em
    }
}

@media (max-width: 543.98px) {
    .product-tile {
        min-height:13.4375em
    }
}

.product-tile .tile-body .color-swatches .product-tile-color-label {
    cursor: pointer;
    font-size: 1em
}

@media (max-width: 1023.98px) {
    .product-tile .tile-body .color-swatches .product-tile-color-label {
        font-size:.9375em
    }
}

@media (max-width: 767.98px) {
    .product-tile .tile-body .color-swatches .product-tile-color-label {
        font-size:.8125em
    }
}

.product-tile .tile-body .price {
    font-size: .9375rem;
    margin-bottom: 0;
    color: #447355
}

@media (min-width: 544px) {
    .product-tile .tile-body .price {
        font-size:1rem
    }
}

.product-tile .tile-body .price .tiered {
    font-size: .875em
}

.product-tile .tile-body .price .sales .value,.product-tile .tile-body .price .tiered .value {
    font-weight: 600
}

.product-tile .tile-body .price .strike-through {
    margin: 0 0 0 10px
}

.product-tile .tile-body .price .range-extended .strike-through:last-child {
    margin-left: 0
}

.product-tile .tile-body .coming-soon-tile {
    text-align: center
}

.product-tile .tile-body .ratings {
    font-size: .9em
}

.product-tile .image-container {
    position: relative;
    overflow: auto;
    border-radius: .5625rem;
    margin-bottom: .625rem
}

.product-tile .image-container a {
    display: block
}

.product-tile .image-container a .tile-image {
    height: auto;
    width: 100%
}

.product-tile .image-container a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: hsla(0,0%,47%,.06);
    z-index: 1
}

.product-tile .product-tile-name p {
    color: #3c4453;
    font-size: .9375rem;
    font-weight: 600;
    margin: .6875rem 0 .375rem
}

@media (min-width: 544px) {
    .product-tile .product-tile-name p {
        font-size:1rem
    }
}

.product-tile .product-tile-cta {
    display: flex;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0
}

@media (max-width: 1023.98px) {
    .product-tile .product-tile-cta {
        left:-1px
    }
}

.product-tile .product-tile-cta .btn {
    width: 100%;
    font-size: 1rem;
    padding: .5625rem .75rem .5625rem .625rem
}

@media (min-width: 544px) {
    .product-tile .product-tile-cta .btn {
        width:9.375rem;
        margin-right: 0
    }
}

.product-tile .product-tile-cta .product-tile-cta-arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 13l5-5m-5-5l5 5m0 0H3' stroke='%23fff' stroke-width='1.66' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    float: right;
    width: 17px;
    height: 16px;
    margin-top: .21875rem
}

.product-detail .product-tile .btn.btn-outline-primary {
    width: 100%
}

@media (min-width: 768px) {
    .product-detail .product-tile .btn.btn-outline-primary {
        transition:all .2s ease-in-out;
        background-color: #447355;
        border: .125rem solid #447355;
        border-radius: 2.3125rem;
        color: #fff;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: .5px;
        padding: .875rem 1.75rem;
        width: 100%;
        width: auto
    }
}

@media (min-width: 768px) and (prefers-reduced-motion:reduce) {
    .product-detail .product-tile .btn.btn-outline-primary {
        transition:none
    }
}

@media (min-width: 768px) {
    .product-detail .product-tile .btn.btn-outline-primary:focus {
        background-color:#458355;
        border-color: #458355;
        box-shadow: 0 0 0 .1875rem #fff;
        outline: .1875rem solid rgba(108,184,106,.5)!important;
        outline-offset: .1875rem
    }

    .product-detail .product-tile .btn.btn-outline-primary:hover {
        background-color: #447355;
        border: .125rem solid #447355;
        color: #fff;
        outline: .375rem solid rgba(108,184,106,.3)!important;
        outline-offset: 0
    }

    .product-detail .product-tile .btn.btn-outline-primary:active,.product-detail .product-tile .btn.btn-outline-primary:not(:disabled):not(.disabled):active {
        background-color: #458355;
        border-color: #458355;
        box-shadow: none;
        color: #fff;
        outline: .375rem solid rgba(108,184,106,.5)!important;
        outline-offset: 0
    }

    .product-detail .product-tile .btn.btn-outline-primary:active:focus,.product-detail .product-tile .btn.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
        box-shadow: none
    }

    .product-detail .product-tile .btn.btn-outline-primary.disabled,.product-detail .product-tile .btn.btn-outline-primary:disabled {
        background-color: #999;
        border: .125rem solid #999!important;
        color: #fff
    }

    .product-detail .product-tile .btn.btn-outline-primary.disabled:active,.product-detail .product-tile .btn.btn-outline-primary.disabled:focus,.product-detail .product-tile .btn.btn-outline-primary.disabled:hover,.product-detail .product-tile .btn.btn-outline-primary:disabled:active,.product-detail .product-tile .btn.btn-outline-primary:disabled:focus,.product-detail .product-tile .btn.btn-outline-primary:disabled:hover {
        background-color: #999;
        outline: none!important
    }

    .th-component--reverse [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary {
        background-color: #447355;
        color: #fff;
        border-color: #447355
    }

    .th-component--reverse [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:focus {
        background-color: #458355;
        border-color: #458355;
        outline: .1875rem solid rgba(108,184,106,.5)!important
    }

    .th-component--reverse [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:hover {
        outline: .375rem solid rgba(108,184,106,.3)!important
    }

    .th-component--reverse [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:active,.th-component--reverse [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:not(:disabled):not(.disabled):active {
        background-color: #458355;
        border-color: #458355;
        box-shadow: none;
        outline: .375rem solid rgba(108,184,106,.5)!important
    }
}

@media (min-width: 768px) and (min-width:768px) {
    .th-component--reverse [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary {
        background-color:#fff;
        color: #447355;
        border-color: #fff
    }

    .th-component--reverse [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:focus {
        background-color: #ccc;
        border-color: #ccc;
        outline: .1875rem solid hsla(0,0%,85%,.5)!important
    }

    .th-component--reverse [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:hover {
        outline: .375rem solid hsla(0,0%,85%,.5)!important
    }

    .th-component--reverse [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:active,.th-component--reverse [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:not(:disabled):not(.disabled):active {
        background-color: #ccc;
        border-color: #ccc;
        outline: .375rem solid hsla(0,0%,85%,.5)!important
    }
}

@media (min-width: 768px) and (min-width:768px) {
    .th-component--reverse-md [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary {
        background-color:#447355;
        color: #fff;
        border-color: #447355
    }

    .th-component--reverse-md [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:focus {
        background-color: #458355;
        border-color: #458355;
        outline: .1875rem solid rgba(108,184,106,.5)!important
    }

    .th-component--reverse-md [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:hover {
        outline: .375rem solid rgba(108,184,106,.3)!important
    }

    .th-component--reverse-md [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:active,.th-component--reverse-md [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:not(:disabled):not(.disabled):active {
        background-color: #458355;
        border-color: #458355;
        box-shadow: none;
        outline: .375rem solid rgba(108,184,106,.5)!important
    }
}

@media (min-width: 768px) and (min-width:768px) and (min-width:768px) {
    .th-component--reverse-md [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary {
        background-color:#fff;
        color: #447355;
        border-color: #fff
    }

    .th-component--reverse-md [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:focus {
        background-color: #ccc;
        border-color: #ccc;
        outline: .1875rem solid hsla(0,0%,85%,.5)!important
    }

    .th-component--reverse-md [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:hover {
        outline: .375rem solid hsla(0,0%,85%,.5)!important
    }

    .th-component--reverse-md [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:active,.th-component--reverse-md [class*="--inline-image-mobile"] .product-detail .product-tile .btn.btn-outline-primary:not(:disabled):not(.disabled):active {
        background-color: #ccc;
        border-color: #ccc;
        outline: .375rem solid hsla(0,0%,85%,.5)!important
    }
}

@media (min-width: 768px) {
    .th-component--reverse .product-detail .product-tile .btn.btn-outline-primary {
        background-color:#fff;
        color: #447355;
        border-color: #fff
    }
}

@media (min-width: 768px) and (min-width:768px) {
    .th-component--reverse-md .product-detail .product-tile .btn.btn-outline-primary {
        background-color:#fff;
        color: #447355;
        border-color: #fff
    }
}

@media (min-width: 768px) {
    .product-detail .product-tile .btn.btn-outline-primary .btn--icon-label:after {
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 13l5-5m-5-5l5 5m0 0H3' stroke='%23fff' stroke-width='1.66' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    }
}

.product-detail .product-tile .btn.btn-outline-primary.btn-outline-primary {
    padding: .5625rem 2.25rem;
    font-size: 1rem
}

@media (max-width: 767.98px) {
    .product-detail .product-tile .btn.btn-outline-primary.btn-outline-primary {
        padding:.5625rem;
        margin: .5rem
    }
}

.product-tile .product-tile-promotions {
    font-size: .9375rem;
    margin-top: .5rem;
    margin-bottom: .625rem;
    color: #6a768c
}

@media (min-width: 544px) {
    .product-tile .product-tile-promotions {
        margin-top:1rem
    }
}

.product-tile .product-tile-promotions p {
    margin: 0
}

.product-tile .product-tile-affirm-container {
    margin-top: .5rem
}

@media (min-width: 544px) {
    .product-tile .product-tile-affirm-container {
        margin-top:1rem
    }
}

.product-tile .product-tile-affirm-container .affirm-as-low-as,.product-tile .product-tile-affirm-container p {
    height: auto;
    padding-bottom: 0;
    margin: 0;
    font-size: .9375rem;
    color: #6a768c
}

.product-tile .product-tile-rating {
    margin-top: .5rem
}

@media (min-width: 544px) {
    .product-tile .product-tile-rating {
        margin-top:1rem
    }
}

.product-tile .product-tile-rating .p-w-r,.product-tile .product-tile-rating .pr-snippet {
    margin: 0
}

.product-tile .product-tile-rating .pr-star-v4 {
    height: 18px;
    width: 18px
}

@media (min-width: 544px) {
    .product-tile .product-tile-rating .pr-star-v4 {
        height:20px;
        width: 20px
    }
}

.product-tile .product-tile-rating .pr-category-snippet__total {
    padding-left: 0
}

@media (min-width: 544px) {
    .product-tile .product-tile-rating .pr-category-snippet__total {
        padding-left:.3125rem
    }
}

.product-tile .product-tile-rating .pr-category-snippet__item {
    display: block
}

@media (min-width: 544px) {
    .product-tile .product-tile-rating .pr-category-snippet__item {
        display:table-cell
    }
}

.product-tile .product-tile-rating .pr-snippet-rating-decimal {
    font-size: .75rem
}

@media (min-width: 544px) {
    .product-tile .product-tile-rating .pr-snippet-rating-decimal {
        font-size:.8125rem
    }
}

.product-tile .swatches a {
    text-decoration: none
}

.product-tile .swatch-circle {
    width: 3.125rem;
    height: 3.125rem;
    background: #fff;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
    border: .063em solid rgba(0,0,0,.3);
    display: inline-block;
    margin-right: .313em;
    position: relative;
    border-radius: .5rem;
    border: 0
}

.product-tile .swatch-circle.color-value[data-selected=true]:after {
    height: 100%;
    left: .295em;
    width: 1.1875rem
}

.product-tile .swatch-circle.color-value.selected:after,.product-tile .swatch-circle.color-value[data-selected=true]:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z'/%3E%3C/svg%3E");
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #000;
    content: "";
    display: table-caption;
    font-size: 1.625em;
    position: absolute
}

.product-tile .swatch-circle.color-value.selected:after {
    border-radius: 50%;
    height: .75em;
    left: .31em;
    line-height: .8em;
    top: .35em;
    width: .8em
}

.product-tile .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: .75em;
    line-height: .8em;
    width: .8em
}

.product-tile .product-badges-container {
    position: absolute;
    top: .625rem;
    right: .625rem
}

.product-tile .product-badges-container .product-badge-content {
    align-items: center;
    padding: .25rem .4375rem;
    margin: 0 0 .25rem auto;
    border-radius: .1875rem;
    font-family: Harmonia Sans Pro,Arial,sans-serif;
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: .03125rem;
    width: fit-content;
    text-transform: uppercase
}

#chooseBonusProductModal .modal-footer .container {
    margin-left: 0;
    width: 100%;
    margin-right: 0
}

#chooseBonusProductModal .select-cbp-container {
    margin-top: auto;
    margin-bottom: auto
}

#chooseBonusProductModal .product-name-wrapper {
    width: 100%
}

#chooseBonusProductModal .bonus-option,#chooseBonusProductModal .bonus-quantity {
    margin-top: .938em
}

#chooseBonusProductModal .bonus-quantity-select {
    min-width: 5em
}

#chooseBonusProductModal .select-bonus-product {
    margin-top: 1em
}

#chooseBonusProductModal .selected-pid {
    border: 1px solid #ccc
}

#chooseBonusProductModal .selected-pid .bonus-product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#chooseBonusProductModal .bonus-product-price {
    text-align: center;
    margin-top: 1em
}

.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: 1024px) {
    .form-nav .nav-item>.nav-link {
        color:#333
    }
}

.container .breadcrumb {
    border-radius: 0;
    border-bottom: 1px solid #ccc
}

.veil {
    z-index: 100;
    text-align: center
}

.veil,.veil .underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.veil .underlay {
    opacity: .5;
    background-color: #000
}

.spinner {
    width: 80px;
    height: 80px;
    text-align: center;
    animation: sk-rotate 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px
}

.dot1,.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-bounce 2s infinite ease-in-out
}

.dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes sk-rotate {
    to {
        transform: rotate(1turn)
    }
}

@keyframes sk-bounce {
    0%,to {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.item-attributes {
    vertical-align: top;
    padding-left: 0
}

.line-item-attributes,.line-item-option {
    font-size: .813rem;
    margin: 0
}

.line-item-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #222;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: .313em
}

.line-item-pricing-info {
    margin-bottom: 0
}

.line-item-pricing-info+.price,.line-item-pricing-info+.unit-price .price {
    font-size: 1em;
    font-weight: 600
}

.line-item-price-quantity-info {
    margin-top: .625em;
    border-top: 1px solid #ccc
}

.line-item-total-text {
    font-size: .813em
}

.pricing {
    font-size: 1em;
    font-weight: 600
}

.item-image {
    height: 5.625em;
    width: 5.625em;
    margin-right: .938em;
    flex-grow: 0;
    flex-shrink: 0
}

.item-image img.product-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 5.625em
}

.non-adjusted-price {
    display: none
}

.line-item-promo {
    color: #447355;
    font-size: .875rem
}

.line-item-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.bundled-line-item+.bundled-line-item {
    margin-top: .625em
}

.bundle-includes {
    font-size: .813em;
    margin-bottom: .625em
}

.line-item-divider {
    margin: .625em -1.225em .625em -1.325em
}

.line-dotted {
    border-top: .063em dashed #ccc
}

.line-item-availability {
    font-size: .813rem
}

.product-line-item-details {
    overflow-y: auto
}

.minicart {
    position: relative
}

.minicart h1 {
    font-size: 1rem
}

.minicart .remove-btn {
    color: #999;
    float: right;
    background-color: #fff;
    border: none;
    font-size: 1.625em;
    margin-top: -.313em;
    padding: 0
}

.minicart .card-body {
    padding: .625em
}

.minicart .quantity-label {
    font-size: .813em
}

.minicart .quantity {
    width: 100%
}

.minicart .minicart-footer {
    border-top: 1px solid #ccc
}

.minicart .discount-total,.minicart .estimated-total {
    margin-top: .625em
}

.minicart .discount-sub-total,.minicart .discount-total-label,.minicart .sub-total,.minicart .sub-total-label {
    font-size: 1em;
    font-weight: 600
}

.minicart .line-item-divider {
    margin: .625em -.625em .625em -1.325em
}

.s-header .minicart .popover {
    border: 0;
    border-radius: 0;
    display: block;
    margin-right: 3.4375rem;
    max-width: 100%;
    min-width: 50%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    transition: left .5s cubic-bezier(0,1,.5,1);
    z-index: 52
}

.s-header .minicart .popover.show {
    max-width: 31.25rem;
    left: 0;
    box-shadow: 0 .175rem .1375rem 0 rgba(0,0,0,.02),0 .41875rem .33125rem 0 rgba(0,0,0,.03),0 .78125rem .625rem 0 rgba(0,0,0,.04),0 1.39375rem 1.11875rem 0 rgba(0,0,0,.04),0 2.6125rem 2.0875rem 0 rgba(0,0,0,.05),0 6.25rem 5rem 0 rgba(0,0,0,.07)
}

@media (min-width: 1280px) {
    .s-header .minicart .popover {
        top:4.5625rem;
        right: -26.25rem;
        bottom: auto;
        left: auto;
        margin: 0;
        max-width: 22.8125rem;
        min-width: 22.8125rem;
        transition: right .5s cubic-bezier(0,1,.5,1)
    }

    .s-header .minicart .popover.show {
        position: absolute;
        right: -2.5625rem;
        left: auto
    }
}

.s-header .minicart .remove-btn {
    box-shadow: none;
    position: absolute;
    top: .5rem;
    right: 0
}

.s-header .minicart .remove-btn:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.308 4.25l7.442 7.442m-7.5.058l7.442-7.442' stroke='%23447355' stroke-width='1.66' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 1rem;
    width: 1rem
}

.s-header .minicart .remove-btn span {
    display: none
}

.s-header .minicart .checkout-continue {
    position: relative
}

@media (min-width: 1280px) {
    .s-header .minicart .checkout-continue .checkout-btn {
        border:.125rem solid #447355;
        padding: .875rem 1.75rem;
        font-size: 1.25rem
    }

    .s-header .minicart .checkout-continue .checkout-btn:focus {
        box-shadow: 0 0 0 .1875rem #fff;
        outline-width: .1875rem!important
    }

    .s-header .minicart .checkout-continue .checkout-btn:active,.s-header .minicart .checkout-continue .checkout-btn:hover,.s-header .minicart .checkout-continue .checkout-btn:not(:disabled):not(.disabled):active {
        outline-width: .375rem!important
    }
}

.s-header .minicart .product-summary {
    max-height: 70vh;
    margin: 0 -.625rem 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: .625rem
}

@media (min-width: 1280px) {
    .s-header .minicart .product-summary {
        margin-right:-1.875rem;
        max-height: 26.875rem;
        padding-right: 0
    }
}

@media (min-width: 1280px) {
    .s-header .minicart .product-summary-container {
        max-width:17.8125rem
    }
}

.s-header .minicart .line-item-name {
    color: #3c4453;
    font-size: .875rem;
    line-height: 1.33;
    font-weight: 600;
    margin: 0;
    padding-right: .9375rem;
    white-space: normal
}

.s-header .minicart .line-item-id {
    margin-top: .5rem
}

.s-header .minicart .line-item-attributes,.s-header .minicart .line-item-id {
    color: #596273;
    font-size: .75rem;
    letter-spacing: .015rem;
    line-height: 1.33
}

.s-header .minicart .item-options-giftcard {
    margin-top: .5rem
}

.s-header .minicart .item-options-giftcard .line-item-attributes {
    margin-bottom: .5rem
}

.s-header .minicart .line-item-availability {
    margin-top: .3125rem
}

.s-header .minicart .line-item-quantity-number {
    color: #3c4453;
    font-size: .9375rem;
    font-weight: 600
}

.s-header .minicart .item-image {
    border-radius: .5rem;
    height: 5.625rem;
    overflow: auto;
    position: relative;
    margin-right: 1.25rem;
    width: 5.625rem
}

.s-header .minicart .item-image--giftcard:before {
    display: none
}

.s-header .minicart .item-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: hsla(0,0%,47%,.06);
    z-index: 999
}

.s-header .minicart .product-line-item {
    padding-top: 1.25rem
}

.s-header .minicart .product-image {
    background-color: hsla(0,0%,47%,.06);
    border-radius: .5rem;
    max-height: 5.625rem
}

.s-header .minicart .line-item-price-info {
    margin: 1.25rem 0
}

.s-header .minicart .line-item-pricing-info,.s-header .minicart .line-item-total-text {
    color: #596273;
    font-size: .8125rem;
    letter-spacing: .01625rem;
    line-height: 1.33;
    margin-bottom: .3125rem
}

.s-header .minicart .quantity-form .line-item-pricing-info {
    margin-bottom: .1875rem
}

.s-header .minicart .line-item-total-price {
    text-align: right
}

.s-header .minicart .line-item-total-price .pricing {
    color: #3c4453
}

.s-header .minicart .line-item-total-price .strike-through {
    display: none
}

.s-header .minicart .unit-price .price {
    color: #3c4453;
    font-size: .9375rem
}

.s-header .minicart .unit-price .price>span {
    display: flex
}

.s-header .minicart .unit-price .price>span del {
    order: 2
}

.s-header .minicart .unit-price .price .strike-through {
    margin: 0 0 0 .375rem
}

.s-header .minicart .minicart-footer {
    border-top: 0;
    box-shadow: 0 -1.2px 2.3px 0 rgba(0,0,0,.02),0 -3.4px 6.4px 0 rgba(0,0,0,.03),0 -8.1px 15.4px 0 rgba(0,0,0,.03),0 -27px 51px 0 rgba(0,0,0,.05);
    margin: 0 -1.25rem;
    padding: 1.25rem 1.25rem 0;
    position: relative
}

@media (min-width: 1280px) {
    .s-header .minicart .minicart-footer {
        margin:0 -2.5rem;
        padding: 1.25rem 2.5rem 0
    }
}

.s-header .minicart .discount-total,.s-header .minicart .estimated-total {
    margin: 0
}

.s-header .minicart .discount-total-label,.s-header .minicart .sub-total-label {
    color: #596273;
    font-size: .9375rem;
    line-height: 1.33;
    margin-bottom: .625rem
}

.s-header .minicart .discount-sub-total,.s-header .minicart .sub-total {
    color: #3c4453;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: .625rem
}

.s-header .minicart .quantity {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8h10m-5 5V3' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-color: #518a70;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 1.375rem;
    margin-left: .875rem;
    min-width: auto;
    width: 1.375rem
}

.s-header .minicart .line-item-promo {
    padding-bottom: 1.25rem
}

.s-header .minicart__container {
    padding: 1.25rem 1.25rem 2.5rem;
    position: relative
}

@media (min-width: 1280px) {
    .s-header .minicart__container {
        padding:1.625rem 2.5rem 1.25rem
    }
}

.s-header .minicart__header-container {
    border-bottom: .125rem solid #dce9d5;
    padding-bottom: .625rem
}

.s-header .minicart__header-content {
    align-items: baseline;
    margin-right: .75rem;
    width: 100%
}

@media (min-width: 1280px) {
    .s-header .minicart__header-content {
        margin-right:0
    }
}

.s-header .minicart__header-title {
    color: #3c4453;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal
}

.s-header .minicart__header-cta {
    color: #447355;
    font-size: .9375rem;
    font-weight: 600;
    line-height: normal
}

.s-header .minicart__header-cta:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.62 9.375L7.995 6 4.62 2.625' stroke='%23447355' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: .625rem;
    width: .625rem
}

.s-header .minicart__product-tile {
    position: relative;
    border-bottom: .0625rem solid hsla(220,6%,58%,.25)
}

.s-header .minicart__product-tile:last-child {
    border: 0
}

.s-header .minicart__products-container {
    position: relative
}

.s-header .minicart .product-gift-details {
    margin-bottom: 1.25rem
}

.s-header .minicart .product-gift-details-price {
    display: flex;
    align-items: center;
    margin-bottom: .625rem
}

.s-header .minicart .product-gift-details .gift-message,.s-header .minicart .product-gift-details .line-item-price-info,.s-header .minicart .product-gift-details .price {
    color: #3c4453;
    font-size: .8125rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .01625rem;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0
}

.s-header .minicart .product-gift-details .price .sales {
    font-weight: 400
}

.s-header .minicart .product-gift-details .gift-message span {
    display: inline-block
}

.s-header .minicart .product-gift-details .gift-message span:before {
    content: open-quote
}

.s-header .minicart .product-gift-details .gift-message span:after {
    content: close-quote
}

.s-header .minicart .single-approaching-discount {
    background-color: #eaf2e6;
    color: #596273;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.32;
    padding: .75rem;
    width: 100%
}

.info-icon {
    border: none;
    display: inline-block;
    background: inherit;
    color: #6e7787;
    cursor: pointer;
    font-size: .8125rem;
    letter-spacing: .00813rem;
    line-height: .9375rem;
    margin-bottom: .4375rem;
    padding: 0;
    position: relative;
    vertical-align: middle
}

.info-icon .icon {
    background-color: #fff;
    border: .0625rem solid #518a70;
    border-radius: 1.25rem;
    color: #518a70;
    display: inline-block;
    font-family: Harmonia Sans Pro,Arial,sans-serif;
    font-size: .625rem;
    font-weight: 600;
    height: 1rem;
    text-align: center;
    width: 1rem
}

.info-icon .tooltip {
    animation: fade-in .5s linear forwards;
    background-color: #dce9d5;
    border-radius: .375rem;
    color: #3c4453;
    font-size: .875rem;
    line-height: 1.33;
    margin-left: .25rem;
    max-width: 18.75rem;
    min-width: auto;
    padding: 1.0625rem 1.25rem .875rem;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%,-.625em);
    width: max-content
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.info-icon .tooltip:after {
    border-left: .625em solid transparent;
    border-right: .625em solid transparent;
    border-top: .625em solid #dce9d5;
    bottom: -.625em;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

.info-icon .tooltip:before {
    content: " ";
    position: absolute;
    display: block;
    height: 1.25em;
    left: 0;
    bottom: -1.25em;
    width: 100%
}

.info-icon .tooltip.bottom-right {
    left: 90%;
    transform: translate(-90%,-.625em)
}

.info-icon .tooltip.bottom-right:after {
    left: 90%
}

.info-icon .tooltip.bottom-left {
    left: 10%;
    transform: translate(-10%,-.625em)
}

.info-icon .tooltip.bottom-left:after {
    left: 10%
}

.info-icon .tooltip.left-top {
    left: 0;
    transform: translate(22%,-2.4em);
    bottom: auto
}

.info-icon .tooltip.left-top:after {
    left: 0;
    top: .9375rem;
    border-left: .625em solid transparent;
    border-right: .625em solid #dce9d5;
    border-top: .625em solid transparent;
    border-bottom: .625em solid transparent;
    margin-left: -1.0625rem
}

.info-icon .tooltip.right-top {
    left: auto;
    right: 0;
    bottom: auto;
    transform: translate(-22%,-2.4em)
}

.info-icon .tooltip.right-top:after {
    right: -1rem;
    left: auto;
    top: .9375rem;
    border-left: .625em solid #dce9d5;
    border-right: .625em solid transparent;
    border-top: .625em solid transparent;
    border-bottom: .625em solid transparent
}

.info-icon .tooltip.top-left {
    transform: translate(-10%,.625em);
    bottom: auto;
    left: 10%
}

.info-icon .tooltip.top-left:after {
    left: 10%;
    top: -18px;
    bottom: auto;
    border-left: .625em solid transparent;
    border-right: .625em solid transparent;
    border-top: .625em solid transparent;
    border-bottom: .625em solid #dce9d5
}

.info-icon .tooltip.top-middle {
    transform: translate(-50%,.625em);
    bottom: auto
}

.info-icon .tooltip.top-middle:after {
    top: -18px;
    bottom: auto;
    border-left: .625em solid transparent;
    border-right: .625em solid transparent;
    border-top: .625em solid transparent;
    border-bottom: .625em solid #dce9d5
}

.info-icon .tooltip.top-right {
    transform: translate(-90%,.625em);
    bottom: auto;
    left: 90%
}

.info-icon .tooltip.top-right:after {
    left: 90%;
    top: -18px;
    bottom: auto;
    border-left: .625em solid transparent;
    border-right: .625em solid transparent;
    border-top: .625em solid transparent;
    border-bottom: .625em solid #dce9d5
}

.info-icon .tooltip-heading {
    display: inline-block;
    font-weight: 600;
    margin-bottom: .5rem;
    width: 100%
}

.swatch-circle-beige {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: beige;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-beige.disabled {
    opacity: .2
}

.swatch-filter-beige {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: beige;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: beige;
    display: block;
    position: relative
}

.swatch-filter-beige.disabled {
    opacity: .2
}

.swatch-circle-black {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: #000;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-black.disabled {
    opacity: .2
}

.swatch-filter-black {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: #000;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: #000;
    display: block;
    position: relative
}

.swatch-filter-black.disabled {
    opacity: .2
}

.swatch-circle-blue {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: #0070d2;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-blue.disabled {
    opacity: .2
}

.swatch-filter-blue {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: #0070d2;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: #0070d2;
    display: block;
    position: relative
}

.swatch-filter-blue.disabled {
    opacity: .2
}

.swatch-circle-brown {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: brown;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-brown.disabled {
    opacity: .2
}

.swatch-filter-brown {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: brown;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: brown;
    display: block;
    position: relative
}

.swatch-filter-brown.disabled {
    opacity: .2
}

.swatch-circle-green {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: #008827;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-green.disabled {
    opacity: .2
}

.swatch-filter-green {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: #008827;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: #008827;
    display: block;
    position: relative
}

.swatch-filter-green.disabled {
    opacity: .2
}

.swatch-circle-grey {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: #8f979d;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-grey.disabled {
    opacity: .2
}

.swatch-filter-grey {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: #8f979d;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: #8f979d;
    display: block;
    position: relative
}

.swatch-filter-grey.disabled {
    opacity: .2
}

.swatch-circle-navy {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: navy;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-navy.disabled {
    opacity: .2
}

.swatch-filter-navy {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: navy;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: navy;
    display: block;
    position: relative
}

.swatch-filter-navy.disabled {
    opacity: .2
}

.swatch-circle-orange {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: orange;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-orange.disabled {
    opacity: .2
}

.swatch-filter-orange {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: orange;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: orange;
    display: block;
    position: relative
}

.swatch-filter-orange.disabled {
    opacity: .2
}

.swatch-circle-pink {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: #fe249a;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-pink.disabled {
    opacity: .2
}

.swatch-filter-pink {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: #fe249a;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: #fe249a;
    display: block;
    position: relative
}

.swatch-filter-pink.disabled {
    opacity: .2
}

.swatch-circle-purple {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: purple;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-purple.disabled {
    opacity: .2
}

.swatch-filter-purple {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: purple;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: purple;
    display: block;
    position: relative
}

.swatch-filter-purple.disabled {
    opacity: .2
}

.swatch-circle-red {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: red;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-red.disabled {
    opacity: .2
}

.swatch-filter-red {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: red;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: red;
    display: block;
    position: relative
}

.swatch-filter-red.disabled {
    opacity: .2
}

.swatch-circle-white {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-white.disabled {
    opacity: .2
}

.swatch-filter-white {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: #fff;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: #fff;
    display: block;
    position: relative
}

.swatch-filter-white.disabled {
    opacity: .2
}

.swatch-circle-yellow {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: #ff0;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-yellow.disabled {
    opacity: .2
}

.swatch-filter-yellow {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: #ff0;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: #ff0;
    display: block;
    position: relative
}

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

.site-search {
    position: relative;
    height: 2.5em
}

@media (min-width: 544px) {
    .site-search {
        margin-right:.5em
    }
}

@media (min-width: 1280px) {
    .site-search {
        width:20em
    }
}

@media (min-width: 768px) and (max-width:1023.98px) {
    .site-search {
        width:14.0625em
    }
}

@media (min-width: 544px) and (max-width:767.98px) {
    .site-search {
        width:12.5em
    }
}

.site-search .fa-close,.site-search .fa-search {
    right: .5625em
}

.site-search .fa-close,.site-search .fa-search,.site-search .reset-button {
    position: absolute;
    border: none;
    top: .5625em;
    padding: 0;
    background-color: transparent
}

.site-search .reset-button {
    right: 2em
}

.site-search input {
    padding-right: 2rem;
    height: 100%;
    font-size: 16px
}

@media (max-width: 543.98px) {
    .header-search .site-search {
        display:none
    }
}

.suggestions-wrapper {
    position: relative
}

.suggestions {
    display: block;
    position: absolute;
    border: 1px solid #ccc;
    background-color: #fff;
    top: 0;
    right: 0;
    width: 21.875rem;
    z-index: 3;
    line-height: 1.33;
    font-weight: 600
}

.suggestions.modal {
    margin-top: 5px
}

@media (max-width: 543.98px) {
    .suggestions {
        display:flex;
        position: fixed;
        width: 100%
    }
}

.suggestions .swatch-circle {
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    border: .063em solid rgba(0,0,0,.3);
    display: inline-block;
    margin-right: .313em;
    position: relative
}

.suggestions .swatch-circle.color-value[data-selected=true]:after {
    height: 100%;
    left: .295em;
    width: 1.1875rem
}

.suggestions .swatch-circle.color-value.selected:after,.suggestions .swatch-circle.color-value[data-selected=true]:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z'/%3E%3C/svg%3E");
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #000;
    content: "";
    display: table-caption;
    font-size: 1.625em;
    position: absolute
}

.suggestions .swatch-circle.color-value.selected:after {
    border-radius: 50%;
    height: .75em;
    left: .31em;
    line-height: .8em;
    top: .35em;
    width: .8em
}

.suggestions .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: .75em;
    line-height: .8em;
    width: .8em
}

.suggestions .header {
    color: #999;
    font-size: .875em;
    padding-top: .625em
}

.suggestions .header:not(:first-child) {
    border-top: 1px solid #ccc
}

.suggestions .items {
    padding: .313em 0
}

.suggestions .item {
    padding-bottom: .625em
}

.suggestions .item .name {
    margin-top: .313em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 543.98px) {
    .suggestions .item {
        padding-bottom:.938em
    }
}

.suggestions .category-parent {
    color: #999;
    font-size: .875em
}

.suggestions .selected {
    background-color: #eee
}

.suggestions .container {
    list-style-type: none;
    margin-bottom: 0;
    box-shadow: 0 2.8px 2.2px 0 rgba(0,0,0,.02),0 6.7px 5.3px 0 rgba(0,0,0,.03),0 12.5px 10px 0 rgba(0,0,0,.04),0 22.3px 17.9px 0 rgba(0,0,0,.04),0 41.8px 33.4px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07)
}

@media (max-width: 767.98px) {
    .suggestions .container {
        padding-top:1rem!important
    }
}

.more-below {
    -moz-border-radius: 1.25em;
    background: #ccc;
    border: .063em solid rgba(0,0,0,.1);
    border-radius: 1.25em;
    bottom: 1.875em;
    box-shadow: 0 1px 7px rgba(0,0,0,.3);
    display: none;
    height: 2.5em;
    position: fixed;
    right: 1.875em;
    width: 2.5em
}

.more-below i.fa-long-arrow-down {
    border-radius: 50%;
    color: #fff;
    display: table-caption;
    height: .75em;
    font-size: 1.5rem;
    left: .57em;
    line-height: .8em;
    position: absolute;
    top: .4em;
    width: .8em
}

.s-header .site-search {
    z-index: 51
}

.s-header .reset-button {
    display: none!important
}

.s-header .suggestions {
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 1;
    border: 0
}

@media (min-width: 1280px) {
    .s-header .suggestions {
        position:absolute;
        top: 2.0625rem;
        right: -5.375rem;
        width: 22.8125rem
    }
}

.s-header .suggestions .container {
    height: 75vh;
    overflow-y: auto;
    padding: 0 1.25rem
}

@media (min-width: 544px) {
    .s-header .suggestions .container {
        height:83vh
    }
}

@media (min-width: 768px) {
    .s-header .suggestions .container {
        height:auto;
        overflow-y: hidden
    }
}

@media (min-width: 1280px) {
    .s-header .suggestions .container {
        padding:0 2.5rem
    }
}

.s-header .suggestions .container li:first-child {
    border-top: 0
}

.s-header .suggestions .header {
    border-top: 1px solid hsla(220,6%,58%,.25);
    color: #6a768c;
    font-size: 1.125rem;
    font-weight: 600;
    padding-top: 1.0625rem
}

.s-header .suggestions .items {
    padding: 0 0 1.0625rem
}

.s-header .suggestions__do-you-mean {
    color: #6a768c;
    font-size: 1rem;
    font-weight: 600;
    padding: 1.8125rem 0 1.0625rem
}

.s-header .suggestions__do-you-mean-term {
    color: #447355;
    text-decoration: underline
}

.s-header .suggestions__link {
    margin-top: .625rem;
    overflow: hidden
}

.s-header .suggestions__link:hover {
    text-decoration: none
}

.s-header .suggestions__image {
    height: 3.125rem;
    margin-right: 1rem;
    width: 3.125rem;
    font-size: 11px;
    color: #6a768c
}

.s-header .suggestions__name {
    color: #6a768c;
    font-size: .875rem;
    font-weight: 600;
    width: 100%
}

.s-header .suggestions__product-price {
    color: #447355;
    margin-top: .25rem
}

.s-header .suggestions__product-price .price {
    font-size: .875rem
}

.s-header .suggestions__product-price .price>span {
    display: flex
}

.s-header .suggestions__product-price .price>span del {
    order: 2;
    margin: 0 0 0 .625rem
}

.s-header .suggestions__category-parent {
    color: #8e929a;
    font-size: .75rem;
    font-weight: 600
}

.btn-primary,.gigya-input-submit,.th-component__btn {
    transition: all .2s ease-in-out;
    background-color: #447355;
    border: .125rem solid #447355;
    border-radius: 2.3125rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .5px;
    padding: .875rem 1.75rem;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .btn-primary,.gigya-input-submit,.th-component__btn {
        transition: none
    }
}

.btn-primary:focus,.gigya-input-submit:focus,.th-component__btn:focus {
    background-color: #458355;
    border-color: #458355;
    box-shadow: 0 0 0 .1875rem #fff;
    outline: .1875rem solid rgba(108,184,106,.5)!important;
    outline-offset: .1875rem
}

.btn-primary:hover,.gigya-input-submit:hover,.th-component__btn:hover {
    background-color: #447355;
    border: .125rem solid #447355;
    color: #fff;
    outline: .375rem solid rgba(108,184,106,.3)!important;
    outline-offset: 0
}

.btn-primary:active,.btn-primary:not(:disabled):not(.disabled):active,.gigya-input-submit:active,.gigya-input-submit:not(:disabled):not(.disabled):active,.th-component__btn:active,.th-component__btn:not(:disabled):not(.disabled):active {
    background-color: #458355;
    border-color: #458355;
    box-shadow: none;
    color: #fff;
    outline: .375rem solid rgba(108,184,106,.5)!important;
    outline-offset: 0
}

.btn-primary:active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.gigya-input-submit:active:focus,.gigya-input-submit:not(:disabled):not(.disabled):active:focus,.th-component__btn:active:focus,.th-component__btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-primary.disabled,.btn-primary:disabled,.gigya-input-submit.disabled,.gigya-input-submit:disabled,.th-component__btn.disabled,.th-component__btn:disabled {
    background-color: #999;
    border: .125rem solid #999!important;
    color: #fff
}

.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary:disabled:active,.btn-primary:disabled:focus,.btn-primary:disabled:hover,.gigya-input-submit.disabled:active,.gigya-input-submit.disabled:focus,.gigya-input-submit.disabled:hover,.gigya-input-submit:disabled:active,.gigya-input-submit:disabled:focus,.gigya-input-submit:disabled:hover,.th-component__btn.disabled:active,.th-component__btn.disabled:focus,.th-component__btn.disabled:hover,.th-component__btn:disabled:active,.th-component__btn:disabled:focus,.th-component__btn:disabled:hover {
    background-color: #999;
    outline: none!important
}

.th-component--reverse [class*="--inline-image-mobile"] .btn-primary,.th-component--reverse [class*="--inline-image-mobile"] .gigya-input-submit,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn {
    background-color: #447355;
    color: #fff;
    border-color: #447355
}

.th-component--reverse [class*="--inline-image-mobile"] .btn-primary:focus,.th-component--reverse [class*="--inline-image-mobile"] .gigya-input-submit:focus,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn:focus {
    background-color: #458355;
    border-color: #458355;
    outline: .1875rem solid rgba(108,184,106,.5)!important
}

.th-component--reverse [class*="--inline-image-mobile"] .btn-primary:hover,.th-component--reverse [class*="--inline-image-mobile"] .gigya-input-submit:hover,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn:hover {
    outline: .375rem solid rgba(108,184,106,.3)!important
}

.th-component--reverse [class*="--inline-image-mobile"] .btn-primary:active,.th-component--reverse [class*="--inline-image-mobile"] .btn-primary:not(:disabled):not(.disabled):active,.th-component--reverse [class*="--inline-image-mobile"] .gigya-input-submit:active,.th-component--reverse [class*="--inline-image-mobile"] .gigya-input-submit:not(:disabled):not(.disabled):active,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn:active,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn:not(:disabled):not(.disabled):active {
    background-color: #458355;
    border-color: #458355;
    box-shadow: none;
    outline: .375rem solid rgba(108,184,106,.5)!important
}

@media (min-width: 768px) {
    .th-component--reverse [class*="--inline-image-mobile"] .btn-primary,.th-component--reverse [class*="--inline-image-mobile"] .gigya-input-submit,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn {
        background-color:#fff;
        color: #447355;
        border-color: #fff
    }

    .th-component--reverse [class*="--inline-image-mobile"] .btn-primary:focus,.th-component--reverse [class*="--inline-image-mobile"] .gigya-input-submit:focus,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn:focus {
        background-color: #ccc;
        border-color: #ccc;
        outline: .1875rem solid hsla(0,0%,85%,.5)!important
    }

    .th-component--reverse [class*="--inline-image-mobile"] .btn-primary:hover,.th-component--reverse [class*="--inline-image-mobile"] .gigya-input-submit:hover,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn:hover {
        outline: .375rem solid hsla(0,0%,85%,.5)!important
    }

    .th-component--reverse [class*="--inline-image-mobile"] .btn-primary:active,.th-component--reverse [class*="--inline-image-mobile"] .btn-primary:not(:disabled):not(.disabled):active,.th-component--reverse [class*="--inline-image-mobile"] .gigya-input-submit:active,.th-component--reverse [class*="--inline-image-mobile"] .gigya-input-submit:not(:disabled):not(.disabled):active,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn:active,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn:not(:disabled):not(.disabled):active {
        background-color: #ccc;
        border-color: #ccc;
        outline: .375rem solid hsla(0,0%,85%,.5)!important
    }
}

@media (min-width: 768px) {
    .th-component--reverse-md [class*="--inline-image-mobile"] .btn-primary,.th-component--reverse-md [class*="--inline-image-mobile"] .gigya-input-submit,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn {
        background-color:#447355;
        color: #fff;
        border-color: #447355
    }

    .th-component--reverse-md [class*="--inline-image-mobile"] .btn-primary:focus,.th-component--reverse-md [class*="--inline-image-mobile"] .gigya-input-submit:focus,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn:focus {
        background-color: #458355;
        border-color: #458355;
        outline: .1875rem solid rgba(108,184,106,.5)!important
    }

    .th-component--reverse-md [class*="--inline-image-mobile"] .btn-primary:hover,.th-component--reverse-md [class*="--inline-image-mobile"] .gigya-input-submit:hover,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn:hover {
        outline: .375rem solid rgba(108,184,106,.3)!important
    }

    .th-component--reverse-md [class*="--inline-image-mobile"] .btn-primary:active,.th-component--reverse-md [class*="--inline-image-mobile"] .btn-primary:not(:disabled):not(.disabled):active,.th-component--reverse-md [class*="--inline-image-mobile"] .gigya-input-submit:active,.th-component--reverse-md [class*="--inline-image-mobile"] .gigya-input-submit:not(:disabled):not(.disabled):active,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn:active,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn:not(:disabled):not(.disabled):active {
        background-color: #458355;
        border-color: #458355;
        box-shadow: none;
        outline: .375rem solid rgba(108,184,106,.5)!important
    }
}

@media (min-width: 768px) and (min-width:768px) {
    .th-component--reverse-md [class*="--inline-image-mobile"] .btn-primary,.th-component--reverse-md [class*="--inline-image-mobile"] .gigya-input-submit,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn {
        background-color:#fff;
        color: #447355;
        border-color: #fff
    }

    .th-component--reverse-md [class*="--inline-image-mobile"] .btn-primary:focus,.th-component--reverse-md [class*="--inline-image-mobile"] .gigya-input-submit:focus,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn:focus {
        background-color: #ccc;
        border-color: #ccc;
        outline: .1875rem solid hsla(0,0%,85%,.5)!important
    }

    .th-component--reverse-md [class*="--inline-image-mobile"] .btn-primary:hover,.th-component--reverse-md [class*="--inline-image-mobile"] .gigya-input-submit:hover,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn:hover {
        outline: .375rem solid hsla(0,0%,85%,.5)!important
    }

    .th-component--reverse-md [class*="--inline-image-mobile"] .btn-primary:active,.th-component--reverse-md [class*="--inline-image-mobile"] .btn-primary:not(:disabled):not(.disabled):active,.th-component--reverse-md [class*="--inline-image-mobile"] .gigya-input-submit:active,.th-component--reverse-md [class*="--inline-image-mobile"] .gigya-input-submit:not(:disabled):not(.disabled):active,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn:active,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn:not(:disabled):not(.disabled):active {
        background-color: #ccc;
        border-color: #ccc;
        outline: .375rem solid hsla(0,0%,85%,.5)!important
    }
}

.th-component--reverse .btn-primary,.th-component--reverse .gigya-input-submit,.th-component--reverse .th-component__btn {
    background-color: #fff;
    color: #447355;
    border-color: #fff
}

@media (min-width: 768px) {
    .th-component--reverse-md .btn-primary,.th-component--reverse-md .gigya-input-submit,.th-component--reverse-md .th-component__btn {
        background-color:#fff;
        color: #447355;
        border-color: #fff
    }
}

.btn-primary--no-text,.th-component__btn--no-text {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 13l5-5m-5-5l5 5m0 0H2.5' stroke='%23fff' stroke-width='1.66' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    height: 3.375rem;
    padding: 1.1875rem;
    width: 3.375rem
}

.btn-primary--no-text.btn--small,.th-component__btn--no-text.btn--small {
    height: 2.375rem;
    padding: .625rem;
    width: 2.375rem
}

.btn-outline-primary,.th-component__btn-outline {
    transition: all .2s ease-in-out;
    background-color: transparent;
    border: .125rem solid #447355;
    border-radius: 2.3125rem;
    color: #447355;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .5px;
    padding: .875rem 1.75rem;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .btn-outline-primary,.th-component__btn-outline {
        transition: none
    }
}

.btn-outline-primary .btn--icon-label:after,.th-component__btn-outline .btn--icon-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 13l5-5m-5-5l5 5m0 0H2.5' stroke='%23447355' stroke-width='1.66' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.th-component--reverse-md [class*="--inline-image-mobile"] .btn-outline-primary,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn-outline,.th-component--reverse [class*="--inline-image-mobile"] .btn-outline-primary,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn-outline {
    border-color: #447355;
    color: #447355
}

@media (min-width: 768px) {
    .th-component--reverse-md [class*="--inline-image-mobile"] .btn-outline-primary,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn-outline,.th-component--reverse [class*="--inline-image-mobile"] .btn-outline-primary,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn-outline {
        border-color:#fff;
        color: #fff
    }
}

.th-component--reverse .btn-outline-primary,.th-component--reverse .th-component__btn-outline {
    border-color: #fff;
    color: #fff
}

@media (min-width: 768px) {
    .th-component--reverse-md .btn-outline-primary,.th-component--reverse-md .th-component__btn-outline {
        border-color:#fff;
        color: #fff
    }
}

.btn-outline-primary:focus,.btn.logo-home:focus,.th-component__btn-outline:focus {
    box-shadow: 0 0 0 .1875rem #fff;
    outline: .1875rem solid rgba(108,184,106,.5)!important;
    outline-offset: .1875rem
}

.th-component--reverse-md [class*="--inline-image-mobile"] .btn-outline-primary:focus,.th-component--reverse-md [class*="--inline-image-mobile"] .btn.logo-home:focus,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn-outline:focus,.th-component--reverse [class*="--inline-image-mobile"] .btn-outline-primary:focus,.th-component--reverse [class*="--inline-image-mobile"] .btn.logo-home:focus,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn-outline:focus {
    outline: .1875rem solid rgba(108,184,106,.5)!important
}

@media (min-width: 768px) {
    .th-component--reverse-md [class*="--inline-image-mobile"] .btn-outline-primary:focus,.th-component--reverse-md [class*="--inline-image-mobile"] .btn.logo-home:focus,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn-outline:focus,.th-component--reverse [class*="--inline-image-mobile"] .btn-outline-primary:focus,.th-component--reverse [class*="--inline-image-mobile"] .btn.logo-home:focus,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn-outline:focus {
        outline:.1875rem solid hsla(0,0%,100%,.5)!important
    }
}

.th-component--reverse .btn-outline-primary:focus,.th-component--reverse .btn.logo-home:focus,.th-component--reverse .th-component__btn-outline:focus {
    outline: .1875rem solid hsla(0,0%,100%,.5)!important
}

@media (min-width: 768px) {
    .th-component--reverse-md .btn-outline-primary:focus,.th-component--reverse-md .btn.logo-home:focus,.th-component--reverse-md .th-component__btn-outline:focus {
        outline:.1875rem solid hsla(0,0%,100%,.5)!important
    }
}

.btn-outline-primary:hover,.th-component__btn-outline:hover {
    color: #447355;
    background-color: transparent;
    border-color: #447355;
    outline: .375rem solid rgba(108,184,106,.3)!important;
    outline-offset: 0
}

.th-component--reverse [class*="--inline-image-mobile"] .btn-outline-primary:hover,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn-outline:hover {
    color: #447355;
    border-color: #447355;
    outline: .375rem solid rgba(108,184,106,.3)!important
}

@media (min-width: 768px) {
    .th-component--reverse [class*="--inline-image-mobile"] .btn-outline-primary:hover,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn-outline:hover {
        color:#fff;
        border-color: #fff;
        outline: .375rem solid hsla(0,0%,100%,.3)!important
    }
}

.th-component--reverse .btn-outline-primary:hover,.th-component--reverse .th-component__btn-outline:hover {
    color: #fff;
    border-color: #fff;
    outline: .375rem solid hsla(0,0%,100%,.3)!important
}

.btn-outline-primary:active,.btn-outline-primary:not(:disabled):not(.disabled):active,.th-component__btn-outline:active,.th-component__btn-outline:not(:disabled):not(.disabled):active {
    color: #447355;
    background-color: transparent;
    border-color: #447355;
    box-shadow: none;
    outline: .375rem solid rgba(108,184,106,.5)!important;
    outline-offset: 0
}

.btn-outline-primary:active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.th-component__btn-outline:active:focus,.th-component__btn-outline:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.th-component--reverse-md [class*="--inline-image-mobile"] .btn-outline-primary:active,.th-component--reverse-md [class*="--inline-image-mobile"] .btn-outline-primary:not(:disabled):not(.disabled):active,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn-outline:active,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn-outline:not(:disabled):not(.disabled):active,.th-component--reverse [class*="--inline-image-mobile"] .btn-outline-primary:active,.th-component--reverse [class*="--inline-image-mobile"] .btn-outline-primary:not(:disabled):not(.disabled):active,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn-outline:active,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn-outline:not(:disabled):not(.disabled):active {
    color: #447355;
    border-color: #447355;
    outline: .375rem solid rgba(108,184,106,.5)!important
}

@media (min-width: 768px) {
    .th-component--reverse-md [class*="--inline-image-mobile"] .btn-outline-primary:active,.th-component--reverse-md [class*="--inline-image-mobile"] .btn-outline-primary:not(:disabled):not(.disabled):active,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn-outline:active,.th-component--reverse-md [class*="--inline-image-mobile"] .th-component__btn-outline:not(:disabled):not(.disabled):active,.th-component--reverse [class*="--inline-image-mobile"] .btn-outline-primary:active,.th-component--reverse [class*="--inline-image-mobile"] .btn-outline-primary:not(:disabled):not(.disabled):active,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn-outline:active,.th-component--reverse [class*="--inline-image-mobile"] .th-component__btn-outline:not(:disabled):not(.disabled):active {
        color:#fff;
        border-color: #fff;
        outline: .375rem solid hsla(0,0%,100%,.5)!important
    }
}

.th-component--reverse .btn-outline-primary:active,.th-component--reverse .btn-outline-primary:not(:disabled):not(.disabled):active,.th-component--reverse .th-component__btn-outline:active,.th-component--reverse .th-component__btn-outline:not(:disabled):not(.disabled):active {
    color: #fff;
    border-color: #fff;
    outline: .375rem solid hsla(0,0%,100%,.5)!important
}

@media (min-width: 768px) {
    .th-component--reverse .btn-outline-primary:active,.th-component--reverse .btn-outline-primary:not(:disabled):not(.disabled):active,.th-component--reverse .th-component__btn-outline:active,.th-component--reverse .th-component__btn-outline:not(:disabled):not(.disabled):active {
        color:#fff;
        border-color: #fff;
        outline: .375rem solid hsla(0,0%,100%,.5)!important
    }
}

.th-component--reverse .link {
    color: #fff
}

@media (min-width: 768px) {
    .th-component--reverse-md .link {
        color:#fff
    }
}

.btn-outline-primary:disabled,.th-component__btn-outline:disabled {
    color: #999;
    border-color: #999
}

.btn-outline-primary:disabled:active,.btn-outline-primary:disabled:focus,.btn-outline-primary:disabled:hover,.th-component__btn-outline:disabled:active,.th-component__btn-outline:disabled:focus,.th-component__btn-outline:disabled:hover {
    outline: none!important
}

.btn-outline-primary:disabled .btn--icon-label:after,.th-component__btn-outline:disabled .btn--icon-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 13l5-5m-5-5l5 5m0 0H2.5' stroke='%23999' stroke-width='1.66' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.btn-outline-primary--no-text,.th-component__btn-outline--no-text {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 13l5-5m-5-5l5 5m0 0H2.5' stroke='%23447355' stroke-width='1.66' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    height: 3.375rem;
    width: 3.375rem;
    padding: 1.1875rem
}

.btn-outline-primary--no-text:disabled,.th-component__btn-outline--no-text:disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 13l5-5m-5-5l5 5m0 0H2.5' stroke='%23999' stroke-width='1.66' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.btn-outline-primary--no-text.btn--small,.th-component__btn-outline--no-text.btn--small {
    height: 2.375rem;
    width: 2.375rem;
    padding: .625rem
}

.btn--small {
    border: .125rem solid #447355;
    font-size: 1rem;
    padding: .5625rem 1.25rem
}

.btn--small:focus {
    box-shadow: 0 0 0 .125rem #fff;
    outline: .125rem solid rgba(108,184,106,.5)!important;
    outline-offset: .125rem
}

.btn--small:hover {
    outline: .25rem solid rgba(108,184,106,.3)!important;
    outline-offset: 0
}

.btn--small:active,.btn--small:not(:disabled):not(.disabled):active {
    outline: .25rem solid rgba(108,184,106,.5)!important;
    outline-offset: 0
}

.btn--small:disabled {
    border: .125rem solid #999
}

.btn--small:disabled:active,.btn--small:disabled:focus,.btn--small:disabled:hover {
    outline: none
}

.btn--icon-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 13l5-5m-5-5l5 5m0 0H2.5' stroke='%23fff' stroke-width='1.66' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    width: .9375rem;
    height: .875rem;
    margin-left: .75rem
}

.adyen-checkout__checkbox__input,.custom-control-input,.gigya-input-checkbox {
    cursor: pointer;
    height: 0;
    margin-bottom: 0;
    padding: 0;
    width: 0
}

.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:after,.adyen-checkout__checkbox__input:checked+label:after,.custom-control-input:checked+.adyen-checkout__checkbox__label:after,.custom-control-input:checked+label:after,.gigya-input-checkbox:checked+.adyen-checkout__checkbox__label:after,.gigya-input-checkbox:checked+label:after {
    background-image: none!important;
    background-color: transparent!important;
    border: solid #fff!important;
    border-radius: 0!important;
    border-width: 0 .125rem .125rem 0!important;
    box-shadow: none!important;
    content: ""!important;
    display: block!important;
    height: .6875rem!important;
    position: absolute!important;
    top: .3125rem!important;
    left: .4375rem!important;
    transform: rotate(45deg)!important;
    width: .375rem!important;
    z-index: 1!important
}

.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:before,.adyen-checkout__checkbox__input:checked+label:before,.custom-control-input:checked+.adyen-checkout__checkbox__label:before,.custom-control-input:checked+label:before,.gigya-input-checkbox:checked+.adyen-checkout__checkbox__label:before,.gigya-input-checkbox:checked+label:before {
    background-color: #447355!important
}

.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label.checkbox__label--indeterminate:after,.adyen-checkout__checkbox__input:checked+label.checkbox__label--indeterminate:after,.custom-control-input:checked+.adyen-checkout__checkbox__label.checkbox__label--indeterminate:after,.custom-control-input:checked+label.checkbox__label--indeterminate:after,.gigya-input-checkbox:checked+.adyen-checkout__checkbox__label.checkbox__label--indeterminate:after,.gigya-input-checkbox:checked+label.checkbox__label--indeterminate:after {
    border-width: 0 0 .125rem;
    height: auto;
    top: .6875rem;
    transform: none
}

.adyen-checkout__checkbox__input:disabled+.adyen-checkout__checkbox__label,.adyen-checkout__checkbox__input:disabled+label,.custom-control-input:disabled+.adyen-checkout__checkbox__label,.custom-control-input:disabled+label,.gigya-input-checkbox:disabled+.adyen-checkout__checkbox__label,.gigya-input-checkbox:disabled+label {
    cursor: default;
    color: #767676
}

.adyen-checkout__checkbox__input:disabled+.adyen-checkout__checkbox__label:before,.adyen-checkout__checkbox__input:disabled+label:before,.custom-control-input:disabled+.adyen-checkout__checkbox__label:before,.custom-control-input:disabled+label:before,.gigya-input-checkbox:disabled+.adyen-checkout__checkbox__label:before,.gigya-input-checkbox:disabled+label:before {
    border: .125rem solid #a8a8a8!important;
    background-color: #d3d3d3!important;
    cursor: default
}

.adyen-checkout__checkbox__input:disabled+.adyen-checkout__checkbox__label:hover:before,.adyen-checkout__checkbox__input:disabled+label:hover:before,.custom-control-input:disabled+.adyen-checkout__checkbox__label:hover:before,.custom-control-input:disabled+label:hover:before,.gigya-input-checkbox:disabled+.adyen-checkout__checkbox__label:hover:before,.gigya-input-checkbox:disabled+label:hover:before {
    box-shadow: none;
    outline: none
}

.adyen-checkout__checkbox__input:checked:disabled+.adyen-checkout__checkbox__label:before,.adyen-checkout__checkbox__input:checked:disabled+label:before,.custom-control-input:checked:disabled+.adyen-checkout__checkbox__label:before,.custom-control-input:checked:disabled+label:before,.gigya-input-checkbox:checked:disabled+.adyen-checkout__checkbox__label:before,.gigya-input-checkbox:checked:disabled+label:before {
    background-color: #a8a8a8!important
}

.adyen-checkout__checkbox__input:active+.adyen-checkout__checkbox__label:before,.adyen-checkout__checkbox__input:active+label:before,.custom-control-input:active+.adyen-checkout__checkbox__label:before,.custom-control-input:active+label:before,.gigya-input-checkbox:active+.adyen-checkout__checkbox__label:before,.gigya-input-checkbox:active+label:before {
    box-shadow: none;
    outline: .25rem solid rgba(108,184,106,.5);
    outline-offset: 0
}

.adyen-checkout__checkbox__input:focus+.adyen-checkout__checkbox__label:before,.adyen-checkout__checkbox__input:focus+label:before,.custom-control-input:focus+.adyen-checkout__checkbox__label:before,.custom-control-input:focus+label:before,.gigya-input-checkbox:focus+.adyen-checkout__checkbox__label:before,.gigya-input-checkbox:focus+label:before {
    box-shadow: 0 0 0 .125rem #fff!important;
    outline: .125rem solid rgba(108,184,106,.5);
    outline-offset: .125rem
}

.adyen-checkout__checkbox__label,.custom-control-label,.gigya-composite-control-checkbox .gigya-label {
    color: #6a768c!important;
    cursor: pointer!important;
    font-size: 1rem!important;
    font-weight: 600!important;
    padding-left: 2rem!important;
    position: relative!important;
    transition: all .2s!important;
    min-height: 1.5rem;
    min-width: 1.5rem
}

.adyen-checkout__checkbox__label--thin,.custom-control-label--thin,.gigya-composite-control-checkbox .gigya-label--thin {
    font-weight: 400
}

.adyen-checkout__checkbox__label:before,.custom-control-label:before,.gigya-composite-control-checkbox .gigya-label:before {
    background: none!important;
    background-color: #fff!important;
    border: .125rem solid #447355!important;
    border-radius: .1875rem!important;
    content: ""!important;
    cursor: pointer!important;
    display: inline-block!important;
    margin-right: .5rem!important;
    opacity: 1!important;
    padding: .5rem!important;
    position: absolute!important;
    top: .125rem!important;
    left: 0!important;
    transition: all .2s!important;
    vertical-align: text-bottom!important;
    transform: none!important
}

.adyen-checkout__checkbox__label:after,.custom-control-label:after,.gigya-composite-control-checkbox .gigya-label:after {
    content: none!important
}

.adyen-checkout__checkbox__label:focus:before,.custom-control-label:focus:before,.gigya-composite-control-checkbox .gigya-label:focus:before {
    box-shadow: 0 0 0 .125rem #fff;
    outline: .125rem solid rgba(108,184,106,.5);
    outline-offset: .125rem
}

.adyen-checkout__checkbox__label:hover:before,.custom-control-label:hover:before,.gigya-composite-control-checkbox .gigya-label:hover:before {
    outline: .25rem solid rgba(108,184,106,.3)
}

.form-check {
    overflow: hidden;
    padding: .3125rem .3125rem 1.25rem;
    margin: -.3125rem -.3125rem 0
}

.form-check-input,.paymentMethod>input {
    cursor: pointer;
    height: 0;
    margin-bottom: 0;
    padding: 0;
    width: 0;
    visibility: hidden
}

.form-check-input:checked~label:after,.paymentMethod>input:checked~label:after {
    border: solid #fff;
    border-radius: .3125rem;
    border-width: .1875rem;
    content: "";
    display: block;
    height: .3125rem;
    position: absolute;
    top: .5625rem;
    left: .4375rem;
    width: .3125rem
}

.form-check-input:checked~label:before,.paymentMethod>input:checked~label:before {
    background-color: #447355
}

.form-check-input:disabled~label,.paymentMethod>input:disabled~label {
    color: #767676;
    cursor: default
}

.form-check-input:disabled~label:before,.paymentMethod>input:disabled~label:before {
    border: .125rem solid #a8a8a8;
    background-color: #d3d3d3;
    cursor: default
}

.form-check-input:disabled~label:hover:before,.paymentMethod>input:disabled~label:hover:before {
    box-shadow: none;
    outline: none
}

.form-check-input:checked:disabled~label:before,.paymentMethod>input:checked:disabled~label:before {
    background-color: #a8a8a8
}

.form-check-input:active~label:before,.paymentMethod>input:active~label:before {
    box-shadow: none;
    outline: .25rem solid rgba(108,184,106,.5);
    outline-offset: 0
}

.form-check-input:focus~label:before,.paymentMethod>input:focus~label:before {
    box-shadow: 0 0 0 .125rem #fff;
    outline: .125rem solid rgba(108,184,106,.5);
    outline-offset: .125rem
}

.form-check-label,.paymentMethod>label {
    color: #6a768c;
    cursor: pointer;
    font-size: 1rem!important;
    font-weight: 600;
    position: relative;
    transition: all .2s
}

.form-check-label:before,.paymentMethod>label:before {
    background-color: #fff;
    border: .125rem solid #447355;
    border-radius: .625rem;
    content: "";
    cursor: pointer;
    display: inline-block;
    margin-right: .5rem;
    padding: .5rem;
    position: relative;
    vertical-align: text-bottom
}

.form-check-label:hover:before,.paymentMethod>label:hover:before {
    outline: .25rem solid rgba(108,184,106,.3)
}

.form-check-label:focus:before,.paymentMethod>label:focus:before {
    box-shadow: 0 0 0 .125rem #fff;
    outline: .125rem solid rgba(108,184,106,.5);
    outline-offset: .125rem
}

.form-group {
    margin-bottom: 1.25rem;
    position: relative
}

.form-group .form-control {
    background-color: #fff;
    border: .125rem solid rgba(106,118,140,.3);
    border-radius: .375rem;
    color: #3c4453;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    height: 3.375rem;
    letter-spacing: .01rem;
    line-height: 1.25;
    outline: .25rem solid transparent;
    padding: 1.25rem 1rem .9375rem;
    transition: all .3s ease-in-out;
    width: 100%
}

.form-group .form-control::placeholder {
    color: transparent
}

.form-group .form-control:focus {
    border: .125rem solid #518a70;
    padding-top: 1.375rem;
    padding-bottom: .375rem;
    outline: .25rem solid #d3ead2
}

.form-group .form-control:focus~label {
    font-size: .75rem;
    transform: translateY(-.7rem)
}

.form-group .form-control:not(:placeholder-shown) {
    padding-top: 1.375rem;
    padding-bottom: .375rem
}

.form-group .form-control:not(:placeholder-shown)~label {
    font-size: .75rem;
    transform: translateY(-.7rem)
}

.form-group .form-control:is(select:valid)~label {
    font-size: .75rem!important;
    transform: translateY(-.7rem)!important
}

.form-group .form-control:hover {
    outline: .25rem solid #d3ead2
}

.form-group .form-control.is-invalid {
    border-color: #ca215e
}

.form-group .form-control.is-invalid:focus {
    border-color: #ca215e;
    box-shadow: none;
    outline: .25rem solid rgba(202,33,94,.2)
}

.form-group .form-control.is-invalid:hover {
    outline: .25rem solid rgba(202,33,94,.2)
}

.form-group .form-control.is-invalid~span {
    display: none
}

.form-group .form-control~span {
    color: #6e7787;
    display: inline-block;
    font-size: .8125rem;
    letter-spacing: .00813rem;
    margin-top: .25rem;
    padding-left: 1rem
}

.form-group .form-control-label {
    border: .0625rem solid transparent;
    color: #6e7787;
    height: 100%;
    letter-spacing: .01rem;
    padding: 1rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    transition: all .3s ease-in-out;
    width: fill-available;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.form-group .info-icon~.form-control-label {
    top: 1.6875rem
}

.form-group .invalid-feedback {
    color: #ca215e;
    font-size: .8125rem;
    letter-spacing: .00813rem;
    margin-top: .25rem;
    padding-left: 1rem
}

.form-group.required .form-control-label:before {
    content: ""
}

.form-group.required .form-control-label:after {
    content: "*"
}

select[data-chosen=""]~label {
    font-size: 1rem!important;
    transform: translateY(0)!important
}

.fade-out-select select {
    background-image: none!important;
    padding-right: 1.875rem!important
}

.fade-out-select:after {
    background-image: url("../../images/dropdown.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    content: "";
    height: 3.375rem;
    width: 2.1875rem
}

.fade-out-select:after,.fade-out-select__fade-background {
    border-radius: .75rem;
    position: absolute;
    top: .125rem;
    right: .125rem
}

.fade-out-select__fade-background {
    background: linear-gradient(90deg,transparent,#fff 70%,#fff);
    height: 3.125rem;
    width: 3.75rem
}

select {
    appearance: none;
    background: #fff url("../../images/dropdown.svg") right .75rem center/1.25rem 1.25rem no-repeat!important
}

.link {
    border-bottom: .0625rem solid rgba(108,184,106,.4);
    color: #447355;
    display: inline;
    font-size: .9375rem;
    font-weight: 600;
    padding-bottom: .125rem;
    transition: all .2s
}

.link--medium {
    font-size: .875rem
}

.link--small {
    font-size: .8125rem
}

.link__arrow-left:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.375 9.375L4 6l3.375-3.375' stroke='%23447355' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    margin: 0 .1875rem -.0625rem 0
}

.link__arrow-left:before,.link__arrow-right:after {
    background-repeat: no-repeat;
    border-bottom: .0625rem solid #fff;
    content: "";
    display: inline-block;
    height: 1.0625rem;
    vertical-align: bottom;
    width: .75rem
}

.link__arrow-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.62 9.375L7.995 6 4.62 2.625' stroke='%23447355' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    margin: 0 0 -.0625rem .1875rem
}

.link:hover {
    border-bottom-color: #447355;
    color: #447355;
    text-decoration: none
}

.c-pdp-action {
    background-color: #eaf2e6;
    overflow: hidden;
    padding: 1.875rem 0 1.25rem;
    border-bottom: 1px solid hsla(220,6%,58%,.25);
    max-width: 1840px;
    margin: auto
}

@media (min-width: 1024px) {
    .c-pdp-action {
        padding:5rem 0 0;
        border-bottom: none
    }
}

.c-pdp-action__heading {
    color: #518a70;
    font-size: 2.0625rem;
    font-family: Harmonia Black Italic;
    line-height: normal;
    margin-bottom: 1.25rem;
    padding: 0 1.25rem;
    font-weight: 400
}

@media (min-width: 1024px) {
    .c-pdp-action__heading {
        margin-bottom:2rem;
        text-align: center
    }
}

.c-pdp-action__region {
    margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
    .c-pdp-action__region {
        margin-bottom:3.75rem
    }
}

.c-pdp-action__region__wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

@media (min-width: 1024px) {
    .c-pdp-action__region__wrapper {
        margin-right:0;
        margin-left: 0;
        margin-bottom: 2.9375rem;
        max-width: none
    }
}

.c-pdp-action__region__wrapper__row {
    flex: 0 1 auto;
    max-width: 60%
}

@media (min-width: 1024px) {
    .c-pdp-action__region__wrapper__row {
        flex:1 0 auto;
        max-width: none;
        overflow: hidden
    }
}

.c-pdp-action__region__wrapper:after,.c-pdp-action__region__wrapper:before {
    background-color: #447355;
    content: "";
    height: .3125rem;
    margin: .375rem 1.25rem 0;
    width: auto;
    flex: 1
}

@media (min-width: 1024px) {
    .c-pdp-action__region__wrapper:before {
        flex:1 0 50px
    }
}

@media (min-width: 1024px) {
    .c-pdp-action__region__wrapper:after {
        width:100%;
        flex: 1 0 100%
    }
}

.c-pdp-action__region__icon {
    height: 2rem;
    width: 2rem
}

@media (min-width: 1024px) {
    .c-pdp-action__region__icon {
        height:2.5rem;
        width: 2.5rem;
        margin-right: .5rem
    }
}

.c-pdp-action__sub-heading {
    font-family: Harmonia Sans Pro,Arial,sans-serif;
    color: #447355;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -.02562rem;
    line-height: normal;
    margin-bottom: 0;
    text-align: center;
    display: inline;
    vertical-align: middle
}

@media (min-width: 1024px) {
    .c-pdp-action__sub-heading {
        font-size:2.125rem;
        letter-spacing: 2%
    }
}

.c-pdp-action__slider {
    margin-left: 1.25rem
}

@media (min-width: 1024px) {
    .c-pdp-action__slider {
        margin:0
    }
}

.c-pdp-action__slider__item {
    margin: 0;
    margin-right: .625rem
}

@media (min-width: 1024px) {
    .c-pdp-action__slider__item {
        margin:0 3.375rem;
        margin-right: 0
    }
}

.c-pdp-action__slider__item.slick-slide:not(.slick-current) {
    opacity: .5
}

.c-pdp-action__slider__item.slick-slide:not(.slick-current) .c-pdp-action__slider__right {
    opacity: 0
}

@media (min-width: 1024px) {
    .c-pdp-action__slider__item.slick-slide:not(.slick-current) .c-pdp-action__slider__right {
        opacity:1
    }
}

.c-pdp-action__slider__item:not(.slick-slide) {
    display: flex;
    justify-content: center
}

.c-pdp-action__slider__item:not(.slick-slide):not(:first-child) {
    display: none
}

.c-pdp-action__slider .slick-next,.c-pdp-action__slider .slick-prev {
    border-radius: 50%;
    height: 3.125rem;
    width: 3.125rem;
    z-index: 1
}

.c-pdp-action__slider .slick-next:before,.c-pdp-action__slider .slick-prev:before {
    display: none
}

.c-pdp-action__slider .slick-next:focus,.c-pdp-action__slider .slick-prev:focus {
    outline: solid rgba(108,184,106,.3)
}

.c-pdp-action__slider .slick-next .slick-next-icon,.c-pdp-action__slider .slick-next .slick-prev-icon,.c-pdp-action__slider .slick-prev .slick-next-icon,.c-pdp-action__slider .slick-prev .slick-prev-icon {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.c-pdp-action__slider .slick-next .slick-next-icon:before,.c-pdp-action__slider .slick-next .slick-prev-icon:before,.c-pdp-action__slider .slick-prev .slick-next-icon:before,.c-pdp-action__slider .slick-prev .slick-prev-icon:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='54' height='54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='2' y='2' width='50' height='50'%3E%3Cpath d='M27 49.5c12.427 0 22.5-10.073 22.5-22.5S39.427 4.5 27 4.5 4.5 14.573 4.5 27 14.573 49.5 27 49.5z' fill='%23fff' stroke='%23fff' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M30.375 37.125L20.25 27l10.125-10.125' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='M0 0h54v54H0V0z' fill='%236A768C'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%
}

.c-pdp-action__slider .slick-prev {
    left: 0
}

@media (min-width: 1024px) {
    .c-pdp-action__slider .slick-prev {
        left:1.25rem
    }
}

.c-pdp-action__slider .slick-next {
    left: unset;
    right: 0
}

@media (min-width: 1024px) {
    .c-pdp-action__slider .slick-next {
        right:1.25rem
    }
}

.c-pdp-action__slider .slick-next .slick-next-icon:before {
    transform: translate(-50%,-50%) rotate(180deg)
}

.c-pdp-action__slider__wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@media (min-width: 1024px) {
    .c-pdp-action__slider__wrapper {
        flex-direction:row
    }
}

.c-pdp-action__slider__left {
    margin-bottom: .9375rem;
    width: 100%
}

@media (min-width: 1024px) {
    .c-pdp-action__slider__left {
        flex:0 1 50%;
        margin-bottom: 0;
        order: 2
    }
}

.c-pdp-action__slider__right {
    color: #6a768c;
    padding: 1.6875rem 1.25rem;
    position: relative;
    width: 100%
}

@media (min-width: 1024px) {
    .c-pdp-action__slider__right {
        flex:0 1 50%;
        align-self: center;
        padding-left: 3.125rem;
        padding-right: 4.375rem;
        order: 1
    }
}

.c-pdp-action__slider__img-holder {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative
}

@media (min-width: 1024px) {
    .c-pdp-action__slider__img-holder {
        transform:scale(.8)
    }
}

.c-pdp-action__slider__img-holder.is-overlay:before {
    background-color: rgba(0,0,0,.2);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

.c-pdp-action__slider__img-holder.is-video .c-pdp-action__slider__video {
    border: .1875rem solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 4.375rem;
    z-index: 3
}

.c-pdp-action__slider__img-holder.is-video .c-pdp-action__slider__video__icon {
    color: #fff;
    height: 2.8125rem;
    width: 2.8125rem
}

.c-pdp-action__slider__img-holder img,.c-pdp-action__slider__img-holder video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.c-pdp-action__slider__img-holder img {
    object-fit: contain
}

.c-pdp-action__slider__img-holder.is-video {
    background: #000
}

.c-pdp-action__slider__img-holder.is-video>img {
    display: none
}

.c-pdp-action__slider__img-holder.is-video.has-cover-image>img {
    display: block
}

.c-pdp-action__slider__seconday-heading {
    font-size: .9375rem;
    font-weight: 600;
    line-height: normal;
    margin-bottom: .625rem;
    text-transform: uppercase
}

@media (min-width: 1024px) {
    .c-pdp-action__slider__seconday-heading {
        font-size:1rem;
        margin-bottom: 1.5rem
    }
}

.c-pdp-action__slider__primary-heading {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6875rem;
    margin: 1rem 0;
    color: #3c4453;
    font-family: Harmonia Sans Pro,Arial,sans-serif
}

@media (min-width: 1024px) {
    .c-pdp-action__slider__primary-heading {
        font-size:1.875rem;
        line-height: 2.25rem;
        margin-bottom: 1.875rem;
        margin-top: 1.875rem
    }
}

.c-pdp-action__slider__body {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #3c4453
}

@media (min-width: 1024px) {
    .c-pdp-action__slider__body {
        font-size:1.25rem;
        line-height: 1.625rem
    }
}

.c-pdp-action__slider__slide-count {
    font-size: .9375rem;
    font-weight: 600;
    letter-spacing: .0625rem;
    color: #3c4453
}

@media (min-width: 1024px) {
    .c-pdp-action__slider__slide-count {
        font-size:1.25rem;
        font-weight: 400
    }
}

.c-pdp-action__slider .slick-list {
    padding: 0 10px 0 0
}

@media (min-width: 1024px) {
    .c-pdp-action__slider .slick-list {
        padding:0
    }
}

.add-to-wishlist-messages {
    transform: translate(-50%,-50%);
    position: fixed;
    top: 15%;
    left: 50%;
    z-index: 51
}

.add-to-wishlist-alert {
    animation: fade 5s linear forwards;
    box-shadow: 1px 1px 5px grey;
    padding: 1em
}

@keyframes fade {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.add-to-wishlist-alert.show {
    display: block
}

.wishlistTile {
    top: 8px;
    right: 16px
}

.wishlistTile i.fa-heart-o {
    color: rgba(0,0,0,.7)
}

.wishlistTile i.fa-circle {
    color: hsla(0,0%,100%,.7);
    text-shadow: 0 2px 10px rgba(0,0,0,.2)
}

.wishlistTile .fa-heart {
    color: #000
}

.s-value-add__container {
    background-color: #eaf2e6;
    margin-top: 3.75rem;
    padding: 2.5rem 1.25rem
}

@media (min-width: 1280px) {
    .s-value-add__container {
        margin-top:5rem;
        padding: 5rem 7.5rem
    }
}

.s-value-add__title {
    color: #518a70;
    font-size: 1.5rem;
    font-family: Harmonia Black Italic;
    line-height: 1.07;
    margin-bottom: .625rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px;
    text-align: center
}

@media (min-width: 768px) {
    .s-value-add__title {
        font-size:1.875rem
    }
}

@media (min-width: 1280px) {
    .s-value-add__title {
        font-size:2.5rem;
        text-align: center;
        margin-bottom: 1.25rem
    }
}

.s-value-add__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px
}

@media (min-width: 1024px) {
    .s-value-add__content {
        flex-wrap:nowrap
    }
}

.s-value-add__tile {
    align-items: center;
    display: flex;
    margin-top: .9375rem;
    width: 48%;
    font-size: .8125rem
}

@media (min-width: 768px) {
    .s-value-add__tile {
        width:24%;
        font-size: .875rem
    }
}

@media (min-width: 1280px) {
    .s-value-add__tile {
        width:calc(25% - 32px)
    }
}

.s-value-add__tile-image {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 51.4px 40px;
    border-radius: 50%;
    height: 4rem;
    width: 4rem
}

.s-value-add__tile-image--60day {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='52' height='41' viewBox='0 0 52 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.104 2.71a4.107 4.107 0 0 1 5.322-.004l12.393 10.52a4.166 4.166 0 0 1 1.467 3.177v15.911a3.24 3.24 0 0 1-.94 2.285 3.197 3.197 0 0 1-2.269.947H12.494c-.85 0-1.666-.34-2.268-.946a3.243 3.243 0 0 1-.94-2.284V16.403c0-1.222.535-2.382 1.46-3.172L23.104 2.709zm3.549 2.114a1.37 1.37 0 0 0-1.775 0l-12.357 10.52a1.385 1.385 0 0 0-.485 1.059v15.913a.46.46 0 0 0 .458.462h26.583a.457.457 0 0 0 .459-.462V16.403a1.394 1.394 0 0 0-.49-1.058L26.653 4.82v.004z' fill='%236A768C'/%3E%3Cpath d='M17.714 25.03c0 2.086 1.486 3.557 3.686 3.557s3.729-1.6 3.729-3.557c0-1.986-1.372-3.443-3.2-3.514-.172 0-.515.014-.629.057l2.143-3.043h-2.186l-2.214 3.143c-.743 1.071-1.329 2.114-1.329 3.357zm2.015.014c0-1.114.7-1.843 1.685-1.843 1 0 1.7.8 1.7 1.843 0 1.086-.742 1.815-1.7 1.815-.928 0-1.685-.729-1.685-1.815zm6.625-1.685c0 4.085 2.014 5.242 3.671 5.242 1.386 0 3.629-.985 3.629-5.3 0-3.885-1.929-5.085-3.572-5.085-1.771 0-3.729 1.386-3.729 5.143zm5.285 0c0 2.585-.814 3.514-1.585 3.514-.958 0-1.672-1-1.672-3.557 0-2.457.8-3.372 1.629-3.372.985 0 1.628 1.1 1.628 3.415z' fill='%236A768C'/%3E%3C/svg%3E")
}

.s-value-add__tile-image--free-shipping {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='52' height='41' viewBox='0 0 52 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.722 5.364c-.987 0-1.934.4-2.632 1.11A3.825 3.825 0 0 0 10 9.154v17.303c0 .944.346 1.854.97 2.552a3.699 3.699 0 0 0 2.405 1.221 5.076 5.076 0 0 0 1.681 3.03 4.91 4.91 0 0 0 3.208 1.204 4.91 4.91 0 0 0 3.21-1.193 5.075 5.075 0 0 0 1.692-3.024h5.587a5.076 5.076 0 0 0 1.688 3.024 4.91 4.91 0 0 0 3.207 1.197 4.91 4.91 0 0 0 3.208-1.197 5.075 5.075 0 0 0 1.688-3.024h2.962a3.672 3.672 0 0 0 2.632-1.11c.346-.352.62-.77.807-1.23a3.85 3.85 0 0 0 .283-1.45v-7.663c0-.56-.122-1.115-.358-1.622l-2.811-4.587a3.769 3.769 0 0 0-1.373-1.58 3.674 3.674 0 0 0-1.99-.588H36.13V9.154a3.826 3.826 0 0 0-1.09-2.68 3.689 3.689 0 0 0-2.632-1.11H13.722zM38.33 27.721a5.049 5.049 0 0 0-2.2-2.694v-5.116h6.617v3.599H40.68a1.23 1.23 0 0 0-.877.37 1.275 1.275 0 0 0-.364.893c0 .335.131.656.364.893.233.237.548.37.877.37h2.068v.421c0 .335-.13.657-.363.894a1.23 1.23 0 0 1-.878.37H38.33zm-4.681-3.37a4.903 4.903 0 0 0-2.867.928 5.047 5.047 0 0 0-1.815 2.442h-6.014a5.046 5.046 0 0 0-1.813-2.443 4.904 4.904 0 0 0-2.865-.929 4.904 4.904 0 0 0-2.866.925 5.045 5.045 0 0 0-1.816 2.44 1.233 1.233 0 0 1-.793-.411 1.276 1.276 0 0 1-.319-.846V9.154c0-.335.131-.656.364-.893a1.23 1.23 0 0 1 .877-.37h18.686c.329 0 .645.133.877.37.233.237.364.558.364.893v15.198zm2.481-11.407h2.564c.235 0 .466.067.665.195s.358.311.458.527l2.406 3.719H36.13v-4.441zM18.271 31.93a2.46 2.46 0 0 1-1.754-.74 2.55 2.55 0 0 1-.727-1.786c0-.67.261-1.313.727-1.787a2.46 2.46 0 0 1 1.754-.74c.659 0 1.29.267 1.755.74a2.55 2.55 0 0 1 .727 1.787 2.55 2.55 0 0 1-.727 1.787 2.46 2.46 0 0 1-1.755.74zm17.859-2.526a2.55 2.55 0 0 1-.727 1.787 2.46 2.46 0 0 1-1.755.74 2.46 2.46 0 0 1-1.754-.74 2.55 2.55 0 0 1-.727-1.787c0-.67.261-1.313.727-1.787a2.46 2.46 0 0 1 1.755-.74 2.46 2.46 0 0 1 1.754.74 2.55 2.55 0 0 1 .727 1.787z' fill='%236A768C'/%3E%3C/svg%3E")
}

.s-value-add__tile-image--affirm {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='52' height='41' viewBox='0 0 52 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.834 19.967v8.485h2.413v-4.088c0-1.944 1.169-2.514 1.985-2.514.318 0 .747.093 1.031.306l.44-2.243c-.373-.16-.763-.195-1.082-.195-1.24 0-2.02.553-2.534 1.675v-1.426h-2.253zm17.053-.249c-1.275 0-2.229.759-2.725 1.49-.461-.945-1.438-1.49-2.607-1.49-1.276 0-2.159.713-2.566 1.532v-1.283h-2.326v8.486h2.414v-4.368c0-1.57.816-2.32 1.578-2.32.69 0 1.323.449 1.323 1.607v5.08h2.411v-4.367c0-1.587.798-2.32 1.595-2.32.638 0 1.31.466 1.31 1.59v5.098h2.41v-5.866c0-1.907-1.275-2.87-2.817-2.87zm-22.926.249h-2.186v-.863c0-1.122.638-1.444 1.188-1.444.606 0 1.079.271 1.079.271l.744-1.71s-.754-.497-2.126-.497c-1.541 0-3.295.875-3.295 3.619v.624h-3.66v-.863c0-1.122.638-1.444 1.187-1.444.312 0 .732.074 1.08.271l.744-1.71c-.444-.263-1.158-.497-2.126-.497-1.541 0-3.295.875-3.295 3.619v.624h-1.4v1.872h1.4v6.613h2.41V21.84h3.66v6.613h2.41V21.84h2.186v-1.872zm1.439 8.486h2.41v-8.486H22.4v8.486z' fill='%236A768C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.452 8.13c-6.512 0-12.316 4.548-13.964 10.395h2.361c1.376-4.354 6.046-8.176 11.603-8.176 6.753 0 12.59 5.173 12.59 13.225 0 1.808-.233 3.438-.673 4.878h2.29l.023-.079c.375-1.486.566-3.1.566-4.799 0-8.98-6.505-15.443-14.796-15.443zM3.36 26.93c-.633 0-.949-.313-.949-.83 0-.959 1.066-1.287 3.01-1.494 0 1.282-.86 2.324-2.06 2.324zm.84-7.213c-1.39 0-2.99.66-3.858 1.356l.793 1.679c.697-.642 1.822-1.189 2.838-1.189.965 0 1.497.325 1.497.977 0 .441-.353.663-1.021.75C1.957 23.617 0 24.308 0 26.242c0 1.532 1.085 2.46 2.78 2.46 1.209 0 2.286-.676 2.798-1.569v1.32h2.254v-5.526c0-2.283-1.577-3.21-3.633-3.21z' fill='%236A768C'/%3E%3C/svg%3E")
}

.s-value-add__tile-image--warranty {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='52' height='41' viewBox='0 0 52 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.572 9c0-1.156.451-2.266 1.255-3.085a4.247 4.247 0 0 1 3.03-1.278h25.715a4.25 4.25 0 0 1 3.03 1.278 4.404 4.404 0 0 1 1.255 3.086v6.864a9.652 9.652 0 0 0-2.143-1.48V9.002a2.2 2.2 0 0 0-.627-1.543 2.124 2.124 0 0 0-1.516-.639H12.858c-.568 0-1.113.23-1.515.64a2.197 2.197 0 0 0-.628 1.542v17.454c0 .579.226 1.134.628 1.543.402.41.947.64 1.515.64H28.41c.163.246.337.486.519.717v1.464H12.857a4.247 4.247 0 0 1-3.03-1.278 4.404 4.404 0 0 1-1.255-3.086V9.001z' fill='%236A768C'/%3E%3Cpath d='M43.929 23.183a7.684 7.684 0 0 1-2.143 5.345v8.837c0 .202-.056.4-.16.573a1.079 1.079 0 0 1-.432.402 1.055 1.055 0 0 1-1.123-.103l-3-2.29a1.059 1.059 0 0 0-1.285 0l-3 2.29a1.06 1.06 0 0 1-1.555-.299 1.106 1.106 0 0 1-.16-.574v-8.836a7.668 7.668 0 0 1-1.838-3.193 7.77 7.77 0 0 1-.149-3.698 7.695 7.695 0 0 1 1.577-3.335 7.51 7.51 0 0 1 2.932-2.188 7.378 7.378 0 0 1 7.018.73 7.59 7.59 0 0 1 2.436 2.748 7.747 7.747 0 0 1 .882 3.59zm-7.5 7.636a7.33 7.33 0 0 1-3.215-.735v4.553l2.664-1.627a1.056 1.056 0 0 1 1.101 0l2.664 1.627v-4.553a7.36 7.36 0 0 1-3.214.735zm0-2.182c1.42 0 2.783-.575 3.788-1.597a5.505 5.505 0 0 0 1.569-3.857 5.505 5.505 0 0 0-1.57-3.857 5.309 5.309 0 0 0-3.787-1.598 5.31 5.31 0 0 0-3.788 1.598 5.505 5.505 0 0 0-1.57 3.857c0 1.446.565 2.834 1.57 3.857a5.31 5.31 0 0 0 3.788 1.597zM15 12.274c0-.29.113-.567.314-.772.2-.204.473-.32.758-.32h19.285c.284 0 .557.116.758.32a1.1 1.1 0 0 1 0 1.543c-.201.205-.474.32-.758.32H16.072a1.06 1.06 0 0 1-.758-.32 1.101 1.101 0 0 1-.314-.771zm1.072 9.818a1.06 1.06 0 0 0-.758.32 1.101 1.101 0 0 0 0 1.542c.2.205.473.32.758.32h8.57c.285 0 .558-.115.759-.32a1.101 1.101 0 0 0 0-1.543 1.062 1.062 0 0 0-.758-.32H16.07z' fill='%236A768C'/%3E%3C/svg%3E")
}

.s-value-add__tile-image--money-back {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='72' height='56' viewBox='0 0 72 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.247 24.205h-5.575c-.923 0-1.672.769-1.672 1.718v17.182c0 .949.749 1.718 1.672 1.718h5.575c.923 0 1.672-.77 1.672-1.718V25.923c0-.949-.749-1.718-1.672-1.718zm23.834-9.21c0 3.037-1.81 4.74-2.319 6.769h7.088c2.327 0 4.14 1.986 4.15 4.159.006 1.284-.526 2.667-1.355 3.522l-.007.008c.685 1.67.574 4.012-.649 5.69.605 1.853-.005 4.13-1.141 5.351.3 1.26.156 2.332-.429 3.195-1.422 2.1-4.947 2.13-7.927 2.13h-.198c-3.365-.002-6.119-1.26-8.331-2.272-1.112-.508-2.566-1.137-3.669-1.158a.849.849 0 0 1-.821-.86V26.227c0-.23.09-.45.248-.61 2.76-2.803 3.947-5.77 6.21-8.098 1.031-1.062 1.406-2.666 1.769-4.217.31-1.324.958-4.137 2.364-4.137 1.672 0 5.017.572 5.017 5.83z' stroke='%236A768C' stroke-width='3.5'/%3E%3C/svg%3E")
}

.s-value-add__tile-image--value-added {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='72' height='56' viewBox='0 0 72 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.77 11a4.766 4.766 0 0 0-4.766 4.766c0 2.634 2.67 4.77 5.299 4.77l-.777-2.659-.404-3.112L26.77 11zM45.347 11a4.77 4.77 0 0 1 4.786 4.741c0 2.634-2.49 4.78-5.13 4.796l.728-3.217.279-3.486L45.347 11z' fill='%236A768C'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M35.906 53.999c-7.67-.04-14.273-1.569-16.738-2.49a6.648 6.648 0 0 1-3.516-2.988A4.556 4.556 0 0 1 15 46.444a30.414 30.414 0 0 1 1.494-8.033c3.486-9.81 13.645-8.963 13.645-8.963h5.767'/%3E%3C/mask%3E%3Cpath d='M19.168 51.509l1.226-3.279-.013-.004-.012-.005-1.2 3.288zm-3.516-2.988l3.052-1.715-.03-.051-.03-.05-2.992 1.816zM15 46.444l-3.496-.172-.01.197.013.196 3.493-.22zm1.494-8.033l-3.298-1.171-.013.037-.013.038 3.324 1.096zm13.645-8.963l-.29 3.487.145.012h.145v-3.5zm5.785 21.05c-7.31-.037-13.498-1.508-15.53-2.268l-2.451 6.557c2.898 1.084 9.917 2.67 17.945 2.712l.036-7zM20.37 48.222a3.148 3.148 0 0 1-1.665-1.415l-6.103 3.43a10.148 10.148 0 0 0 5.367 4.56l2.4-6.575zm-1.725-1.516a1.057 1.057 0 0 1-.151-.482l-6.986.442a8.056 8.056 0 0 0 1.154 3.672l5.983-3.632zm-.148-.089c.119-2.418.563-4.809 1.322-7.108l-6.648-2.193a33.912 33.912 0 0 0-1.666 8.957l6.992.344zm1.296-7.033c1.31-3.686 3.764-5.27 5.961-6.02a12.173 12.173 0 0 1 3-.604 10.316 10.316 0 0 1 1.095-.023c.017 0 .026.002.027.002l-.007-.001h-.008l-.005-.001h-.003c-.002 0-.003 0 .287-3.488s.29-3.489.287-3.489h-.003a.77.77 0 0 0-.028-.002 4.994 4.994 0 0 0-.194-.012 12.585 12.585 0 0 0-.456-.014c-.374-.006-.887.002-1.504.047-1.225.09-2.91.333-4.747.96-3.754 1.28-8.122 4.177-10.298 10.302l6.596 2.343zm10.347-6.636h5.767v-7h-5.767v7z' fill='%236A768C' mask='url(%23a)'/%3E%3Cpath d='M45.245 15.415c0 6.08-4.363 10.665-9.345 10.665-4.981 0-9.345-4.585-9.345-10.665 0-6.08 4.364-10.665 9.345-10.665 4.982 0 9.346 4.585 9.346 10.665z' stroke='%236A768C' stroke-width='3.5' stroke-miterlimit='10'/%3E%3Cpath d='M46.707 17s-3.098 4.258-11.703 3.486' stroke='%236A768C' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cpath d='M35.81 53.999c7.67-.04 14.273-1.569 16.738-2.49a6.648 6.648 0 0 0 3.516-2.988c.382-.63.606-1.342.653-2.077a30.418 30.418 0 0 0-1.494-8.033c-3.486-9.81-13.646-8.963-13.646-8.963H35.81'/%3E%3C/mask%3E%3Cpath d='M52.548 51.509l-1.2-3.288-.012.005-.013.004 1.225 3.279zm3.516-2.988l-2.992-1.816-.03.05-.029.051 3.051 1.715zm.653-2.077l3.493.221.012-.196-.01-.197-3.495.172zm-1.494-8.033l3.323-1.096-.012-.038-.014-.037-3.297 1.171zm-13.646-8.963v3.5h.146l.145-.013-.29-3.488zm-5.748 28.05c8.028-.04 15.046-1.627 17.945-2.71l-2.451-6.558c-2.032.76-8.22 2.231-15.53 2.269l.036 7zm17.92-2.701a10.148 10.148 0 0 0 5.366-4.561l-6.102-3.43a3.148 3.148 0 0 1-1.665 1.415l2.4 6.576zm5.307-4.46a8.057 8.057 0 0 0 1.154-3.672l-6.986-.442c-.011.17-.063.336-.152.482l5.984 3.632zm1.156-4.065c-.15-3.047-.71-6.06-1.666-8.957L51.9 39.508c.758 2.3 1.203 4.69 1.322 7.108l6.991-.344zM58.52 37.24c-2.176-6.125-6.544-9.022-10.298-10.302a19.179 19.179 0 0 0-4.747-.96 17.356 17.356 0 0 0-1.503-.047 12.585 12.585 0 0 0-.678.028h-.004c-.002 0-.003 0 .287 3.489.291 3.487.29 3.488.288 3.488H41.856l-.008.001h-.006l.027-.001a10.318 10.318 0 0 1 1.094.023c.789.058 1.861.216 3 .604 2.197.75 4.652 2.334 5.962 6.02l6.596-2.343zM41.578 25.947H35.81v7h5.767v-7z' fill='%236A768C' mask='url(%23b)'/%3E%3C/svg%3E")
}

.s-value-add__tile-image--privacy {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='72' height='56' viewBox='0 0 72 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.75 19.5a8.75 8.75 0 1 1 17.379 1.46H26.87a8.82 8.82 0 0 1-.121-1.46z' stroke='%236A768C' stroke-width='3.5'/%3E%3Cpath d='M35.436 17c-8.561.035-15.471 7.029-15.436 15.62.035 8.593 7.004 15.527 15.566 15.49 8.561-.035 15.471-7.03 15.436-15.619-.037-8.592-7.007-15.526-15.566-15.491zm-4.467 7.62a2.07 2.07 0 0 1 2.072 2.067 2.071 2.071 0 0 1-4.144 0 2.07 2.07 0 0 1 2.072-2.066zm12.76 5.195c-.544 2.551-2.572 3.897-3.447 4.383l3.318 6.128h-5.151l-4.92-9.125-1.916 9.125h-4.382l.853-4.03c.681-3.22 2.778-5.003 5.445-5.095h3.673c.74 0 1.463-.585 1.62-1.326.156-.741-.316-1.348-1.052-1.348h-3.625l.796-3.757h4.813c3.09.003 4.498 2.591 3.975 5.045z' fill='%236A768C'/%3E%3C/svg%3E")
}

.s-value-add__tile-text {
    color: #596273;
    font-weight: 600;
    margin-left: .9375rem;
    width: calc(100% - 85px);
    font-size: .8125rem
}

@media (min-width: 1024px) {
    .s-value-add__tile-text {
        font-size:1rem
    }
}

.c-repairability-index {
    --gap: 0.5rem;
    --min-width: 100px;
    --corners: 0.5rem;
    --red: #df2233;
    --orange: #f37934;
    --yellow: #fec725;
    --light-green: #94c83d;
    --green: #169d4f;
    --text: #3c4454;
    --color-wrench: #fff;
    --color-active: var(--text);
    overflow: hidden;
    gap: var(--gap);
    color: var(--text)
}

.c-repairability-index__main-details {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    overflow: hidden;
    gap: var(--gap)
}

.c-repairability-index__card {
    display: flex;
    border: 2px solid var(--color-active);
    border-radius: var(--corners)
}

.c-repairability-index__icon {
    display: flex;
    padding: var(--gap);
    background-color: var(--color-active);
    border: 1px solid var(--color-active);
    border-radius: calc(var(--corners) / 2);
    justify-content: center;
    align-items: center
}

.c-repairability-index__icon svg {
    width: 100%;
    max-width: 50px
}

.c-repairability-index__content {
    padding: var(--gap);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: var(--min-width)
}

.c-repairability-index__text {
    font-size: .9375rem;
    font-weight: 600;
    color: var(--text);
    margin: 0 0 .5rem;
    padding: 0
}

.c-repairability-index__text--small {
    font-size: .75rem;
    font-weight: 400
}

.c-repairability-index__rating {
    font-size: 2rem
}

.c-repairability-index__max {
    position: absolute;
    bottom: var(--gap);
    right: var(--gap)
}

.c-repairability-index[data-repairability-idx="0"],.c-repairability-index[data-repairability-idx="1"] {
    --color-active: var(--red)
}

.c-repairability-index[data-repairability-idx="2"],.c-repairability-index[data-repairability-idx="3"] {
    --color-active: var(--orange)
}

.c-repairability-index[data-repairability-idx="4"],.c-repairability-index[data-repairability-idx="5"] {
    --color-active: var(--yellow)
}

.c-repairability-index[data-repairability-idx="6"],.c-repairability-index[data-repairability-idx="7"] {
    --color-active: var(--light-green)
}

.c-repairability-index[data-repairability-idx="8"],.c-repairability-index[data-repairability-idx="9"],.c-repairability-index[data-repairability-idx="10"] {
    --color-active: var(--green)
}

.irb-dialog {
    --outline-width: 3px;
    --outline-style: solid rgba(108,184,106,.5);
    --outline: var(--outline-width) var(--outline-style);
    --transition-time-ms: 150ms;
    display: none;
    z-index: 1050
}

.irb-dialog,.irb-dialog__scrim {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center
}

.irb-dialog__scrim {
    background-color: rgba(0,0,0,.32);
    opacity: 0;
    z-index: -1;
    will-change: opacity
}

.irb-dialog__container,.irb-dialog__surface {
    display: flex
}

.irb-dialog__container {
    align-items: center;
    justify-content: space-around;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
    width: unset
}

@media (min-width: 768px) {
    .irb-dialog__container {
        width:unset
    }
}

@media (min-width: 1024px) {
    .irb-dialog__container {
        width:unset
    }
}

.irb-dialog__container--bottom {
    align-items: flex-end
}

.irb-dialog__surface {
    flex: 1 1 auto;
    flex-direction: column;
    border-radius: 10px;
    max-height: 100%;
    max-width: 580px;
    background-color: #fff;
    pointer-events: auto;
    overflow-y: auto;
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)
}

.irb-dialog__actions,.irb-dialog__content,.irb-dialog__header {
    margin: 0
}

.irb-dialog__actions,.irb-dialog__header {
    display: flex;
    position: relative;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

.irb-dialog__header {
    position: relative;
    background-color: #fff;
    min-height: 40px;
    flex-wrap: inherit
}

.irb-dialog__header__close {
    color: #000
}

.irb-dialog__header__title {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: .75rem;
    margin-right: auto
}

.irb-dialog__actions,.irb-dialog__content {
    padding: 1.25rem
}

.irb-dialog__title {
    text-align: center;
    padding: 15px 15px 0/16px0rem
}

.irb-dialog__title+.irb-dialog__content {
    padding-top: 0
}

.irb-dialog__actions {
    min-height: 52px
}

.irb-dialog .btn {
    text-transform: uppercase
}

.irb-dialog .btn--full-width {
    width: 100%
}

.irb-dialog .btn--close {
    position: absolute;
    padding: 0;
    top: 5px;
    right: 5px
}

.irb-dialog .btn--close:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.308 4.25l7.442 7.442m-7.5.058l7.442-7.442' stroke='%23447355' stroke-width='1.66' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    content: "";
    width: 32px;
    height: 32px;
    display: block;
    background-size: contain
}

.irb-dialog .btn--close>span {
    display: inline;
    font-size: .9375rem
}

@media (min-width: 768px) {
    .irb-dialog .btn--close>span {
        display:none
    }
}

@media (min-width: 768px) {
    .irb-dialog .btn--close {
        top:15px;
        right: 20px
    }
}

.irb-dialog .btn--close:focus {
    outline: var(--outline);
    outline-offset: var(--outline-width);
    box-shadow: none;
    border-radius: 50%
}

.irb-dialog .btn--close:active,.irb-dialog .btn--close:hover,.irb-dialog .btn--close:not(:disabled):not(.disabled):active {
    --outline-width: 6px;
    outline: var(--outline);
    outline-offset: 0;
    box-shadow: none;
    border-radius: 50%
}

.irb-dialog .btn--link {
    text-transform: none;
    text-decoration: underline
}

.irb-dialog .btn--link:hover {
    text-decoration: none
}

.irb-dialog--open {
    overflow-y: auto
}

.irb-dialog--closing,.irb-dialog--open,.irb-dialog--opening {
    display: flex
}

.irb-dialog--open .irb-dialog__container,.irb-dialog--open .irb-dialog__scrim {
    opacity: 1
}

.irb-dialog--closing .irb-dialog__scrim,.irb-dialog--opening .irb-dialog__scrim {
    transition: opacity .15s linear
}

.irb-dialog--closing .irb-dialog__container,.irb-dialog--opening .irb-dialog__container {
    transition: opacity .15s linear,transform .15s cubic-bezier(0,0,.2,1)
}

.irb-dialog__animation--scale {
    transform: scale(.8);
    will-change: transform
}

.irb-dialog--open .irb-dialog__animation--scale {
    transform: scale(1)
}

.irb-dialog__animation--slide-up {
    align-self: flex-start;
    align-items: flex-start;
    transform: translateY(-3.125rem);
    margin: 1.75rem auto;
    height: auto;
    will-change: transform
}

.irb-dialog--open .irb-dialog__animation--slide-up {
    transform: none
}

.irb-dialog__size--lg {
    width: 100%
}

.irb-dialog__size--lg .irb-dialog__surface {
    max-width: 58rem
}

.irb-dialog-login-register .irb-dialog__container {
    width: 100%
}

@media (min-width: 768px) {
    .irb-dialog-login-register .irb-dialog__container {
        width:500px
    }
}

.irb-dialog-login-register--open.link {
    font-size: inherit;
    font-weight: inherit
}

.irb-dialog-login-register .gigya-login .with-site-login .gigya-layout-row {
    flex-direction: column-reverse
}

.irb-dialog-login-register .gigya-login .gigya-forgot-password {
    margin-bottom: 20px
}

.irb-dialog-login-register .gigya-login .gigya-input-password[type=password],.irb-dialog-login-register .gigya-login .gigya-input-text[type=text] {
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid rgba(106,118,140,.3)!important;
    border-radius: 6px!important;
    color: #3c4453!important;
    display: block;
    font-size: 1rem!important;
    font-weight: 600!important;
    height: 54px;
    letter-spacing: .01rem;
    line-height: 1.25rem;
    outline: 4px solid transparent;
    padding: 20px 16px 15px!important;
    transition: all .3s ease-in-out;
    width: 100%
}

.irb-dialog-login-register .gigya-login .gigya-input-password[type=password]:hover,.irb-dialog-login-register .gigya-login .gigya-input-text[type=text]:hover {
    outline: .25rem solid #d3ead2
}

.prime-app-nav-icons a {
    padding: 6px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e9e7df;
    background: transparent
}

.prime-app-nav-icons .cart-icon {
    position: relative
}

.prime-app-nav-icons .cart-icon .minicart-quantity {
    background-color: #447355;
    border: .125rem solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    height: 1.375rem;
    line-height: normal;
    padding-top: .0625rem;
    position: absolute;
    top: -.5rem;
    right: 0;
    text-align: center;
    width: 1.375rem
}

body:after {
    content: "mobile";
    display: none
}

@media (min-width: 544px) {
    body:after {
        content:"mobile-landscape"
    }
}

@media (min-width: 768px) {
    body:after {
        content:"tablet"
    }
}

@media (min-width: 1280px) {
    body:after {
        content:"desktop"
    }
}


.swatch-circle-beige {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: beige;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-beige.disabled {
    opacity: .2
}

.swatch-filter-beige {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: beige;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: beige;
    display: block;
    position: relative
}

.swatch-filter-beige.disabled {
    opacity: .2
}

.swatch-circle-black {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: #000;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-black.disabled {
    opacity: .2
}

.swatch-filter-black {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: #000;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: #000;
    display: block;
    position: relative
}

.swatch-filter-black.disabled {
    opacity: .2
}

.swatch-circle-blue {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: #0070d2;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-blue.disabled {
    opacity: .2
}

.swatch-filter-blue {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: #0070d2;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: #0070d2;
    display: block;
    position: relative
}

.swatch-filter-blue.disabled {
    opacity: .2
}

.swatch-circle-brown {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: brown;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-brown.disabled {
    opacity: .2
}

.swatch-filter-brown {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: brown;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: brown;
    display: block;
    position: relative
}

.swatch-filter-brown.disabled {
    opacity: .2
}

.swatch-circle-green {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: #008827;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-green.disabled {
    opacity: .2
}

.swatch-filter-green {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: #008827;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: #008827;
    display: block;
    position: relative
}

.swatch-filter-green.disabled {
    opacity: .2
}

.swatch-circle-grey {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: #8f979d;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-grey.disabled {
    opacity: .2
}

.swatch-filter-grey {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: #8f979d;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: #8f979d;
    display: block;
    position: relative
}

.swatch-filter-grey.disabled {
    opacity: .2
}

.swatch-circle-navy {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: navy;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-navy.disabled {
    opacity: .2
}

.swatch-filter-navy {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: navy;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: navy;
    display: block;
    position: relative
}

.swatch-filter-navy.disabled {
    opacity: .2
}

.swatch-circle-orange {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: orange;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-orange.disabled {
    opacity: .2
}

.swatch-filter-orange {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: orange;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: orange;
    display: block;
    position: relative
}

.swatch-filter-orange.disabled {
    opacity: .2
}

.swatch-circle-pink {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: #fe249a;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-pink.disabled {
    opacity: .2
}

.swatch-filter-pink {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: #fe249a;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: #fe249a;
    display: block;
    position: relative
}

.swatch-filter-pink.disabled {
    opacity: .2
}

.swatch-circle-purple {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: purple;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-purple.disabled {
    opacity: .2
}

.swatch-filter-purple {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: purple;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: purple;
    display: block;
    position: relative
}

.swatch-filter-purple.disabled {
    opacity: .2
}

.swatch-circle-red {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: red;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-red.disabled {
    opacity: .2
}

.swatch-filter-red {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: red;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: red;
    display: block;
    position: relative
}

.swatch-filter-red.disabled {
    opacity: .2
}

.swatch-circle-white {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-white.disabled {
    opacity: .2
}

.swatch-filter-white {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: #fff;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: #fff;
    display: block;
    position: relative
}

.swatch-filter-white.disabled {
    opacity: .2
}

.swatch-circle-yellow {
    border: .063em solid rgba(0,0,0,.3);
    width: 2.5em;
    height: 2.5em;
    background: #ff0;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-yellow.disabled {
    opacity: .2
}

.swatch-filter-yellow {
    border: .063em solid rgba(0,0,0,.3);
    width: 1.38em;
    height: 1.38em;
    background: #ff0;
    -moz-border-radius: .69em;
    border-radius: .69em;
    background-color: #ff0;
    display: block;
    position: relative
}

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

.attribute {
    margin-top: 15px;
    margin-bottom: 20px
}

.attribute label {
    display: block
}

.swatch a {
    text-decoration: none
}

@media (max-width: 543.98px) {
    .primary-images {
        margin:0;
        padding: 0
    }
}

.prices-add-to-cart-actions {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    background-color: hsla(0,0%,100%,.95);
    box-shadow: 0 2px 10px rgba(0,0,0,.2)
}

@media (min-width: 1280px) {
    .prices-add-to-cart-actions {
        position:static;
        padding: 0 .9375em;
        background-color: transparent;
        box-shadow: none
    }
}

.prices-add-to-cart-actions .s-product__availability {
    display: flex
}

@media (min-width: 1280px) {
    .prices-add-to-cart-actions .s-product__availability {
        display:none
    }
}

.prices,.prices-add-to-cart-actions .price {
    text-align: center
}

.prices {
    padding-bottom: .5em;
    padding-top: .5em
}

.prices[data-content-zone-parent] {
    text-align: left
}

@media (min-width: 1280px) {
    .prices[data-content-zone-parent] {
        display:flex;
        gap: 1rem;
        align-items: center
    }
}

.cart-and-ipay {
    text-align: center
}

@media (max-width: 543.98px) {
    .cart-and-ipay {
        padding-bottom:26px
    }

    .cart-and-ipay .btn {
        width: 98%;
        margin: 1%;
        display: block
    }
}

@media (max-width: 767.98px) {
    .cart-and-ipay {
        max-width:250px;
        word-wrap: break-word
    }
}

.add-to-cart-messages {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 51;
    max-width: 25rem
}

@media (min-width: 544px) {
    .add-to-cart-messages {
        top:170px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.add-to-cart-messages__cart-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 7h12.79a2 2 0 0 1 1.99 2.199l-.6 6A2 2 0 0 1 18.19 17H9.64a2 2 0 0 1-1.962-1.608L6 7zm0 0l-.81-3.243A1 1 0 0 0 4.22 3H2m7 18h2m5 0h2' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-color: #518a70;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 2.75rem;
    margin-right: 1rem;
    min-width: 2.75rem;
    vertical-align: middle;
    width: 2.75rem
}

.add-to-basket-alert {
    animation: fade-in-out 5s linear forwards;
    box-shadow: 0 2.8px 2.2px 0 rgba(0,0,0,.02),0 6.7px 5.3px 0 rgba(0,0,0,.03),0 12.5px 10px 0 rgba(0,0,0,.04),0 22.3px 17.9px 0 rgba(0,0,0,.04),0 41.8px 33.4px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);
    padding: 1.25rem;
    background: #fff;
    border: none;
    border-radius: .75rem;
    color: #3c4453;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.33
}

@keyframes fade-in-out {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.add-to-basket-alert.show {
    display: block
}

.add-to-basket-alert.alert-danger .add-to-cart-messages__cart-icon {
    background-color: #c00
}

.main-attributes,.simple-quantity {
    margin-top: 1em
}

.size-chart,div.availability {
    margin-top: 1.071em
}

.bundle-item {
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc
}

.bundle-item:last-child {
    border-bottom: none
}

.product-detail {
    margin-top: 2em;
    margin-bottom: 2em
}

@media (max-width: 543.98px) {
    .product-detail {
        margin-top:0;
        margin-bottom: 0
    }
}

.product-option:not(:first-child) {
    margin-top: 1.071em
}

.s-product__price-container,.s-product__wishlist-container {
    padding: 0 .625rem
}

@media (min-width: 1280px) {
    .s-product__price-container,.s-product__wishlist-container {
        padding:0 1rem
    }
}

@media (min-width: 768px) {
    .s-product__alt-details {
        padding-left:7.5rem
    }
}

.s-product__subtitle {
    border-bottom: .0625rem solid hsla(220,6%,58%,.25);
    color: #6a768c;
    font-size: 1.0625rem;
    line-height: 1.5;
    margin: 1rem 0;
    padding-bottom: 1rem
}

@media (min-width: 768px) {
    .s-product__subtitle {
        padding-bottom:1.25rem;
        font-size: 1.25rem
    }
}

.s-product__feature-highlights {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1.5625rem
}

@media (min-width: 1280px) {
    .s-product__feature-highlights {
        justify-content:space-between;
        padding-bottom: 1.25rem
    }
}

.s-product__feature-highlight-container {
    margin-bottom: .75rem;
    width: 50%
}

@media (min-width: 1280px) {
    .s-product__feature-highlight-container {
        margin-bottom:0;
        min-height: 44px;
        width: calc(50% - 16px)
    }
}

.s-product__feature-highlight {
    color: #6a768c;
    font-size: .75rem;
    line-height: 1.33;
    margin: .3125rem 0 0 .625rem
}

@media (min-width: 768px) {
    .s-product__feature-highlight {
        font-size:1rem
    }
}

.s-product__availability {
    display: none;
    margin-bottom: 8px
}

@media (min-width: 1280px) {
    .s-product__availability {
        margin-top:20px;
        display: flex
    }
}

.s-product__availability .availability {
    color: #596273;
    font-weight: 600;
    line-height: 1.33
}

.s-product__availability .availability-msg {
    color: #596273;
    line-height: 1.33;
    margin: 0;
    padding-left: .375rem
}

.s-product__promo-details,.s-product__promo-message-container {
    color: #447355;
    line-height: 1.5
}

.s-product__promo-message-container {
    position: relative
}

.s-product__promo-details {
    background-color: #f2f2f2;
    border-radius: .5rem;
    box-shadow: 0 0 .3125rem #a8a8a8;
    color: #3c4453;
    display: none;
    margin-top: .625rem;
    padding: 1.125rem 1.75rem;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3
}

.s-product__promo-link {
    cursor: help;
    line-height: 1.5
}

.s-product__select-content {
    margin-bottom: 1.25rem
}

.s-product__select-content-container {
    border-radius: .5rem;
    margin-top: 1.25rem;
    overflow: hidden
}

@media (min-width: 1280px) {
    .s-product__select-content-container {
        margin-top:0
    }
}

.s-product__select-content-title {
    background-color: #dce9d5;
    color: #596273!important;
    display: block;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .0525rem;
    line-height: 1.33;
    padding: .75rem 1.25rem .375rem;
    position: relative;
    text-transform: uppercase
}

.s-product__select-content-title:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 12.503l4.5-4.5-4.5-4.5' stroke='%23596273' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 1rem;
    position: absolute;
    right: .75rem;
    width: 1rem
}

.s-product__select-content-title:hover {
    text-decoration: none
}

.s-product__select-content-description {
    background-color: #eaf2e6;
    padding: 1rem 1.25rem
}

.s-product__select-content-message {
    color: #596273;
    font-size: .875rem;
    line-height: 1.33;
    padding-right: .625rem
}

.s-product__select-content-pricing {
    color: #447355;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.33
}

.s-product__select-content-helper-text {
    color: #596273;
    font-size: .8125rem;
    letter-spacing: -.01625rem;
    line-height: 1.33;
    margin-top: 1.25rem
}

@media (min-width: 1280px) {
    .s-product__select-content-helper-text {
        text-align:right
    }
}

@media (min-width: 1280px) {
    .s-product__main-info-container,.s-product__main-info-mobile-container {
        padding-left:4rem
    }
}

.s-product__main-info-container .pr-qa-snippet-container,.s-product__main-info-container .pr-snippet-rating-decimal,.s-product__main-info-container .pr-snippet-stars-reco-reco,.s-product__main-info-container .pr-snippet-write-review-link,.s-product__main-info-mobile-container .pr-qa-snippet-container,.s-product__main-info-mobile-container .pr-snippet-rating-decimal,.s-product__main-info-mobile-container .pr-snippet-stars-reco-reco,.s-product__main-info-mobile-container .pr-snippet-write-review-link {
    display: none!important
}

.s-product__main-info-container .p-w-r .pr-snippet-read-and-write,.s-product__main-info-mobile-container .p-w-r .pr-snippet-read-and-write {
    font-size: .9375rem;
    font-weight: 600;
    margin-left: .375rem
}

.s-product__main-info-container .p-w-r .pr-snippet-stars,.s-product__main-info-mobile-container .p-w-r .pr-snippet-stars {
    background: transparent
}

.s-product__main-info-container .p-w-r .pr-star-v4-100-filled,.s-product__main-info-mobile-container .p-w-r .pr-star-v4-100-filled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.626 7.218l-2.827 2.353.897 3.63a1.04 1.04 0 0 1-.96 1.298 1.008 1.008 0 0 1-.575-.158l-3.152-1.997c-.01-.005-.013-.003-.017 0L5.062 14.2a1.113 1.113 0 0 1-1.254-.039 1.149 1.149 0 0 1-.438-1.22l.845-3.323-2.84-2.4a1.043 1.043 0 0 1-.323-1.129 1.023 1.023 0 0 1 .909-.71l3.691-.24L7.05 1.652A1.02 1.02 0 0 1 8 1a1.02 1.02 0 0 1 .952.65l1.377 3.468 3.712.26a1.023 1.023 0 0 1 .908.71 1.042 1.042 0 0 1-.322 1.13z' fill='%23518A70'/%3E%3C/svg%3E")
}

.s-product__main-info-container .p-w-r .pr-star-v4-25-filled,.s-product__main-info-container .p-w-r .pr-star-v4-50-filled,.s-product__main-info-container .p-w-r .pr-star-v4-75-filled,.s-product__main-info-mobile-container .p-w-r .pr-star-v4-25-filled,.s-product__main-info-mobile-container .p-w-r .pr-star-v4-50-filled,.s-product__main-info-mobile-container .p-w-r .pr-star-v4-75-filled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.704 14.5a1.01 1.01 0 0 1-.544-.159l-3.152-1.997A.014.014 0 0 0 8 12.341a.014.014 0 0 0-.008.003L5.062 14.2a1.112 1.112 0 0 1-1.254-.04 1.149 1.149 0 0 1-.438-1.22l.845-3.322a.048.048 0 0 0-.013-.047L1.375 7.218a1.041 1.041 0 0 1-.322-1.128 1.023 1.023 0 0 1 .907-.712l3.692-.24a.029.029 0 0 0 .02-.019L7.05 1.652a1.02 1.02 0 0 1 1.902 0l1.377 3.467a.03.03 0 0 0 .02.02l3.692.24a1.023 1.023 0 0 1 .908.71 1.042 1.042 0 0 1-.323 1.13L11.798 9.57a.047.047 0 0 0-.012.047l.91 3.583a1.04 1.04 0 0 1-.992 1.299zM8 11.343c.192 0 .38.054.543.156l3.152 1.997a.035.035 0 0 0 .01.005.05.05 0 0 0 .019-.016.04.04 0 0 0 .003-.038l-.91-3.582a1.052 1.052 0 0 1 .341-1.063l2.827-2.352a.04.04 0 0 0 .012-.05c-.007-.023-.015-.023-.022-.024l-3.691-.24a1.031 1.031 0 0 1-.886-.648L8.021 2.021c-.008-.02-.013-.02-.021-.02-.008 0-.013 0-.021.02L6.602 5.488a1.031 1.031 0 0 1-.885.649l-3.692.24c-.007 0-.015 0-.022.022a.04.04 0 0 0 .012.05l2.827 2.353a1.05 1.05 0 0 1 .342 1.063l-.845 3.322a.146.146 0 0 0 .056.164.107.107 0 0 0 .132.004l2.93-1.856A1.02 1.02 0 0 1 8 11.342z' fill='%23518A70'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 12.341V1.001h.019-.02a1.02 1.02 0 0 0-.95.65L5.652 5.14l-3.691.24a1.023 1.023 0 0 0-.909.71 1.043 1.043 0 0 0 .323 1.13l2.84 2.4-.845 3.322a1.149 1.149 0 0 0 .438 1.22 1.115 1.115 0 0 0 1.254.039l2.93-1.856A.011.011 0 0 1 8 12.342z' fill='%23518A70'/%3E%3C/svg%3E")
}

.s-product__main-info-container .p-w-r .pr-star-v4-0-filled,.s-product__main-info-mobile-container .p-w-r .pr-star-v4-0-filled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.704 14.5a1.01 1.01 0 0 1-.544-.159l-3.152-1.997A.014.014 0 0 0 8 12.341a.014.014 0 0 0-.008.003L5.062 14.2a1.112 1.112 0 0 1-1.254-.04 1.149 1.149 0 0 1-.438-1.22l.845-3.322a.048.048 0 0 0-.013-.047L1.375 7.218a1.041 1.041 0 0 1-.322-1.128 1.023 1.023 0 0 1 .907-.712l3.692-.24a.029.029 0 0 0 .02-.019L7.05 1.652a1.02 1.02 0 0 1 1.902 0l1.377 3.467a.03.03 0 0 0 .02.02l3.692.24a1.023 1.023 0 0 1 .908.71 1.042 1.042 0 0 1-.323 1.13L11.798 9.57a.047.047 0 0 0-.012.047l.91 3.583a1.04 1.04 0 0 1-.992 1.299zM8 11.343c.192 0 .38.054.543.156l3.152 1.997a.035.035 0 0 0 .01.005.05.05 0 0 0 .019-.016.04.04 0 0 0 .003-.038l-.91-3.582a1.052 1.052 0 0 1 .341-1.063l2.827-2.352a.04.04 0 0 0 .012-.05c-.007-.023-.015-.023-.022-.024l-3.691-.24a1.031 1.031 0 0 1-.886-.648L8.021 2.021c-.008-.02-.013-.02-.021-.02-.008 0-.013 0-.021.02L6.602 5.488a1.031 1.031 0 0 1-.885.649l-3.692.24c-.007 0-.015 0-.022.022a.04.04 0 0 0 .012.05l2.827 2.353a1.05 1.05 0 0 1 .342 1.063l-.845 3.322a.146.146 0 0 0 .056.164.107.107 0 0 0 .132.004l2.93-1.856A1.02 1.02 0 0 1 8 11.342z' fill='%23518A70'/%3E%3C/svg%3E")
}

.s-product__main-info-container .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4,.s-product__main-info-mobile-container .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4 {
    height: 1rem;
    width: 1rem
}

.s-product__main-info-container .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-read-and-write,.s-product__main-info-mobile-container .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-read-and-write {
    margin-top: 3px
}

.s-product__main-info-container .pr-snippet,.s-product__main-info-mobile-container .pr-snippet {
    display: flex
}

@media (min-width: 1280px) {
    .s-product__main-info {
        padding:2.5rem 6.25rem 2.5rem 0;
        margin-top: 0
    }
}

.s-product__product-tile {
    height: 100%
}

.s-product__highlights-container {
    padding: 0 1.25rem 3.75rem
}

@media (min-width: 1280px) {
    .s-product__highlights-container {
        padding:0 1.5rem 5rem
    }
}

.s-product__video-container {
    margin: 2%
}

@media (max-width: 767.98px) {
    .s-product__video-container {
        padding-bottom:4.6875rem
    }
}

.s-product__highlights-title,.s-product__video-title {
    color: #518a70;
    font-size: 2.0625rem;
    font-family: Harmonia Black Italic;
    line-height: 1.1;
    margin: 1.25rem 0;
    font-weight: 400
}

@media (min-width: 768px) {
    .s-product__highlights-title,.s-product__video-title {
        font-size:2.5rem;
        margin: 5rem 0 2.375rem;
        text-align: center
    }
}

.s-product__highlights-list {
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .s-product__highlights-list {
        flex-wrap:nowrap
    }
}

.s-product__highlight-container {
    align-content: flex-start;
    flex: 1 1 100%;
    margin-top: 2.5rem
}

.s-product__highlight-container:first-child {
    margin-top: 0
}

@media (min-width: 768px) {
    .s-product__highlight-container {
        margin:0 1rem
    }
}

@media (min-width: 768px) {
    .s-product__highlight-one-item {
        text-align:center;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 1023.98px) {
    .s-product__highlight-one-item {
        padding-left:0;
        padding-right: 0
    }
}

.s-product__highlight-image {
    border-radius: .5rem;
    width: 100%
}

.s-product__highlight-sub-title {
    color: #518a70;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .0375rem;
    margin-top: 1.25rem;
    min-height: 1.125rem;
    text-transform: uppercase;
    width: 100%
}

@media (min-width: 1280px) {
    .s-product__highlight-sub-title {
        padding:0 1.25rem
    }
}

.s-product__highlight-title {
    color: #596273;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 1.33;
    margin-top: .5rem;
    min-height: 2.25rem;
    width: 100%
}

@media (min-width: 768px) {
    .s-product__highlight-title {
        line-height:1.74375rem
    }
}

@media (min-width: 1280px) {
    .s-product__highlight-title {
        padding:0 1.25rem;
        font-size: 1.6875rem
    }
}

.s-product__highlight-body {
    color: #596273;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: .625rem;
    width: 100%
}

@media (min-width: 1280px) {
    .s-product__highlight-body {
        padding:0 1.25rem;
        line-height: 1.6875rem
    }
}

.s-product__highlight-body span {
    display: inline-block;
    font-size: .8125rem;
    line-height: 1.5;
    margin-top: .625rem
}

.s-product.product-detail {
    padding: 0
}

@media (min-width: 1280px) {
    .s-product.product-detail {
        margin:0
    }
}

@media (min-width: 1280px) {
    .s-product .product-detail__main,.s-product .s-product__main-info {
        background-color:#f7f7f7
    }
}

.s-product .product-breadcrumb .breadcrumb {
    border-top: 0;
    font-size: .875rem;
    margin: .625rem 0 1.25rem;
    padding: 0
}

@media (min-width: 1280px) {
    .s-product .product-breadcrumb .breadcrumb {
        margin:1.25rem 0 .9375rem
    }
}

.s-product .product-breadcrumb .breadcrumb a {
    color: #6a768c!important
}

.s-product .product-name {
    color: #3c4453;
    font-size: 1.875rem;
    font-family: Harmonia Black Italic;
    line-height: 1.1;
    margin-bottom: .625rem;
    text-align: left
}

@media (min-width: 1280px) {
    .s-product .product-name {
        font-size:2.5rem
    }
}

.s-product .prices {
    padding: 0
}

.s-product .price {
    text-align: left
}

.s-product .price .starting,.s-product .price .value {
    color: #447355;
    font-size: 1.3125rem;
    font-weight: 600
}

.s-product .price .strike-through .value {
    color: #999;
    font-size: 1.3125rem;
    font-weight: 600;
    margin-left: .5rem
}

.s-product .price .range-extended .strike-through:last-child .value {
    margin-left: 0
}

.s-product .add-to-wish-list {
    background: none;
    border: 0
}

.s-product .add-to-wish-list:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3.001c-2.761 0-5 2.216-5 4.95 0 2.207.875 7.445 9.488 12.74a.985.985 0 0 0 1.024 0C21.125 15.396 22 10.158 22 7.951c0-2.734-2.239-4.95-5-4.95s-5 3-5 3-2.239-3-5-3z' stroke='%23518A70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem
}

.s-product .affirm-as-low-as {
    color: #596273;
    height: auto;
    line-height: 1.5;
    margin: .375rem 0 0;
    padding: 0
}

.s-product .affirm-as-low-as a {
    border-bottom: .0625rem solid rgba(108,184,106,.4);
    font-size: .9375rem;
    font-weight: 600;
    padding-bottom: .125rem;
    transition: all .2s
}

.s-product .affirm-as-low-as a:hover {
    border-bottom-color: #447355;
    text-decoration: none
}

.s-product .content-product-reviews {
    padding: 0 .7rem
}

.s-product .product-number-rating {
    align-items: center;
    border: 0;
    display: flex;
    justify-content: space-between
}

.s-product .product-number-rating:after {
    content: none
}

.s-product .product-number-rating .ratings {
    margin: 0
}

.s-product .primary-images {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 1280px) {
    .s-product .pr-snippet {
        display:flex
    }
}

.s-product #pr-reviewsnippet {
    margin-top: 1.25rem;
    margin-bottom: .625rem
}

.s-product #pr-questionsnippet {
    margin: 0
}

.s-product .product-number {
    color: #6e7787;
    font-size: .875rem;
    padding: 0
}

.s-product .prices-add-to-cart-actions {
    padding: 1.25rem
}

@media (min-width: 1280px) {
    .s-product .prices-add-to-cart-actions {
        padding:1.875rem 0
    }
}

.s-product .simple-quantity {
    margin: 0
}

.s-product .simple-quantity label {
    color: #596273;
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%)
}

.s-product .simple-quantity .quantity-select {
    width: 6.5rem
}

.s-product .simple-quantity .quantity-select:not(:placeholder-shown) {
    padding: 0 0 0 3.3125rem
}

.s-product .cart-and-ipay {
    padding: 0;
    margin: 0 0 0 1.0625rem;
    width: 100%
}

.s-product .cart-and-ipay .add-to-cart,.s-product .cart-and-ipay .add-to-cart-global {
    margin: 0;
    width: 100%
}

.s-product .product-extend-offer .extend-offer-title {
    display: none
}

.s-product .product-extend-offer:has(iframe) {
    padding-top: 1.25rem;
    border-radius: .5rem;
    background-color: hsla(0,0%,47%,.06);
    padding: 1.25rem 1.25rem .9375rem
}

.s-product .product-extend-offer:has(iframe) .extend-offer-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #393f45;
    display: block
}

.s-product .product-extend-offer:has(iframe) .extend-product-offer {
    padding-top: 10px
}

.s-product .promotions {
    text-align: left;
    margin-bottom: 8px
}

.s-product .collapsible-xl.active .title:after,.s-product .collapsible-xl .title:after {
    content: none
}

@media (min-width: 1280px) {
    .s-product .attributes {
        padding:0
    }
}

.s-product .product-badges-container {
    position: absolute;
    top: .625rem;
    right: .625rem;
    z-index: 2
}

.s-product .product-badge-content {
    border-radius: .1875rem;
    font-family: Harmonia Sans Pro,Arial,sans-serif;
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: .03125rem;
    margin: 0 0 .625rem auto;
    padding: .1875rem .625rem;
    text-transform: uppercase;
    width: fit-content
}

.s-product .amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide .mobile-thumbnail {
    background-color: transparent;
    height: 1.5rem;
    width: 1.5rem
}

.s-product .amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide .mobile-thumbnail:after {
    background-color: #dce9d5;
    border-radius: 50%;
    content: "";
    display: block;
    height: .5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: .5rem
}

.s-product .amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide.amp-selected .mobile-thumbnail {
    background-color: #447355;
    height: 1.5rem;
    width: 1.5rem
}

.s-product .amp-viewer-kit .amp-portrait-view .nav-container {
    width: 5.25rem
}

.s-product .amp-viewer-kit .amp-portrait-view .nav-container .amp-carousel {
    width: 5.25rem!important
}

.s-product .amp-viewer-kit .amp-portrait-view .nav-container .list .amp-slide {
    height: 4.25rem;
    margin-bottom: 1.25rem;
    padding: 0;
    width: 4.25rem!important
}

.s-product .amp-viewer-kit .amp-portrait-view .nav-container .list .amp-slide.amp-selected:after {
    border-color: #518a70;
    border-radius: .5rem;
    height: 100%;
    background: hsla(0,0%,47%,.06)
}

.s-product .amp-viewer-kit .amp-portrait-view .nav-container .list .amp-slide .thumbnail {
    border-radius: .5rem;
    width: 100%
}

@media (min-width: 1280px) {
    .s-product .amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-left,.s-product .amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-right {
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 9.25l5.5 5.5 5.5-5.5' stroke='%23518A70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    }

    .s-product .amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-left {
        transform: rotate(180deg)
    }
}

.s-product .amp-viewer-kit .amp-portrait-view .main-container {
    margin-left: 6.25rem
}

.s-product .amp-viewer-kit .icon {
    background-color: transparent
}

.s-product .amp-viewer-kit .icon.disabled {
    opacity: 0
}

.s-product .amp-viewer-kit .bla-main-next,.s-product .amp-viewer-kit .bla-main-prev {
    display: none!important
}

.s-product .amp-viewer-kit .desktop-full-view .icon {
    background-color: #c1bab0
}

.s-product .amp-viewer-kit .desktop-full-view .bla-main-next,.s-product .amp-viewer-kit .desktop-full-view .bla-main-prev {
    display: block!important
}

@media (min-width: 1280px) {
    .s-product .carousel.slide {
        margin-left:6.25rem
    }
}

.s-product .description-and-detail {
    margin: 3.75rem 0 .3125rem;
    padding: 0 1.25rem;
    color: #3c4453
}

@media (min-width: 1280px) {
    .s-product .description-and-detail {
        max-width:56rem;
        margin: 5rem auto 0
    }
}

.s-product .description-and-detail>div:last-child:after {
    border-bottom: .0625rem solid hsla(220,6%,58%,.25)!important;
    content: "";
    display: block;
    margin: 0 1rem;
    width: 100%
}

.s-product .description-and-detail .active .title:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.565h14' stroke='%233C4453' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.s-product .description-and-detail .active .pdp-specs__reviews-title {
    display: none
}

.s-product .description-and-detail .title {
    border-radius: 0;
    border-top: .0625rem solid hsla(220,6%,58%,.25)!important;
    color: #3c4453;
    font-family: Harmonia Sans Pro,Arial,sans-serif;
    font-size: 1.8125rem;
    font-weight: 600;
    line-height: 1.1;
    padding: 1.375rem 0;
    transition: all .2s
}

.s-product .description-and-detail .title:focus,.s-product .description-and-detail .title:hover {
    box-shadow: none;
    outline: .25rem solid rgba(108,184,106,.5)
}

.s-product .description-and-detail .title:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.565h14m-7 7v-14' stroke='%233C4453' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: cover;
    content: "";
    height: 1.5rem;
    margin-top: 0;
    position: relative;
    top: .1875rem;
    width: 1.5rem
}

.s-product .description-and-detail .content {
    margin: 1rem 0
}

.s-product .pdp-disclaimer {
    margin: 1.375rem 0 .3125rem;
    padding: 0 1.25rem
}

@media (min-width: 1280px) {
    .s-product .pdp-disclaimer {
        max-width:56rem;
        margin: 1.375rem auto 0
    }
}

.s-product .pdp-specs__title {
    color: #3c4453;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .625rem
}

.s-product .pdp-specs__spec {
    color: #596273;
    line-height: 1.5
}

.s-product .pdp-specs__spec-key {
    display: inline-block;
    margin-top: .625rem;
    font-weight: 600
}

.s-product .pdp-specs__small-title {
    color: #596273;
    line-height: 1.5;
    margin-top: 1.25rem
}

@media (min-width: 1280px) {
    .s-product .pdp-specs__small-title {
        margin-top:.625rem
    }
}

.s-product .pdp-specs__list-container {
    margin-top: .625rem;
    padding-left: 1.5625rem
}

.s-product .pdp-specs__item {
    color: #596273
}

.s-product .pdp-specs__reviews-title .pr-snippet-rating-decimal,.s-product .pdp-specs__reviews-title .pr-snippet-write-review-link {
    display: none
}

.s-product .pdp-specs__reviews-title .pr-accessible-text {
    color: #404040;
    display: block;
    font-size: .875rem;
    height: 0;
    overflow: hidden;
    position: absolute;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 0
}

.s-product .pdp-specs__reviews-title .pr-star-v4 {
    background-repeat: no-repeat;
    height: 1rem;
    width: 1rem
}

.s-product .pdp-specs__reviews-title .pr-star-v4-100-filled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.626 7.218l-2.827 2.353.897 3.63a1.04 1.04 0 0 1-.96 1.298 1.008 1.008 0 0 1-.575-.158l-3.152-1.997c-.01-.005-.013-.003-.017 0L5.062 14.2a1.113 1.113 0 0 1-1.254-.039 1.149 1.149 0 0 1-.438-1.22l.845-3.323-2.84-2.4a1.043 1.043 0 0 1-.323-1.129 1.023 1.023 0 0 1 .909-.71l3.691-.24L7.05 1.652A1.02 1.02 0 0 1 8 1a1.02 1.02 0 0 1 .952.65l1.377 3.468 3.712.26a1.023 1.023 0 0 1 .908.71 1.042 1.042 0 0 1-.322 1.13z' fill='%23518A70'/%3E%3C/svg%3E")
}

.s-product .pdp-specs__reviews-title .pr-star-v4-25-filled,.s-product .pdp-specs__reviews-title .pr-star-v4-50-filled,.s-product .pdp-specs__reviews-title .pr-star-v4-75-filled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.704 14.5a1.01 1.01 0 0 1-.544-.159l-3.152-1.997A.014.014 0 0 0 8 12.341a.014.014 0 0 0-.008.003L5.062 14.2a1.112 1.112 0 0 1-1.254-.04 1.149 1.149 0 0 1-.438-1.22l.845-3.322a.048.048 0 0 0-.013-.047L1.375 7.218a1.041 1.041 0 0 1-.322-1.128 1.023 1.023 0 0 1 .907-.712l3.692-.24a.029.029 0 0 0 .02-.019L7.05 1.652a1.02 1.02 0 0 1 1.902 0l1.377 3.467a.03.03 0 0 0 .02.02l3.692.24a1.023 1.023 0 0 1 .908.71 1.042 1.042 0 0 1-.323 1.13L11.798 9.57a.047.047 0 0 0-.012.047l.91 3.583a1.04 1.04 0 0 1-.992 1.299zM8 11.343c.192 0 .38.054.543.156l3.152 1.997a.035.035 0 0 0 .01.005.05.05 0 0 0 .019-.016.04.04 0 0 0 .003-.038l-.91-3.582a1.052 1.052 0 0 1 .341-1.063l2.827-2.352a.04.04 0 0 0 .012-.05c-.007-.023-.015-.023-.022-.024l-3.691-.24a1.031 1.031 0 0 1-.886-.648L8.021 2.021c-.008-.02-.013-.02-.021-.02-.008 0-.013 0-.021.02L6.602 5.488a1.031 1.031 0 0 1-.885.649l-3.692.24c-.007 0-.015 0-.022.022a.04.04 0 0 0 .012.05l2.827 2.353a1.05 1.05 0 0 1 .342 1.063l-.845 3.322a.146.146 0 0 0 .056.164.107.107 0 0 0 .132.004l2.93-1.856A1.02 1.02 0 0 1 8 11.342z' fill='%23518A70'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 12.341V1.001h.019-.02a1.02 1.02 0 0 0-.95.65L5.652 5.14l-3.691.24a1.023 1.023 0 0 0-.909.71 1.043 1.043 0 0 0 .323 1.13l2.84 2.4-.845 3.322a1.149 1.149 0 0 0 .438 1.22 1.115 1.115 0 0 0 1.254.039l2.93-1.856A.011.011 0 0 1 8 12.342z' fill='%23518A70'/%3E%3C/svg%3E")
}

.s-product .pdp-specs__reviews-title .pr-star-v4-0-filled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.704 14.5a1.01 1.01 0 0 1-.544-.159l-3.152-1.997A.014.014 0 0 0 8 12.341a.014.014 0 0 0-.008.003L5.062 14.2a1.112 1.112 0 0 1-1.254-.04 1.149 1.149 0 0 1-.438-1.22l.845-3.322a.048.048 0 0 0-.013-.047L1.375 7.218a1.041 1.041 0 0 1-.322-1.128 1.023 1.023 0 0 1 .907-.712l3.692-.24a.029.029 0 0 0 .02-.019L7.05 1.652a1.02 1.02 0 0 1 1.902 0l1.377 3.467a.03.03 0 0 0 .02.02l3.692.24a1.023 1.023 0 0 1 .908.71 1.042 1.042 0 0 1-.323 1.13L11.798 9.57a.047.047 0 0 0-.012.047l.91 3.583a1.04 1.04 0 0 1-.992 1.299zM8 11.343c.192 0 .38.054.543.156l3.152 1.997a.035.035 0 0 0 .01.005.05.05 0 0 0 .019-.016.04.04 0 0 0 .003-.038l-.91-3.582a1.052 1.052 0 0 1 .341-1.063l2.827-2.352a.04.04 0 0 0 .012-.05c-.007-.023-.015-.023-.022-.024l-3.691-.24a1.031 1.031 0 0 1-.886-.648L8.021 2.021c-.008-.02-.013-.02-.021-.02-.008 0-.013 0-.021.02L6.602 5.488a1.031 1.031 0 0 1-.885.649l-3.692.24c-.007 0-.015 0-.022.022a.04.04 0 0 0 .012.05l2.827 2.353a1.05 1.05 0 0 1 .342 1.063l-.845 3.322a.146.146 0 0 0 .056.164.107.107 0 0 0 .132.004l2.93-1.856A1.02 1.02 0 0 1 8 11.342z' fill='%23518A70'/%3E%3C/svg%3E")
}

.s-product .pdp-specs__reviews-title .pr-snippet-read-and-write,.s-product .pdp-specs__reviews-title .pr-snippet-stars-container {
    display: inline-block;
    margin-left: .4375rem;
    vertical-align: middle
}

.s-product .pdp-specs__reviews-title .pr-rating-stars {
    display: flex
}

.s-product .pdp-specs__reviews-title .pr-snippet-read-and-write {
    color: #447355;
    font-size: .9375rem;
    font-weight: 600
}

.s-product .pdp-specs__reviews-title .pr-snippet-review-count:active,.s-product .pdp-specs__reviews-title .pr-snippet-review-count:focus,.s-product .pdp-specs__reviews-title .pr-snippet-review-count:hover {
    text-decoration: none
}

@media (min-width: 1280px) {
    .s-product .pdp-specs__content-container {
        justify-content:space-between
    }
}

.s-product .pdp-specs__section {
    width: 100%
}

@media (min-width: 1280px) {
    .s-product .pdp-specs__section--one {
        width:35%
    }
}

@media (min-width: 1280px) {
    .s-product .pdp-specs__section--two {
        width:27%
    }
}

@media (min-width: 1280px) {
    .s-product .pdp-specs__section--three {
        width:30%
    }
}

.s-product .pdp-specs__section:last-child {
    margin-bottom: 1.25rem
}

.s-product .pdp-specs__image {
    width: 100%
}

.s-product .s-recommendations .slick-track {
    display: flex!important
}

.s-product .s-recommendations .slick-slide {
    height: inherit!important
}

.s-product .s-recommendations .slick-slide>div {
    height: 100%
}

.s-product .s-recommendations .slick-prev {
    background-repeat: no-repeat;
    height: 1.5625rem;
    left: -.9375rem;
    width: 1.5625rem
}

@media (min-width: 1280px) {
    .s-product .s-recommendations .slick-prev {
        left:-1.8125rem
    }
}

.s-product .s-recommendations .slick-prev .slick-prev-icon:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='25' viewBox='0 0 22 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.75 17.32l-5.5-5.5 5.5-5.5' stroke='%23447355' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    content: "";
    display: block;
    width: 1.5625rem;
    height: 1.5625rem
}

.s-product .s-recommendations .slick-next {
    background-repeat: no-repeat;
    height: 1.5625rem;
    right: -.9375rem;
    width: 1.5625rem
}

@media (min-width: 1280px) {
    .s-product .s-recommendations .slick-next {
        right:-1.8125rem
    }
}

.s-product .s-recommendations .slick-next .slick-next-icon:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='25' viewBox='0 0 22 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 17.32l5.5-5.5-5.5-5.5' stroke='%23447355' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 1.5625rem;
    width: 1.5625rem
}

.s-product .s-recommendations .product-tile {
    position: relative
}

.s-product .s-recommendations .product-tile .product-tile-cta {
    bottom: 0;
    left: 0;
    padding: 0
}

.s-product .s-recommendations .product-tile .price .value {
    font-size: .9375rem;
    margin-left: 0
}

.s-product .s-recommendations .c-product-grid {
    margin-top: 3.75rem;
    padding: 0 1.25rem
}

@media (min-width: 1280px) {
    .s-product .s-recommendations .c-product-grid {
        margin-top:5rem;
        padding: 0 4.5rem
    }
}

.s-product .s-recommendations .c-product-grid__heading {
    color: #518a70;
    font-size: 1.875rem;
    font-family: Harmonia Black Italic;
    line-height: 1.07;
    font-weight: 400
}

.s-product .s-recommendations .c-product-grid__row {
    margin-top: 1.25rem
}

@media (min-width: 1280px) {
    .s-product .s-recommendations .c-product-grid__row {
        margin-top:1.875rem
    }
}

.s-product.product-detail .attributes .swatch-circle {
    background-position: 50%;
    background-size: cover;
    border: 0;
    border-radius: .5rem;
    height: 3.125rem;
    margin-right: .75rem;
    width: 3.125rem
}

.s-product.product-detail .attributes .swatch-circle.color-value.selected {
    border: .125rem solid #518a70
}

.s-product.product-detail .attributes .swatch-circle.color-value.selected:after {
    content: none
}

.s-product .color {
    color: #596273;
    line-height: 1.33;
    margin-bottom: .625rem
}

.s-product .product-variation-label {
    font-weight: 600
}

.s-product .style-attribute {
    background-color: #fff;
    border: .0625rem solid #dce9d5;
    border-radius: .5rem;
    cursor: pointer;
    margin-top: .9375rem;
    padding: .625rem;
    text-align: left;
    width: 100%
}

.s-product .style-attribute.selected {
    border: .125rem solid #518a70
}

.s-product .style-attribute:disabled {
    cursor: not-allowed
}

.s-product .product-variation-style-image {
    background-position: 50%;
    background-size: cover;
    height: 5rem;
    margin-right: 1.375rem;
    width: 5rem
}

.s-product .product-variation-style-info {
    width: calc(100% - 102px)
}

.s-product .product-variation-style-name {
    color: #3c4453;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.33
}

.s-product .product-variation-style-description {
    color: #596273;
    font-size: .875rem;
    line-height: 1.33;
    margin-top: .125rem
}

.s-product .product-variation-style-price .price .value {
    font-size: .9375rem;
    font-weight: 600
}

.s-product .attribute button.selected {
    pointer-events: none
}

.s-product .set-items {
    border: .0625rem solid hsla(220,6%,58%,.25);
    border-radius: 1rem;
    margin: 3.75rem 1.25rem 0;
    padding: .625rem 0 1.25rem;
    position: relative
}

@media (min-width: 1280px) {
    .s-product .set-items {
        margin:5rem 11.25rem 0;
        padding: 1.875rem 0
    }
}

.s-product .set-items .product-name {
    color: #3c4453;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 1.1;
    font-style: normal;
    margin-bottom: 1.25rem
}

@media (min-width: 1280px) {
    .s-product .set-items .product-name {
        font-size:1.875rem
    }
}

.s-product .set-items .s-product__availability {
    display: flex;
    margin-top: 1.25rem
}

.s-product .set-items .extend-product-offer,.s-product .set-items .set-product-view-it {
    margin-top: 1.25rem
}

.s-product .set-items .set-product-view-it-text {
    font-size: .9375rem;
    font-weight: 600
}

.s-product .set-items .set-product-view-it-text:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.62 9.378l3.375-3.375L4.62 2.628' stroke='%23447355' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: .8125rem;
    vertical-align: middle;
    width: .75rem
}

.s-product .set-items .set-item {
    margin-top: 1.875rem
}

@media (min-width: 1280px) {
    .s-product .set-items .set-item {
        padding:0 3.75rem
    }
}

.s-product .set-items .set-item:after {
    border-bottom: .0625rem solid hsla(220,6%,58%,.25);
    content: "";
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 1.875rem;
    width: 100%
}

.s-product .set-items .s-product__price-container {
    padding: 0
}

.s-product .set-items .swatch .attribute {
    margin-top: 1.5625rem
}

@media (min-width: 1024px) {
    .s-product .set-items .swatch .attribute {
        margin-top:0
    }
}

.s-product .set-items-title {
    background-color: #fff;
    color: #ae72a3;
    position: absolute;
    top: -.9375rem;
    left: 50%;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0 .9375rem;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    width: fit-content
}

@media (min-width: 1280px) {
    .s-product .set-items-title {
        font-size:1.875rem;
        top: -1.5625rem
    }
}

.s-product .set-product-summary-container {
    margin-top: .625rem
}

@media (min-width: 1280px) {
    .s-product .set-product-summary-container {
        flex:0 0 50%;
        margin: 0 0 0 auto;
        max-width: 50%;
        padding: 0 3.75rem 0 1rem
    }
}

.s-product .set-product-summary-container .add-to-wish-list,.s-product .set-product-summary-container .s-product__wishlist-container {
    padding: 0
}

.s-product .set-product-summary-label {
    color: #447355;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: .03375rem;
    text-transform: uppercase
}

.s-product .set-product-image-container {
    position: relative
}

@media (min-width: 1280px) {
    .s-product .set-product-image-container img {
        padding-right:1.9375rem
    }
}

@media (min-width: 1280px) {
    .s-product .set-item-content {
        align-items:center
    }
}

.variation-master-disclaimer-container {
    margin: .375rem 0
}

.variation-master-disclaimer-container .variation-master-disclaimer-text {
    color: #596273;
    margin: 0
}

.pr-rating-stars,.pr-snippet-stars-container {
    min-width: 5.625rem
}

.c-faq {
    background-color: #fff;
    border-radius: .75rem;
    border: .125rem solid #518a70;
    box-shadow: 0 .1875rem 1.5625rem 0 rgba(0,0,0,.08);
    margin-bottom: 1rem;
    padding: 0
}

.c-faq__question {
    color: #447355;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 0;
    padding: 1.25rem
}

@media (min-width: 1280px) {
    .c-faq__question {
        padding:1.5rem 2.5rem
    }
}

.c-faq__answer {
    color: #596273;
    margin-bottom: 0;
    margin-top: .5rem;
    padding: 0 1.25rem 1.25rem
}

@media (min-width: 1280px) {
    .c-faq__answer {
        padding:0 2.5rem 1.5rem
    }
}

.choose-bonus-product-dialog,.quick-view-dialog {
    max-width: 56.25em
}

.choose-bonus-product-dialog .selectable-bonus-product-line-item,.quick-view-dialog .selectable-bonus-product-line-item {
    margin-top: .2em;
    margin-bottom: .2em;
    padding-top: .3em;
    padding-bottom: .3em
}

.choose-bonus-product-dialog .beenSelected,.quick-view-dialog .beenSelected {
    background-color: #eee
}

.choose-bonus-product-dialog .modal-header,.quick-view-dialog .modal-header {
    background-color: #eee;
    border-bottom: 2px solid #ccc;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.choose-bonus-product-dialog .modal-header .full-pdp-link,.quick-view-dialog .modal-header .full-pdp-link {
    color: var(--skin-primary-color-1)
}

.choose-bonus-product-dialog .modal-header .close,.quick-view-dialog .modal-header .close {
    font-size: 2rem;
    line-height: 1.5rem
}

.choose-bonus-product-dialog .modal-title,.quick-view-dialog .modal-title {
    font-size: 1em
}

.choose-bonus-product-dialog .product-name,.quick-view-dialog .product-name {
    font-size: 1.875em
}

.choose-bonus-product-dialog .swatch-circle,.quick-view-dialog .swatch-circle {
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    border: .063em solid rgba(0,0,0,.3);
    display: inline-block;
    margin-right: .313em;
    position: relative
}

.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]:after,.quick-view-dialog .swatch-circle.color-value[data-selected=true]:after {
    height: 100%;
    left: .295em;
    width: 1.1875rem
}

.choose-bonus-product-dialog .swatch-circle.color-value.selected:after,.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]:after,.quick-view-dialog .swatch-circle.color-value.selected:after,.quick-view-dialog .swatch-circle.color-value[data-selected=true]:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z'/%3E%3C/svg%3E");
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #000;
    content: "";
    display: table-caption;
    font-size: 1.625em;
    position: absolute
}

.choose-bonus-product-dialog .swatch-circle.color-value.selected:after,.quick-view-dialog .swatch-circle.color-value.selected:after {
    border-radius: 50%;
    height: .75em;
    left: .31em;
    line-height: .8em;
    top: .35em;
    width: .8em
}

.choose-bonus-product-dialog .swatch-circle i.fa-times-circle,.quick-view-dialog .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: .75em;
    line-height: .8em;
    width: .8em
}

.choose-bonus-product-dialog a[disabled] .swatch-circle,.quick-view-dialog a[disabled] .swatch-circle {
    cursor: not-allowed
}

.choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected:after,.quick-view-dialog a[disabled] .swatch-circle.color-value.selected:after {
    background-color: #495057
}

.choose-bonus-product-dialog .availablity-container,.quick-view-dialog .availablity-container {
    text-align: right
}

.choose-bonus-product-dialog .availablity-container,.choose-bonus-product-dialog .size-chart,.quick-view-dialog .availablity-container,.quick-view-dialog .size-chart {
    margin-top: .938em
}

.choose-bonus-product-dialog .modal-content,.quick-view-dialog .modal-content {
    border: 1px solid rgba(0,0,0,.2)
}

.choose-bonus-product-dialog .modal-body,.quick-view-dialog .modal-body {
    max-height: 28.125em;
    overflow-y: auto
}

.choose-bonus-product-dialog button.close,.quick-view-dialog button.close {
    font-size: 1.25em
}

.choose-bonus-product-dialog .modal-footer,.quick-view-dialog .modal-footer {
    background-color: #fff;
    border: none;
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.choose-bonus-product-dialog .modal-footer .prices .price,.quick-view-dialog .modal-footer .prices .price {
    font-size: 1.6em
}

.choose-bonus-product-dialog .prices .sales,.quick-view-dialog .prices .sales {
    font-size: 1.5rem
}

.choose-bonus-product-dialog .promotions,.quick-view-dialog .promotions {
    text-align: left;
    color: #c00
}

@media (max-width: 767.98px) {
    .choose-bonus-product-dialog .bonus-summary,.quick-view-dialog .bonus-summary {
        font-size:.625em
    }
}

@media (max-width: 767.98px) {
    .choose-bonus-product-dialog .bonus-summary .bonus-product-name,.quick-view-dialog .bonus-summary .bonus-product-name {
        padding:0
    }
}

.choose-bonus-product-dialog .pre-cart-products,.quick-view-dialog .pre-cart-products {
    margin-right: .125em
}

.choose-bonus-product-dialog .color-attribute,.quick-view-dialog .color-attribute {
    border: none;
    padding: 0;
    background: none
}

.choose-bonus-product-dialog .non-input-label,.quick-view-dialog .non-input-label {
    display: block;
    margin-bottom: .5rem
}

.s-cart-payment-accepted .html-slot-container .payments-img {
    width: 100%
}

.promo-idme__container {
    --gap: 0.5rem;
    --border: 1px solid;
    border-top: var(--border) #596273;
    border-bottom: var(--border) #596273;
    padding-top: var(--gap);
    padding-bottom: var(--gap);
    margin: var(--gap) 0 calc(var(--gap) * 2)
}

.promo-idme__container .idme-trigger img {
    max-height: 30px
}

.promo-code-form .promo-code-label {
    color: #596273;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .875rem
}

.promo-code-form .coupon-code-field.form-control {
    background-color: #f2f2f2;
    border: none;
    border-radius: 1.3125rem;
    color: #596273;
    font-size: .9375rem;
    font-weight: 400;
    height: 2.625rem;
    padding: .625rem 1.25rem;
    margin: .25rem 0
}

.promo-code-form .coupon-code-field::placeholder {
    color: #596273
}

.promo-code-form .coupon-code-field.is-invalid {
    border: .125rem solid #ca215e
}

.promo-code-form .coupon-code-field.is-invalid+.coupon-error {
    margin-left: 1.25rem;
    margin-top: .3125rem
}

.promo-code-form .promo-code-btn {
    font-size: 1rem;
    padding: .5625rem 1.25rem;
    margin: .25rem 0
}

.promo-code-submit {
    overflow-wrap: break-word;
    hyphens: auto
}

.coupon-price-adjustment+.coupon-price-adjustment {
    margin-top: .625rem
}

.coupon-price-adjustment {
    background-color: #fff;
    padding: .625em;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem
}

.coupon-promotion-relationship {
    font-size: .813em;
    padding-left: 1rem;
    margin-bottom: 0
}

.coupons-and-promos {
    margin-bottom: 1rem;
    padding-right: 0;
    padding-left: 0
}

.coupons-and-promos .coupon-price-adjustment {
    background-color: #f7f7f7;
    border: none;
    border-radius: 8px;
    padding: 1.25rem;
    position: relative
}

.coupons-and-promos .coupon-price-adjustment+.coupon-price-adjustment {
    margin-top: .875rem
}

.coupons-and-promos .coupon-price-adjustment .coupon-code {
    font-size: .9375rem;
    font-weight: 600;
    margin-bottom: .5rem
}

.coupons-and-promos .coupon-price-adjustment .coupon-code .coupon-applied {
    color: #447355;
    font-size: .9375rem
}

.coupons-and-promos .coupon-price-adjustment .coupon-code .coupon-not-applied {
    font-size: .9375rem
}

.coupons-and-promos .coupon-price-adjustment .coupon-code .remove-coupon {
    color: #447355;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: .625rem;
    top: .625rem;
    width: 1.125rem
}

.coupons-and-promos .coupon-price-adjustment .coupon-code .remove-coupon span {
    display: inline-block
}

.coupons-and-promos .coupon-price-adjustment .coupon-promotion-relationship {
    color: #596273;
    font-size: .875rem;
    list-style: none;
    padding-left: 0
}

.coupon-code {
    font-size: 1.125em
}

.coupon-applied {
    color: #008827;
    font-size: .813em
}

.coupon-error,.coupon-not-applied {
    color: #ca215e;
    font-size: .8125rem
}

.coupon-error {
    line-height: normal;
    margin: .5rem 0
}

.coupon-missing-error {
    display: none
}

.applied-promotion-discount {
    color: #008827
}

.promotion-information {
    margin-bottom: .625rem;
    margin-top: .625rem
}

.remove-coupon {
    border: none;
    background: transparent
}

.cart-page .mention-me,.s-checkout .mention-me {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.gc-applied-total,[data-gc=applied-amount] .start-lines p {
    color: #447355
}

.single-approaching-discount {
    border: 1px solid rgba(0,0,0,.125);
    background-color: #fff;
    color: #008827;
    margin-bottom: .3125rem
}

.checkout-continue {
    position: fixed;
    bottom: 0;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    transition: all .3s ease-in-out;
    z-index: 1
}

@media (max-width: 543.98px) {
    .checkout-continue {
        background-color:#fff;
        box-shadow: 0 -.075rem .14375rem 0 rgba(0,0,0,.02),0 -.2125rem .4rem 0 rgba(0,0,0,.03),0 -.50625rem .9625rem 0 rgba(0,0,0,.03),0 -1.6875rem 3.1875rem 0 rgba(0,0,0,.05);
        padding: 0 1.25rem 1.25rem
    }
}

@media (min-width: 544px) {
    .checkout-continue {
        padding-left:.625rem;
        padding-right: .625rem;
        position: static;
        margin-bottom: 1.25rem
    }
}

.checkout-continue .checkout-btn {
    border-radius: 1.3125rem;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0;
    padding: .5625rem 1.25rem
}

.checkout-continue .checkout-btn:not(:last-child) {
    margin-bottom: .625rem
}

.checkout-continue .checkout-btn:first-child {
    margin-top: 1.25rem
}

.checkout-continue .checkout-btn-cta-arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 13l5-5m-5-5l5 5m0 0H3' stroke='%23fff' stroke-width='1.66' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1rem;
    display: inline-block;
    height: 1.125rem;
    margin-left: .625rem;
    vertical-align: bottom;
    width: 1rem
}

@media (min-width: 544px) {
    .checkout-continue .collapsed-buttons {
        display:none!important
    }
}

.checkout-continue .btn-expand-buttons {
    display: none;
    margin-top: 1.25rem
}

@media (min-width: 544px) {
    .checkout-continue .btn-expand-buttons {
        display:none!important
    }
}

.checkout-continue .collapsing {
    transition-duration: .3s
}

p.affirm-as-low-as {
    font-size: .9375rem;
    height: auto;
    margin: 0;
    padding-bottom: 0
}

p.affirm-as-low-as .affirm-modal-trigger {
    color: #447355!important;
    display: table;
    font-size: .875rem;
    font-weight: 600;
    margin-top: .75rem;
    position: relative;
    text-decoration: none
}

p.affirm-as-low-as .affirm-modal-trigger:hover {
    text-decoration: none
}

p.affirm-as-low-as .affirm-modal-trigger:before {
    background: rgba(108,184,106,.4);
    content: "";
    height: .0625rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - .75rem)
}

p.affirm-as-low-as .affirm-modal-trigger:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M4.62 9.375L7.995 6 4.62 2.625' stroke='%23447355' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: 100%;
    background-repeat: no-repeat;
    content: "";
    padding-right: .75rem
}

.edit {
    margin-right: .625em
}

.product-edit {
    margin-top: auto
}

.product-edit a {
    font-size: .813em
}

.line-item-attributes {
    color: #596273;
    font-size: .8125rem;
    letter-spacing: .01625rem;
    line-height: 1.33;
    margin-bottom: .375rem
}

@media (min-width: 544px) {
    .line-item-attributes {
        font-size:.875rem
    }
}

.item-attributes {
    display: inline-block;
    margin-top: .3125rem;
    vertical-align: top
}

@media (min-width: 1280px) {
    .item-attributes {
        margin-top:1.375rem
    }
}

.line-item-divider {
    margin: .625em -.625rem
}

.line-item-name {
    color: #3c4453;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: .9375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: auto
}

@media (min-width: 1024px) {
    .line-item-name {
        font-size:1rem;
        max-width: 10.625rem
    }
}

.line-item-price {
    color: #222;
    font-size: 1em;
    font-weight: 600
}

.line-item-price-info,.line-item-pricing-info {
    color: #596273;
    font-size: .8125rem;
    letter-spacing: .01625rem;
    line-height: 1.33;
    margin-bottom: .3125rem
}

.line-item-total-price {
    text-align: right
}

.line-item-quantity .quantity-form {
    margin-top: 0
}

.line-item-quantity .quantity-form .line-item-quantity-number {
    color: #3c4453;
    font-size: .9375rem;
    font-weight: 600
}

.line-item-quantity .quantity-form .quantity {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8h10m-5 5V3' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-color: #518a70;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 1.375rem;
    margin-left: .875rem;
    min-width: auto;
    width: 1.375rem
}

.line-item-quantity .quantity-label {
    font-size: .8125rem;
    display: block
}

.line-item-quantity select {
    background-color: transparent;
    border: none;
    color: #3c4453;
    height: 1.5625rem;
    min-width: auto;
    padding: 0;
    width: 2.8125rem
}

.price {
    color: #3c4453!important;
    font-size: .9375rem
}

.price .pricing,.price .sales {
    display: inline-block;
    font-weight: 600
}

.price .strike-through {
    color: #6a768c;
    display: inline-block
}

.line-item-availability {
    color: #596273;
    font-size: .875rem
}

.no-margin-top {
    margin-top: 0
}

.number-of-items {
    font-size: 1.25rem;
    margin-top: 1rem
}

@media (min-width: 544px) {
    .number-of-items {
        margin-top:0
    }
}

.optional-promo {
    color: var(--skin-primary-color-1)
}

.product-info {
    margin-bottom: 1.25rem;
    padding: 1.25rem
}

@media (min-width: 768px) {
    .product-info {
        height:auto
    }
}

.product-info.card {
    background-color: #f7f7f7;
    border: none;
    border-radius: .5rem;
    overflow: hidden
}

@media (min-width: 768px) {
    .product-info.card {
        border-radius:.75rem
    }
}

.product-info .extend-product-info {
    background-color: #efefef;
    border-top: .0625rem dashed #87a28e;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 1.25rem -1.25rem -1.25rem;
    padding: 1rem 2.5rem 1rem 1.25rem;
    position: relative
}

@media (min-width: 544px) {
    .product-info .extend-product-info {
        align-items:center;
        flex-direction: row;
        padding-right: 3.75rem
    }
}

.product-info .extend-product-info__name,.product-info .extend-product-info__price {
    color: #3c4453;
    font-size: .9375rem;
    font-weight: 600;
    line-height: normal
}

.product-info .extend-product-info__name {
    margin-bottom: .4375rem
}

@media (min-width: 544px) {
    .product-info .extend-product-info__name {
        margin-bottom:0
    }
}

.product-info .extend-product-info .remove-product.btn {
    position: absolute;
    top: .4375rem;
    right: .625rem
}

.product-to-remove {
    font-weight: 600
}

.item-image {
    flex-grow: 0;
    flex-shrink: 0;
    height: 6.25rem;
    margin-right: 1.25rem;
    width: 6.25rem
}

@media (min-width: 1280px) {
    .item-image {
        height:10.5rem;
        width: 10.5rem
    }
}

.item-image img.product-image {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: none;
    max-width: 100%
}

.quantity-form {
    margin-bottom: 0;
    margin-top: -.313em
}

.product-info .remove-btn {
    background-color: #fff;
    border: none;
    color: #999;
    font-size: 1.625em;
    padding: 0;
    position: absolute;
    top: -.625rem;
    right: .25rem
}

@media (min-width: 1024px) {
    .product-info .remove-btn {
        top:0;
        bottom: 0;
        right: -.625rem;
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

.product-info .remove-btn-lg {
    background: none;
    border: none;
    border-radius: 0;
    color: #447355;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    position: absolute;
    top: -.6875rem;
    right: -.1875rem;
    bottom: unset;
    width: 1rem;
    z-index: 1
}

@media (min-width: 1024px) {
    .product-info .remove-btn-lg {
        top:.4375rem;
        right: .625rem
    }
}

.product-info .remove-btn-lg span {
    display: block
}

@media (max-width: 1099.98px) {
    .product-info--gc .remove-btn-lg {
        top:.5rem;
        right: .5em
    }
}

.bonus-product {
    display: block;
    text-align: center
}

.grand-total,.sub-total {
    font-weight: 600
}

.grand-total {
    font-size: 1em
}

.line-item-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.bundle-includes {
    font-size: .813em;
    margin-bottom: .625em
}

.cart-page .bonus-line-item-row+.bonus-line-item-msg:before,.cart-page .bundled-line-item+.bundled-line-item:before {
    content: "";
    display: block;
    border-bottom: .063em dashed #ccc;
    margin: .625em -.625em
}

.quantity-label {
    font-size: .813em
}

.quantity {
    width: 100%;
    min-width: 5em
}

.bundle-misc {
    font-size: .813rem
}

@media (max-width: 1023.98px) {
    .bundle-misc {
        margin-bottom:.625em
    }
}

.cart-error-messaging.cart-error {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11000
}

.bundled-line-item .item-attributes {
    margin-left: 0
}

.bonus-product-button {
    margin-right: 1.5em
}

.continue-shopping-link {
    color: #447355!important;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none
}

@media (min-width: 1024px) {
    .continue-shopping-link {
        font-size:.9375rem
    }
}

.continue-shopping-link:hover {
    text-decoration: none
}

.continue-shopping-link:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M4.62 9.375L7.995 6 4.62 2.625' stroke='%23447355' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100%;
    content: "";
    padding-right: .875rem
}

.continue-shopping-link span {
    border-bottom: .0625rem solid rgba(108,184,106,.4)
}

.continue-shopping-link.continue-shopping-link-mobile {
    display: block;
    margin-top: 1.1875rem
}

.cart-page,.cart-wrapper {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

@media (min-width: 1024px) {
    .cart-page,.cart-wrapper {
        padding-top:3.125rem
    }
}

.cart-empty {
    background-color: #f7f7f7;
    border-radius: .5rem;
    margin-bottom: 1.875rem;
    padding: 2.25rem 1.25rem
}

@media (min-width: 1024px) {
    .cart-empty {
        border-radius:.75rem;
        margin-bottom: 2.5rem;
        padding: 4.75rem 2.5rem
    }
}

.cart-empty__heading {
    color: #3c4453;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: normal
}

@media (min-width: 1024px) {
    .cart-empty__heading {
        font-size:1.5rem
    }
}

.cart-empty__description {
    color: #596273;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem
}

.cart-empty__btn {
    font-size: 1.125rem;
    max-width: 18.75rem
}

.product-card-footer {
    margin-top: 1.25rem
}

@media (min-width: 1280px) {
    .product-card-footer {
        margin-top:1.375rem
    }
}

.product-gift-wishlist {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem
}

@media (min-width: 1024px) {
    .product-gift-wishlist {
        margin-top:1.375rem
    }
}

.product-gift-option {
    font-size: .875rem;
    line-height: normal
}

.product-gift-details {
    margin-bottom: 1.25rem
}

.product-gift-details-price {
    display: flex;
    align-items: center;
    margin-bottom: .625rem
}

.product-gift-details .gift-message,.product-gift-details .line-item-price-info,.product-gift-details .price {
    color: #3c4453;
    font-size: .8125rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .01625rem;
    line-height: normal;
    margin-bottom: 0
}

.product-gift-details .price .sales {
    font-weight: 400
}

.product-gift-details .gift-message span {
    display: inline-block
}

.product-gift-details .gift-message span:before {
    content: open-quote
}

.product-gift-details .gift-message span:after {
    content: close-quote
}

.btn-add-to-wishlist,.gift-option {
    border-bottom: .0625rem solid rgba(108,184,106,.4);
    color: #447355!important;
    font-size: .875rem;
    font-weight: 600;
    line-height: normal;
    text-decoration: none
}

.btn-add-to-wishlist:hover,.gift-option:hover {
    text-decoration: none
}

.totals__need-help {
    color: #596273;
    display: flex;
    align-items: flex-end;
    font-size: .9375rem;
    margin-bottom: 1rem;
    min-height: 1.875rem
}

@media (min-width: 768px) {
    .totals__need-help {
        justify-content:flex-end
    }
}

@media (min-width: 1024px) {
    .totals__need-help {
        min-height:2.5rem
    }
}

.totals__need-help .help-phone-number {
    color: #447355!important;
    font-weight: 600;
    margin-left: 5px
}

.totals__inner {
    border: .0625rem solid hsla(220,3%,58%,.2);
    border-radius: .5rem;
    padding: 1.875rem 1.25rem 1.25rem
}

@media (min-width: 1024px) {
    .totals__inner {
        border-radius:.75rem;
        padding: 2rem
    }
}

.totals__inner__heading {
    color: #3c4453;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 2rem
}

@media (min-width: 1024px) {
    .totals__inner__heading {
        font-size:1.5rem
    }
}

.totals__inner label,.totals__inner p,.totals__inner strong {
    color: #3c4453;
    font-size: 1rem;
    line-height: normal
}

.totals__inner .sub-total {
    font-weight: 400
}

.totals__inner .custom-select.form-control {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
    background-color: transparent;
    background-position: 100%!important;
    background-size: .625rem;
    border: none;
    border-bottom: .0625rem solid #596273;
    border-radius: 0;
    color: #596273;
    font-size: .9375rem;
    font-weight: 400;
    height: auto;
    line-height: normal;
    padding: .5625rem 0
}

.totals__cart {
    border-bottom: .0625rem solid #e9e9ea;
    margin-bottom: 1.25rem
}

.gift-options-modal .modal-dialog {
    margin: 1.25rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%)!important
}

@media (min-width: 544px) {
    .gift-options-modal .modal-dialog {
        margin:0 auto;
        max-width: 33.5rem
    }
}

.gift-options-modal .modal-content {
    border: none;
    border-radius: .75rem;
    padding: 0 1.25rem 1.875rem
}

@media (min-width: 544px) {
    .gift-options-modal .modal-content {
        padding:1.25rem 2.5rem 2.5rem
    }
}

.gift-options-modal .modal-header {
    border-bottom: .125rem solid #dce9d5;
    border-radius: 0;
    display: flex;
    align-items: center;
    padding: 1rem 0
}

.gift-options-modal .modal-header .close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 3.43l9.071 9.07m-9.142.07L12.5 3.5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-color: #518a70;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1rem;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    height: 2rem;
    line-height: 1;
    margin: 0;
    opacity: 1;
    padding: 0;
    width: 2rem
}

.gift-options-modal .modal-header .close span {
    display: none
}

.gift-options-modal .modal-title {
    color: #3c4453;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal
}

.gift-options-modal .modal-body {
    padding: 1.875rem 0 0
}

.gift-options-container__label {
    color: #596273;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: .625rem
}

.gift-options-container__input {
    background-color: transparent;
    border: .125rem solid rgba(106,118,140,.3);
    border-radius: .375rem;
    color: #6a768c;
    font-size: 1rem;
    letter-spacing: .01rem;
    line-height: normal;
    padding: 1.25rem 1rem;
    resize: none
}

.gift-options-container__input.form-control {
    height: 6.5rem
}

.gift-options-container__name {
    color: #3c4453;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1.5rem
}

.gift-options-container .col-form-label {
    padding-bottom: 0;
    padding-top: 1.25rem
}

.gift-options-container__checkbox-wrapper {
    display: flex;
    margin-bottom: .625rem
}

.gift-options-container .form-check {
    margin: 0;
    padding: 0
}

.gift-options-container .form-check:not(:first-child) {
    padding-left: 1.625rem
}

.gift-options-container .form-check-label {
    color: #6a768c
}

.gift-options-container .form-check-label:before {
    border-color: #6a768c
}

.gift-options-container hr {
    border-color: hsla(220,6%,58%,.25);
    margin-bottom: 1.25rem;
    margin-top: 1.25rem
}

.gift-options-container .submit-gift-options {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: .03125rem;
    line-height: normal;
    margin-top: .625rem
}

.ui-spinner {
    display: block;
    width: 100%
}

@media (min-width: 768px) {
    .ui-spinner {
        flex:0 0 41.66667%;
        max-width: 41.66667%
    }
}

@media (min-width: 1024px) {
    .ui-spinner {
        flex:0 0 33.33333%;
        max-width: 33.33333%
    }
}

.ui-spinner .totals {
    width: 100%;
    max-width: 100%
}


/*  */
body{
    background-color: #fff;
}

.gc-applied-total,[data-gc=applied-amount] .start-lines p {
    color: #447355
}

.checkout-card-header {
    font-size: 1.5rem
}

.grand-total-price {
    float: right;
    font-weight: 600
}

.grand-total,.grand-total-label {
    font-weight: 600
}

.order-receipt-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.product-divider {
    margin-left: -.625em;
    margin-right: -.625em
}

.product-divider hr {
    border-top: .063em dashed
}

.multi-shipping+.product-line-item:before,.product-line-item+.product-line-item:before {
    content: "";
    display: block;
    border-bottom: .063em dashed #ccc;
    margin: .625em -.625em
}

@media (min-width: 1024px) {
    .multi-shipping+.product-line-item:before,.product-line-item+.product-line-item:before {
        margin:.625em -1.225em
    }
}

.shipment-block+.shipment-block:before {
    content: "";
    display: block;
    border-bottom: .063em dashed #ccc;
    margin: .625em -.625em
}

@media (min-width: 1024px) {
    .shipment-block+.shipment-block:before {
        margin:.625em -1.225em
    }
}

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

.hero-confirmation {
    background-image: url("../../images/thankyou.jpg");
    background-position-y: -8.125em
}

.gift-card-summary-block,.product-summary-block {
    margin: 1em 0
}

.gift-card-summary-block h3,.product-summary-block h3 {
    font-size: 1.25rem
}

.leading-lines {
    overflow: hidden;
    margin: 0
}

.leading-lines label {
    background-color: #fff
}

.leading-lines .start-lines {
    padding: 1px
}

.leading-lines .start-lines span {
    position: relative;
    background-color: #fff;
    z-index: 2
}

.leading-lines .start-lines:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    z-index: 1;
    color: #adadad
}

.leading-lines .end-lines {
    padding: 1px
}

.leading-lines .end-lines span {
    position: relative;
    background-color: #fff;
    z-index: 2
}

.summary-details {
    font-size: .938em
}

.summary-details,.summary-details .payment-details:not(:last-child) {
    margin-bottom: 1em
}

.summary-section-label {
    font-size: 1em;
    font-weight: 600
}

@media (min-width: 1024px) {
    .summary-section-label {
        font-weight:600
    }
}

.add-payment {
    margin-top: 1rem
}

.selected-payment {
    background-color: #e9ecef
}

.saved-security-code {
    margin-top: 1rem
}

.saved-credit-card-type {
    font-weight: 600
}

.saved-payment-information {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.payment-information {
    margin-bottom: 1rem
}

.checkout-hidden {
    display: none
}

.card-image {
    margin-top: .5rem;
    width: 100%
}

.cancel-new-payment {
    margin-top: 1rem
}

.form-check.start-lines {
    padding-left: 1.5rem
}

.multi-ship .shipping-summary .single-shipping,.multi-ship .single-shipping .shipping-content {
    display: none
}

.product-gift-details {
    margin-bottom: 1.25rem
}

.product-gift-details-price {
    display: flex;
    align-items: center;
    margin-bottom: .625rem
}

.product-gift-details .gift-message,.product-gift-details .line-item-price-info,.product-gift-details .price {
    color: #3c4453;
    font-size: .8125rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .01625rem;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 1.25rem
}

.product-gift-details .price .sales {
    font-weight: 400
}

.product-gift-details .gift-message span {
    display: inline-block
}

.product-gift-details .gift-message span:before {
    content: open-quote
}

.product-gift-details .gift-message span:after {
    content: close-quote
}

.gift-message-block {
    padding-bottom: 1em;
    padding-top: 1em
}

.confirm-details .shipping-method,.confirm-details .shipping-method-price,.single-shipping .summary-section-label {
    margin-bottom: 0
}

.multi-ship .confirm-details .single-shipping,.multi-shipping {
    display: none
}

.shipping-method-block h3,.view-address-block h3 {
    font-size: 1.25rem
}

.s-checkout {
    padding-top: 5rem
}

@media (min-width: 1280px) {
    .s-checkout .c-order-item-summary {
        margin-top:-3.45rem
    }
}

.s-checkout__sub-title {
    color: #596273;
    font-size: .9375rem
}

.s-checkout__customer-helper-text {
    color: #6a768c;
    font-size: .9375rem;
    line-height: 1.5;
    margin-bottom: 24px
}

@media (min-width: 1280px) {
    .s-checkout__customer-helper-text {
        font-size:1rem
    }
}

.s-checkout__login-button {
    margin-top: 1.25rem
}

@media (min-width: 1280px) {
    .s-checkout__login-button {
        margin:0 0 0 2rem
    }
}

.s-checkout__sign-in-button {
    margin-bottom: 1.25rem
}

@media (min-width: 1280px) {
    .s-checkout__sign-in-button {
        margin:0 2rem 0 0
    }
}

.s-checkout__resset-password {
    color: #447355;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .00813rem;
    margin-bottom: .4375rem;
    text-transform: capitalize
}

.s-checkout__customer-buttons-container {
    border-top: 1px solid hsla(220,6%,58%,.25);
    padding-top: 1.5625rem
}

@media (min-width: 1280px) {
    .s-checkout__customer-buttons-container {
        display:flex;
        justify-content: space-between;
        padding-top: 2rem;
        margin-top: .75rem
    }
}

.s-checkout__sign-up-label {
    font-size: .9375rem
}

.s-checkout__sign-up-label a {
    font-weight: 600
}

.s-checkout__need-help {
    color: #596273;
    font-size: .9375rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1280px) {
    .s-checkout__need-help {
        justify-content:end;
        margin: 5.4375rem 0 1.5625rem
    }
}

.s-checkout__need-help a {
    font-weight: 600
}

.s-checkout__need-help-number {
    margin-left: 5px
}

.s-checkout__order-receipt-label {
    color: #3c4453
}

.s-checkout__order-receipt-label.end-lines {
    padding-left: .625rem
}

.s-checkout__shipping-method-title {
    color: #3c4453;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.25rem
}

.s-checkout__confirmation-email {
    font-size: .9375rem;
    font-weight: 400
}

@media (min-width: 1280px) {
    .s-checkout__confirmation-email {
        font-size:1rem
    }
}

.s-checkout__confirmation-tips {
    flex-wrap: wrap
}

@media (min-width: 1280px) {
    .s-checkout__confirmation-tips {
        justify-content:space-between;
        width: 100%
    }
}

.s-checkout__confirmation-registration-msg {
    color: #3c4453;
    font-size: .9375rem;
    letter-spacing: .00937rem;
    line-height: 1.33;
    padding: 0 1.25rem
}

@media (min-width: 1024px) {
    .s-checkout__confirmation-registration-msg {
        padding:0 2rem
    }
}

.s-checkout__confirmation-receipt-number {
    margin-bottom: .625rem
}

@media (min-width: 1280px) {
    .s-checkout__shipping-method-options {
        max-width:50%;
        padding-right: 1rem
    }
}

.s-checkout__next-step-button {
    display: none
}

@media (min-width: 1280px) {
    .s-checkout__next-step-button {
        border-top:.0625rem solid hsla(220,6%,58%,.25);
        display: block;
        padding-top: 2rem;
        margin-top: .75rem
    }
}

.s-checkout__next-step-button .btn {
    max-width: 21.6875rem
}

@media (min-width: 1280px) {
    .s-checkout__next-step-button .row .next-step-button {
        display:block
    }
}

@media (min-width: 1280px) {
    .s-checkout__place-order-container {
        border:.0625rem solid hsla(220,6%,58%,.25);
        border-radius: .75rem;
        padding: 2rem
    }
}

.s-checkout__place-order-message {
    color: #3c4453;
    display: none;
    font-size: .875rem;
    letter-spacing: .00937rem;
    line-height: 1.33;
    padding: 0!important;
    margin-top: .9375rem
}

@media (min-width: 1280px) {
    .s-checkout__place-order-message {
        font-size:.9375rem;
        margin-top: 2rem
    }
}

.s-checkout__confirmation-account-form {
    order: 1
}

@media (min-width: 1280px) {
    .s-checkout__confirmation-account-form {
        order:2
    }
}

@media (min-width: 1280px) {
    .s-checkout__shipping-card-info {
        max-width:17.25rem;
        width: 100%
    }
}

@media (min-width: 1280px) {
    .s-checkout__shipping-card-info:last-child {
        margin-left:2.5rem
    }
}

@media (min-width: 1280px) {
    .s-checkout__billing-card-summary {
        display:flex
    }
}

@media (min-width: 1280px) {
    .s-checkout__billing-card-summary .summary-details {
        max-width:17.25rem;
        width: 100%
    }
}

@media (min-width: 1280px) and (min-width:1280px) {
    .s-checkout__billing-card-summary .summary-details:last-child {
        margin-left:2.5rem!important
    }
}

@media (min-width: 1280px) {
    .s-checkout__billing-card-summary .summary-details .payment-details {
        margin-top:.625rem
    }
}

.s-checkout__billing-card-summary .summary-details .payment-method-details {
    margin-top: .625rem
}

.s-checkout__billing-card-summary .summary-details .payment-method-details .payment-amount {
    color: #447355
}

@media (min-width: 1280px) {
    .s-checkout .single-shipping {
        display:flex
    }
}

@media (min-width: 1280px) {
    .s-checkout .shipping-method-label {
        margin-bottom:.625rem
    }
}

.s-checkout .s-checkout__summary-card .card-header {
    padding-top: 1.25rem
}

@media (min-width: 1280px) {
    .s-checkout .s-checkout__summary-card .card-header {
        padding-top:2rem
    }
}

@media (min-width: 1280px) {
    .s-checkout .s-checkout__summary-card .card-header-custom {
        font-size:1.5rem
    }
}

.s-checkout .s-checkout__confirmation-details {
    order: 2
}

@media (min-width: 1280px) {
    .s-checkout .s-checkout__confirmation-details {
        order:1
    }
}

.s-checkout .s-checkout__confirmation-details .order-product-summary {
    margin-bottom: 1.25rem
}

.s-checkout .s-checkout__confirmation-details .checkout-order-total-summary {
    display: none
}

.s-checkout .s-checkout__confirmation-details .order-confirmation-continue-shopping {
    margin-bottom: 4rem
}

@media (min-width: 1280px) {
    .s-checkout .s-checkout__confirmation-details .order-confirmation-continue-shopping {
        margin-bottom:6.25rem
    }
}

.s-checkout .page-title-wrapper {
    margin-bottom: 1.375rem
}

@media (min-width: 1280px) {
    .s-checkout .page-title-wrapper {
        margin-bottom:1.5625rem
    }
}

.s-checkout .page-title {
    background-color: transparent;
    font-size: 1.875rem;
    left: auto
}

.s-checkout .card-header {
    border: 0;
    border-radius: .5rem;
    padding: 1.875rem 1.25rem 0
}

@media (min-width: 1280px) {
    .s-checkout .card-header {
        padding:2rem 2rem 0
    }
}

@media (min-width: 1280px) {
    .s-checkout .card-body {
        padding:1.5rem 2rem 2rem
    }
}

.s-checkout .card-header-custom {
    color: #3c4453;
    font-size: 1.3125rem;
    font-weight: 600;
    margin-bottom: .9375rem
}

@media (min-width: 1280px) {
    .s-checkout .card-header-custom {
        font-size:1.5rem;
        margin-bottom: 1.5rem
    }
}

.s-checkout .card {
    border: 1px solid hsla(220,6%,58%,.25);
    border-radius: .5rem;
    margin-bottom: 1.25rem
}

.s-checkout .card.ghost {
    border: 0
}

.s-checkout .card.ghost .card-header {
    background-color: #f7f7f7;
    border: 0;
    color: #596273;
    font-size: 1.3125rem;
    font-weight: 600;
    opacity: 1;
    padding: 1.0625rem 1.25rem .75rem
}

.s-checkout .card.ghost .card-header-custom {
    color: #596273;
    font-size: 1.3125rem;
    margin: 0
}

.s-checkout .customer-error .alert-danger {
    background-color: #fcebf1;
    color: #ca215e;
    font-size: .9375rem;
    line-height: 1.5;
    margin: 1.25rem 1.25rem 0;
    padding: 1rem .9375rem .875rem 1.25rem
}

@media (min-width: 1280px) {
    .s-checkout .customer-error .alert-danger {
        margin:1.375rem 2rem 0
    }
}

.s-checkout .customer-error .close {
    display: none
}

.s-checkout .custom-control {
    padding: 0
}

.s-checkout .custom-control-label {
    font-size: .9375rem!important;
    font-weight: 400!important;
    line-height: 1.5
}

.s-checkout .order-total-summary {
    padding-top: 0
}

.s-checkout .hide-order-discount,.s-checkout .hide-shipping-discount {
    display: none!important
}

.s-checkout .leading-lines .start-lines:before {
    content: none
}

.s-checkout .grand-total p {
    margin-bottom: 0
}

.s-checkout .grand-total-sum {
    white-space: nowrap
}

.s-checkout .order-product-summary .order-receipt-label {
    color: #3c4453;
    font-size: 1.25rem;
    font-weight: 600
}

@media (min-width: 1280px) {
    .s-checkout .order-product-summary .order-receipt-label {
        font-size:1.3125rem
    }
}

.s-checkout .order-product-summary .grand-total-label {
    color: #3c4453;
    font-size: .9375rem;
    font-weight: 600
}

.s-checkout .order-product-summary .card-body {
    padding: 1.875rem 1.25rem
}

@media (min-width: 1280px) {
    .s-checkout .order-product-summary .card-body {
        padding:2rem
    }
}

.s-checkout .gift-card-summary-block,.s-checkout .product-summary-block {
    margin: 1.375rem 0 0
}

.s-checkout .item-image {
    height: 6.25rem;
    margin-right: 1.25rem;
    width: 6.25rem
}

.s-checkout .line-item-header {
    margin-top: .3125rem
}

.s-checkout .line-item-name {
    color: #3c4453;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.33;
    text-overflow: clip;
    white-space: normal
}

.s-checkout .line-item-id {
    margin-top: .5625rem
}

.s-checkout .line-item-attributes,.s-checkout .line-item-id {
    color: #596273;
    font-size: .8125rem;
    letter-spacing: .01625rem;
    line-height: 1.33
}

.s-checkout .line-item-attributes {
    margin-top: .375rem
}

.s-checkout .line-item-price-info {
    margin-top: 1.25rem
}

.s-checkout .line-item-total-text {
    color: #596273;
    font-size: .8125rem;
    letter-spacing: .01625rem;
    line-height: 1.33
}

.s-checkout .line-item-pricing-info+.unit-price .price,.s-checkout .pricing {
    color: #3c4453;
    font-size: .9375rem;
    font-weight: 600
}

.s-checkout .gift-card-summary-block+.product-summary-block .product-line-item:first-child:before,.s-checkout .product-line-item+.product-line-item:before {
    content: "";
    display: block;
    border-bottom: .0625rem solid hsla(220,6%,58%,.25);
    margin: 1.25rem 0
}

.s-checkout .payment-summary,.s-checkout .shipping-summary {
    border: 0;
    background-color: #f7f7f7;
    color: #596273;
    padding: .875rem 1.25rem
}

@media (min-width: 1280px) {
    .s-checkout .payment-summary,.s-checkout .shipping-summary {
        padding:1.0625rem 2rem 1.25rem
    }
}

.s-checkout .payment-summary .card-header,.s-checkout .shipping-summary .card-header {
    background-color: initial;
    font-size: 1.3125rem;
    font-weight: 600;
    margin-bottom: .8125rem;
    padding: 0
}

.s-checkout .payment-summary .card-body,.s-checkout .shipping-summary .card-body {
    padding: 0
}

.s-checkout .payment-summary .summary-details,.s-checkout .shipping-summary .summary-details {
    color: #3c4453;
    font-size: 1rem;
    margin: 0
}

.s-checkout .payment-summary .summary-details.billing,.s-checkout .shipping-summary .summary-details.billing {
    margin-bottom: .625rem
}

@media (min-width: 1280px) {
    .s-checkout .payment-summary .summary-details.billing,.s-checkout .shipping-summary .summary-details.billing {
        margin-bottom:0
    }
}

.s-checkout .payment-summary .summary-details>p,.s-checkout .shipping-summary .summary-details>p {
    margin-bottom: 0
}

.s-checkout .payment-summary .card-header-custom,.s-checkout .shipping-summary .card-header-custom {
    margin: 0
}

.s-checkout .payment-summary .edit-button,.s-checkout .shipping-summary .edit-button {
    border-bottom: .0625rem solid rgba(108,184,106,.4);
    color: #447355;
    text-decoration: none
}

.s-checkout .payment-summary .edit-button:hover,.s-checkout .shipping-summary .edit-button:hover {
    border-bottom-color: #447355
}

.s-checkout .payment-form .card-header,.s-checkout .single-shipping .card-header {
    padding-top: 1.25rem
}

@media (min-width: 1280px) {
    .s-checkout .payment-form .card-header,.s-checkout .single-shipping .card-header {
        padding-top:2rem
    }
}

.s-checkout .payment-form .card-header-custom,.s-checkout .single-shipping .card-header-custom {
    margin: 0
}

.s-checkout .shipping-address-block {
    border-bottom: .0625rem solid hsla(220,6%,58%,.25)
}

.s-checkout .shipping-method-block {
    margin-top: 1.25rem
}

@media (min-width: 1280px) {
    .s-checkout .shipping-method-block {
        margin-top:2rem
    }
}

@media (min-width: 1280px) {
    .s-checkout .shipping-address-block {
        padding-bottom:.75rem
    }
}

.s-checkout .shipping-cost {
    color: #6a768c
}

.s-checkout .shipping-restriction-countries-message,.s-checkout .shipping-restriction-countries-message-update,.s-checkout .shipping-restriction-message,.s-checkout .shipping-restriction-message-update,.s-checkout .shipping-restriction-states-message,.s-checkout .shipping-restriction-states-message-update {
    color: #ca215e;
    margin-bottom: 1.25rem
}

.s-checkout .next-step-button {
    left: 0
}

@media (min-width: 1280px) {
    .s-checkout .next-step-button {
        display:none
    }
}

.s-checkout .address-summary {
    line-height: 1.25rem;
    margin: .625rem 0 0
}

.s-checkout .order-summary-email {
    display: inline-block;
    margin-top: .625rem
}

.s-checkout .shipping-phone {
    line-height: 1.25rem;
    margin-bottom: .9375rem
}

.s-checkout .btn-add-new,.s-checkout .btn-show-details {
    background-color: transparent;
    border: 0;
    border-bottom: .0625rem solid rgba(108,184,106,.4);
    color: #447355;
    cursor: pointer;
    margin: 1.25rem .25rem .625rem 1rem;
    padding: 0;
    text-decoration: none
}

.s-checkout .btn-add-new:hover,.s-checkout .btn-show-details:hover {
    border-bottom-color: #447355
}

.s-checkout .shipment-selector-block>.form-group {
    margin-bottom: 0
}

.s-checkout .shipment-selector-block+.shipping-address-block {
    margin-top: 1.25rem
}

.s-checkout .contact-info-block {
    border-bottom: .0625rem solid hsla(220,6%,58%,.25)
}

@media (min-width: 1280px) {
    .s-checkout .contact-info-block {
        padding-bottom:.75rem
    }
}

.s-checkout .data-checkout-stage[data-gc-only=true] .shipping-summary {
    display: none
}

.s-checkout .data-checkout-stage[data-checkout-stage=customer] .next-step-button div {
    padding: 0
}

.s-checkout .data-checkout-stage[data-checkout-stage=payment] .card.review,.s-checkout .data-checkout-stage[data-checkout-stage=shipping] .card.payment,.s-checkout .data-checkout-stage[data-checkout-stage=shipping] .card.review {
    display: flex
}

.s-checkout .data-checkout-stage[data-checkout-stage=payment] .submit-payment {
    font-size: 1.125rem
}

.s-checkout .data-checkout-stage[data-checkout-stage=placeOrder] .next-step-button {
    display: block
}

.s-checkout .data-checkout-stage[data-checkout-stage=placeOrder] .place-order {
    max-width: 21.6875rem
}

.s-checkout .data-checkout-stage[data-checkout-stage=placeOrder] .s-checkout__place-order-message {
    display: block
}

.s-checkout .receipt {
    margin-top: 1.875rem
}

@media (min-width: 1280px) {
    .s-checkout .receipt {
        margin-top:4.9375rem
    }
}

.s-checkout .receipt .card-header {
    padding-top: 1.25rem
}

@media (min-width: 1280px) {
    .s-checkout .receipt .card-header {
        padding-top:2rem
    }
}

.s-checkout .receipt .s-checkout__need-help {
    margin: 0
}

@media (min-width: 1280px) {
    .s-checkout .receipt .card-header-custom {
        font-size:1.5rem
    }
}

.s-checkout .order-thank-you-msg {
    color: #3c4453;
    font-size: 1.3125rem;
    font-weight: 600;
    margin-bottom: .9375rem;
    width: 100%
}

@media (min-width: 1280px) {
    .s-checkout .order-thank-you-msg {
        font-size:1.5rem;
        margin-bottom: 1.25rem
    }
}

.s-checkout .order-thank-you-email-msg {
    color: #3c4453;
    font-size: .9375rem;
    letter-spacing: .00937rem;
    margin-bottom: .625rem
}

@media (min-width: 1280px) {
    .s-checkout .order-thank-you-email-msg {
        margin-bottom:1.6875rem
    }
}

.s-checkout .confirm-details .card-header-custom {
    margin-bottom: 0
}

.s-checkout .confirm-details .summary-section-label {
    color: #3c4453;
    font-weight: 600;
    letter-spacing: .01rem
}

.s-checkout .confirm-details .summary-details {
    color: #3c4453;
    letter-spacing: .01rem;
    margin-bottom: 1.25rem
}

.s-checkout .confirm-details .summary-details:last-of-type {
    margin-bottom: 0
}

.s-checkout .confirm-details .pricing {
    font-weight: 400
}

.s-checkout .confirm-details .shipping-phone {
    margin-bottom: 0
}

.s-checkout .confirm-details .shipping-method-label {
    margin-bottom: .5rem
}

@media (min-width: 1280px) {
    .s-checkout .confirm-details .s-checkout__billing-card-summary,.s-checkout .confirm-details .single-shipping {
        flex-wrap:wrap
    }
}

.s-checkout .confirm-details .s-checkout__shipping-card-info:last-child {
    margin-top: 1.25rem
}

@media (min-width: 1280px) {
    .s-checkout .confirm-details .s-checkout__shipping-card-info,.s-checkout .confirm-details .summary-details {
        margin-left:0!important;
        max-width: none
    }
}

.s-checkout .s-checkout__confirmation-receipt-number .summary-details {
    margin-bottom: .625rem
}

@media (min-width: 1280px) {
    .s-checkout .container {
        padding:0 2.5rem
    }
}

.s-checkout .container.receipt {
    max-width: 54.4375rem
}

@media (min-width: 1280px) {
    .s-checkout .customer-information-block>.form-group {
        margin-bottom:2rem
    }
}

.s-checkout #paymentMethodsList {
    list-style: none;
    padding: 0
}

.s-checkout #paymentMethodsList .additionalFields {
    margin-left: 0
}

.s-checkout .paymentMethod_img {
    height: 2rem
}

.s-checkout .payment-information {
    margin-top: 1.875rem
}

@media (min-width: 1280px) {
    .s-checkout .payment-information {
        margin-top:2rem
    }
}

.s-checkout .payment-information .payment-options {
    border-bottom: 0;
    border-radius: .75rem;
    display: inline-flex;
    overflow: hidden
}

.s-checkout .payment-information .nav-link {
    background-color: #f7f7f7!important;
    padding: .75rem 1.5rem
}

.s-checkout .payment-information .nav-link.active {
    border-bottom: 0;
    position: relative
}

.s-checkout .payment-information .nav-link.active:after {
    background-color: #518a70;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .1875rem;
    margin: 0 auto;
    width: 2rem
}

.s-checkout .payment-information .nav-item {
    flex: none;
    position: relative
}

.s-checkout .payment-information .nav-item:after {
    background-color: hsla(220,6%,58%,.25);
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 2rem;
    margin: 0 auto;
    transform: translateY(-50%);
    width: .0625rem
}

.s-checkout .payment-information .nav-item.no-after:after,.s-checkout .payment-information .nav-item:last-child:after {
    content: none
}

.s-checkout .payment-information .nav-item[data-method-id=AdyenComponent] img {
    content: url("../../images/credit-card.svg")
}

.s-checkout .adyen-checkout__label .adyen-checkout__label__text {
    border: .0625rem solid transparent;
    color: #6e7787;
    font-size: 1rem;
    height: 100%;
    letter-spacing: .01rem;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    padding: 1.25rem 1rem 1rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    transition: all .3s ease-in-out;
    z-index: 1
}

.s-checkout .adyen-checkout__label--focused .adyen-checkout__label__text {
    font-size: .75rem;
    transform: translateY(-.7rem)
}

.s-checkout .adyen-checkout__label .adyen-checkout__input {
    caret-color: #6e7787
}

.s-checkout .adyen-checkout__label .adyen-checkout__input--focus,.s-checkout .adyen-checkout__label .adyen-checkout__input--focus:hover,.s-checkout .adyen-checkout__label .adyen-checkout__input:hover {
    border: .125rem solid #518a70;
    box-shadow: none;
    outline: .25rem solid #d3ead2
}

.s-checkout .adyen-checkout__label .adyen-checkout__input--disabled:hover {
    border: .125rem solid rgba(106,118,140,.3);
    box-shadow: none;
    outline: none
}

.s-checkout .adyen-checkout__label .adyen-checkout-input__inline-validation--invalid,.s-checkout .adyen-checkout__label .adyen-checkout-input__inline-validation--valid {
    display: none
}

.s-checkout .adyen-checkout__field--country .adyen-checkout__label__text,.s-checkout .adyen-checkout__field--filled .adyen-checkout__label__text,.s-checkout .adyen-checkout__field--stateOrProvince .adyen-checkout__label__text,.s-checkout .adyen-checkout__field--valid .adyen-checkout__label__text,.s-checkout .adyen-checkout__label--disabled .adyen-checkout__label__text,.s-checkout .adyen-checkout__label--filled .adyen-checkout__label__text {
    font-size: .75rem;
    transform: translateY(-.7rem)
}

.s-checkout .adyen-checkout__dropdown__button {
    border: .125rem solid rgba(106,118,140,.3);
    border-radius: .375rem;
    color: #3c4453;
    min-height: 3.375rem
}

.s-checkout .adyen-checkout__dropdown__button--active,.s-checkout .adyen-checkout__dropdown__button--active:hover,.s-checkout .adyen-checkout__dropdown__button:focus,.s-checkout .adyen-checkout__dropdown__button:hover {
    border: .125rem solid #518a70;
    box-shadow: none;
    outline: .25rem solid #d3ead2
}

.s-checkout .adyen-checkout__dropdown__button__text,.s-checkout .adyen-checkout__filter-input {
    padding: .9375rem 0 0 .25rem
}

.s-checkout .adyen-checkout__field--error .adyen-checkout__label__text {
    color: #ca215e
}

.s-checkout .adyen-checkout__field--error .adyen-checkout__input {
    border: .125rem solid #ca215e
}

.s-checkout .adyen-checkout__field--error .adyen-checkout__input:hover {
    border: .125rem solid #ca215e;
    outline: .25rem solid rgba(202,33,94,.2)
}

.s-checkout .adyen-checkout__field--error .adyen-checkout__input:focus {
    box-shadow: none;
    outline: .25rem solid rgba(202,33,94,.2)
}

.s-checkout .adyen-checkout__field--error .adyen-checkout__input--focus,.s-checkout .adyen-checkout__field--error .adyen-checkout__input--focus:hover {
    border: .125rem solid #ca215e;
    outline: .25rem solid rgba(202,33,94,.2)
}

.s-checkout .adyen-checkout__card__form .adyen-checkout__card__exp-cvc {
    flex-wrap: wrap
}

@media (min-width: 1280px) {
    .s-checkout .adyen-checkout__card__form .adyen-checkout__card__exp-cvc {
        flex-wrap:nowrap
    }
}

.s-checkout .adyen-checkout__card__form .adyen-checkout__field__cvc.adyen-checkout__field--securityCode {
    margin-left: 0;
    width: 100%
}

@media (min-width: 1280px) {
    .s-checkout .adyen-checkout__card__form .adyen-checkout__field__cvc.adyen-checkout__field--securityCode {
        margin-left:.5rem;
        width: 50%
    }
}

.s-checkout .adyen-checkout__card__form .adyen-checkout__card__exp-cvc .adyen-checkout__field--expiryDate,.s-checkout .adyen-checkout__card__form .adyen-checkout__card__exp-cvc .adyen-checkout__field--storedCard {
    margin-right: 0;
    width: 100%
}

@media (min-width: 1280px) {
    .s-checkout .adyen-checkout__card__form .adyen-checkout__card__exp-cvc .adyen-checkout__field--expiryDate,.s-checkout .adyen-checkout__card__form .adyen-checkout__card__exp-cvc .adyen-checkout__field--storedCard {
        margin-right:.5rem;
        width: 50%
    }
}

.s-checkout .adyen-checkout__card__form .adyen-checkout__card__brands {
    display: none
}

.irb-checkout-customer,.irb-checkout-shipping {
    padding-right: 20px;
    padding-left: 20px
}

@media (min-width: 1280px) {
    .irb-checkout-customer,.irb-checkout-shipping {
        padding-right:32px;
        padding-left: 32px
    }
}

.irb-checkout-customer__summary,.irb-checkout-shipping__summary {
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
    border-radius: 8px;
    font-family: var(--skin-body-font);
    color: #596273;
    margin-bottom: 20px;
    padding: 14px 20px
}

@media (min-width: 1280px) {
    .irb-checkout-customer__summary,.irb-checkout-shipping__summary {
        padding:17px 32px 20px
    }
}

.irb-checkout-customer__summary:last-child,.irb-checkout-shipping__summary:last-child {
    margin-bottom: 0
}

.irb-checkout-customer__summary--header,.irb-checkout-shipping__summary--header {
    display: flex;
    color: #3c4453;
    font-weight: 600;
    font-size: 1rem
}

.irb-checkout-customer .edit-button,.irb-checkout-shipping .edit-button {
    border-bottom: 1px solid rgba(108,184,106,.4);
    color: #447355;
    text-decoration: none;
    margin-left: auto;
    margin-bottom: auto
}

.irb-checkout-customer .edit-button:hover,.irb-checkout-shipping .edit-button:hover {
    border-bottom-color: #447355
}

.irb-checkout-customer__summary {
    margin-bottom: 0
}

@media (min-width: 1280px) {
    .irb-checkout-customer__summary {
        margin-bottom:20px
    }
}

.irb-checkout-customer .submit-customer {
    display: none;
    width: auto
}

@media (min-width: 1280px) {
    .irb-checkout-customer .submit-customer {
        display:block
    }
}

.irb-checkout-customer .guest-customer-gc {
    margin-top: 20px
}

.irb-checkout-customer hr {
    display: none;
    margin-top: 0;
    margin-bottom: 20px
}

@media (min-width: 1280px) {
    .irb-checkout-customer hr {
        display:block
    }
}

.irb-checkout-shipping {
    padding-bottom: 20px
}

@media (min-width: 1280px) {
    .irb-checkout-shipping {
        padding-bottom:32px
    }
}

.card-number-wrapper {
    position: relative
}

.card-number-wrapper:after {
    content: "";
    position: absolute;
    right: 3px;
    background-repeat: no-repeat;
    background-image: url("../../images/credit.png");
    background-size: contain;
    width: 48px;
    height: 30px;
    top: 5px
}

.card-number-wrapper[data-type=visa]:after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -162px -110px
}

.card-number-wrapper[data-type=mastercard]:after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -295px -110px
}

.card-number-wrapper[data-type=amex]:after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -230px -15px
}

.card-number-wrapper[data-type=discover]:after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -95px -110px
}

.promo-idme__container {
    --gap: 0.5rem;
    --border: 1px solid;
    border-top: var(--border) #596273;
    border-bottom: var(--border) #596273;
    padding-top: var(--gap);
    padding-bottom: var(--gap);
    margin: var(--gap) 0 calc(var(--gap) * 2)
}

.promo-idme__container .idme-trigger img {
    max-height: 30px
}

.promo-code-form .promo-code-label {
    color: #596273;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .875rem
}

.promo-code-form .coupon-code-field.form-control {
    background-color: #f2f2f2;
    border: none;
    border-radius: 1.3125rem;
    color: #596273;
    font-size: .9375rem;
    font-weight: 400;
    height: 2.625rem;
    padding: .625rem 1.25rem;
    margin: .25rem 0
}

.promo-code-form .coupon-code-field::placeholder {
    color: #596273
}

.promo-code-form .coupon-code-field.is-invalid {
    border: .125rem solid #ca215e
}

.promo-code-form .coupon-code-field.is-invalid+.coupon-error {
    margin-left: 1.25rem;
    margin-top: .3125rem
}

.promo-code-form .promo-code-btn {
    font-size: 1rem;
    padding: .5625rem 1.25rem;
    margin: .25rem 0
}

.promo-code-submit {
    overflow-wrap: break-word;
    hyphens: auto
}

.coupon-price-adjustment+.coupon-price-adjustment {
    margin-top: .625rem
}

.coupon-price-adjustment {
    background-color: #fff;
    padding: .625em;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem
}

.coupon-promotion-relationship {
    font-size: .813em;
    padding-left: 1rem;
    margin-bottom: 0
}

.coupons-and-promos {
    margin-bottom: 1rem;
    padding-right: 0;
    padding-left: 0
}

.coupons-and-promos .coupon-price-adjustment {
    background-color: #f7f7f7;
    border: none;
    border-radius: 8px;
    padding: 1.25rem;
    position: relative
}

.coupons-and-promos .coupon-price-adjustment+.coupon-price-adjustment {
    margin-top: .875rem
}

.coupons-and-promos .coupon-price-adjustment .coupon-code {
    font-size: .9375rem;
    font-weight: 600;
    margin-bottom: .5rem
}

.coupons-and-promos .coupon-price-adjustment .coupon-code .coupon-applied {
    color: #447355;
    font-size: .9375rem
}

.coupons-and-promos .coupon-price-adjustment .coupon-code .coupon-not-applied {
    font-size: .9375rem
}

.coupons-and-promos .coupon-price-adjustment .coupon-code .remove-coupon {
    color: #447355;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: .625rem;
    top: .625rem;
    width: 1.125rem
}

.coupons-and-promos .coupon-price-adjustment .coupon-code .remove-coupon span {
    display: inline-block
}

.coupons-and-promos .coupon-price-adjustment .coupon-promotion-relationship {
    color: #596273;
    font-size: .875rem;
    list-style: none;
    padding-left: 0
}

.coupon-code {
    font-size: 1.125em
}

.coupon-applied {
    color: #008827;
    font-size: .813em
}

.coupon-error,.coupon-not-applied {
    color: #ca215e;
    font-size: .8125rem
}

.coupon-error {
    line-height: normal;
    margin: .5rem 0
}

.coupon-missing-error {
    display: none
}

.applied-promotion-discount {
    color: #008827
}

.promotion-information {
    margin-bottom: .625rem;
    margin-top: .625rem
}

.remove-coupon {
    border: none;
    background: transparent
}

.cart-page .mention-me,.s-checkout .mention-me {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.arrival-time {
    white-space: pre
}

.billing-address {
    display: block
}

.checkout-checkbox {
    font-size: .875em
}

.customer-information-block .btn-link {
    color: var(--skin-link-color-2);
    padding: 0;
    vertical-align: baseline
}

.edit-button {
    border: none;
    padding: 0;
    background: none
}

.error-message {
    display: none
}

.next-step-button {
    position: fixed;
    bottom: 0;
    z-index: 3;
    padding-right: 0;
    padding-left: 0
}

@media (max-width: 543.98px) {
    .next-step-button {
        background-color:hsla(0,0%,100%,.95);
        box-shadow: 0 2px 10px rgba(0,0,0,.2)
    }

    .next-step-button>div {
        padding: 1rem
    }
}

@media (min-width: 544px) {
    .next-step-button {
        position:static;
        padding-right: .938em;
        padding-left: .938em
    }
}

.shipping-methods {
    font-size: 1.125em;
    font-weight: 600
}

.shipping-method-option {
    font-size: .938em
}

.shipping-method-pricing {
    font-weight: 600
}

.multi-ship .multi-shipping,span.ship-to-address1,span.ship-to-address2,span.ship-to-city-st-zip,span.ship-to-name,span.ship-to-phone {
    display: block
}

.data-checkout-stage[data-checkout-stage] .card.payment-summary,.data-checkout-stage[data-checkout-stage] .shipping-summary,.data-checkout-stage[data-checkout-stage] button.place-order,.data-checkout-stage[data-checkout-stage] button.submit-payment,.data-checkout-stage[data-checkout-stage] button.submit-shipping {
    display: none
}

.data-checkout-stage[data-checkout-stage] .shipping-content {
    padding: 0!important
}

.data-checkout-stage[data-checkout-stage] .shipping-content>h3 {
    color: #3c4453;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px
}

.data-checkout-stage[data-checkout-stage] .shipping-section .shipping-title--primary,.data-checkout-stage[data-checkout-stage] .shipping-section .shipping-title--secondary {
    margin-bottom: 20px
}

.data-checkout-stage[data-checkout-stage=shipping] .card.ghost,.data-checkout-stage[data-checkout-stage=shipping] .card.payment-form,.data-checkout-stage[data-checkout-stage=shipping].multi-ship .order-product-summary {
    display: none
}

.data-checkout-stage[data-checkout-stage=shipping] button.submit-shipping {
    display: block
}

.data-checkout-stage[data-checkout-stage=shipping] button.submit-payment {
    display: none!important
}

.data-checkout-stage[data-checkout-stage=payment] .card.ghost,.data-checkout-stage[data-checkout-stage=payment] .shipping-content,.data-checkout-stage[data-checkout-stage=payment] button.submit-customer,.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=customer] .shipping-address-block,.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=edit] .shipping-address-block,.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=new] .btn-add-new,.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=new] .btn-show-details,.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=shipment] .shipping-address-form {
    display: none
}

.data-checkout-stage[data-checkout-stage=payment] .card.payment-form,.data-checkout-stage[data-checkout-stage=payment] .shipping-summary,.data-checkout-stage[data-checkout-stage=payment] button.submit-payment {
    display: block
}

.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=customer] .billing-address,.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=details] .btn-add-new,.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=details] .btn-show-details,.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=edit] .billing-address,.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=new] .btn-add-new,.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=new] .btn-show-details,.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=shipment] .billing-address {
    display: none
}

.data-checkout-stage[data-checkout-stage=payment] .shipping-section {
    border: 0 none
}

.data-checkout-stage[data-checkout-stage=payment] .shipping-section .shipping-title--primary {
    display: none
}

.data-checkout-stage[data-checkout-stage=payment] .shipping-section .shipping-title--secondary {
    display: block
}

.data-checkout-stage[data-checkout-stage=payment] .shipping-section .irb-checkout-customer,.data-checkout-stage[data-checkout-stage=payment] .shipping-section .irb-checkout-shipping {
    padding: 0
}

.data-checkout-stage[data-checkout-stage=payment] .shipping-section .irb-checkout-customer hr {
    display: none
}

.data-checkout-stage[data-checkout-stage=payment] .adyen-checkout__store-details {
    position: relative;
    margin: 0 0 30px
}

.data-checkout-stage[data-checkout-stage=payment] .adyen-checkout__store-details .adyen-checkout__checkbox__label:before {
    top: 0!important
}

.data-checkout-stage[data-checkout-stage=placeOrder] .card.ghost,.data-checkout-stage[data-checkout-stage=placeOrder] .card.payment-form,.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-content,.data-checkout-stage[data-checkout-stage=placeOrder] button.submit-customer {
    display: none
}

.data-checkout-stage[data-checkout-stage=placeOrder] .card.payment-summary,.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-summary,.data-checkout-stage[data-checkout-stage=placeOrder] button.place-order {
    display: block
}

.data-checkout-stage[data-checkout-stage=placeOrder] button.submit-payment {
    display: none!important
}

.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-section {
    border: 0 none
}

.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-section .shipping-title--primary {
    display: none
}

.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-section .shipping-title--secondary {
    display: block
}

.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-section .irb-checkout-customer,.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-section .irb-checkout-shipping {
    padding: 0
}

.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-section .irb-checkout-customer hr,.data-checkout-stage[data-checkout-stage=submitted] .card.ghost,.data-checkout-stage[data-checkout-stage=submitted] .card.payment-form,.data-checkout-stage[data-checkout-stage=submitted] .shipping-content,.data-checkout-stage[data-checkout-stage=submitted] button.submit-customer {
    display: none
}

.data-checkout-stage[data-checkout-stage=submitted] .card.payment-summary,.data-checkout-stage[data-checkout-stage=submitted] .shipping-summary {
    display: block
}

.data-checkout-stage[data-checkout-stage=submitted] button.place-order {
    display: none
}

.data-checkout-stage[data-checkout-stage=submitted] .shipping-section {
    border: 0 none
}

.data-checkout-stage[data-checkout-stage=submitted] .shipping-section .shipping-title--primary {
    display: none
}

.data-checkout-stage[data-checkout-stage=submitted] .shipping-section .shipping-title--secondary {
    display: block
}

.data-checkout-stage[data-checkout-stage=submitted] .shipping-section .irb-checkout-customer,.data-checkout-stage[data-checkout-stage=submitted] .shipping-section .irb-checkout-shipping {
    padding: 0
}

.data-checkout-stage[data-checkout-stage=submitted] .shipping-section .irb-checkout-customer hr,.data-checkout-stage option[value=new] {
    display: none
}

.data-checkout-stage h5>span {
    font-size: .8em
}

.single-shipping .multi-ship-action-buttons,.single-shipping .view-address-block,[data-customer-type=guest] .single-shipping .shipment-selector-block {
    display: none
}

.btn-show-details {
    padding-top: 0
}

.multi-ship-address-actions .btn-save-multi-ship {
    margin-left: 10px
}

#checkout-main #gigya-login .gigya-login-form .gigya-forgot-password-screen {
    position: absolute;
    bottom: 47%;
    right: 5%
}

@media (min-width: 544px) {
    #checkout-main #gigya-login .gigya-login-form .gigya-forgot-password-screen {
        bottom:49%
    }
}

@media (min-width: 700px) and (max-width:1279px) {
    #checkout-main #gigya-login .gigya-login-form .gigya-forgot-password-screen {
        right:auto;
        left: 28.75rem
    }
}

@media (min-width: 1280px) {
    #checkout-main #gigya-login .gigya-login-form .gigya-forgot-password-screen {
        bottom:48%;
        right: auto;
        left: 29.6875rem
    }
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .applepay-tab {
        display: none
    }
}

.grand-total-disclaimer {
    color: #3c4453;
    font-weight: 600
}
