html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input {
    line-height: normal
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

blockquote, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, ul {
    margin: 0;
    padding: 0
}

li > ol, li > ul {
    margin-bottom: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

@font-face {
    font-family: Barlow;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local("Barlow Regular DA"), local("Barlow-Regular DA"), url(../fonts/barlow-v3-latin-regular.woff2) format("woff2"), url(../fonts/barlow-v3-latin-regular.woff) format("woff")
}

@font-face {
    font-family: Barlow;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local("Barlow Italic DA"), local("Barlow-Italic DA"), url(../fonts/barlow-v3-latin-italic.woff2) format("woff2"), url(../fonts/barlow-v3-latin-italic.woff) format("woff")
}

@font-face {
    font-family: Barlow;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local("Barlow Bold DA"), local("Barlow-Bold DA"), url(../fonts/barlow-v3-latin-700.woff2) format("woff2"), url(../fonts/barlow-v3-latin-700.woff) format("woff")
}

@font-face {
    font-family: Barlow;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local("Barlow Bold Italic DA"), local("Barlow-BoldItalic DA"), url(../fonts/barlow-v3-latin-700italic.woff2) format("woff2"), url(../fonts/barlow-v3-latin-700italic.woff) format("woff")
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

address, blockquote, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
    margin-bottom: 1.3rem
}

dd, ol, ul {
    margin-left: 1rem
}

@-webkit-keyframes keyframe--spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes keyframe--spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes keyframe--spin-reverse {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes keyframe--spin-reverse {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

:root {
    --darkblue: #194c58;
    --green: #1dc998;
    --lightgreen: #d1f5ed;
    --sand: #f8fbf4;
    --purple: #931070;
    --lightpurple: #ae1385;
    --gray: #e9e9e9;
    --black: #333;
    --indigo: #6610f2;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray-dark: #343a40;
    --primary: #931070;
    --secondary: #1dc998;
    --success: #1dc998;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #e9e9e9;
    --dark: #333;
    --darkblue: #194c58;
    --green: #1dc998;
    --lightgreen: #d1f5ed;
    --lightgreen2: #f1f9f5;
    --sand: #f8fbf4;
    --purple: #931070;
    --lightpurple: #ae1385;
    --gray: #e9e9e9;
    --black: #333;
    --white: #fff;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

body {
    margin: 0;
    font-family: Barlow, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

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

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .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: #1dc998;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #1dc998;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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
}

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

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
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #194c58;
    white-space: normal;
    word-break: break-word
}

.h1, h1 {
    font-size: 1.5rem
}

.h2, h2 {
    font-size: 1.375rem
}

.h3, h3 {
    font-size: 1.25rem
}

.h4, h4 {
    font-size: 1.125rem
}

.h5, h5 {
    font-size: 1rem
}

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

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

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

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

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

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

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

.small, small {
    font-size: .875rem;
    font-weight: 400
}

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

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

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

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

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

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

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

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

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

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

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

.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-break: break-word
}

a > code {
    color: inherit
}

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

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

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

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

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

.container {
    width: 100%;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        padding-right: .5rem;
        padding-left: .5rem
    }
}

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

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

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

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

.container-fluid {
    width: 100%;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: .5rem;
        padding-left: .5rem
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #931070 !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #650b4d !important
}

.bg-secondary {
    background-color: #1dc998 !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #169c76 !important
}

.bg-success {
    background-color: #1dc998 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #169c76 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #e9e9e9 !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #d0d0d0 !important
}

.bg-dark {
    background-color: #333 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1a1a1a !important
}

.bg-darkblue {
    background-color: #194c58 !important
}

a.bg-darkblue:focus, a.bg-darkblue:hover, button.bg-darkblue:focus, button.bg-darkblue:hover {
    background-color: #0d2930 !important
}

.bg-green {
    background-color: #1dc998 !important
}

a.bg-green:focus, a.bg-green:hover, button.bg-green:focus, button.bg-green:hover {
    background-color: #169c76 !important
}

.bg-lightgreen {
    background-color: #d1f5ed !important
}

a.bg-lightgreen:focus, a.bg-lightgreen:hover, button.bg-lightgreen:focus, button.bg-lightgreen:hover {
    background-color: #a7ecdd !important
}

.bg-lightgreen2 {
    background-color: #f1f9f5 !important
}

a.bg-lightgreen2:focus, a.bg-lightgreen2:hover, button.bg-lightgreen2:focus, button.bg-lightgreen2:hover {
    background-color: #cee9dd !important
}

.bg-sand {
    background-color: #f8fbf4 !important
}

a.bg-sand:focus, a.bg-sand:hover, button.bg-sand:focus, button.bg-sand:hover {
    background-color: #dfedcf !important
}

.bg-purple {
    background-color: #931070 !important
}

a.bg-purple:focus, a.bg-purple:hover, button.bg-purple:focus, button.bg-purple:hover {
    background-color: #650b4d !important
}

.bg-lightpurple {
    background-color: #ae1385 !important
}

a.bg-lightpurple:focus, a.bg-lightpurple:hover, button.bg-lightpurple:focus, button.bg-lightpurple:hover {
    background-color: #810e62 !important
}

.bg-gray {
    background-color: #e9e9e9 !important
}

a.bg-gray:focus, a.bg-gray:hover, button.bg-gray:focus, button.bg-gray:hover {
    background-color: #d0d0d0 !important
}

.bg-black {
    background-color: #333 !important
}

a.bg-black:focus, a.bg-black:hover, button.bg-black:focus, button.bg-black:hover {
    background-color: #1a1a1a !important
}

.bg-white {
    background-color: #fff !important
}

a.bg-white:focus, a.bg-white:hover, button.bg-white:focus, button.bg-white:hover {
    background-color: #e6e6e6 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #e9e9e9 !important
}

.border-lightgreen {
    border: 1px solid #d1f5ed !important
}

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

.border-right {
    border-right: 1px solid #e9e9e9 !important
}

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

.border-left {
    border-left: 1px solid #e9e9e9 !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: #931070 !important
}

.border-secondary {
    border-color: #1dc998 !important
}

.border-success {
    border-color: #1dc998 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #e9e9e9 !important
}

.border-dark {
    border-color: #333 !important
}

.border-darkblue {
    border-color: #194c58 !important
}

.border-green {
    border-color: #1dc998 !important
}

.border-lightgreen {
    border-color: #d1f5ed !important
}

.border-lightgreen2 {
    border-color: #f1f9f5 !important
}

.border-sand {
    border-color: #f8fbf4 !important
}

.border-purple {
    border-color: #931070 !important
}

.border-lightpurple {
    border-color: #ae1385 !important
}

.border-gray {
    border-color: #e9e9e9 !important
}

.border-black {
    border-color: #333 !important
}

.border-white {
    border-color: #fff !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

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

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

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

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

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

.rounded-pill {
    border-radius: 50rem !important
}

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

.clearfix::after, .configurator--variant .variant--group::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

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

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

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

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

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

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

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

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

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

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

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

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

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

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

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

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

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

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

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(51, 51, 51, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(51, 51, 51, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 3px 10px #d1f5ed !important;
    box-shadow: 0 3px 10px #d1f5ed !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(51, 51, 51, .175) !important;
    box-shadow: 0 1rem 3rem rgba(51, 51, 51, .175) !important
}

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

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

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

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

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

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

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

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

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.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: 2rem !important
}

.mt-5, .my-5 {
    margin-top: 2rem !important
}

.mr-5, .mx-5 {
    margin-right: 2rem !important
}

.mb-5, .my-5 {
    margin-bottom: 2rem !important
}

.ml-5, .mx-5 {
    margin-left: 2rem !important
}

.m-6 {
    margin: 3rem !important
}

.mt-6, .my-6 {
    margin-top: 3rem !important
}

.mr-6, .mx-6 {
    margin-right: 3rem !important
}

.mb-6, .my-6 {
    margin-bottom: 3rem !important
}

.ml-6, .mx-6 {
    margin-left: 3rem !important
}

.m-7 {
    margin: 4rem !important
}

.mt-7, .my-7 {
    margin-top: 4rem !important
}

.mr-7, .mx-7 {
    margin-right: 4rem !important
}

.mb-7, .my-7 {
    margin-bottom: 4rem !important
}

.ml-7, .mx-7 {
    margin-left: 4rem !important
}

.m-8 {
    margin: 5rem !important
}

.mt-8, .my-8 {
    margin-top: 5rem !important
}

.mr-8, .mx-8 {
    margin-right: 5rem !important
}

.mb-8, .my-8 {
    margin-bottom: 5rem !important
}

.ml-8, .mx-8 {
    margin-left: 5rem !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: 2rem !important
}

.pt-5, .py-5 {
    padding-top: 2rem !important
}

.pr-5, .px-5 {
    padding-right: 2rem !important
}

.pb-5, .py-5 {
    padding-bottom: 2rem !important
}

.pl-5, .px-5 {
    padding-left: 2rem !important
}

.p-6 {
    padding: 3rem !important
}

.pt-6, .py-6 {
    padding-top: 3rem !important
}

.pr-6, .px-6 {
    padding-right: 3rem !important
}

.pb-6, .py-6 {
    padding-bottom: 3rem !important
}

.pl-6, .px-6 {
    padding-left: 3rem !important
}

.p-7 {
    padding: 4rem !important
}

.pt-7, .py-7 {
    padding-top: 4rem !important
}

.pr-7, .px-7 {
    padding-right: 4rem !important
}

.pb-7, .py-7 {
    padding-bottom: 4rem !important
}

.pl-7, .px-7 {
    padding-left: 4rem !important
}

.p-8 {
    padding: 5rem !important
}

.pt-8, .py-8 {
    padding-top: 5rem !important
}

.pr-8, .px-8 {
    padding-right: 5rem !important
}

.pb-8, .py-8 {
    padding-bottom: 5rem !important
}

.pl-8, .px-8 {
    padding-left: 5rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -2rem !important
}

.mt-n5, .my-n5 {
    margin-top: -2rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -2rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -2rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -2rem !important
}

.m-n6 {
    margin: -3rem !important
}

.mt-n6, .my-n6 {
    margin-top: -3rem !important
}

.mr-n6, .mx-n6 {
    margin-right: -3rem !important
}

.mb-n6, .my-n6 {
    margin-bottom: -3rem !important
}

.ml-n6, .mx-n6 {
    margin-left: -3rem !important
}

.m-n7 {
    margin: -4rem !important
}

.mt-n7, .my-n7 {
    margin-top: -4rem !important
}

.mr-n7, .mx-n7 {
    margin-right: -4rem !important
}

.mb-n7, .my-n7 {
    margin-bottom: -4rem !important
}

.ml-n7, .mx-n7 {
    margin-left: -4rem !important
}

.m-n8 {
    margin: -5rem !important
}

.mt-n8, .my-n8 {
    margin-top: -5rem !important
}

.mr-n8, .mx-n8 {
    margin-right: -5rem !important
}

.mb-n8, .my-n8 {
    margin-bottom: -5rem !important
}

.ml-n8, .mx-n8 {
    margin-left: -5rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .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: 2rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 2rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 2rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 2rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 2rem !important
    }

    .m-sm-6 {
        margin: 3rem !important
    }

    .mt-sm-6, .my-sm-6 {
        margin-top: 3rem !important
    }

    .mr-sm-6, .mx-sm-6 {
        margin-right: 3rem !important
    }

    .mb-sm-6, .my-sm-6 {
        margin-bottom: 3rem !important
    }

    .ml-sm-6, .mx-sm-6 {
        margin-left: 3rem !important
    }

    .m-sm-7 {
        margin: 4rem !important
    }

    .mt-sm-7, .my-sm-7 {
        margin-top: 4rem !important
    }

    .mr-sm-7, .mx-sm-7 {
        margin-right: 4rem !important
    }

    .mb-sm-7, .my-sm-7 {
        margin-bottom: 4rem !important
    }

    .ml-sm-7, .mx-sm-7 {
        margin-left: 4rem !important
    }

    .m-sm-8 {
        margin: 5rem !important
    }

    .mt-sm-8, .my-sm-8 {
        margin-top: 5rem !important
    }

    .mr-sm-8, .mx-sm-8 {
        margin-right: 5rem !important
    }

    .mb-sm-8, .my-sm-8 {
        margin-bottom: 5rem !important
    }

    .ml-sm-8, .mx-sm-8 {
        margin-left: 5rem !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: 2rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 2rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 2rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 2rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 2rem !important
    }

    .p-sm-6 {
        padding: 3rem !important
    }

    .pt-sm-6, .py-sm-6 {
        padding-top: 3rem !important
    }

    .pr-sm-6, .px-sm-6 {
        padding-right: 3rem !important
    }

    .pb-sm-6, .py-sm-6 {
        padding-bottom: 3rem !important
    }

    .pl-sm-6, .px-sm-6 {
        padding-left: 3rem !important
    }

    .p-sm-7 {
        padding: 4rem !important
    }

    .pt-sm-7, .py-sm-7 {
        padding-top: 4rem !important
    }

    .pr-sm-7, .px-sm-7 {
        padding-right: 4rem !important
    }

    .pb-sm-7, .py-sm-7 {
        padding-bottom: 4rem !important
    }

    .pl-sm-7, .px-sm-7 {
        padding-left: 4rem !important
    }

    .p-sm-8 {
        padding: 5rem !important
    }

    .pt-sm-8, .py-sm-8 {
        padding-top: 5rem !important
    }

    .pr-sm-8, .px-sm-8 {
        padding-right: 5rem !important
    }

    .pb-sm-8, .py-sm-8 {
        padding-bottom: 5rem !important
    }

    .pl-sm-8, .px-sm-8 {
        padding-left: 5rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -2rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -2rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -2rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -2rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -2rem !important
    }

    .m-sm-n6 {
        margin: -3rem !important
    }

    .mt-sm-n6, .my-sm-n6 {
        margin-top: -3rem !important
    }

    .mr-sm-n6, .mx-sm-n6 {
        margin-right: -3rem !important
    }

    .mb-sm-n6, .my-sm-n6 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n6, .mx-sm-n6 {
        margin-left: -3rem !important
    }

    .m-sm-n7 {
        margin: -4rem !important
    }

    .mt-sm-n7, .my-sm-n7 {
        margin-top: -4rem !important
    }

    .mr-sm-n7, .mx-sm-n7 {
        margin-right: -4rem !important
    }

    .mb-sm-n7, .my-sm-n7 {
        margin-bottom: -4rem !important
    }

    .ml-sm-n7, .mx-sm-n7 {
        margin-left: -4rem !important
    }

    .m-sm-n8 {
        margin: -5rem !important
    }

    .mt-sm-n8, .my-sm-n8 {
        margin-top: -5rem !important
    }

    .mr-sm-n8, .mx-sm-n8 {
        margin-right: -5rem !important
    }

    .mb-sm-n8, .my-sm-n8 {
        margin-bottom: -5rem !important
    }

    .ml-sm-n8, .mx-sm-n8 {
        margin-left: -5rem !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: 2rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 2rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 2rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 2rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 2rem !important
    }

    .m-md-6 {
        margin: 3rem !important
    }

    .mt-md-6, .my-md-6 {
        margin-top: 3rem !important
    }

    .mr-md-6, .mx-md-6 {
        margin-right: 3rem !important
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 3rem !important
    }

    .ml-md-6, .mx-md-6 {
        margin-left: 3rem !important
    }

    .m-md-7 {
        margin: 4rem !important
    }

    .mt-md-7, .my-md-7 {
        margin-top: 4rem !important
    }

    .mr-md-7, .mx-md-7 {
        margin-right: 4rem !important
    }

    .mb-md-7, .my-md-7 {
        margin-bottom: 4rem !important
    }

    .ml-md-7, .mx-md-7 {
        margin-left: 4rem !important
    }

    .m-md-8 {
        margin: 5rem !important
    }

    .mt-md-8, .my-md-8 {
        margin-top: 5rem !important
    }

    .mr-md-8, .mx-md-8 {
        margin-right: 5rem !important
    }

    .mb-md-8, .my-md-8 {
        margin-bottom: 5rem !important
    }

    .ml-md-8, .mx-md-8 {
        margin-left: 5rem !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: 2rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 2rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 2rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 2rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 2rem !important
    }

    .p-md-6 {
        padding: 3rem !important
    }

    .pt-md-6, .py-md-6 {
        padding-top: 3rem !important
    }

    .pr-md-6, .px-md-6 {
        padding-right: 3rem !important
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 3rem !important
    }

    .pl-md-6, .px-md-6 {
        padding-left: 3rem !important
    }

    .p-md-7 {
        padding: 4rem !important
    }

    .pt-md-7, .py-md-7 {
        padding-top: 4rem !important
    }

    .pr-md-7, .px-md-7 {
        padding-right: 4rem !important
    }

    .pb-md-7, .py-md-7 {
        padding-bottom: 4rem !important
    }

    .pl-md-7, .px-md-7 {
        padding-left: 4rem !important
    }

    .p-md-8 {
        padding: 5rem !important
    }

    .pt-md-8, .py-md-8 {
        padding-top: 5rem !important
    }

    .pr-md-8, .px-md-8 {
        padding-right: 5rem !important
    }

    .pb-md-8, .py-md-8 {
        padding-bottom: 5rem !important
    }

    .pl-md-8, .px-md-8 {
        padding-left: 5rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -2rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -2rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -2rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -2rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -2rem !important
    }

    .m-md-n6 {
        margin: -3rem !important
    }

    .mt-md-n6, .my-md-n6 {
        margin-top: -3rem !important
    }

    .mr-md-n6, .mx-md-n6 {
        margin-right: -3rem !important
    }

    .mb-md-n6, .my-md-n6 {
        margin-bottom: -3rem !important
    }

    .ml-md-n6, .mx-md-n6 {
        margin-left: -3rem !important
    }

    .m-md-n7 {
        margin: -4rem !important
    }

    .mt-md-n7, .my-md-n7 {
        margin-top: -4rem !important
    }

    .mr-md-n7, .mx-md-n7 {
        margin-right: -4rem !important
    }

    .mb-md-n7, .my-md-n7 {
        margin-bottom: -4rem !important
    }

    .ml-md-n7, .mx-md-n7 {
        margin-left: -4rem !important
    }

    .m-md-n8 {
        margin: -5rem !important
    }

    .mt-md-n8, .my-md-n8 {
        margin-top: -5rem !important
    }

    .mr-md-n8, .mx-md-n8 {
        margin-right: -5rem !important
    }

    .mb-md-n8, .my-md-n8 {
        margin-bottom: -5rem !important
    }

    .ml-md-n8, .mx-md-n8 {
        margin-left: -5rem !important
    }

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

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .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: 2rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 2rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 2rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 2rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 2rem !important
    }

    .m-lg-6 {
        margin: 3rem !important
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 3rem !important
    }

    .mr-lg-6, .mx-lg-6 {
        margin-right: 3rem !important
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 3rem !important
    }

    .ml-lg-6, .mx-lg-6 {
        margin-left: 3rem !important
    }

    .m-lg-7 {
        margin: 4rem !important
    }

    .mt-lg-7, .my-lg-7 {
        margin-top: 4rem !important
    }

    .mr-lg-7, .mx-lg-7 {
        margin-right: 4rem !important
    }

    .mb-lg-7, .my-lg-7 {
        margin-bottom: 4rem !important
    }

    .ml-lg-7, .mx-lg-7 {
        margin-left: 4rem !important
    }

    .m-lg-8 {
        margin: 5rem !important
    }

    .mt-lg-8, .my-lg-8 {
        margin-top: 5rem !important
    }

    .mr-lg-8, .mx-lg-8 {
        margin-right: 5rem !important
    }

    .mb-lg-8, .my-lg-8 {
        margin-bottom: 5rem !important
    }

    .ml-lg-8, .mx-lg-8 {
        margin-left: 5rem !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: 2rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 2rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 2rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 2rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 2rem !important
    }

    .p-lg-6 {
        padding: 3rem !important
    }

    .pt-lg-6, .py-lg-6 {
        padding-top: 3rem !important
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 3rem !important
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 3rem !important
    }

    .pl-lg-6, .px-lg-6 {
        padding-left: 3rem !important
    }

    .p-lg-7 {
        padding: 4rem !important
    }

    .pt-lg-7, .py-lg-7 {
        padding-top: 4rem !important
    }

    .pr-lg-7, .px-lg-7 {
        padding-right: 4rem !important
    }

    .pb-lg-7, .py-lg-7 {
        padding-bottom: 4rem !important
    }

    .pl-lg-7, .px-lg-7 {
        padding-left: 4rem !important
    }

    .p-lg-8 {
        padding: 5rem !important
    }

    .pt-lg-8, .py-lg-8 {
        padding-top: 5rem !important
    }

    .pr-lg-8, .px-lg-8 {
        padding-right: 5rem !important
    }

    .pb-lg-8, .py-lg-8 {
        padding-bottom: 5rem !important
    }

    .pl-lg-8, .px-lg-8 {
        padding-left: 5rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -2rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -2rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -2rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -2rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -2rem !important
    }

    .m-lg-n6 {
        margin: -3rem !important
    }

    .mt-lg-n6, .my-lg-n6 {
        margin-top: -3rem !important
    }

    .mr-lg-n6, .mx-lg-n6 {
        margin-right: -3rem !important
    }

    .mb-lg-n6, .my-lg-n6 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n6, .mx-lg-n6 {
        margin-left: -3rem !important
    }

    .m-lg-n7 {
        margin: -4rem !important
    }

    .mt-lg-n7, .my-lg-n7 {
        margin-top: -4rem !important
    }

    .mr-lg-n7, .mx-lg-n7 {
        margin-right: -4rem !important
    }

    .mb-lg-n7, .my-lg-n7 {
        margin-bottom: -4rem !important
    }

    .ml-lg-n7, .mx-lg-n7 {
        margin-left: -4rem !important
    }

    .m-lg-n8 {
        margin: -5rem !important
    }

    .mt-lg-n8, .my-lg-n8 {
        margin-top: -5rem !important
    }

    .mr-lg-n8, .mx-lg-n8 {
        margin-right: -5rem !important
    }

    .mb-lg-n8, .my-lg-n8 {
        margin-bottom: -5rem !important
    }

    .ml-lg-n8, .mx-lg-n8 {
        margin-left: -5rem !important
    }

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

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .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: 2rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 2rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 2rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 2rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 2rem !important
    }

    .m-xl-6 {
        margin: 3rem !important
    }

    .mt-xl-6, .my-xl-6 {
        margin-top: 3rem !important
    }

    .mr-xl-6, .mx-xl-6 {
        margin-right: 3rem !important
    }

    .mb-xl-6, .my-xl-6 {
        margin-bottom: 3rem !important
    }

    .ml-xl-6, .mx-xl-6 {
        margin-left: 3rem !important
    }

    .m-xl-7 {
        margin: 4rem !important
    }

    .mt-xl-7, .my-xl-7 {
        margin-top: 4rem !important
    }

    .mr-xl-7, .mx-xl-7 {
        margin-right: 4rem !important
    }

    .mb-xl-7, .my-xl-7 {
        margin-bottom: 4rem !important
    }

    .ml-xl-7, .mx-xl-7 {
        margin-left: 4rem !important
    }

    .m-xl-8 {
        margin: 5rem !important
    }

    .mt-xl-8, .my-xl-8 {
        margin-top: 5rem !important
    }

    .mr-xl-8, .mx-xl-8 {
        margin-right: 5rem !important
    }

    .mb-xl-8, .my-xl-8 {
        margin-bottom: 5rem !important
    }

    .ml-xl-8, .mx-xl-8 {
        margin-left: 5rem !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: 2rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 2rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 2rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 2rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 2rem !important
    }

    .p-xl-6 {
        padding: 3rem !important
    }

    .pt-xl-6, .py-xl-6 {
        padding-top: 3rem !important
    }

    .pr-xl-6, .px-xl-6 {
        padding-right: 3rem !important
    }

    .pb-xl-6, .py-xl-6 {
        padding-bottom: 3rem !important
    }

    .pl-xl-6, .px-xl-6 {
        padding-left: 3rem !important
    }

    .p-xl-7 {
        padding: 4rem !important
    }

    .pt-xl-7, .py-xl-7 {
        padding-top: 4rem !important
    }

    .pr-xl-7, .px-xl-7 {
        padding-right: 4rem !important
    }

    .pb-xl-7, .py-xl-7 {
        padding-bottom: 4rem !important
    }

    .pl-xl-7, .px-xl-7 {
        padding-left: 4rem !important
    }

    .p-xl-8 {
        padding: 5rem !important
    }

    .pt-xl-8, .py-xl-8 {
        padding-top: 5rem !important
    }

    .pr-xl-8, .px-xl-8 {
        padding-right: 5rem !important
    }

    .pb-xl-8, .py-xl-8 {
        padding-bottom: 5rem !important
    }

    .pl-xl-8, .px-xl-8 {
        padding-left: 5rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -2rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -2rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -2rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -2rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -2rem !important
    }

    .m-xl-n6 {
        margin: -3rem !important
    }

    .mt-xl-n6, .my-xl-n6 {
        margin-top: -3rem !important
    }

    .mr-xl-n6, .mx-xl-n6 {
        margin-right: -3rem !important
    }

    .mb-xl-n6, .my-xl-n6 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n6, .mx-xl-n6 {
        margin-left: -3rem !important
    }

    .m-xl-n7 {
        margin: -4rem !important
    }

    .mt-xl-n7, .my-xl-n7 {
        margin-top: -4rem !important
    }

    .mr-xl-n7, .mx-xl-n7 {
        margin-right: -4rem !important
    }

    .mb-xl-n7, .my-xl-n7 {
        margin-bottom: -4rem !important
    }

    .ml-xl-n7, .mx-xl-n7 {
        margin-left: -4rem !important
    }

    .m-xl-n8 {
        margin: -5rem !important
    }

    .mt-xl-n8, .my-xl-n8 {
        margin-top: -5rem !important
    }

    .mr-xl-n8, .mx-xl-n8 {
        margin-right: -5rem !important
    }

    .mb-xl-n8, .my-xl-n8 {
        margin-bottom: -5rem !important
    }

    .ml-xl-n8, .mx-xl-n8 {
        margin-left: -5rem !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
    }
}

.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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

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

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

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

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

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

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

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

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

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

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

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

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

.text-white {
    color: #fff !important
}

.text-primary {
    color: #931070 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #4e093c !important
}

.text-secondary {
    color: #1dc998 !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #138665 !important
}

.text-success {
    color: #1dc998 !important
}

a.text-success:focus, a.text-success:hover {
    color: #138665 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #e9e9e9 !important
}

a.text-light:focus, a.text-light:hover {
    color: #c3c3c3 !important
}

.text-dark {
    color: #333 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #0d0d0d !important
}

.text-darkblue {
    color: #194c58 !important
}

a.text-darkblue:focus, a.text-darkblue:hover {
    color: #08181c !important
}

.text-green {
    color: #1dc998 !important
}

a.text-green:focus, a.text-green:hover {
    color: #138665 !important
}

.text-lightgreen {
    color: #d1f5ed !important
}

a.text-lightgreen:focus, a.text-lightgreen:hover {
    color: #92e8d5 !important
}

.text-lightgreen2 {
    color: #f1f9f5 !important
}

a.text-lightgreen2:focus, a.text-lightgreen2:hover {
    color: #bde0d1 !important
}

.text-sand {
    color: #f8fbf4 !important
}

a.text-sand:focus, a.text-sand:hover {
    color: #d3e6bc !important
}

.text-purple {
    color: #931070 !important
}

a.text-purple:focus, a.text-purple:hover {
    color: #4e093c !important
}

.text-lightpurple {
    color: #ae1385 !important
}

a.text-lightpurple:focus, a.text-lightpurple:hover {
    color: #6a0c51 !important
}

.text-gray {
    color: #e9e9e9 !important
}

a.text-gray:focus, a.text-gray:hover {
    color: #c3c3c3 !important
}

.text-black {
    color: #333 !important
}

a.text-black:focus, a.text-black:hover {
    color: #0d0d0d !important
}

.text-white {
    color: #fff !important
}

a.text-white:focus, a.text-white:hover {
    color: #d9d9d9 !important
}

.text-body {
    color: #333 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(51, 51, 51, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .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;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

blockquote {
    quotes: "“" "”" "‘" "’";
    padding: 1rem 0;
    border-bottom: 1px solid #e9e9e9
}

blockquote p:first-child:before {
    content: open-quote
}

blockquote p:last-child:after {
    content: close-quote
}

h1 {
    font-size: 1.5rem
}

h2 {
    font-size: 1.375rem
}

h3 {
    font-size: 1.25rem
}

h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1rem
}

h6 {
    font-size: 1rem
}

.subtitle {
    font-weight: 400;
    font-style: italic
}

hr {
    display: block;
    height: 1px
}

html {
    background: #fff;
    color: #000;
    font-family: Barlow, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    min-height: 100%;
    overflow-y: scroll;
    padding: 0;
    width: 100%;
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

html .no--scroll {
    position: relative;
    overflow: hidden
}

html .no--scroll body {
    overflow: hidden
}

@media (max-width: 566.98px) {
    body {
        font-size: .875rem
    }
}

img {
    display: block;
    font-style: italic;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    height: auto
}

img[height], img[width] {
    max-width: none
}

.lazy {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    transition: filter .6s, -webkit-filter .6s
}

.lazy.loaded {
    -webkit-filter: blur(0);
    filter: blur(0)
}

a {
    color: #1dc998;
    text-decoration: none
}

a:hover {
    color: #1dc998;
    text-decoration: underline
}

li {
    margin-bottom: .5rem
}

li > ol, li > ul {
    margin-bottom: 0;
    margin-left: 1rem;
    margin-top: .5rem
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: 1rem;
    margin-left: 1rem
}

.list--unstyled {
    margin: 0;
    list-style: none
}

table {
    width: 100%
}

tr:nth-child(odd) {
    background: #f8fbf4
}

td {
    padding: .25rem
}

svg.svg--arrow-left-icon {
    width: 1rem;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

svg.svg--arrow-right-icon {
    width: 1rem;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

svg.svg--phone-icon-dims {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

svg.svg--rating-icon-dims {
    width: 1rem;
    fill: currentColor
}

svg .kat-a, symbol#kat .kat-a {
    fill: #fff
}

svg .kat-b, symbol#kat .kat-b {
    fill: #80ba26
}

svg .hond-a, symbol#hond .hond-a {
    fill: #fff
}

svg .hond-b, symbol#hond .hond-b {
    fill: #c4024b
}

svg .kleindier-a, symbol#kleindier .kleindier-a {
    fill: #fff
}

svg .kleindier-b, symbol#kleindier .kleindier-b {
    fill: #f39200
}

svg .paard-a, symbol#paard .paard-a {
    fill: none
}

svg .paard-b, symbol#paard .paard-b {
    -webkit-clip-path: url(#a);
    clip-path: url(#a)
}

svg .paard-c, symbol#paard .paard-c {
    fill: #005e6c
}

svg .paard-d, symbol#paard .paard-d {
    fill: #fff
}

svg .schaap-en-geit-a, symbol#schaap-en-geit .schaap-en-geit-a {
    fill: #12a19a
}

svg .schaap-en-geit-b, symbol#schaap-en-geit .schaap-en-geit-b {
    fill: #12a19a
}

svg .rund-a, symbol#rund .rund-a {
    fill: #a5157e
}

svg .rund-b, symbol#rund .rund-b {
    fill: #a5157e
}

svg .rund-c, symbol#rund .rund-c {
    fill: #a5157e
}

svg .varken-a, symbol#varken .varken-a {
    fill: #0492d4
}

svg .varken-b, symbol#varken .varken-b {
    fill: #0492d4
}

symbol#tp-star .tp-green {
    fill: #fff
}

svg > use > svg, svg > use > symbol {
    fill: inherit
}

span.color {
    color: #1dc998
}

span.spacer {
    display: inline-block;
    width: 1rem
}

span.strikethrough {
    color: #cbcbcb;
    position: relative;
    font-size: .875rem
}

span.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: currentColor;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

small > small {
    font-size: .875em
}

:focus {
    outline: 0
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=email]:placeholder, input[type=number]:placeholder, input[type=password]:placeholder, input[type=search]:placeholder, input[type=tel]:placeholder, input[type=text]:placeholder, select:placeholder {
    color: rgba(33, 33, 33, .5)
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus {
    border-color: #194c58
}

input[type=email]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, select:disabled {
    border-color: #e9e9e9 !important;
    opacity: .4 !important;
    background-color: transparent !important
}

input[type=email].has--error, input[type=number].has--error, input[type=password].has--error, input[type=search].has--error, input[type=tel].has--error, input[type=text].has--error, select.has--error {
    border-color: #ae1385
}

input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: block;
    margin-top: .5rem
}

input[type=radio]:before {
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    top: -2px;
    left: -1px;
    position: absolute;
    background-color: transparent;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 1px solid #1dc998
}

input[type=radio]:checked:after {
    width: calc(1rem - 6px);
    height: calc(1rem - 6px);
    border-radius: 1rem;
    top: 1px;
    left: 2px;
    position: absolute;
    background-color: #1dc998;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 1px solid #1dc998
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    border: 1px solid #1dc998;
    line-height: 1rem;
    position: relative;
    width: .875rem;
    height: .875rem;
    vertical-align: baseline;
    margin-bottom: -2px
}

input[type=checkbox]:checked:after {
    background: #1dc998;
    border-color: #fff
}

input[type=checkbox]:after {
    content: "";
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

input[type=checkbox].is--disabled:after, input[type=checkbox]:disabled:after {
    content: none
}

.c-firstname-confirmation {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

body {
    overflow-x: hidden
}

header {
    position: relative;
    z-index: 50
}

.content--wrapper {
    width: 100%;
    /*z-index: 45*/
}

section.main {
    padding-left: .5rem;
    padding-right: .5rem;
    position: relative
}

.row-pd {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.da-bgimage {
    position: absolute;
    top: -4rem;
    height: 25rem;
    overflow: hidden;
    left: 0;
    width: 100%
}

.is--ctl-index .da-bgimage {
    height: 30rem;
    max-height: 40rem;
    top: -1rem
}

@media (min-width: 768px) {
    .is--ctl-index .da-bgimage {
        height: 50rem;
        max-height: 70rem
    }
}

.da-bgimage img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    -o-object-position: top center;
    object-position: top center;
    -o-object-fit: cover;
    object-fit: cover
}

.da-bgimage + .da-usp-s {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.footer-main {
    margin-top: 4rem
}

.form-control, input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select {
    position: relative;
    display: block;
    width: 100%;
    height: calc(1.3em + 1rem + 2px);
    border-radius: 0;
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.is--ctl-checkout .footer-main {
    margin-top: 7rem
}

@media (max-width: 767.98px) {
    .border-s-y {
        border-top: 1px solid #d1f5ed;
        border-bottom: 1px solid #d1f5ed;
        border-left: none;
        border-right: none
    }
}

.da-animal-icon.da-404-icon {
    display: inline-block;
    margin: 1rem .5rem;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
}

.da-animal-icon.da-404-icon:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge, .label {
        border: 1px solid #333
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #e9e9e9
    }
}

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

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

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

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

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

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

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

.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(51, 51, 51, .05)
}

.table-hover tbody tr:hover {
    color: #333;
    background-color: rgba(51, 51, 51, .075)
}

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

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

.table-hover .table-primary:hover {
    background-color: #d9aacc
}

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

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

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

.table-hover .table-secondary:hover {
    background-color: #abebd9
}

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

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

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #89e3c9
}

.table-hover .table-success:hover {
    background-color: #abebd9
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-light:hover {
    background-color: #ececec
}

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

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

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

.table-hover .table-dark:hover {
    background-color: #b9b9b9
}

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

.table-darkblue, .table-darkblue > td, .table-darkblue > th {
    background-color: #bfcdd0
}

.table-darkblue tbody + tbody, .table-darkblue td, .table-darkblue th, .table-darkblue thead th {
    border-color: #87a2a8
}

.table-hover .table-darkblue:hover {
    background-color: #b0c2c5
}

.table-hover .table-darkblue:hover > td, .table-hover .table-darkblue:hover > th {
    background-color: #b0c2c5
}

.table-green, .table-green > td, .table-green > th {
    background-color: #c0f0e2
}

.table-green tbody + tbody, .table-green td, .table-green th, .table-green thead th {
    border-color: #89e3c9
}

.table-hover .table-green:hover {
    background-color: #abebd9
}

.table-hover .table-green:hover > td, .table-hover .table-green:hover > th {
    background-color: #abebd9
}

.table-lightgreen, .table-lightgreen > td, .table-lightgreen > th {
    background-color: #f2fcfa
}

.table-lightgreen tbody + tbody, .table-lightgreen td, .table-lightgreen th, .table-lightgreen thead th {
    border-color: #e7faf6
}

.table-hover .table-lightgreen:hover {
    background-color: #ddf7f2
}

.table-hover .table-lightgreen:hover > td, .table-hover .table-lightgreen:hover > th {
    background-color: #ddf7f2
}

.table-lightgreen2, .table-lightgreen2 > td, .table-lightgreen2 > th {
    background-color: #fbfdfc
}

.table-lightgreen2 tbody + tbody, .table-lightgreen2 td, .table-lightgreen2 th, .table-lightgreen2 thead th {
    border-color: #f8fcfa
}

.table-hover .table-lightgreen2:hover {
    background-color: #eaf5ef
}

.table-hover .table-lightgreen2:hover > td, .table-hover .table-lightgreen2:hover > th {
    background-color: #eaf5ef
}

.table-sand, .table-sand > td, .table-sand > th {
    background-color: #fdfefc
}

.table-sand tbody + tbody, .table-sand td, .table-sand th, .table-sand thead th {
    border-color: #fbfdf9
}

.table-hover .table-sand:hover {
    background-color: #f0f8e9
}

.table-hover .table-sand:hover > td, .table-hover .table-sand:hover > th {
    background-color: #f0f8e9
}

.table-purple, .table-purple > td, .table-purple > th {
    background-color: #e1bcd7
}

.table-purple tbody + tbody, .table-purple td, .table-purple th, .table-purple thead th {
    border-color: #c783b5
}

.table-hover .table-purple:hover {
    background-color: #d9aacc
}

.table-hover .table-purple:hover > td, .table-hover .table-purple:hover > th {
    background-color: #d9aacc
}

.table-lightpurple, .table-lightpurple > td, .table-lightpurple > th {
    background-color: #e8bddd
}

.table-lightpurple tbody + tbody, .table-lightpurple td, .table-lightpurple th, .table-lightpurple thead th {
    border-color: #d584c0
}

.table-hover .table-lightpurple:hover {
    background-color: #e1aad3
}

.table-hover .table-lightpurple:hover > td, .table-hover .table-lightpurple:hover > th {
    background-color: #e1aad3
}

.table-gray, .table-gray > td, .table-gray > th {
    background-color: #f9f9f9
}

.table-gray tbody + tbody, .table-gray td, .table-gray th, .table-gray thead th {
    border-color: #f4f4f4
}

.table-hover .table-gray:hover {
    background-color: #ececec
}

.table-hover .table-gray:hover > td, .table-hover .table-gray:hover > th {
    background-color: #ececec
}

.table-black, .table-black > td, .table-black > th {
    background-color: #c6c6c6
}

.table-black tbody + tbody, .table-black td, .table-black th, .table-black thead th {
    border-color: #959595
}

.table-hover .table-black:hover {
    background-color: #b9b9b9
}

.table-hover .table-black:hover > td, .table-hover .table-black:hover > th {
    background-color: #b9b9b9
}

.table-white, .table-white > td, .table-white > th {
    background-color: #fff
}

.table-white tbody + tbody, .table-white td, .table-white th, .table-white thead th {
    border-color: #fff
}

.table-hover .table-white:hover {
    background-color: #f2f2f2
}

.table-hover .table-white:hover > td, .table-hover .table-white:hover > th {
    background-color: #f2f2f2
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(51, 51, 51, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(38, 38, 38, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(38, 38, 38, .075)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control, input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select {
    display: block;
    width: 100%;
    height: calc(1.3em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control, input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control::-ms-expand, input[type=email]::-ms-expand, input[type=number]::-ms-expand, input[type=password]::-ms-expand, input[type=search]::-ms-expand, input[type=tel]::-ms-expand, input[type=text]::-ms-expand, select::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus, input:focus[type=email], input:focus[type=number], input:focus[type=password], input:focus[type=search], input:focus[type=tel], input:focus[type=text], select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e93aba;
    outline: 0
}

.form-control::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: rgba(33, 33, 33, .5);
    opacity: 1
}

.form-control::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, select::-moz-placeholder {
    color: rgba(33, 33, 33, .5);
    opacity: 1
}

.form-control:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, select:-ms-input-placeholder {
    color: rgba(33, 33, 33, .5);
    opacity: 1
}

.form-control::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, select::-ms-input-placeholder {
    color: rgba(33, 33, 33, .5);
    opacity: 1
}

.form-control::placeholder, input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, select::placeholder {
    color: rgba(33, 33, 33, .5);
    opacity: 1
}

.form-control:disabled, .form-control[readonly], input:disabled[type=email], input:disabled[type=number], input:disabled[type=password], input:disabled[type=search], input:disabled[type=tel], input:disabled[type=text], input[readonly][type=email], input[readonly][type=number], input[readonly][type=password], input[readonly][type=search], input[readonly][type=tel], input[readonly][type=text], select:disabled, select[readonly] {
    opacity: 1
}

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

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    line-height: 1.3;
    color: #333;
    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.4em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.4
}

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

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

textarea.form-control {
    height: auto
}

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

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

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

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

.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 {
    color: #6c757d
}

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

.form-check-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    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: .875rem;
    color: #1dc998
}

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

.form-control.is-valid, .was-validated .form-control:valid, .was-validated input:valid[type=email], .was-validated input:valid[type=number], .was-validated input:valid[type=password], .was-validated input:valid[type=search], .was-validated input:valid[type=tel], .was-validated input:valid[type=text], .was-validated select:valid, input.is-valid[type=email], input.is-valid[type=number], input.is-valid[type=password], input.is-valid[type=search], input.is-valid[type=tel], input.is-valid[type=text], select.is-valid {
    border-color: #1dc998;
    padding-right: calc(1.3em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231dc998' 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: center right calc(.325em + .25rem);
    background-size: calc(.65em + .5rem) calc(.65em + .5rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus, .was-validated input:valid:focus[type=email], .was-validated input:valid:focus[type=number], .was-validated input:valid:focus[type=password], .was-validated input:valid:focus[type=search], .was-validated input:valid:focus[type=tel], .was-validated input:valid:focus[type=text], .was-validated select:valid:focus, input.is-valid:focus[type=email], input.is-valid:focus[type=number], input.is-valid:focus[type=password], input.is-valid:focus[type=search], input.is-valid:focus[type=tel], input.is-valid:focus[type=text], select.is-valid:focus {
    border-color: #1dc998;
    -webkit-box-shadow: 0 0 0 0 rgba(29, 201, 152, .25);
    box-shadow: 0 0 0 0 rgba(29, 201, 152, .25)
}

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated input:valid[type=email] ~ .valid-feedback, .was-validated input:valid[type=email] ~ .valid-tooltip, .was-validated input:valid[type=number] ~ .valid-feedback, .was-validated input:valid[type=number] ~ .valid-tooltip, .was-validated input:valid[type=password] ~ .valid-feedback, .was-validated input:valid[type=password] ~ .valid-tooltip, .was-validated input:valid[type=search] ~ .valid-feedback, .was-validated input:valid[type=search] ~ .valid-tooltip, .was-validated input:valid[type=tel] ~ .valid-feedback, .was-validated input:valid[type=tel] ~ .valid-tooltip, .was-validated input:valid[type=text] ~ .valid-feedback, .was-validated input:valid[type=text] ~ .valid-tooltip, .was-validated select:valid ~ .valid-feedback, .was-validated select:valid ~ .valid-tooltip, input.is-valid[type=email] ~ .valid-feedback, input.is-valid[type=email] ~ .valid-tooltip, input.is-valid[type=number] ~ .valid-feedback, input.is-valid[type=number] ~ .valid-tooltip, input.is-valid[type=password] ~ .valid-feedback, input.is-valid[type=password] ~ .valid-tooltip, input.is-valid[type=search] ~ .valid-feedback, input.is-valid[type=search] ~ .valid-tooltip, input.is-valid[type=tel] ~ .valid-feedback, input.is-valid[type=tel] ~ .valid-tooltip, input.is-valid[type=text] ~ .valid-feedback, input.is-valid[type=text] ~ .valid-tooltip, select.is-valid ~ .valid-feedback, select.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.3em + 1rem);
    background-position: top calc(.325em + .25rem) right calc(.325em + .25rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #1dc998;
    padding-right: calc((1em + 1rem) * 3 / 4 + 2rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231dc998' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(.65em + .5rem) calc(.65em + .5rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #1dc998;
    -webkit-box-shadow: 0 0 0 0 rgba(29, 201, 152, .25);
    box-shadow: 0 0 0 0 rgba(29, 201, 152, .25)
}

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

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #1dc998
}

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

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #1dc998
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

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

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 201, 152, .25);
    box-shadow: 0 0 0 0 rgba(29, 201, 152, .25)
}

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

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #1dc998
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #1dc998;
    -webkit-box-shadow: 0 0 0 0 rgba(29, 201, 152, .25);
    box-shadow: 0 0 0 0 rgba(29, 201, 152, .25)
}

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

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

.form-control.is-invalid, .was-validated .form-control:invalid, .was-validated input:invalid[type=email], .was-validated input:invalid[type=number], .was-validated input:invalid[type=password], .was-validated input:invalid[type=search], .was-validated input:invalid[type=tel], .was-validated input:invalid[type=text], .was-validated select:invalid, input.is-invalid[type=email], input.is-invalid[type=number], input.is-invalid[type=password], input.is-invalid[type=search], input.is-invalid[type=tel], input.is-invalid[type=text], select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.3em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.325em + .25rem);
    background-size: calc(.65em + .5rem) calc(.65em + .5rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus, .was-validated input:invalid:focus[type=email], .was-validated input:invalid:focus[type=number], .was-validated input:invalid:focus[type=password], .was-validated input:invalid:focus[type=search], .was-validated input:invalid:focus[type=tel], .was-validated input:invalid:focus[type=text], .was-validated select:invalid:focus, input.is-invalid:focus[type=email], input.is-invalid:focus[type=number], input.is-invalid:focus[type=password], input.is-invalid:focus[type=search], input.is-invalid:focus[type=tel], input.is-invalid:focus[type=text], select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 0 rgba(220, 53, 69, .25)
}

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated input:invalid[type=email] ~ .invalid-feedback, .was-validated input:invalid[type=email] ~ .invalid-tooltip, .was-validated input:invalid[type=number] ~ .invalid-feedback, .was-validated input:invalid[type=number] ~ .invalid-tooltip, .was-validated input:invalid[type=password] ~ .invalid-feedback, .was-validated input:invalid[type=password] ~ .invalid-tooltip, .was-validated input:invalid[type=search] ~ .invalid-feedback, .was-validated input:invalid[type=search] ~ .invalid-tooltip, .was-validated input:invalid[type=tel] ~ .invalid-feedback, .was-validated input:invalid[type=tel] ~ .invalid-tooltip, .was-validated input:invalid[type=text] ~ .invalid-feedback, .was-validated input:invalid[type=text] ~ .invalid-tooltip, .was-validated select:invalid ~ .invalid-feedback, .was-validated select:invalid ~ .invalid-tooltip, input.is-invalid[type=email] ~ .invalid-feedback, input.is-invalid[type=email] ~ .invalid-tooltip, input.is-invalid[type=number] ~ .invalid-feedback, input.is-invalid[type=number] ~ .invalid-tooltip, input.is-invalid[type=password] ~ .invalid-feedback, input.is-invalid[type=password] ~ .invalid-tooltip, input.is-invalid[type=search] ~ .invalid-feedback, input.is-invalid[type=search] ~ .invalid-tooltip, input.is-invalid[type=tel] ~ .invalid-feedback, input.is-invalid[type=tel] ~ .invalid-tooltip, input.is-invalid[type=text] ~ .invalid-feedback, input.is-invalid[type=text] ~ .invalid-tooltip, select.is-invalid ~ .invalid-feedback, select.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.3em + 1rem);
    background-position: top calc(.325em + .25rem) right calc(.325em + .25rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 1rem) * 3 / 4 + 2rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 2rem/calc(.65em + .5rem) calc(.65em + .5rem)
}

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

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

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

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

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

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

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

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

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

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

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

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

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

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

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

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

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

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

    .form-inline .form-control, .form-inline input[type=email], .form-inline input[type=number], .form-inline input[type=password], .form-inline input[type=search], .form-inline input[type=tel], .form-inline input[type=text], .form-inline select {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

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

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

    .form-inline .form-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

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

    .form-inline .custom-control {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

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

.btn {
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

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

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

.btn.focus, .btn:focus {
    outline: 0
}

.btn.disabled, .btn.is--disabled, .btn:disabled {
    opacity: .65
}

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

.btn, .btn-primary, .is--primary {
    color: #fff;
    background-color: #931070;
    border-color: #931070
}

.btn-primary:hover, .btn:hover, .is--primary:hover {
    color: #fff;
    background-color: #700c56;
    border-color: #650b4d
}

.btn-primary.focus, .btn-primary:focus, .btn:focus, .focus.btn, .focus.is--primary, .is--primary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(163, 52, 134, .5);
    box-shadow: 0 0 0 0 rgba(163, 52, 134, .5)
}

.btn-primary.disabled, .btn-primary.is--disabled, .btn-primary:disabled, .btn.is--disabled, .btn:disabled, .disabled.btn, .disabled.is--primary, .is--primary.is--disabled, .is--primary:disabled {
    color: #fff;
    background-color: #931070;
    border-color: #931070
}

.btn-primary:not(:disabled):not(.disabled):not(.is--disabled).active, .btn-primary:not(:disabled):not(.disabled):not(.is--disabled):active, .btn:not(:disabled):not(.disabled):not(.is--disabled).active, .btn:not(:disabled):not(.disabled):not(.is--disabled):active, .is--primary:not(:disabled):not(.disabled):not(.is--disabled).active, .is--primary:not(:disabled):not(.disabled):not(.is--disabled):active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.btn, .show > .dropdown-toggle.is--primary {
    color: #fff;
    background-color: #650b4d;
    border-color: #5a0a44
}

.btn-primary:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .btn:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .is--primary:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .is--primary:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.btn:focus, .show > .dropdown-toggle.is--primary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(163, 52, 134, .5);
    box-shadow: 0 0 0 0 rgba(163, 52, 134, .5)
}

.btn-secondary, .is--secondary {
    color: #fff;
    background-color: #1dc998;
    border-color: #1dc998
}

.btn-secondary:hover, .is--secondary:hover {
    color: #fff;
    background-color: #18a77f;
    border-color: #169c76
}

.btn-secondary.focus, .btn-secondary:focus, .focus.is--secondary, .is--secondary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 209, 167, .5);
    box-shadow: 0 0 0 0 rgba(63, 209, 167, .5)
}

.btn-secondary.disabled, .btn-secondary.is--disabled, .btn-secondary:disabled, .disabled.is--secondary, .is--secondary.is--disabled, .is--secondary:disabled {
    color: #fff;
    background-color: #1dc998;
    border-color: #1dc998
}

.btn-secondary:not(:disabled):not(.disabled):not(.is--disabled).active, .btn-secondary:not(:disabled):not(.disabled):not(.is--disabled):active, .is--secondary:not(:disabled):not(.disabled):not(.is--disabled).active, .is--secondary:not(:disabled):not(.disabled):not(.is--disabled):active, .show > .btn-secondary.dropdown-toggle, .show > .dropdown-toggle.is--secondary {
    color: #fff;
    background-color: #169c76;
    border-color: #15916e
}

.btn-secondary:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .is--secondary:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .is--secondary:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus, .show > .dropdown-toggle.is--secondary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 209, 167, .5);
    box-shadow: 0 0 0 0 rgba(63, 209, 167, .5)
}

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

.btn-success:hover {
    color: #fff;
    background-color: #18a77f;
    border-color: #169c76
}

.btn-success.focus, .btn-success:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 209, 167, .5);
    box-shadow: 0 0 0 0 rgba(63, 209, 167, .5)
}

.btn-success.disabled, .btn-success.is--disabled, .btn-success:disabled {
    color: #fff;
    background-color: #1dc998;
    border-color: #1dc998
}

.btn-success:not(:disabled):not(.disabled):not(.is--disabled).active, .btn-success:not(:disabled):not(.disabled):not(.is--disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #169c76;
    border-color: #15916e
}

.btn-success:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-success:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 209, 167, .5);
    box-shadow: 0 0 0 0 rgba(63, 209, 167, .5)
}

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

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

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

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

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

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

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

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

.btn-warning.focus, .btn-warning:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 0 rgba(222, 170, 12, .5)
}

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

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

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

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

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

.btn-danger.focus, .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 0 rgba(225, 83, 97, .5)
}

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

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

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

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

.btn-light:hover {
    color: #212529;
    background-color: #d6d6d6;
    border-color: #d0d0d0
}

.btn-light.focus, .btn-light:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(203, 204, 204, .5);
    box-shadow: 0 0 0 0 rgba(203, 204, 204, .5)
}

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

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

.btn-light:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-light:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(203, 204, 204, .5);
    box-shadow: 0 0 0 0 rgba(203, 204, 204, .5)
}

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

.btn-dark:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a
}

.btn-dark.focus, .btn-dark:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 82, 82, .5);
    box-shadow: 0 0 0 0 rgba(82, 82, 82, .5)
}

.btn-dark.disabled, .btn-dark.is--disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333
}

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

.btn-dark:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 82, 82, .5);
    box-shadow: 0 0 0 0 rgba(82, 82, 82, .5)
}

.btn-darkblue {
    color: #fff;
    background-color: #194c58;
    border-color: #194c58
}

.btn-darkblue:hover {
    color: #fff;
    background-color: #10323a;
    border-color: #0d2930
}

.btn-darkblue.focus, .btn-darkblue:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(59, 103, 113, .5);
    box-shadow: 0 0 0 0 rgba(59, 103, 113, .5)
}

.btn-darkblue.disabled, .btn-darkblue.is--disabled, .btn-darkblue:disabled {
    color: #fff;
    background-color: #194c58;
    border-color: #194c58
}

.btn-darkblue:not(:disabled):not(.disabled):not(.is--disabled).active, .btn-darkblue:not(:disabled):not(.disabled):not(.is--disabled):active, .show > .btn-darkblue.dropdown-toggle {
    color: #fff;
    background-color: #0d2930;
    border-color: #0b2126
}

.btn-darkblue:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-darkblue:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-darkblue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(59, 103, 113, .5);
    box-shadow: 0 0 0 0 rgba(59, 103, 113, .5)
}

.btn-green {
    color: #fff;
    background-color: #1dc998;
    border-color: #1dc998
}

.btn-green:hover {
    color: #fff;
    background-color: #18a77f;
    border-color: #169c76
}

.btn-green.focus, .btn-green:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 209, 167, .5);
    box-shadow: 0 0 0 0 rgba(63, 209, 167, .5)
}

.btn-green.disabled, .btn-green.is--disabled, .btn-green:disabled {
    color: #fff;
    background-color: #1dc998;
    border-color: #1dc998
}

.btn-green:not(:disabled):not(.disabled):not(.is--disabled).active, .btn-green:not(:disabled):not(.disabled):not(.is--disabled):active, .show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #169c76;
    border-color: #15916e
}

.btn-green:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-green:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 209, 167, .5);
    box-shadow: 0 0 0 0 rgba(63, 209, 167, .5)
}

.btn-lightgreen {
    color: #212529;
    background-color: #d1f5ed;
    border-color: #d1f5ed
}

.btn-lightgreen:hover {
    color: #212529;
    background-color: #b1eee1;
    border-color: #a7ecdd
}

.btn-lightgreen.focus, .btn-lightgreen:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(182, 214, 208, .5);
    box-shadow: 0 0 0 0 rgba(182, 214, 208, .5)
}

.btn-lightgreen.disabled, .btn-lightgreen.is--disabled, .btn-lightgreen:disabled {
    color: #212529;
    background-color: #d1f5ed;
    border-color: #d1f5ed
}

.btn-lightgreen:not(:disabled):not(.disabled):not(.is--disabled).active, .btn-lightgreen:not(:disabled):not(.disabled):not(.is--disabled):active, .show > .btn-lightgreen.dropdown-toggle {
    color: #212529;
    background-color: #a7ecdd;
    border-color: #9cead9
}

.btn-lightgreen:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-lightgreen:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-lightgreen.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(182, 214, 208, .5);
    box-shadow: 0 0 0 0 rgba(182, 214, 208, .5)
}

.btn-lightgreen2 {
    color: #212529;
    background-color: #f1f9f5;
    border-color: #f1f9f5
}

.btn-lightgreen2:hover {
    color: #212529;
    background-color: #d7ede3;
    border-color: #cee9dd
}

.btn-lightgreen2.focus, .btn-lightgreen2:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(210, 217, 215, .5);
    box-shadow: 0 0 0 0 rgba(210, 217, 215, .5)
}

.btn-lightgreen2.disabled, .btn-lightgreen2.is--disabled, .btn-lightgreen2:disabled {
    color: #212529;
    background-color: #f1f9f5;
    border-color: #f1f9f5
}

.btn-lightgreen2:not(:disabled):not(.disabled):not(.is--disabled).active, .btn-lightgreen2:not(:disabled):not(.disabled):not(.is--disabled):active, .show > .btn-lightgreen2.dropdown-toggle {
    color: #212529;
    background-color: #cee9dd;
    border-color: #c5e4d7
}

.btn-lightgreen2:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-lightgreen2:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-lightgreen2.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(210, 217, 215, .5);
    box-shadow: 0 0 0 0 rgba(210, 217, 215, .5)
}

.btn-sand {
    color: #212529;
    background-color: #f8fbf4;
    border-color: #f8fbf4
}

.btn-sand:hover {
    color: #212529;
    background-color: #e5f0d8;
    border-color: #dfedcf
}

.btn-sand.focus, .btn-sand:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(215, 219, 213, .5);
    box-shadow: 0 0 0 0 rgba(215, 219, 213, .5)
}

.btn-sand.disabled, .btn-sand.is--disabled, .btn-sand:disabled {
    color: #212529;
    background-color: #f8fbf4;
    border-color: #f8fbf4
}

.btn-sand:not(:disabled):not(.disabled):not(.is--disabled).active, .btn-sand:not(:disabled):not(.disabled):not(.is--disabled):active, .show > .btn-sand.dropdown-toggle {
    color: #212529;
    background-color: #dfedcf;
    border-color: #d9e9c6
}

.btn-sand:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-sand:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-sand.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(215, 219, 213, .5);
    box-shadow: 0 0 0 0 rgba(215, 219, 213, .5)
}

.btn-purple {
    color: #fff;
    background-color: #931070;
    border-color: #931070
}

.btn-purple:hover {
    color: #fff;
    background-color: #700c56;
    border-color: #650b4d
}

.btn-purple.focus, .btn-purple:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(163, 52, 134, .5);
    box-shadow: 0 0 0 0 rgba(163, 52, 134, .5)
}

.btn-purple.disabled, .btn-purple.is--disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #931070;
    border-color: #931070
}

.btn-purple:not(:disabled):not(.disabled):not(.is--disabled).active, .btn-purple:not(:disabled):not(.disabled):not(.is--disabled):active, .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #650b4d;
    border-color: #5a0a44
}

.btn-purple:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-purple:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-purple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(163, 52, 134, .5);
    box-shadow: 0 0 0 0 rgba(163, 52, 134, .5)
}

.btn-lightpurple {
    color: #fff;
    background-color: #ae1385;
    border-color: #ae1385
}

.btn-lightpurple:hover {
    color: #fff;
    background-color: #8c106b;
    border-color: #810e62
}

.btn-lightpurple.focus, .btn-lightpurple:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(187, 55, 151, .5);
    box-shadow: 0 0 0 0 rgba(187, 55, 151, .5)
}

.btn-lightpurple.disabled, .btn-lightpurple.is--disabled, .btn-lightpurple:disabled {
    color: #fff;
    background-color: #ae1385;
    border-color: #ae1385
}

.btn-lightpurple:not(:disabled):not(.disabled):not(.is--disabled).active, .btn-lightpurple:not(:disabled):not(.disabled):not(.is--disabled):active, .show > .btn-lightpurple.dropdown-toggle {
    color: #fff;
    background-color: #810e62;
    border-color: #750d59
}

.btn-lightpurple:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-lightpurple:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-lightpurple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(187, 55, 151, .5);
    box-shadow: 0 0 0 0 rgba(187, 55, 151, .5)
}

.btn-gray {
    color: #212529;
    background-color: #e9e9e9;
    border-color: #e9e9e9
}

.btn-gray:hover {
    color: #212529;
    background-color: #d6d6d6;
    border-color: #d0d0d0
}

.btn-gray.focus, .btn-gray:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(203, 204, 204, .5);
    box-shadow: 0 0 0 0 rgba(203, 204, 204, .5)
}

.btn-gray.disabled, .btn-gray.is--disabled, .btn-gray:disabled {
    color: #212529;
    background-color: #e9e9e9;
    border-color: #e9e9e9
}

.btn-gray:not(:disabled):not(.disabled):not(.is--disabled).active, .btn-gray:not(:disabled):not(.disabled):not(.is--disabled):active, .show > .btn-gray.dropdown-toggle {
    color: #212529;
    background-color: #d0d0d0;
    border-color: #c9c9c9
}

.btn-gray:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-gray:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-gray.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(203, 204, 204, .5);
    box-shadow: 0 0 0 0 rgba(203, 204, 204, .5)
}

.btn-black {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-black:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a
}

.btn-black.focus, .btn-black:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 82, 82, .5);
    box-shadow: 0 0 0 0 rgba(82, 82, 82, .5)
}

.btn-black.disabled, .btn-black.is--disabled, .btn-black:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-black:not(:disabled):not(.disabled):not(.is--disabled).active, .btn-black:not(:disabled):not(.disabled):not(.is--disabled):active, .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313
}

.btn-black:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-black:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-black.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 82, 82, .5);
    box-shadow: 0 0 0 0 rgba(82, 82, 82, .5)
}

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white.focus, .btn-white:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(222, 222, 223, .5);
    box-shadow: 0 0 0 0 rgba(222, 222, 223, .5)
}

.btn-white.disabled, .btn-white.is--disabled, .btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):not(.is--disabled).active, .btn-white:not(:disabled):not(.disabled):not(.is--disabled):active, .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-white:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(222, 222, 223, .5);
    box-shadow: 0 0 0 0 rgba(222, 222, 223, .5)
}

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

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

.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(147, 16, 112, .5);
    box-shadow: 0 0 0 0 rgba(147, 16, 112, .5)
}

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

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

.btn-outline-primary:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(147, 16, 112, .5);
    box-shadow: 0 0 0 0 rgba(147, 16, 112, .5)
}

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

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #1dc998;
    border-color: #1dc998
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 201, 152, .5);
    box-shadow: 0 0 0 0 rgba(29, 201, 152, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary.is--disabled, .btn-outline-secondary:disabled {
    color: #1dc998;
    background-color: transparent
}

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

.btn-outline-secondary:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 201, 152, .5);
    box-shadow: 0 0 0 0 rgba(29, 201, 152, .5)
}

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

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

.btn-outline-success.focus, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 201, 152, .5);
    box-shadow: 0 0 0 0 rgba(29, 201, 152, .5)
}

.btn-outline-success.disabled, .btn-outline-success.is--disabled, .btn-outline-success:disabled {
    color: #1dc998;
    background-color: transparent
}

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

.btn-outline-success:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 201, 152, .5);
    box-shadow: 0 0 0 0 rgba(29, 201, 152, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-light.focus, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 233, 233, .5);
    box-shadow: 0 0 0 0 rgba(233, 233, 233, .5)
}

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

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

.btn-outline-light:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 233, 233, .5);
    box-shadow: 0 0 0 0 rgba(233, 233, 233, .5)
}

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

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

.btn-outline-dark.focus, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(51, 51, 51, .5);
    box-shadow: 0 0 0 0 rgba(51, 51, 51, .5)
}

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

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

.btn-outline-dark:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(51, 51, 51, .5);
    box-shadow: 0 0 0 0 rgba(51, 51, 51, .5)
}

.btn-outline-darkblue {
    color: #194c58;
    border-color: #194c58
}

.btn-outline-darkblue:hover {
    color: #fff;
    background-color: #194c58;
    border-color: #194c58
}

.btn-outline-darkblue.focus, .btn-outline-darkblue:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(25, 76, 88, .5);
    box-shadow: 0 0 0 0 rgba(25, 76, 88, .5)
}

.btn-outline-darkblue.disabled, .btn-outline-darkblue.is--disabled, .btn-outline-darkblue:disabled {
    color: #194c58;
    background-color: transparent
}

.btn-outline-darkblue:not(:disabled):not(.disabled):not(.is--disabled).active, .btn-outline-darkblue:not(:disabled):not(.disabled):not(.is--disabled):active, .show > .btn-outline-darkblue.dropdown-toggle {
    color: #fff;
    background-color: #194c58;
    border-color: #194c58
}

.btn-outline-darkblue:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-outline-darkblue:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-outline-darkblue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(25, 76, 88, .5);
    box-shadow: 0 0 0 0 rgba(25, 76, 88, .5)
}

.btn-outline-green {
    color: #1dc998;
    border-color: #1dc998
}

.btn-outline-green:hover {
    color: #fff;
    background-color: #1dc998;
    border-color: #1dc998
}

.btn-outline-green.focus, .btn-outline-green:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 201, 152, .5);
    box-shadow: 0 0 0 0 rgba(29, 201, 152, .5)
}

.btn-outline-green.disabled, .btn-outline-green.is--disabled, .btn-outline-green:disabled {
    color: #1dc998;
    background-color: transparent
}

.btn-outline-green:not(:disabled):not(.disabled):not(.is--disabled).active, .btn-outline-green:not(:disabled):not(.disabled):not(.is--disabled):active, .show > .btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #1dc998;
    border-color: #1dc998
}

.btn-outline-green:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-outline-green:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 201, 152, .5);
    box-shadow: 0 0 0 0 rgba(29, 201, 152, .5)
}

.btn-outline-lightgreen {
    color: #d1f5ed;
    border-color: #d1f5ed
}

.btn-outline-lightgreen:hover {
    color: #212529;
    background-color: #d1f5ed;
    border-color: #d1f5ed
}

.btn-outline-lightgreen.focus, .btn-outline-lightgreen:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(209, 245, 237, .5);
    box-shadow: 0 0 0 0 rgba(209, 245, 237, .5)
}

.btn-outline-lightgreen.disabled, .btn-outline-lightgreen.is--disabled, .btn-outline-lightgreen:disabled {
    color: #d1f5ed;
    background-color: transparent
}

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

.btn-outline-lightgreen:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-outline-lightgreen:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-outline-lightgreen.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(209, 245, 237, .5);
    box-shadow: 0 0 0 0 rgba(209, 245, 237, .5)
}

.btn-outline-lightgreen2 {
    color: #f1f9f5;
    border-color: #f1f9f5
}

.btn-outline-lightgreen2:hover {
    color: #212529;
    background-color: #f1f9f5;
    border-color: #f1f9f5
}

.btn-outline-lightgreen2.focus, .btn-outline-lightgreen2:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(241, 249, 245, .5);
    box-shadow: 0 0 0 0 rgba(241, 249, 245, .5)
}

.btn-outline-lightgreen2.disabled, .btn-outline-lightgreen2.is--disabled, .btn-outline-lightgreen2:disabled {
    color: #f1f9f5;
    background-color: transparent
}

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

.btn-outline-lightgreen2:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-outline-lightgreen2:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-outline-lightgreen2.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(241, 249, 245, .5);
    box-shadow: 0 0 0 0 rgba(241, 249, 245, .5)
}

.btn-outline-sand {
    color: #f8fbf4;
    border-color: #f8fbf4
}

.btn-outline-sand:hover {
    color: #212529;
    background-color: #f8fbf4;
    border-color: #f8fbf4
}

.btn-outline-sand.focus, .btn-outline-sand:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 251, 244, .5);
    box-shadow: 0 0 0 0 rgba(248, 251, 244, .5)
}

.btn-outline-sand.disabled, .btn-outline-sand.is--disabled, .btn-outline-sand:disabled {
    color: #f8fbf4;
    background-color: transparent
}

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

.btn-outline-sand:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-outline-sand:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-outline-sand.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 251, 244, .5);
    box-shadow: 0 0 0 0 rgba(248, 251, 244, .5)
}

.btn-outline-purple {
    color: #931070;
    border-color: #931070
}

.btn-outline-purple:hover {
    color: #fff;
    background-color: #931070;
    border-color: #931070
}

.btn-outline-purple.focus, .btn-outline-purple:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(147, 16, 112, .5);
    box-shadow: 0 0 0 0 rgba(147, 16, 112, .5)
}

.btn-outline-purple.disabled, .btn-outline-purple.is--disabled, .btn-outline-purple:disabled {
    color: #931070;
    background-color: transparent
}

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

.btn-outline-purple:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-outline-purple:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(147, 16, 112, .5);
    box-shadow: 0 0 0 0 rgba(147, 16, 112, .5)
}

.btn-outline-lightpurple {
    color: #ae1385;
    border-color: #ae1385
}

.btn-outline-lightpurple:hover {
    color: #fff;
    background-color: #ae1385;
    border-color: #ae1385
}

.btn-outline-lightpurple.focus, .btn-outline-lightpurple:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(174, 19, 133, .5);
    box-shadow: 0 0 0 0 rgba(174, 19, 133, .5)
}

.btn-outline-lightpurple.disabled, .btn-outline-lightpurple.is--disabled, .btn-outline-lightpurple:disabled {
    color: #ae1385;
    background-color: transparent
}

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

.btn-outline-lightpurple:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-outline-lightpurple:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-outline-lightpurple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(174, 19, 133, .5);
    box-shadow: 0 0 0 0 rgba(174, 19, 133, .5)
}

.btn-outline-gray {
    color: #e9e9e9;
    border-color: #e9e9e9
}

.btn-outline-gray:hover {
    color: #212529;
    background-color: #e9e9e9;
    border-color: #e9e9e9
}

.btn-outline-gray.focus, .btn-outline-gray:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 233, 233, .5);
    box-shadow: 0 0 0 0 rgba(233, 233, 233, .5)
}

.btn-outline-gray.disabled, .btn-outline-gray.is--disabled, .btn-outline-gray:disabled {
    color: #e9e9e9;
    background-color: transparent
}

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

.btn-outline-gray:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-outline-gray:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 233, 233, .5);
    box-shadow: 0 0 0 0 rgba(233, 233, 233, .5)
}

.btn-outline-black {
    color: #333;
    border-color: #333
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-outline-black.focus, .btn-outline-black:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(51, 51, 51, .5);
    box-shadow: 0 0 0 0 rgba(51, 51, 51, .5)
}

.btn-outline-black.disabled, .btn-outline-black.is--disabled, .btn-outline-black:disabled {
    color: #333;
    background-color: transparent
}

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

.btn-outline-black:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-outline-black:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(51, 51, 51, .5);
    box-shadow: 0 0 0 0 rgba(51, 51, 51, .5)
}

.btn-outline-white {
    color: #fff;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white.focus, .btn-outline-white:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5)
}

.btn-outline-white.disabled, .btn-outline-white.is--disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

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

.btn-outline-white:not(:disabled):not(.disabled):not(.is--disabled).active:focus, .btn-outline-white:not(:disabled):not(.disabled):not(.is--disabled):active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5)
}

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

.btn-link:hover {
    color: #1dc998;
    text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

.btn-block + .btn-block, .btn-block + .is--full, .is--full + .btn-block, .is--full + .is--full {
    margin-top: .5rem
}

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

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

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

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

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

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

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

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

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

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' 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-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #931070;
    background-color: #931070
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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(147, 16, 112, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(147, 16, 112, .5)
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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(147, 16, 112, .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(.15rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

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

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(147, 16, 112, .5)
}

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

.custom-select:focus {
    border-color: #e93aba;
    outline: 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0
}

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

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

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

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

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
    border-color: #e93aba
}

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

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

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

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

.custom-range {
    width: 100%;
    height: calc(1rem + 0);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff
}

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

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

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

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

.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: #931070;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

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

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

.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: 0;
    margin-left: 0;
    background-color: #931070;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    appearance: none
}

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

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

.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 {
    background-color: #dee2e6;
    border-radius: 1rem
}

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

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

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

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

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

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

.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        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: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(51, 51, 51, .15);
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .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: ""
}

.dropleft .dropdown-toggle::after {
    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: #f8f9fa
}

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

.dropdown-item.disabled, .dropdown-item.is--disabled, .dropdown-item:disabled {
    color: #6c757d;
    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: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

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

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

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

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

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

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

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

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

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

.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, .is--small + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

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

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

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

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

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

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

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

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

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

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext, .input-group > input[type=email], .input-group > input[type=number], .input-group > input[type=password], .input-group > input[type=search], .input-group > input[type=tel], .input-group > input[type=text], .input-group > select {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-file + input[type=email], .input-group > .custom-file + input[type=number], .input-group > .custom-file + input[type=password], .input-group > .custom-file + input[type=search], .input-group > .custom-file + input[type=tel], .input-group > .custom-file + input[type=text], .input-group > .custom-file + select, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .custom-select + input[type=email], .input-group > .custom-select + input[type=number], .input-group > .custom-select + input[type=password], .input-group > .custom-select + input[type=search], .input-group > .custom-select + input[type=tel], .input-group > .custom-select + input[type=text], .input-group > .custom-select + select, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control + input[type=email], .input-group > .form-control + input[type=number], .input-group > .form-control + input[type=password], .input-group > .form-control + input[type=search], .input-group > .form-control + input[type=tel], .input-group > .form-control + input[type=text], .input-group > .form-control + select, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + input[type=email], .input-group > .form-control-plaintext + input[type=number], .input-group > .form-control-plaintext + input[type=password], .input-group > .form-control-plaintext + input[type=search], .input-group > .form-control-plaintext + input[type=tel], .input-group > .form-control-plaintext + input[type=text], .input-group > .form-control-plaintext + select, .input-group > input[type=email] + .custom-file, .input-group > input[type=email] + .custom-select, .input-group > input[type=email] + .form-control, .input-group > input[type=email] + input[type=email], .input-group > input[type=email] + input[type=number], .input-group > input[type=email] + input[type=password], .input-group > input[type=email] + input[type=search], .input-group > input[type=email] + input[type=tel], .input-group > input[type=email] + input[type=text], .input-group > input[type=email] + select, .input-group > input[type=number] + .custom-file, .input-group > input[type=number] + .custom-select, .input-group > input[type=number] + .form-control, .input-group > input[type=number] + input[type=email], .input-group > input[type=number] + input[type=number], .input-group > input[type=number] + input[type=password], .input-group > input[type=number] + input[type=search], .input-group > input[type=number] + input[type=tel], .input-group > input[type=number] + input[type=text], .input-group > input[type=number] + select, .input-group > input[type=password] + .custom-file, .input-group > input[type=password] + .custom-select, .input-group > input[type=password] + .form-control, .input-group > input[type=password] + input[type=email], .input-group > input[type=password] + input[type=number], .input-group > input[type=password] + input[type=password], .input-group > input[type=password] + input[type=search], .input-group > input[type=password] + input[type=tel], .input-group > input[type=password] + input[type=text], .input-group > input[type=password] + select, .input-group > input[type=search] + .custom-file, .input-group > input[type=search] + .custom-select, .input-group > input[type=search] + .form-control, .input-group > input[type=search] + input[type=email], .input-group > input[type=search] + input[type=number], .input-group > input[type=search] + input[type=password], .input-group > input[type=search] + input[type=search], .input-group > input[type=search] + input[type=tel], .input-group > input[type=search] + input[type=text], .input-group > input[type=search] + select, .input-group > input[type=tel] + .custom-file, .input-group > input[type=tel] + .custom-select, .input-group > input[type=tel] + .form-control, .input-group > input[type=tel] + input[type=email], .input-group > input[type=tel] + input[type=number], .input-group > input[type=tel] + input[type=password], .input-group > input[type=tel] + input[type=search], .input-group > input[type=tel] + input[type=tel], .input-group > input[type=tel] + input[type=text], .input-group > input[type=tel] + select, .input-group > input[type=text] + .custom-file, .input-group > input[type=text] + .custom-select, .input-group > input[type=text] + .form-control, .input-group > input[type=text] + input[type=email], .input-group > input[type=text] + input[type=number], .input-group > input[type=text] + input[type=password], .input-group > input[type=text] + input[type=search], .input-group > input[type=text] + input[type=tel], .input-group > input[type=text] + input[type=text], .input-group > input[type=text] + select, .input-group > select + .custom-file, .input-group > select + .custom-select, .input-group > select + .form-control, .input-group > select + input[type=email], .input-group > select + input[type=number], .input-group > select + input[type=password], .input-group > select + input[type=search], .input-group > select + input[type=tel], .input-group > select + input[type=text], .input-group > select + select {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus, .input-group > input:focus[type=email], .input-group > input:focus[type=number], .input-group > input:focus[type=password], .input-group > input:focus[type=search], .input-group > input:focus[type=tel], .input-group > input:focus[type=text], .input-group > select:focus {
    z-index: 3
}

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

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child), .input-group > input:not(:last-child)[type=email], .input-group > input:not(:last-child)[type=number], .input-group > input:not(:last-child)[type=password], .input-group > input:not(:last-child)[type=search], .input-group > input:not(:last-child)[type=tel], .input-group > input:not(:last-child)[type=text], .input-group > select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child), .input-group > input:not(:first-child)[type=email], .input-group > input:not(:first-child)[type=number], .input-group > input:not(:first-child)[type=password], .input-group > input:not(:first-child)[type=search], .input-group > input:not(:first-child)[type=tel], .input-group > input:not(:first-child)[type=text], .input-group > select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

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

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

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

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

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

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

.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), .input-group-lg > input:not(textarea)[type=email], .input-group-lg > input:not(textarea)[type=number], .input-group-lg > input:not(textarea)[type=password], .input-group-lg > input:not(textarea)[type=search], .input-group-lg > input:not(textarea)[type=tel], .input-group-lg > input:not(textarea)[type=text], .input-group-lg > select:not(textarea) {
    height: calc(1.4em + 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, .input-group-lg > input[type=email], .input-group-lg > input[type=number], .input-group-lg > input[type=password], .input-group-lg > input[type=search], .input-group-lg > input[type=tel], .input-group-lg > input[type=text], .input-group-lg > select {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.4
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea), .input-group-sm > input:not(textarea)[type=email], .input-group-sm > input:not(textarea)[type=number], .input-group-sm > input:not(textarea)[type=password], .input-group-sm > input:not(textarea)[type=search], .input-group-sm > input:not(textarea)[type=tel], .input-group-sm > input:not(textarea)[type=text], .input-group-sm > select:not(textarea) {
    height: calc(1.4em + .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, .input-group-sm > input[type=email], .input-group-sm > input[type=number], .input-group-sm > input[type=password], .input-group-sm > input[type=search], .input-group-sm > input[type=tel], .input-group-sm > input[type=text], .input-group-sm > select {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.4
}

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

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

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

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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, .nav-link.is--disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand > .container, .navbar-expand > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

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

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

.navbar-light .navbar-brand {
    color: rgba(51, 51, 51, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(51, 51, 51, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(51, 51, 51, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(51, 51, 51, .7)
}

.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .nav-link.is--disabled {
    color: rgba(51, 51, 51, .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(51, 51, 51, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(51, 51, 51, .5);
    border-color: rgba(51, 51, 51, .1)
}

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

.navbar-light .navbar-text {
    color: rgba(51, 51, 51, .5)
}

.navbar-light .navbar-text a {
    color: rgba(51, 51, 51, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(51, 51, 51, .9)
}

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

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

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

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

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

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

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

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

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

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

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

.card, .panel {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e9e9e9
}

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

.card-body, .panel--body, .panel--list {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.card-title {
    margin-bottom: 1rem
}

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

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

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

.card-link + .card-link {
    margin-left: 1rem
}

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

.card-footer, .panel--footer {
    padding: 1rem 1rem;
    background-color: #d1f5ed;
    border-top: 1px solid #e9e9e9
}

.card-footer:last-child, .panel--footer:last-child {
    border-radius: 0 0
}

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

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

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

.card-img {
    width: 100%
}

.card-img-top {
    width: 100%
}

.card-img-bottom {
    width: 100%
}

.card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card, .card-deck .panel {
    margin-bottom: .5rem
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    .card-deck .card, .card-deck .panel {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -moz-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: .5rem;
        margin-bottom: 0;
        margin-left: .5rem
    }
}

.card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group > .card, .card-group > .panel {
    margin-bottom: .5rem
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card, .card-group > .panel {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -moz-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

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

    .card-group > .card:not(:last-child), .card-group > .panel: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, .card-group > .card:not(:last-child) .panel--header, .card-group > .card:not(:last-child) .panel--title, .card-group > .panel:not(:last-child) .card-header, .card-group > .panel:not(:last-child) .card-img-top, .card-group > .panel:not(:last-child) .panel--header, .card-group > .panel:not(:last-child) .panel--title {
        border-top-right-radius: 0
    }

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

    .card-group > .card:not(:first-child), .card-group > .panel: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, .card-group > .card:not(:first-child) .panel--header, .card-group > .card:not(:first-child) .panel--title, .card-group > .panel:not(:first-child) .card-header, .card-group > .panel:not(:first-child) .card-img-top, .card-group > .panel:not(:first-child) .panel--header, .card-group > .panel:not(:first-child) .panel--title {
        border-top-left-radius: 0
    }

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

.card-columns .card, .card-columns .panel {
    margin-bottom: 1rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card, .card-columns .panel {
        display: inline-block;
        width: 100%
    }
}

.accordion > .card, .accordion > .panel {
    overflow: hidden
}

.accordion > .card:not(:first-of-type) .card-header:first-child, .accordion > .card:not(:first-of-type) .panel--header:first-child, .accordion > .card:not(:first-of-type) .panel--title:first-child, .accordion > .panel:not(:first-of-type) .card-header:first-child, .accordion > .panel:not(:first-of-type) .panel--header:first-child, .accordion > .panel:not(:first-of-type) .panel--title:first-child {
    border-radius: 0
}

.accordion > .card:not(:first-of-type):not(:last-of-type), .accordion > .panel:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion > .card:first-of-type, .accordion > .panel:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:last-of-type, .accordion > .panel:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card .card-header, .accordion > .card .panel--header, .accordion > .card .panel--title, .accordion > .panel .card-header, .accordion > .panel .panel--header, .accordion > .panel .panel--title {
    margin-bottom: -1px
}

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

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

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

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

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

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

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

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

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

.page-link:focus {
    z-index: 2;
    outline: 0
}

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

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

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #931070;
    border-color: #931070
}

.page-item.disabled .page-link, .page-item.is--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.4
}

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

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

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

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

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

.badge, .label {
    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: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

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

.badge:empty, .label:empty {
    display: none
}

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

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

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

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

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(147, 16, 112, .5);
    box-shadow: 0 0 0 0 rgba(147, 16, 112, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #1dc998
}

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

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(29, 201, 152, .5);
    box-shadow: 0 0 0 0 rgba(29, 201, 152, .5)
}

.badge-success, .success {
    color: #fff;
    background-color: #1dc998
}

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

a.badge-success.focus, a.badge-success:focus, a.focus.success, a.success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(29, 201, 152, .5);
    box-shadow: 0 0 0 0 rgba(29, 201, 152, .5)
}

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

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

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

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

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

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

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

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

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

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

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

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(233, 233, 233, .5);
    box-shadow: 0 0 0 0 rgba(233, 233, 233, .5)
}

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

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

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(51, 51, 51, .5);
    box-shadow: 0 0 0 0 rgba(51, 51, 51, .5)
}

.badge-darkblue {
    color: #fff;
    background-color: #194c58
}

a.badge-darkblue:focus, a.badge-darkblue:hover {
    color: #fff;
    background-color: #0d2930
}

a.badge-darkblue.focus, a.badge-darkblue:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(25, 76, 88, .5);
    box-shadow: 0 0 0 0 rgba(25, 76, 88, .5)
}

.badge-green {
    color: #fff;
    background-color: #1dc998
}

a.badge-green:focus, a.badge-green:hover {
    color: #fff;
    background-color: #169c76
}

a.badge-green.focus, a.badge-green:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(29, 201, 152, .5);
    box-shadow: 0 0 0 0 rgba(29, 201, 152, .5)
}

.badge-lightgreen {
    color: #212529;
    background-color: #d1f5ed
}

a.badge-lightgreen:focus, a.badge-lightgreen:hover {
    color: #212529;
    background-color: #a7ecdd
}

a.badge-lightgreen.focus, a.badge-lightgreen:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(209, 245, 237, .5);
    box-shadow: 0 0 0 0 rgba(209, 245, 237, .5)
}

.badge-lightgreen2 {
    color: #212529;
    background-color: #f1f9f5
}

a.badge-lightgreen2:focus, a.badge-lightgreen2:hover {
    color: #212529;
    background-color: #cee9dd
}

a.badge-lightgreen2.focus, a.badge-lightgreen2:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(241, 249, 245, .5);
    box-shadow: 0 0 0 0 rgba(241, 249, 245, .5)
}

.badge-sand {
    color: #212529;
    background-color: #f8fbf4
}

a.badge-sand:focus, a.badge-sand:hover {
    color: #212529;
    background-color: #dfedcf
}

a.badge-sand.focus, a.badge-sand:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(248, 251, 244, .5);
    box-shadow: 0 0 0 0 rgba(248, 251, 244, .5)
}

.badge-purple {
    color: #fff;
    background-color: #931070
}

a.badge-purple:focus, a.badge-purple:hover {
    color: #fff;
    background-color: #650b4d
}

a.badge-purple.focus, a.badge-purple:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(147, 16, 112, .5);
    box-shadow: 0 0 0 0 rgba(147, 16, 112, .5)
}

.badge-lightpurple {
    color: #fff;
    background-color: #ae1385
}

a.badge-lightpurple:focus, a.badge-lightpurple:hover {
    color: #fff;
    background-color: #810e62
}

a.badge-lightpurple.focus, a.badge-lightpurple:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(174, 19, 133, .5);
    box-shadow: 0 0 0 0 rgba(174, 19, 133, .5)
}

.badge-gray {
    color: #212529;
    background-color: #e9e9e9
}

a.badge-gray:focus, a.badge-gray:hover {
    color: #212529;
    background-color: #d0d0d0
}

a.badge-gray.focus, a.badge-gray:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(233, 233, 233, .5);
    box-shadow: 0 0 0 0 rgba(233, 233, 233, .5)
}

.badge-black {
    color: #fff;
    background-color: #333
}

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

a.badge-black.focus, a.badge-black:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(51, 51, 51, .5);
    box-shadow: 0 0 0 0 rgba(51, 51, 51, .5)
}

.badge-white {
    color: #212529;
    background-color: #fff
}

a.badge-white:focus, a.badge-white:hover {
    color: #212529;
    background-color: #e6e6e6
}

a.badge-white.focus, a.badge-white:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5)
}

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

@media (min-width: 576px) {
    .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: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

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

.alert-primary {
    color: #652153;
    background-color: #e9cfe2;
    border-color: #e1bcd7
}

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

.alert-primary .alert-link {
    color: #3f1433
}

.alert-secondary {
    color: #278168;
    background-color: #d2f4ea;
    border-color: #c0f0e2
}

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

.alert-secondary .alert-link {
    color: #1b5a48
}

.alert-success, .alert.is--success {
    color: #278168;
    background-color: #d2f4ea;
    border-color: #c0f0e2
}

.alert-success hr, .alert.is--success hr {
    border-top-color: #abebd9
}

.alert-success .alert-link, .alert.is--success .alert-link {
    color: #1b5a48
}

.alert-info, .alert.is--info {
    color: #246d78;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

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

.alert-info .alert-link, .alert.is--info .alert-link {
    color: #184951
}

.alert-warning, .alert.is--warning {
    color: #9d7d1c;
    background-color: #fff3cd;
    border-color: #ffeeba
}

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

.alert-warning .alert-link, .alert.is--warning .alert-link {
    color: #725b14
}

.alert-danger, .alert.is--error {
    color: #8b343c;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr, .alert.is--error hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link, .alert.is--error .alert-link {
    color: #66262c
}

.alert-light {
    color: #929292;
    background-color: #fbfbfb;
    border-color: #f9f9f9
}

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

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

.alert-dark {
    color: #333;
    background-color: #d6d6d6;
    border-color: #c6c6c6
}

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

.alert-dark .alert-link {
    color: #1a1a1a
}

.alert-darkblue {
    color: #254046;
    background-color: #d1dbde;
    border-color: #bfcdd0
}

.alert-darkblue hr {
    border-top-color: #b0c2c5
}

.alert-darkblue .alert-link {
    color: #132125
}

.alert-green {
    color: #278168;
    background-color: #d2f4ea;
    border-color: #c0f0e2
}

.alert-green hr {
    border-top-color: #abebd9
}

.alert-green .alert-link {
    color: #1b5a48
}

.alert-lightgreen {
    color: #859894;
    background-color: #f6fdfb;
    border-color: #f2fcfa
}

.alert-lightgreen hr {
    border-top-color: #ddf7f2
}

.alert-lightgreen .alert-link {
    color: #6b7f7b
}

.alert-lightgreen2 {
    color: #969a98;
    background-color: #fcfefd;
    border-color: #fbfdfc
}

.alert-lightgreen2 hr {
    border-top-color: #eaf5ef
}

.alert-lightgreen2 .alert-link {
    color: #7c817f
}

.alert-sand {
    color: #999b97;
    background-color: #fefefd;
    border-color: #fdfefc
}

.alert-sand hr {
    border-top-color: #f0f8e9
}

.alert-sand .alert-link {
    color: #80827d
}

.alert-purple {
    color: #652153;
    background-color: #e9cfe2;
    border-color: #e1bcd7
}

.alert-purple hr {
    border-top-color: #d9aacc
}

.alert-purple .alert-link {
    color: #3f1433
}

.alert-lightpurple {
    color: #73235e;
    background-color: #efd0e7;
    border-color: #e8bddd
}

.alert-lightpurple hr {
    border-top-color: #e1aad3
}

.alert-lightpurple .alert-link {
    color: #4c173e
}

.alert-gray {
    color: #929292;
    background-color: #fbfbfb;
    border-color: #f9f9f9
}

.alert-gray hr {
    border-top-color: #ececec
}

.alert-gray .alert-link {
    color: #797979
}

.alert-black {
    color: #333;
    background-color: #d6d6d6;
    border-color: #c6c6c6
}

.alert-black hr {
    border-top-color: #b9b9b9
}

.alert-black .alert-link {
    color: #1a1a1a
}

.alert-white {
    color: #9d9d9d;
    background-color: #fff;
    border-color: #fff
}

.alert-white hr {
    border-top-color: #f2f2f2
}

.alert-white .alert-link {
    color: #848484
}

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

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

.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

.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: #333;
    background-color: #e9ecef
}

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

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

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

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

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

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

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

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

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

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

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

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

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

.list-group-item-primary {
    color: #652153;
    background-color: #e1bcd7
}

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

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

.list-group-item-secondary {
    color: #278168;
    background-color: #c0f0e2
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #278168;
    background-color: #abebd9
}

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

.list-group-item-success {
    color: #278168;
    background-color: #c0f0e2
}

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

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

.list-group-item-info {
    color: #246d78;
    background-color: #bee5eb
}

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

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

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

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

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

.list-group-item-danger {
    color: #8b343c;
    background-color: #f5c6cb
}

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

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

.list-group-item-light {
    color: #929292;
    background-color: #f9f9f9
}

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

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

.list-group-item-dark {
    color: #333;
    background-color: #c6c6c6
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #333;
    background-color: #b9b9b9
}

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

.list-group-item-darkblue {
    color: #254046;
    background-color: #bfcdd0
}

.list-group-item-darkblue.list-group-item-action:focus, .list-group-item-darkblue.list-group-item-action:hover {
    color: #254046;
    background-color: #b0c2c5
}

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

.list-group-item-green {
    color: #278168;
    background-color: #c0f0e2
}

.list-group-item-green.list-group-item-action:focus, .list-group-item-green.list-group-item-action:hover {
    color: #278168;
    background-color: #abebd9
}

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

.list-group-item-lightgreen {
    color: #859894;
    background-color: #f2fcfa
}

.list-group-item-lightgreen.list-group-item-action:focus, .list-group-item-lightgreen.list-group-item-action:hover {
    color: #859894;
    background-color: #ddf7f2
}

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

.list-group-item-lightgreen2 {
    color: #969a98;
    background-color: #fbfdfc
}

.list-group-item-lightgreen2.list-group-item-action:focus, .list-group-item-lightgreen2.list-group-item-action:hover {
    color: #969a98;
    background-color: #eaf5ef
}

.list-group-item-lightgreen2.list-group-item-action.active {
    color: #fff;
    background-color: #969a98;
    border-color: #969a98
}

.list-group-item-sand {
    color: #999b97;
    background-color: #fdfefc
}

.list-group-item-sand.list-group-item-action:focus, .list-group-item-sand.list-group-item-action:hover {
    color: #999b97;
    background-color: #f0f8e9
}

.list-group-item-sand.list-group-item-action.active {
    color: #fff;
    background-color: #999b97;
    border-color: #999b97
}

.list-group-item-purple {
    color: #652153;
    background-color: #e1bcd7
}

.list-group-item-purple.list-group-item-action:focus, .list-group-item-purple.list-group-item-action:hover {
    color: #652153;
    background-color: #d9aacc
}

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

.list-group-item-lightpurple {
    color: #73235e;
    background-color: #e8bddd
}

.list-group-item-lightpurple.list-group-item-action:focus, .list-group-item-lightpurple.list-group-item-action:hover {
    color: #73235e;
    background-color: #e1aad3
}

.list-group-item-lightpurple.list-group-item-action.active {
    color: #fff;
    background-color: #73235e;
    border-color: #73235e
}

.list-group-item-gray {
    color: #929292;
    background-color: #f9f9f9
}

.list-group-item-gray.list-group-item-action:focus, .list-group-item-gray.list-group-item-action:hover {
    color: #929292;
    background-color: #ececec
}

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

.list-group-item-black {
    color: #333;
    background-color: #c6c6c6
}

.list-group-item-black.list-group-item-action:focus, .list-group-item-black.list-group-item-action:hover {
    color: #333;
    background-color: #b9b9b9
}

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

.list-group-item-white {
    color: #9d9d9d;
    background-color: #fff
}

.list-group-item-white.list-group-item-action:focus, .list-group-item-white.list-group-item-action:hover {
    color: #9d9d9d;
    background-color: #f2f2f2
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #9d9d9d;
    border-color: #9d9d9d
}

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

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

.close:not(:disabled):not(.disabled):not(.is--disabled):focus, .close:not(:disabled):not(.disabled):not(.is--disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled, a.close.is--disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(51, 51, 51, .1);
    box-shadow: 0 .25rem .75rem rgba(51, 51, 51, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

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

.toast.showing {
    opacity: 1
}

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

.toast.hide {
    display: none
}

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

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

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

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

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

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

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9e9e9;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

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

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Barlow, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    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: #333
}

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #333;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Barlow, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    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(51, 51, 51, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(51, 51, 51, .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) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 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(51, 51, 51, .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) * -1)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(51, 51, 51, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .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) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 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(51, 51, 51, .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;
    color: #194c58;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #333
}

.carousel {
    position: relative
}

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

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

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s .6s opacity;
    -o-transition: 0s .6s opacity;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.bundle--form .content--cart-button .btn, .da-button, .da-button-append, .premium-product.panel .btn {
    -webkit-box-shadow: 0 3px 10px #d1f5ed;
    box-shadow: 0 3px 10px #d1f5ed;
    border-radius: 5rem;
    font-weight: 700
}

.bundle--form .content--cart-button .btn:hover, .da-button-append:hover, .da-button:hover, .premium-product.panel .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.da-video-link {
    color: #333
}

.da-video-link:hover {
    color: #1dc998;
    text-decoration: none
}

.buybox--button svg {
    margin-left: .25rem
}

.btn {
    cursor: pointer
}

.btn svg {
    vertical-align: text-bottom;
    width: 1rem;
    height: 1rem
}

.btn.is--icon-left svg {
    margin-right: .25rem
}

.btn.is--icon-right svg {
    margin-left: .25rem
}

.btn.action--link {
    background-color: transparent;
    border-color: transparent;
    color: currentColor
}

.btn.action--link:not(:disabled):not(.disabled):not(.is--disabled):not(.is--disabled):active {
    background-color: transparent;
    border-color: transparent;
    color: currentColor;
    text-decoration: underline
}

.btn.is--icon-btn {
    background-color: transparent;
    border-color: transparent;
    color: currentColor;
    padding: 0
}

.btn.is--icon-btn:hover {
    color: #194c58;
    text-decoration: none
}

.btn.is--icon-btn.is--small {
    height: .75rem;
    width: .75rem;
    line-height: .75rem;
    display: block
}

.btn.is--icon-btn.is--small svg {
    width: .75rem;
    vertical-align: middle
}

.btn.js--load-more .icon--cw {
    display: none
}

.is--disabled {
    cursor: default !important
}

.da-icon-contact {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block
}

.da-filter-btn {
    -webkit-box-shadow: 0 3px 10px #d1f5ed;
    box-shadow: 0 3px 10px #d1f5ed;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    font-weight: 700;
    margin-top: -2.5rem;
    margin-bottom: 1rem;
    margin-left: -1rem;
    padding: 1rem;
    position: relative;
    width: 100%;
    text-align: left;
    z-index: 1
}

@media (min-width: 768px) {
    .da-filter-btn {
        margin-left: 0
    }
}

.da-filter-btn svg {
    margin: 0 .5rem
}

.da-filter-btn:after {
    content: " ";
    display: inline-block;
    float: right;
    background-color: currentColor;
    -webkit-mask: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    mask: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 1rem;
    padding-left: 2rem;
    height: 1.1rem;
    width: 1rem;
    vertical-align: bottom
}

.input-group {
    margin-bottom: 1rem
}

.da-input-append {
    border-radius: 5rem;
    border: 1px solid #e9e9e9
}

.da-input-append::-webkit-input-placeholder {
    color: #e9e9e9
}

.da-input-append::-moz-placeholder {
    color: #e9e9e9
}

.da-input-append:-ms-input-placeholder {
    color: #e9e9e9
}

.da-input-append::-ms-input-placeholder {
    color: #e9e9e9
}

.da-input-append::placeholder {
    color: #e9e9e9
}

.da-input-append.newsletter--field:focus {
    border-color: #1dc998
}

.da-button-append {
    margin-left: -2rem;
    z-index: 4
}

input[name=security_code] {
    margin: 1rem .5rem
}

.collapse--header {
    display: block;
    background-color: #f8fbf4;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    padding: 1rem
}

.collapse--header .collapse--toggler {
    height: 1rem;
    top: 1rem;
    right: 1rem;
    position: absolute
}

.collapse--header .collapse--toggler:before {
    content: " ";
    display: block;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    height: 1rem;
    width: 1rem
}

.collapse--header:hover {
    color: #194c58
}

.collapse--header.is--active {
    color: #1dc998
}

.collapse--header.is--active .collapse--toggler:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.collapse--content {
    background: #fff;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e9e9e9;
    display: none;
    position: relative;
    padding: 1rem
}

.collapse--content.is--collapsed {
    display: block
}

.js--collapse-target {
    display: none
}

.js--collapse-target.is--collapsed {
    display: block
}

.panel {
    border: none
}

.panel.has--border {
    margin-bottom: 1rem
}

.panel.has--shadow {
    -webkit-box-shadow: inset 0 3px 10px #d1f5ed;
    box-shadow: inset 0 3px 10px #d1f5ed
}

.panel--title {
    font-size: 1.25rem;
    font-weight: 700
}

.panel--title.is--small {
    font-size: 1rem
}

.panel--header {
    color: #fff
}

.panel--header.secondary {
    background-color: #1dc998
}

ul .panel--header {
    margin-left: 0
}

.panel--tab-nav {
    list-style: none;
    margin: 0
}

@media (min-width: 768px) {
    .panel--body {
        padding: 1rem 0
    }
}

.tab--navigation {
    margin-bottom: -1px;
    position: relative;
    z-index: 1
}

.tab--link {
    background-color: #f8fbf4;
    border: 1px solid #e9e9e9;
    color: #333;
    padding: 1rem
}

.tab--link.is--active {
    border-bottom: none;
    background-color: #fff
}

.tab--container {
    border: 1px solid #e9e9e9;
    padding: 1rem
}

.panel--dot-nav a {
    border-radius: 100%;
    border: 2px solid #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f8fbf4;
    background-clip: padding-box;
    cursor: pointer;
    display: inline-block;
    margin: 0 .5rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.panel--dot-nav a:hover {
    -webkit-box-shadow: 0 3px 10px #d1f5ed;
    box-shadow: 0 3px 10px #d1f5ed;
    background-color: #fff
}

.panel--dot-nav a.da-is--active, .panel--dot-nav a.is--active {
    border-color: #1dc998;
    -webkit-box-shadow: 0 3px 10px #d1f5ed;
    box-shadow: 0 3px 10px #d1f5ed
}

.ribbon {
    position: absolute;
    overflow: hidden;
    width: 8rem;
    height: 8rem;
    z-index: 700
}

.ribbon .ribbon--content {
    color: #fff;
    display: block;
    font-size: .875rem;
    position: absolute;
    padding: .5rem;
    width: 200%;
    text-align: center
}

.ribbon.is--left {
    top: 0;
    left: 0
}

.ribbon.is--left .ribbon--content {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26%;
    left: -60%
}

.ribbon.is--right {
    top: 0;
    right: 0
}

.ribbon.is--right .ribbon--content {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 26%;
    left: -40%
}

.ribbon .green {
    background-color: #1dc998
}

.ribbon .orange {
    background-color: #fd7e14
}

.da-image-demo {
    position: relative
}

.range-slider {
    -webkit-touch-callout: none
}

.range-slider--container {
    height: .5rem;
    border-radius: .25rem;
    display: block;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px #d1f5ed;
    box-shadow: inset 0 1px 1px #d1f5ed;
    border: 1px solid #e9e9e9;
    -ms-touch-action: none;
    touch-action: none
}

.range-slider--range-bar {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-shadow: inset 0 3px 10px #d1f5ed;
    box-shadow: inset 0 3px 10px #d1f5ed;
    height: 100%;
    width: 100%;
    position: relative;
    background: #f8fbf4
}

.range-slider--handle {
    border-radius: 100%;
    background-color: #194c58;
    cursor: pointer;
    position: absolute;
    border: 2x solid #f8fbf4;
    width: 1rem;
    height: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.range-slider--handle.is--min {
    top: -.3rem;
    left: -.3rem
}

.range-slider--handle.is--max {
    top: -.3rem;
    right: -.3rem
}

.range-slider--handle.is--dragging, .range-slider--handle:hover {
    border-color: #194c58
}

.range-slider--format {
    display: none
}

.js--modal {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 3px 10px #d1f5ed;
    box-shadow: 0 3px 10px #d1f5ed;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    opacity: 0;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: padding-box #fff;
    max-height: 100%;
    max-width: 100%;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto
}

@media (max-width: 566.98px) {
    .js--modal .modal--container {
        padding: 0 !important
    }

    .js--modal .modal--container .panel--body {
        padding: .5rem 0 !important
    }
}

.js--modal .header {
    padding: 1rem;
    border-bottom: 1px solid #e9e9e9
}

.js--modal .header .title {
    font-weight: 700;
    padding-right: 3rem
}

.js--modal .button--zoom-out {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJtaW51cyIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLW1pbnVzIGZhLXctMTQiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDQ4IDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNNDE2IDIwOEgzMmMtMTcuNjcgMC0zMiAxNC4zMy0zMiAzMnYzMmMwIDE3LjY3IDE0LjMzIDMyIDMyIDMyaDM4NGMxNy42NyAwIDMyLTE0LjMzIDMyLTMydi0zMmMwLTE3LjY3LTE0LjMzLTMyLTMyLTMyeiI+PC9wYXRoPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
    background-color: transparent;
    border: none
}

.js--modal .button--zoom-reset {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJleHBhbmQiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1leHBhbmQgZmEtdy0xNCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0wIDE4MFY1NmMwLTEzLjMgMTAuNy0yNCAyNC0yNGgxMjRjNi42IDAgMTIgNS40IDEyIDEydjQwYzAgNi42LTUuNCAxMi0xMiAxMkg2NHY4NGMwIDYuNi01LjQgMTItMTIgMTJIMTJjLTYuNiAwLTEyLTUuNC0xMi0xMnpNMjg4IDQ0djQwYzAgNi42IDUuNCAxMiAxMiAxMmg4NHY4NGMwIDYuNiA1LjQgMTIgMTIgMTJoNDBjNi42IDAgMTItNS40IDEyLTEyVjU2YzAtMTMuMy0xMC43LTI0LTI0LTI0SDMwMGMtNi42IDAtMTIgNS40LTEyIDEyem0xNDggMjc2aC00MGMtNi42IDAtMTIgNS40LTEyIDEydjg0aC04NGMtNi42IDAtMTIgNS40LTEyIDEydjQwYzAgNi42IDUuNCAxMiAxMiAxMmgxMjRjMTMuMyAwIDI0LTEwLjcgMjQtMjRWMzMyYzAtNi42LTUuNC0xMi0xMi0xMnpNMTYwIDQ2OHYtNDBjMC02LjYtNS40LTEyLTEyLTEySDY0di04NGMwLTYuNi01LjQtMTItMTItMTJIMTJjLTYuNiAwLTEyIDUuNC0xMiAxMnYxMjRjMCAxMy4zIDEwLjcgMjQgMjQgMjRoMTI0YzYuNiAwIDEyLTUuNCAxMi0xMnoiPjwvcGF0aD48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
    background-color: transparent;
    border: none
}

.js--modal .button--zoom-in {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJwbHVzIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtcGx1cyBmYS13LTE0IiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0OCA1MTIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTQxNiAyMDhIMjcyVjY0YzAtMTcuNjctMTQuMzMtMzItMzItMzJoLTMyYy0xNy42NyAwLTMyIDE0LjMzLTMyIDMydjE0NEgzMmMtMTcuNjcgMC0zMiAxNC4zMy0zMiAzMnYzMmMwIDE3LjY3IDE0LjMzIDMyIDMyIDMyaDE0NHYxNDRjMCAxNy42NyAxNC4zMyAzMiAzMiAzMmgzMmMxNy42NyAwIDMyLTE0LjMzIDMyLTMyVjMwNGgxNDRjMTcuNjcgMCAzMi0xNC4zMyAzMi0zMnYtMzJjMC0xNy42Ny0xNC4zMy0zMi0zMi0zMnoiPjwvcGF0aD48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
    background-color: transparent;
    border: none
}

.js--modal .content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.js--modal .content .content--iframe {
    padding: 1rem;
    width: 100%;
    height: 100%;
    border: 0 none;
    display: block
}

.js--modal.sizing--auto.is--fullscreen {
    height: 100% !important;
    width: 100% !important
}

.js--modal.sizing--fixed {
    max-height: none !important;
    max-width: none !important
}

.js--modal.sizing--content {
    position: fixed;
    bottom: auto;
    top: auto;
    height: auto
}

.js--modal.no--header .header {
    display: none
}

.js--modal.no--border-radius {
    border-radius: 0
}

@media (max-width: 566.98px) {
    .js--modal .form-row div.col-lg-6:first-of-type {
        margin-bottom: 1rem
    }

    .js--modal .address--form-actions .float-right {
        float: none !important
    }
}

@media (min-width: 567px) {
    .js--modal .panel.address-form--panel {
        padding: 1rem
    }

    .js--modal .panel.address-form--panel .panel--body {
        padding: 0
    }
}

@media (min-width: 992px) {
    .js--modal {
        border-radius: 0
    }
}

.modal--title {
    font-weight: 700;
    padding: 1rem 3rem 1rem 1rem;
    border-bottom: 1px solid #e9e9e9
}

.modal--error {
    padding: 1rem
}

.modal--article {
    padding: 1rem
}

.modal--actions {
    margin: 0 0 1rem 0;
    padding: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.modal--actions .btn {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.modal--actions .btn:last-child {
    margin-top: 1rem
}

@media (min-width: 992px) {
    .modal--actions .btn {
        width: 49%
    }

    .modal--actions .btn:last-child {
        margin-top: 0
    }
}

.modal--actions .is--left {
    padding-left: 1rem
}

.modal--checkout-add-article ul {
    list-style: none
}

.modal--checkout-add-article .link--article-image .image--media {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.modal--checkout-add-article .link--article-image .image--media img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.modal--checkout-add-article .article--info {
    margin-left: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 567px) {
    .modal--checkout-add-article .article--info {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.modal--checkout-add-article .article--image {
    padding: .5rem;
    float: left;
    border: 1px solid #e9e9e9;
    width: 5rem;
    height: 5rem
}

.modal--checkout-add-article .article--name {
    width: 100%
}

.modal--checkout-add-article .list--name {
    margin-left: 1rem
}

@media (min-width: 567px) {
    .modal--checkout-add-article .list--name {
        margin-left: 2rem
    }
}

.modal--checkout-add-article .article--price {
    width: 100%;
    margin-left: 1rem
}

.modal--checkout-add-article .entry--name, .modal--checkout-add-article .entry--price {
    font-weight: 700
}

.modal--cross-selling {
    padding: 0 1rem 1rem 1rem;
    margin: 0
}

.modal--cross-selling .product-slider--container {
    padding: 0
}

.modal--cross-selling .item--image {
    padding-bottom: 1rem;
    height: 10rem;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 auto;
    text-align: center
}

.modal--cross-selling .link--image, .modal--cross-selling .link--image span {
    overflow: hidden;
    display: block;
    height: 100%
}

.modal--cross-selling .link--image img {
    margin: 0 auto
}

.modal--cross-selling .image--no-picture, .modal--cross-selling .image--slider-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.modal--cross-selling .price--reduced {
    color: #5f00b8
}

.modal--cross-selling .price--pseudo {
    text-decoration: line-through
}

.set-modal-scroll {
    overflow-y: hidden
}

.image--gallery .image-slider--container {
    bottom: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    margin: 0
}

.image--gallery.no--thumbnails .image-slider--container {
    bottom: 0
}

.image--gallery .image-slider--item {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
    cursor: default
}

.image--gallery .image-slider--item .image--element {
    display: block;
    max-width: 100%;
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.image--gallery .image-slider--item .image--media, .image--gallery .image-slider--item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.image--gallery .image-slider--thumbnails {
    padding: 1rem 0;
    height: 5rem;
    background: #fff;
    top: auto;
    bottom: 0;
    width: 100%;
    margin: 0;
    position: absolute;
    display: block
}

.image--gallery .image-slider--thumbnails .thumbnails--arrow {
    top: 1rem
}

.image--gallery .image-slider--thumbnails .thumbnails--arrow.is--left {
    border-left: 0 none
}

.image--gallery .image-slider--thumbnails .thumbnails--arrow.is--right {
    border-right: 0 none
}

.image--gallery .image-slider--thumbnails-slide {
    margin: 0 1rem;
    left: auto;
    top: auto
}

.image--gallery .thumbnail--link {
    margin: 0, 1rem, 0, 0;
    display: inline-block
}

.image--gallery .button--zoom-in, .image--gallery .button--zoom-out, .image--gallery .button--zoom-reset {
    top: 1rem;
    left: 1rem;
    padding: .75rem;
    position: absolute
}

.image--gallery .button--zoom-in:hover, .image--gallery .button--zoom-out:hover, .image--gallery .button--zoom-reset:hover {
    z-index: 1
}

.image--gallery .button--zoom-in:active, .image--gallery .button--zoom-out:active, .image--gallery .button--zoom-reset:active {
    background-color: transparent;
    border: none
}

.image--gallery .button--zoom-reset {
    left: 3.5rem;
    border-radius: 0
}

.image--gallery .button--zoom-in {
    left: 6rem
}

.image-gallery--modal .modal--close {
    width: 2rem;
    height: 2rem;
    top: 1rem
}

@media (min-width: 992px) {
    .js--image-gallery {
        width: 80%;
        height: 80%
    }
}

.js--img-zoom--container {
    position: relative;
    top: 0;
    left: 0
}

.js--img-zoom--lens {
    display: none;
    background: rgba(255, 255, 255, .4);
    border: 1px solid #e9e9e9;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.js--img-zoom--flyout {
    width: 28rem;
    height: 21rem;
    right: -30rem;
    display: none;
    position: absolute;
    top: 0;
    z-index: 2500;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9e9e9
}

.js--img-zoom--title {
    padding: .5rem, 1rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: rgba(0, 0, 0, .5)
}

@media (min-width: 768px) {
    .is--ctl-index .entry--search {
        opacity: 0;
        -webkit-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        z-index: -1
    }

    .is--ctl-index .entry--search.sooqr-visible {
        opacity: 1;
        z-index: 1
    }

    .is--ctl-index .js-search-visible .entry--search, .sooqr-open .is--ctl-index .entry--search {
        opacity: 1;
        z-index: 1
    }

    .sooqr-open.is--ctl-index .entry--search {
        opacity: 1;
        z-index: 1
    }

    .navbar-nav .nav-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.header-main {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-main .bg-primary {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e6a74), color-stop(26%, #275862), color-stop(50%, #194c58));
    background: -webkit-linear-gradient(top, #3e6a74 0, #275862 26%, #194c58 50%);
    background: -o-linear-gradient(top, #3e6a74 0, #275862 26%, #194c58 50%);
    background: linear-gradient(180deg, #3e6a74 0, #275862 26%, #194c58 50%)
}

.header-main li {
    margin: 0
}

.header-main.nav-down {
    position: fixed;
    width: 100%;
    top: 0
}

.header-main.nav-up {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header-main.nav-static {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

@media (min-width: 768px) {
    .header-main.nav-down, .header-main.nav-up {
        position: fixed;
        width: 100%;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: -webkit-box-shadow .3s ease-in-out;
        transition: -webkit-box-shadow .3s ease-in-out;
        -o-transition: box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
        z-index: 8499
    }

    .header-main.nav-shadow {
        -webkit-box-shadow: 0 3px 10px #d1f5ed;
        box-shadow: 0 3px 10px #d1f5ed
    }
}

.navigation-main .navigation--list .navigation--entry svg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.navigation-main .navigation--list .navigation--entry.is--hovered {
    background-color: transparent
}

.navigation-main .navigation--list .navigation--entry.is--hovered svg {
    opacity: 1
}

.advanced-menu .menu--level-0 {
    padding: 0
}

.advanced-menu .menu--level-0.columns--4 {
    -webkit-column-rule: 1px solid #e9e9e9;
    -moz-column-rule: 1px solid #e9e9e9;
    column-rule: 1px solid #e9e9e9;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem
}

.advanced-menu a.menu--list-item-link:before {
    content: "› ";
    display: inline-block;
    margin-right: .5rem
}

.advanced-menu .item--level-0 {
    padding-bottom: 0
}

.advanced-menu .item--level-0 .menu--list-item-link {
    font-weight: 400;
    padding: .5rem
}

.advanced-menu .item--level-0 .menu--list-item-link:hover {
    padding: .5rem
}

.header--navigation .advanced-menu {
    padding-top: 2rem;
    background-color: transparent;
    display: none;
}

@media (min-width: 768px) {
    .header--navigation .advanced-menu {
        display: block
    }
}

.header--navigation .advanced-menu:after {
    background-color: #fff;
    display: block;
    height: calc(100% - 3rem);
    position: absolute;
    width: 100%;
    top: 2rem;
    z-index: -1
}

.header--navigation .advanced-menu .menu--container.menu--is-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.header--navigation .advanced-menu .menu--list {
    margin: 1rem 0
}

.header--navigation .advanced-menu .menu--delimiter {
    display: none
}

.header--navigation .advanced-menu .content--wrapper {
    padding: 1rem;
    margin: 0
}

.header--navigation .advanced-menu .menu--list-item-link {
    display: inline-block
}

.header--navigation .advanced-menu .menu--list-item-link:hover {
    color: #999
}

.header--navigation .advanced-menu .button-container {
    padding: 1rem;
    border-bottom: 1px solid #e9e9e9;
    background-color: #f8fbf4;
    text-align: center
}

.header--navigation .advanced-menu .button--category {
    color: #333
}

.da-has-icon {
    background-color: #fff;
    border-radius: 50%;
    color: #194c58;
    display: block;
    height: 2rem;
    width: 2rem;
    position: relative;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.da-has-icon svg {
    padding: .3rem;
    height: 100%;
    margin-left: 0 !important;
    width: 100%
}

.da-has-icon:hover {
    color: #1dc998;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

@media (min-width: 768px) {
    .list-inline-item:not(:last-child) {
        margin-right: 1rem
    }
}

@media (min-width: 992px) {
    .list-inline-item:not(:last-child) {
        margin-right: 2rem
    }
}

.badge.notes--quantity, .cart--quantity.badge, .cart--quantity.label, .notes--quantity.label {
    background-color: #1dc998;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: -.5rem;
    top: -.5rem;
    text-align: center;
    padding: 0;
    line-height: 1.3rem;
    height: 1.3rem;
    width: 1.3rem
}

path.da-icon {
    fill: currentColor
}

.container--ajax-cart {
    border: 0;
    background-color: transparent;
    display: none;
    padding: 2.5rem .5rem .5rem;
    position: absolute;
    top: 1rem;
    right: -.5rem;
    z-index: 3000
}

.container--ajax-cart:before {
    border-left: .75rem solid transparent;
    border-right: .75rem solid transparent;
    border-bottom: 1rem solid #fff;
    content: "";
    position: absolute;
    top: calc(1.5rem + 1px);
    height: 0;
    width: 0;
    z-index: 1;
    right: .5rem
}

.container--ajax-cart .ajax--cart {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 1px 4px #e8e8e8;
    box-shadow: 0 1px 4px #e8e8e8;
    width: 20rem;
    z-index: 2
}

.container--ajax-cart.off-canvas {
    display: block
}

@media (min-width: 768px) {
    .container--ajax-cart.is--shown {
        display: block
    }
}

.container--ajax-cart .icon--loading-indicator {
    display: block;
    width: 1rem;
    height: 1rem;
    position: relative;
    margin: 2rem
}

.container--ajax-cart .icon--loading-indicator:before {
    -webkit-animation: keyframe--spin 1s linear infinite;
    animation: keyframe--spin 1s linear infinite;
    border-radius: 100%;
    border: 2px solid #333;
    border-top: 2px solid #1dc998;
    content: "";
    display: block;
    width: 100%;
    height: 100%
}

.container--ajax-cart .item--container {
    padding: 1rem;
    max-height: 17rem;
    overflow-y: auto;
    border-bottom: 1px solid #e9e9e9
}

.container--ajax-cart .cart--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container--ajax-cart .cart--item .action--container {
    display: none
}

.container--ajax-cart .cart--item .thumbnail--container {
    width: 4rem;
    max-height: 4rem;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.container--ajax-cart .cart--item .thumbnail--container img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top left;
    object-position: top left
}

.container--ajax-cart .cart--item .item--link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #194c58;
    font-size: .875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.container--ajax-cart .item--quantity {
    margin-right: .5rem;
    width: 2rem
}

.container--ajax-cart .prices--container {
    padding: 1rem 3rem
}

.container--ajax-cart .button--container {
    padding: 1rem 0 0
}

.container--ajax-cart .button--container .da-buy-block {
    margin-bottom: 1rem
}

.container--ajax-cart .button--container .da-cart-block {
    border-top: 1px solid #e9e9e9;
    padding: 1rem 0;
    font-weight: 700
}

.container--ajax-cart .bonussystem--cart-container {
    display: none
}

.container--ajax-cart .item--name, .container--ajax-cart .item--price {
    font-size: .875rem
}

.container--ajax-cart .item--name {
    width: 100%
}

.da-logo {
    margin: 0;
    height: 2rem;
    width: 2rem
}

@media (min-width: 992px) {
    .da-logo {
        height: 4rem;
        width: 4rem
    }
}

.logo-text {
    color: #fff;
    font-size: .825rem;
    vertical-align: middle
}

@media (min-width: 992px) {
    .logo-text {
        font-size: 1.4rem;
        padding-left: .5rem
    }
}

.logo--link:hover {
    text-decoration: none
}

.navigation-main {
    color: #f8fbf4
}

.nav-item:not(:first-child) {
    margin-left: 1rem
}

.nav-link {
    color: #f8fbf4;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2.25rem
}

.nav-link::hover svg {
    fill: #1dc998;
    stroke: #1dc998
}

.nav-link::hover path {
    fill: #1dc998;
    stroke: #1dc998
}

.svg--arrow-icon {
    display: inline-block;
    margin-left: .5rem;
    height: 1rem;
    width: 1rem
}

.da-main-menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navbar-collapse {
    position: relative
}

.advanced-menu {
    top: 100%
}

.js--menu-scroller--arrow {
    display: none !important
}

.da-thuiswinkel-logo {
    width: 2.5rem
}

@media (min-width: 992px) {
    .da-thuiswinkel-logo {
        width: 7rem
    }
}

.da-thuiswinkellogo {
    margin-left: auto;
    text-align: center
}

@media (min-width: 567px) {
    .da-thuiswinkellogo {
        margin-right: 1.5rem
    }
}

@media (min-width: 992px) {
    .da-thuiswinkellogo {
        width: 7rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.entry--search {
    position: relative;
    text-align: center
}

.main-search--results {
    position: absolute
}

.form--ajax-loader {
    position: absolute
}

input[type=search].main-search--field {
    background: #f8fbf4;
    border: 1px solid #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0 2px 25px rgba(0, 147, 83, .15), 0 1px 3px rgba(0, 0, 0, .5) inset;
    box-shadow: 0 2px 25px rgba(0, 147, 83, .15), 0 1px 3px rgba(0, 0, 0, .5) inset;
    border-radius: 1.25rem;
    padding: 0 3.5rem 0 1.5rem;
    height: 2.5rem;
    width: calc(100% - 5rem);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

input[type=search].main-search--field::-webkit-input-placeholder {
    font-style: italic;
    color: rgba(33, 33, 33, .5)
}

input[type=search].main-search--field::-moz-placeholder {
    font-style: italic;
    color: rgba(33, 33, 33, .5)
}

input[type=search].main-search--field:-ms-input-placeholder {
    font-style: italic;
    color: rgba(33, 33, 33, .5)
}

input[type=search].main-search--field::-ms-input-placeholder {
    font-style: italic;
    color: rgba(33, 33, 33, .5)
}

input[type=search].main-search--field::placeholder {
    font-style: italic;
    color: rgba(33, 33, 33, .5)
}

input[type=search].main-search--field:focus {
    background-color: #fff;
    border-color: #1dc998;
    -webkit-box-shadow: none;
    box-shadow: none
}

.main-search--button {
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    width: 2rem;
    top: 0;
    height: 100%
}

.da-chat-button {
    background-color: #931070;
    border-radius: 2rem;
    border-color: #931070;
    padding: 0 1.5rem 0 0;
    height: 2.5rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0
}

.da-chat-button:not(.da-service-chat) {
    display: inline-block !important
}

.da-chat-button.is--loaded {
    opacity: 1
}

.da-chat-button.is--hidden {
    display: block;
    opacity: 0
}

.da-chat-button.is--checkout, .is--ctl-checkout .da-chat-button {
    background-color: transparent;
    color: #194c58
}

.da-chat-button.is--checkout .da-chatstatus, .is--ctl-checkout .da-chat-button .da-chatstatus {
    color: #333
}

.da-chatstatus {
    border: 1px solid #f8fbf4;
    border-radius: 50%;
    position: absolute;
    height: 10px;
    width: 10px;
    top: 4px;
    left: 39px
}

.da-chatstatus.js-is-active {
    background-color: #1dc998
}

.da-chatstatus.js-is-not-active {
    background-color: #dc3545
}

.da-chat-img {
    height: 100%;
    max-width: 100%
}

.da-chat-img img {
    display: inline-block;
    margin-right: .5rem;
    max-height: 100%;
    max-width: 100%
}

.language--flag {
    height: 11px;
    width: 14px;
    background: url(../../src/img/ico-flags.png) no-repeat 0 0;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.language--flag.de_DE {
    background-position: 0 0
}

.language--flag.en_GB {
    background-position: 0 -11px
}

.language--flag.nl_NL {
    background-position: 0 -22px
}

.language--flag.fr_FR {
    background-position: 0 -33px
}

.language--flag.es_ES {
    background-position: 0 -44px
}

.language--flag.it_IT {
    background-position: 0 -55px
}

.language--flag.sv_SE {
    background-position: 0 -66px
}

.container--breadcrumb {
    border-bottom: 1px solid #f8fbf4;
    position: relative;
    z-index: 1
}

.content--breadcrumb {
    padding: 1rem 0
}

.breadcrumb--list {
    list-style: none;
    margin: 0
}

.breadcrumb--entry, .breadcrumb--separator {
    display: inline-block;
    margin: 0
}

.breadcrumb--separator {
    margin: 0 .1rem
}

.breadcrumb--separator .svg--arrow-right-icon {
    width: .8rem;
    height: 1rem
}

.breadcrumb--link {
    color: #333
}

.is--active .breadcrumb--link {
    color: #1dc998;
    font-weight: 700
}

.main-search--results {
    opacity: 0;
    width: 100%;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    padding-top: .8rem;
    top: calc(100% - .65rem)
}

.main-search--results.is--active {
    opacity: 1
}

.main-search--results:before {
    border-left: .75rem solid transparent;
    border-right: .75rem solid transparent;
    border-bottom: 1rem solid #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 0;
    width: 0;
    z-index: 1
}

@media (min-width: 768px) {
    .main-search--results:before {
        left: calc(50% - 10rem)
    }
}

.main-search--results .results--list {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 1px 4px #e8e8e8;
    box-shadow: 0 1px 4px #e8e8e8;
    list-style: none;
    margin: 0
}

.main-search--results .result--item.list--entry a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: .25rem 2rem;
    width: 100%
}

.main-search--results .product--price {
    color: #333
}

.main-search--results .product--price br {
    display: none
}

.main-search--results .entry--name {
    font-weight: 700;
    color: #194c58
}

.main-search--results .entry--media {
    width: 6rem;
    height: 6rem;
    margin-right: 1rem
}

.main-search--results .entry--all-results {
    background-color: #f8fbf4;
    border-top: 1px solid #e9e9e9;
    display: block;
    text-align: center;
    padding: 1rem
}

.main-search--results .entry--all-results a {
    font-weight: 700
}

.main-search--results .entry--all-results-number {
    padding-left: 1rem;
    margin-left: 1rem;
    border-left: 1px solid #1dc998
}

.main-search--results .entry--no-results {
    padding: 1rem;
    font-weight: 700
}

.entry--menu-left {
    margin: auto;
    margin-right: .25rem;
    width: 2rem;
    height: 2rem
}

@media (min-width: 992px) {
    .entry--menu-left {
        margin-right: 1rem
    }
}

svg.svg--menu-icon {
    height: 2rem;
    width: 2rem
}

.sidebar-main .nav-heading {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e6a74), color-stop(26%, #275862), color-stop(50%, #194c58));
    background: -webkit-linear-gradient(top, #3e6a74 0, #275862 26%, #194c58 50%);
    background: -o-linear-gradient(top, #3e6a74 0, #275862 26%, #194c58 50%);
    background: linear-gradient(180deg, #3e6a74 0, #275862 26%, #194c58 50%)
}

.sidebar-main .logo--link {
    display: block;
    padding: 1rem
}

.sidebar-main .entry--close-off-canvas {
    background: #1dc998;
    color: #fff;
    display: inline-block;
    font-size: .825rem;
    font-weight: 700;
    line-height: 2rem;
    position: absolute;
    text-align: center;
    right: -4.5rem;
    top: 0;
    width: 4.5rem
}

.sidebar-main .svg--close-icon-dims {
    display: inline-block;
    margin-left: .25rem;
    vertical-align: middle;
    height: 1rem;
    width: 1rem
}

.js--off-canvas-button {
    border: 1px solid #194c58;
    cursor: pointer;
    display: block;
    position: relative
}

.js--off-canvas-button .tab--header {
    position: relative
}

.js--off-canvas-button .tab--title:after {
    content: ">"
}

.js--off-canvas-button .tab--preview {
    display: block
}

.js--off-canvas-button .tab--preview p:last-child {
    margin-bottom: 0
}

.js--off-canvas-button .tab--content {
    cursor: default
}

.js--off-canvas-button:hover .tab--title {
    color: #194c58
}

.off-canvas {
    background: #f8fbf4;
    display: none;
    bottom: 0;
    top: 0;
    overflow: visible;
    position: fixed;
    -webkit-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: calc(100vw - 4.5rem);
    -webkit-overflow-scrolling: touch;
    z-index: -1;
    -webkit-transform: translateX(calc(-100% - 4.5rem));
    -ms-transform: translateX(calc(-100% - 4.5rem));
    transform: translateX(calc(-100% - 4.5rem))
}

@media (min-width: 768px) {
    .off-canvas {
        z-index: 1
    }
}

@media (max-width: 991.98px) {
    .off-canvas {
        border: none;
        padding: 0
    }
}

.off-canvas.is--left {
    -webkit-transform: translateX(calc(-100% - 4.5rem));
    -ms-transform: translateX(calc(-100% - 4.5rem));
    transform: translateX(calc(-100% - 4.5rem));
    left: -1px
}

.off-canvas.is--right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    right: 0
}

.off-canvas.is--active {
    display: block;
    z-index: 8100
}

.off-canvas.is--open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.off-canvas.is--full-screen {
    width: 100%
}

.off-canvas.no--transitions {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.off-canvas .buttons--off-canvas {
    display: block
}

.off-canvas .close--off-canvas {
    cursor: pointer;
    padding: 2px 10px;
    display: block
}

.off-canvas .close--off-canvas .icon--arrow-left {
    margin: 0 10 0 0
}

.off-canvas .link--go-main {
    display: block;
    width: 100%;
    color: #333
}

.off-canvas .link--go-main svg {
    margin-right: .5rem
}

.off-canvas .link--go-main .icon--menu {
    float: left
}

.off-canvas .sidebar--navigation .navigation--link .is--icon-right {
    margin-top: 0
}

.off-canvas .sidebar--navigation .navigation--link .is--icon-left {
    float: left
}

.sidebar--categories-wrapper {
    padding-top: 1.5rem
}

@media (max-width: 767.98px) {
    .sidebar--categories-wrapper {
        overflow: scroll;
        height: calc(100vh - 4rem)
    }
}

.buttons--off-canvas {
    display: none
}

.page-wrap {
    -webkit-transition: left .4s cubic-bezier(.16, .04, .14, 1);
    -o-transition: left .4s cubic-bezier(.16, .04, .14, 1);
    transition: left .4s cubic-bezier(.16, .04, .14, 1);
    position: relative;
    left: 0
}

.navigation--smartphone .navigation--entry {
    padding: 1rem;
    background: #fff
}

.navigation--smartphone .navigation--link {
    display: block
}

.navigation--smartphone .entry--close-off-canvas {
    padding: 1rem 0
}

.navigation--smartphone .entry--close-off-canvas .navigation--link:active {
    color: #e9e9e9
}

.navigation--smartphone .entry--close-off-canvas .icon--arrow-right {
    float: right
}

.navigation--headline {
    font-size: 1em;
    margin: 0 1rem;
    color: #333
}

@media (min-width: 992px) {
    .sidebar--categories-wrapper .navigation--headline {
        margin: 1rem 0 0 0
    }
}

.sidebar--navigation {
    margin: 0
}

.sidebar--navigation .navigation--entry {
    background-color: #194c58;
    border-bottom: 1px solid #f8fbf4;
    color: #f8fbf4;
    display: block;
    font-weight: 700;
    padding: 1rem;
    margin: 0;
    position: relative
}

.sidebar--navigation .navigation--entry.is--flat {
    background-color: transparent;
    border-bottom: 1px solid #333;
    color: currentColor;
    font-weight: 400
}

.sidebar--navigation .navigation--link {
    color: currentColor;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative
}

.sidebar--navigation .is--icon-right {
    height: 1rem;
    width: 1rem;
    position: absolute;
    right: 1rem
}

@media (min-width: 992px) {
    .sidebar--navigation .is--icon-right {
        right: 0
    }
}

@media (min-width: 992px) {
    .off-canvas {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        display: block;
        background: 0 0;
        position: relative;
        width: auto;
        height: auto;
        top: 0;
        left: 0
    }

    .off-canvas.is--left {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas .sidebar--navigation .navigation--link {
        line-height: inherit
    }

    .off-canvas .account--menu .navigation--link {
        line-height: inherit
    }

    .sidebar-main .entry--close-off-canvas {
        display: none
    }

    .sidebar-main .icon--arrow-left, .sidebar-main .icon--arrow-right {
        display: none
    }
}

body > .sidebar-main {
    border-right: #333
}

.sidebar-main.off-canvas {
    background: #f8fbf4
}

@media (max-width: 767.98px) {
    .sidebar-main.off-canvas {
        height: calc(100vh + 1rem);
        display: block;
        padding-bottom: 2rem
    }
}

.mobile--switches {
    display: block
}

.mobile--switches .navigation--entry {
    float: left
}

.mobile--switches .field--select {
    position: relative
}

.mobile--switches .select-field select {
    background: 0 0;
    border: 0 none
}

.mobile--switches .select-field:after {
    width: auto;
    border: 0 none
}

.mobile--switches .top-bar--language .select-field select {
    text-indent: -9999px
}

.mobile--switches .top-bar--language .language--flag {
    position: absolute;
    z-index: 6000;
    top: 50%;
    left: 0;
    pointer-events: none
}

.campaign--box {
    display: none
}

.sidebar--navigation {
    margin: 0;
    border-left: 0 none;
    border-right: 0 none
}

.sidebar--navigation .navigation--entry {
    position: relative
}

.sidebar--navigation .navigation--link {
    width: 100%;
    height: 100%;
    display: block
}

.sidebar--navigation .navigation--link .is--icon-right {
    display: inline-block;
    float: right
}

.offcanvas--overlay {
    width: calc(100vw - 4.5rem);
    top: 4rem;
    background: #f8fbf4;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    padding: 0;
    z-index: 8000;
    bottom: 0
}

.offcanvas--overlay.background {
    z-index: 8000
}

.offcanvas--overlay .overlay--headline {
    border-bottom: 1px solid #333;
    padding: 1.5rem 1rem 0 1rem
}

.offcanvas--overlay .overlay--category {
    padding: 1rem;
    font-size: 1rem;
    color: #333
}

.offcanvas--overlay .overlay--category .category--headline {
    margin: 0;
    padding: 0;
    color: #333
}

.offcanvas--overlay .is--icon-left {
    display: inline-block
}

.offcanvas--overlay .is--icon-right {
    display: inline-block;
    float: right
}

.has--cssanimations .sidebar--ajax-loader {
    position: absolute;
    display: none;
    top: .25rem;
    right: 0
}

.has--cssanimations .sidebar--ajax-loader::before {
    width: 1rem;
    height: 1rem;
    -webkit-animation: keyframe--spin 1s linear infinite;
    animation: keyframe--spin 1s linear infinite;
    display: block;
    content: "";
    border: 2px solid #f8fbf4;
    border-top: 2px solid #1dc998;
    border-radius: 100%
}

.sidebar--ajax-loader {
    position: absolute;
    display: none
}

.sidebar--ajax-loader::before {
    -webkit-animation: keyframe--spin 1s linear infinite;
    animation: keyframe--spin 1s linear infinite;
    display: block;
    content: "";
    border: 2px solid #333;
    border-top: 2px solid #000
}

.listing--sidebar {
    overflow: hidden;
    width: 0;
    height: 0
}

.listing--sidebar .sidebar-filter .off-canvas.is--ajax-reload {
    overflow: hidden
}

.listing--sidebar .sidebar-filter .off-canvas.is--ajax-reload .filter--container {
    overflow: auto;
    position: absolute;
    top: 4rem;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0
}

@media (min-width: 768px) {
    .listing--sidebar .sidebar-filter .off-canvas.is--ajax-reload .filter--container {
        position: relative;
        top: 0
    }
}

.listing--sidebar .sidebar-filter .off-canvas.is--ajax-reload .filter--close-btn {
    position: absolute;
    width: 100%;
    z-index: 10;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.25rem;
    font-weight: 700;
    background-color: #d1f5ed;
    color: #194c58;
    text-align: left;
    padding-left: 1rem;
    border: 0
}

.listing--sidebar .sidebar-filter .off-canvas.is--ajax-reload .filter--close-btn svg {
    vertical-align: baseline;
    height: 1rem;
    display: inline-block;
    margin-right: .5rem
}

.listing--sidebar .sidebar-filter .filter--active {
    max-width: 100%
}

.listing--sidebar .sidebar-filter .filter--container {
    margin: 0
}

.listing--sidebar .sidebar-filter .filter--container .filter-panel {
    float: none;
    width: 100%
}

.listing--sidebar .sidebar-filter .filter--actions {
    width: auto;
    margin: 0;
    display: none
}

.listing--sidebar .sidebar-filter .filter--actions.filter--actions-top {
    margin: 0
}

.listing--sidebar .sidebar-filter .filter--actions .filter--btn-apply {
    width: 100%
}

.listing--sidebar .sidebar-filter #filter {
    display: block;
    padding: 0
}

@media (min-width: 992px) {
    .listing--sidebar {
        width: calc(100vw - 4.5rem);
        height: auto;
        display: block;
        float: left
    }

    .listing--sidebar + .content--wrapper {
        margin-left: 0
    }

    .is--no-sidebar .listing--sidebar {
        display: none
    }

    .is--no-sidebar .listing--sidebar + .content--wrapper {
        margin: 0
    }

    .offcanvas--overlay {
        display: none
    }

    .sidebar-main {
        width: 100%;
        display: none;
        float: left
    }

    .is--ctl-account.is--user .sidebar-main, .is--ctl-address .sidebar-main, .is--ctl-listing .sidebar-main, .is--ctl-note.is--user .sidebar-main {
        display: block
    }
}

@media (min-width: 992px) and (max-width: 991.98px) {
    .is--ctl-account.is--user .sidebar-main + .content--wrapper, .is--ctl-address .sidebar-main + .content--wrapper, .is--ctl-listing .sidebar-main + .content--wrapper, .is--ctl-note.is--user .sidebar-main + .content--wrapper {
        margin-left: calc(100vw - 4.5rem)
    }
}

@media (min-width: 992px) {
    .is--ctl-account.is--act-abort .sidebar-main, .is--ctl-account.is--act-logout .sidebar-main, .is--ctl-account.is--act-password .sidebar-main, .is--ctl-account.is--act-resetpassword .sidebar-main, .is--ctl-blog .sidebar-main, .is--ctl-campaign .sidebar-main, .is--ctl-checkout .sidebar-main, .is--ctl-detail .sidebar-main, .is--ctl-index .sidebar-main, .is--ctl-listing.is--no-sidebar .sidebar-main, .is--ctl-note .sidebar-main, .is--ctl-note.is--user.is--one-time-account .sidebar-main, .is--ctl-register .sidebar-main, .is--ctl-search .sidebar-main {
        display: none
    }

    .is--ctl-account.is--act-abort .sidebar-main + .content--wrapper, .is--ctl-account.is--act-logout .sidebar-main + .content--wrapper, .is--ctl-account.is--act-password .sidebar-main + .content--wrapper, .is--ctl-account.is--act-resetpassword .sidebar-main + .content--wrapper, .is--ctl-blog .sidebar-main + .content--wrapper, .is--ctl-campaign .sidebar-main + .content--wrapper, .is--ctl-checkout .sidebar-main + .content--wrapper, .is--ctl-detail .sidebar-main + .content--wrapper, .is--ctl-index .sidebar-main + .content--wrapper, .is--ctl-listing.is--no-sidebar .sidebar-main + .content--wrapper, .is--ctl-note .sidebar-main + .content--wrapper, .is--ctl-note.is--user.is--one-time-account .sidebar-main + .content--wrapper, .is--ctl-register .sidebar-main + .content--wrapper, .is--ctl-search .sidebar-main + .content--wrapper {
        margin: 0
    }

    .is--ctl-account .sidebar-main .categories--headline, .is--ctl-account .sidebar-main .categories--navigation, .is--ctl-account .sidebar-main .shop-sites--container, .is--ctl-address .sidebar-main .categories--headline, .is--ctl-address .sidebar-main .categories--navigation, .is--ctl-address .sidebar-main .shop-sites--container, .is--ctl-note .sidebar-main .categories--headline, .is--ctl-note .sidebar-main .categories--navigation, .is--ctl-note .sidebar-main .shop-sites--container {
        display: none
    }

    .sidebar-main .filter--container, .sidebar-main .mobile--switches, .sidebar-main .navigation--smartphone {
        display: none
    }

    .sidebar-main .sidebar--categories-wrapper {
        display: block
    }

    .campaign--box {
        display: block
    }

    .filter--container .filter--actions, .filter--container .filter--active-container {
        background-color: #fafffe
    }

    .filter--container .filter-panel {
        background-color: #fafffe
    }

    .filter--close-btn {
        display: none
    }

    .sidebar--navigation {
        border: 1px solid #333
    }

    .sidebar--navigation .navigation--link {
        display: block
    }

    .sidebar--navigation .navigation--link .is--icon-right {
        display: none
    }

    .sidebar--navigation.is--level0:not(.da-account-nav) > .navigation--entry {
        display: none
    }

    .sidebar--navigation.is--level0:not(.da-account-nav) > .navigation--entry.is--active {
        display: block
    }

    .sidebar--navigation.is--level0:not(.da-account-nav) > .navigation--entry.is--active span {
        display: none
    }

    .sidebar--navigation .is--level1 {
        border: 0 none
    }

    .sidebar--navigation .is--level1 .navigation--entry {
        border: 0 none
    }

    .sidebar--navigation .is--level1 .navigation--link.is--active {
        text-shadow: none;
        background: 0 0;
        border: 0 none
    }

    .sidebar--navigation .navigation--level-high {
        border: 0 none
    }

    .shop-sites--container {
        border: 1px solid #333
    }

    .shop-sites--container .shop-sites--headline {
        padding: 1rem;
        margin-top: 0;
        border-bottom: 1px solid #333
    }

    .shop-sites--container .navigation--entry, .shop-sites--container .shop-sites--navigation {
        border: 0 none
    }

    .shop-sites--container .navigation--entry .navigation--link, .shop-sites--container .shop-sites--navigation .navigation--link {
        padding: 1rem
    }

    .sidebar-filter .is--instant-filter .filter--facet-container .filter-panel:last-child {
        margin-bottom: 0
    }

    .sidebar-filter .filter--actions-bottom, .sidebar-filter .filter--active-container, .sidebar-filter .filter--facet-container {
        display: block
    }

    .sidebar-filter .filter--facet-container {
        padding: 0
    }

    .listing--sidebar .sidebar-filter .filter-panel.is--collapsed {
        height: auto
    }

    .listing--sidebar .sidebar-filter .filter-panel.is--collapsed .filter-panel--flyout {
        position: relative
    }

    .listing--sidebar + .search--results {
        margin-left: 16rem
    }

    .listing--sidebar + .search--results .listing--wrapper {
        float: left
    }
}

@media (min-width: 992px) {
    .is--ctl-custom .sidebar-main .sidebar--categories-navigation, .is--ctl-forms .sidebar-main .sidebar--categories-navigation {
        display: none
    }

    .is--ctl-custom .sidebar-main .shop-sites--container, .is--ctl-forms .sidebar-main .shop-sites--container {
        display: block
    }

    .sidebar-main .shop-sites--container {
        display: none
    }

    .sidebar-main.off-canvas {
        background: 0 0
    }

    .sidebar-main {
        padding-top: 0
    }

    .sidebar-main.off-canvas {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: inherit
    }

    .sidebar-main .sidebar--navigation {
        border: none
    }

    .sidebar-main .sidebar--navigation.is--level1 {
        background-color: #fff;
        border-top: 1px solid #e9e9e9;
        margin: 1rem -1rem -1rem
    }

    .sidebar-main .sidebar--navigation.is--level1 .navigation--entry {
        background-color: #fff
    }

    .sidebar-main .navigation--entry {
        background-color: #f8fbf4;
        border: 1px solid #e9e9e9;
        color: #333
    }

    .sidebar-main .navigation--entry .is--icon-right {
        display: block;
        top: 0
    }

    .sidebar-main .navigation--entry .is--active {
        color: #1dc998
    }

    .sidebar-main .navigation--entry .is--active .is--icon-right {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 0
    }
}

.card-deck.mt-n6 {
    z-index: 1
}

.card-body.da-set-shadow, .da-set-shadow.panel--body, .da-set-shadow.panel--list {
    -webkit-box-shadow: 0 1px 4px #e8e8e8;
    box-shadow: 0 1px 4px #e8e8e8
}

.card-title svg {
    float: right;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media (min-width: 992px) {
    .card-title svg {
        display: none
    }
}

.card-title.is--active svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

a.card:hover, a.panel:hover {
    border: 1px solid #1dc998;
    text-decoration: none
}

a.card:hover h3, a.panel:hover h3 {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #999;
    text-decoration: none
}

.da-footer-menu {
    line-height: 2em
}

@media (max-width: 767.98px) {
    .da-footer-menu {
        padding: 0
    }
}

.da-footer-menu .container {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 767.98px) {
    .da-footer-menu .container {
        max-width: inherit
    }
}

.footer--column {
    padding: 1rem;
    border-bottom: 1px solid #fff
}

@media (min-width: 992px) {
    .footer--column {
        border-bottom: none;
        padding: .5rem
    }

    .footer--column.is--first {
        padding-left: 5rem
    }
}

.footer--column .column--headline {
    color: currentColor;
    display: block;
    margin: 0;
    position: relative
}

@media (max-width: 767.98px) {
    .footer--column .column--headline {
        font-size: 1.125rem
    }
}

.footer--column .column--headline svg {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto
}

.footer--column .column--headline svg.svg--logo-icon {
    display: none
}

@media (min-width: 768px) {
    .footer--column .column--headline svg {
        display: none
    }
}

@media (min-width: 992px) {
    .footer--column .column--headline svg.svg--logo-icon {
        display: block;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: auto;
        left: -5rem;
        height: 4rem;
        width: 4rem
    }
}

.footer--column .is--active svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.footer--column .column--content {
    display: none;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.footer--column .column--content[data-newsletter] {
    display: block
}

@media (min-width: 768px) {
    .footer--column .column--content {
        display: block;
        padding-bottom: 0
    }
}

.footer--column .column--content address {
    margin-bottom: 2rem
}

.footer--column .column--content a {
    color: currentColor
}

.da-service-line {
    display: block
}

.navigation--list {
    margin: 0;
    list-style: none
}

@media (max-width: 767.98px) {
    .navigation--list {
        padding-bottom: 3rem
    }
}

.footer--column .navigation--entry {
    margin: 0
}

.navigation--link {
    color: currentColor
}

.footer--bottom .svg--logo-icon {
    -webkit-filter: drop-shadow(0 1px 4px #d1f5ed);
    filter: drop-shadow(0 1px 4px #d1f5ed);
    margin-bottom: 1rem;
    width: 4.5rem
}

.footer--service-menu ul {
    margin-left: 0
}

.da-social-icon {
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    padding: .3rem;
    text-align: center;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    width: 2rem;
    height: 2rem
}

.da-social-icon:not(:last-child) {
    margin-right: 1rem
}

.da-social-icon:hover {
    color: #fff
}

.da-facebook {
    background-color: #3b5897
}

.da-facebook:hover {
    background-color: #2c4272
}

.da-youtube {
    background-color: #c5302b
}

.da-youtube:hover {
    background-color: #9b2622
}

.trust-info--text {
    padding-bottom: 1rem
}

.trust-info--text .rating {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.da-disclaimer-menu {
    font-size: .875rem;
    margin-left: 0
}

.da-disclaimer-menu .list-group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.da-disclaimer-menu li:not(:last-child) {
    border-right: 1px solid #333;
    margin-right: .5rem;
    padding-right: .5rem
}

.footer--copyright {
    padding-top: 1rem
}

.footer--payments-logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 1rem;
    grid-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 3rem 3rem 3rem 3rem;
    grid-template-columns: 3rem 3rem 3rem 3rem;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    justify-items: center;
    margin: auto
}

@media (min-width: 567px) {
    .footer--payments-logo {
        grid-column-gap: 1rem;
        -ms-grid-columns: 5rem 5rem 5rem 5rem 5rem 5rem 5rem 5rem;
        grid-template-columns: 5rem 5rem 5rem 5rem 5rem 5rem 5rem 5rem
    }
}

@media (min-width: 992px) {
    .footer--payments-logo {
        grid-column-gap: 2rem
    }
}

.da-payment {
    border-top: 1px solid #e9e9e9
}

.js--overlay-relative {
    position: relative
}

.js--overlay {
    -webkit-transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
    -o-transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
    transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: .01;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5000;
    visibility: hidden
}

@media (min-width: 992px) {
    .js--overlay {
        z-index: 8500
    }
}

.js--overlay.theme--dark {
    background: rgba(0, 0, 0, .5)
}

.js--overlay.theme--light {
    background: rgba(255, 255, 255, .5)
}

.js--overlay.is--open {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    opacity: 1;
    visibility: visible
}

.js--overlay.is--closable {
    cursor: pointer
}

body > .js--overlay {
    position: fixed
}

.js--is-loading {
    position: relative
}

.js--loading-indicator {
    position: absolute;
    display: none;
    z-index: 7500;
    top: 50%;
    left: 50%
}

body > .js--loading-indicator {
    position: fixed
}

.js--loading-indicator.is--active {
    display: block
}

.js--loading-indicator.indicator--relative {
    width: 2rem;
    height: 2rem;
    background: 0 0;
    position: relative;
    display: block;
    left: 50%;
    top: auto;
    border: 0 none
}

.js--loading-indicator.indicator--absolute {
    width: 2rem;
    height: 2rem;
    background: 0 0;
    display: block;
    left: 50%;
    border: 0 none;
    position: absolute;
    padding: 0;
    top: 50%
}

.js--loading-indicator.indicator--absolute.js--loading-indicator {
    margin: -1rem 0 0 -1rem
}

.has--cssanimations .js--loading-indicator {
    margin: -1rem 0 0 -1rem
}

.has--cssanimations .js--loading-indicator div[class^=icon--] {
    width: 2rem;
    height: 2rem;
    display: block
}

.has--cssanimations .js--loading-indicator .icon--default::before, .has--cssanimations .js--loading-indicator .icon--default:before {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    -webkit-animation: keyframe--spin 1s linear infinite;
    animation: keyframe--spin 1s linear infinite;
    display: block;
    content: "";
    border: 2px solid #333;
    border-top: 2px solid #1dc998
}

.has--no-cssanimations .js--loading-indicator {
    margin: -1rem 0 0 -1rem
}

.has--no-cssanimations .js--loading-indicator div[class^=icon--] {
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1rem;
    height: 1rem
}

.has--no-cssanimations .js--loading-indicator .icon--default {
    width: 1rem;
    height: 1rem;
    background-image: url(../../img/icons/loading-indicator.gif)
}

.da-service-bar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width: 767.98px) {
    .da-service-block:not(:last-child) {
        border-bottom: 1px solid #e9e9e9
    }
}

@media (max-width: 991.98px) {
    .da-service-block:not(:last-child) {
        margin-bottom: 1rem
    }
}

.da-service-bar-icon {
    background-color: #1dc998;
    border-radius: 100%;
    color: #f8fbf4;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.6rem;
    text-align: center;
    height: 3rem;
    width: 3rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.da-service-bar-icon svg {
    fill: currentColor;
    width: 1rem;
    height: 1rem
}

.da-service-bar:hover .da-service-bar-icon {
    color: #fff;
    background-color: #169c76
}

.da-service-bar-description {
    display: inline-block;
    margin-left: 1rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.da-service-bar-description p {
    margin-bottom: 0
}

.da-service-bar-description small {
    font-size: .75rem
}

.da-service-chat {
    border-radius: 5rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%
}

@media (max-width: 767.98px) {
    .da-service-chat {
        width: 100%
    }
}

.da-service-chat .img {
    height: 3rem
}

.da-service-chat img {
    height: 100%;
    width: auto;
    max-width: none
}

.da-service-chat .description {
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin: 0 1rem
}

.da-service-chat p {
    margin-bottom: 0
}

svg .tp-green {
    fill: #fff
}

svg .tp-darkgreen {
    fill: #005128
}

.svg--tp-logo-icon {
    width: 6rem;
    max-height: 1.45rem
}

.tp-prod-widget .svg--tp-logo-icon {
    width: 12.5rem
}

.svg--tp-star-icon {
    background: #00b67a;
    padding: .1rem;
    width: 1.05rem;
    height: 1.05rem
}

.svg--tp-star-icon svg .tp-green, .svg--tp-star-icon symbol#tp-star .tp-green {
    fill: #fff
}

.tp-widget-large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -3rem;
    padding-left: 0
}

@media (min-width: 1200px) {
    .tp-widget-large {
        margin-left: 24.67%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25.33%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25.33%;
        flex: 0 0 25.33%;
        max-width: 25.33%
    }

    .tp-widget-large.tp-widget-sidebar {
        float: left;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0;
        max-width: 100%
    }
}

.tp-logostars {
    padding: 0 1rem;
    width: auto
}

.tp-scoretext {
    padding-right: 1rem;
    width: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.tp-scoretext small {
    font-size: .75rem;
    line-height: 1.5em;
    display: block;
    margin: auto
}

.tp-scoretext small b {
    font-size: .875rem
}

.tp-scoretext a {
    text-decoration: underline
}

.tp-scoretext a:before {
    content: "";
    display: block
}

@media (min-width: 567px) {
    .tp-scoretext a:before {
        content: none
    }
}

.da-tp-container {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 3px 10px #d1f5ed;
    box-shadow: 0 3px 10px #d1f5ed;
    padding: 1rem;
    margin-top: 1.5rem;
    position: relative;
    text-align: left;
    height: 13rem;
    width: 100%
}

.tp-title {
    display: block;
    font-weight: 700;
    margin-bottom: 1rem
}

.tp-text {
    display: block
}

.tp-consumer {
    font-size: .875rem
}

.tp-head {
    display: none !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 60%
}

@media (min-width: 992px) {
    .tp-head {
        display: block !important
    }

    .tp-head .rating {
        display: none
    }
}

@media (min-width: 1200px) {
    .tp-head {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .tp-head .rating {
        display: block
    }
}

.tp-head:hover {
    text-decoration: none
}

.tp-head:hover .tp-scoretext {
    text-decoration: underline
}

.tp-head .svg--tp-logo-icon {
    width: 60%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
    white-space: pre-wrap
}

.tp-head .svg--tp-star-icon {
    padding: .1rem;
    width: .9rem
}

.tp-head .tp-scoretext {
    padding: 0;
    width: auto;
    margin-left: .5rem
}

.tp-head .tp-scoretext small {
    margin: 0
}

.truspilot-wrapper .svg--tp-logo-icon {
    max-height: 1.45rem
}

.product--rating-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.last-seen-products--slider {
    margin-bottom: 1rem
}

.product--rating {
    color: #1dc998;
    line-height: 1rem
}

.product--box {
    display: inline-block;
    padding: 0 0 1rem 0;
    width: 100%
}

@media (min-width: 768px) {
    .product--box {
        width: 50%;
        padding: 0 0 1rem 0
    }

    .product--box:nth-of-type(2n+0) {
        padding: 0 0 1rem 1rem
    }
}

@media (min-width: 1200px) {
    .product--box {
        padding: 0 1rem 1rem 0;
        width: 33.33%
    }

    .product--box.small-box {
        width: 25%
    }

    .product--box:nth-of-type(2n+0) {
        padding: 0 1rem 1rem 0
    }

    .product--box:nth-of-type(3n+0) {
        padding: 0 0 1rem 0
    }
}

.product--box .box--content {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    border: 1px solid transparent;
    padding: 1rem;
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.product--box .box--content:hover {
    border: 1px solid #1dc998
}

.product--box .box--content:hover .product--btn-container {
    border-left: 1px solid #1dc998;
    border-right: 1px solid #1dc998;
    border-bottom: 1px solid #1dc998
}

.product--box .product--info {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
    position: relative
}

.product--box .product--title-info {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 4.5rem
}

.product--box .product--image {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    width: 100%;
    height: 15rem;
    overflow: hidden
}

.product--box .product--image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.product--box .product--image img {
    display: inline-block;
    margin: auto;
    height: 100%;
    width: 100%;
    max-width: inherit;
    max-height: inherit;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product--box .product--title-row {
    min-height: 4.5rem
}

.product--box .product--rating-container {
    position: absolute;
    bottom: 4rem;
    width: 100%
}

.product--box .product--btn-container {
    background-color: #f1f9f5;
    border: 1px solid transparent;
    border-top: 1px solid #d1f5ed;
    margin: 0 -1.0625rem -1.0625rem;
    padding: 1rem;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
    height: 4.5rem
}

.product--box .product--action {
    background: 0 0;
    border: 0;
    color: #1dc998;
    padding: 0;
    position: absolute;
    width: 1.2rem;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    z-index: 1
}

.product--box .product--action:hover {
    color: #194c58
}

.product--box .product--action:focus {
    outline: 0
}

.product--box .product--badges {
    top: 10rem;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    height: 6rem;
    z-index: 2
}

.product--box .product--badges .product--badge {
    background: #194c58;
    border-radius: 2rem;
    color: #fff;
    font-weight: 700;
    font-size: .875rem;
    padding: .1rem .75rem;
    margin-top: .5rem
}

.product--box .product--badges .badge--recommend {
    background-color: rgba(245, 165, 36, .2);
    color: #f5a524
}

.product--box .product--badges .badge--recommend span {
    border-radius: 2rem;
    background-color: #f5a524;
    color: #fff;
    margin-left: -.75rem;
    margin-top: -.1rem;
    margin-right: .25rem;
    padding: .1rem .75rem
}

.product--box .product--badges .badge--discount {
    background-color: rgba(95, 0, 184, .3);
    color: #5f00b8
}

.product--box .product--badges .badge--discount span {
    border-radius: 2rem;
    background-color: #5f00b8;
    color: #fff;
    margin-left: -.75rem;
    margin-top: -.1rem;
    margin-right: .25rem;
    padding: .1rem .75rem
}

.product--box .product--badges .badge--newcomer {
    background-color: #1dc998
}

.product--price {
    font-weight: 700;
    color: #194c58
}

.product--price .price--discount, .product--price.price--discount {
    color: #5f00b8;
    display: block
}

.product--actions i.icon--check {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product--actions i.icon--check:before {
    content: " ";
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAgMCA1MCA1MCIKc3R5bGU9IiBmaWxsOiMxZGM5OTg7Ij48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDQxLjkzNzUgOC42MjUgQyA0MS4yNzM0MzggOC42NDg0MzggNDAuNjY0MDYzIDkgNDAuMzEyNSA5LjU2MjUgTCAyMS41IDM4LjM0Mzc1IEwgOS4zMTI1IDI3LjgxMjUgQyA4Ljc4OTA2MyAyNy4yNjk1MzEgOC4wMDM5MDYgMjcuMDY2NDA2IDcuMjgxMjUgMjcuMjkyOTY5IEMgNi41NjI1IDI3LjUxNTYyNSA2LjAyNzM0NCAyOC4xMjUgNS45MDIzNDQgMjguODY3MTg4IEMgNS43NzczNDQgMjkuNjEzMjgxIDYuMDc4MTI1IDMwLjM2MzI4MSA2LjY4NzUgMzAuODEyNSBMIDIwLjYyNSA0Mi44NzUgQyAyMS4wNjI1IDQzLjI0NjA5NCAyMS42NDA2MjUgNDMuNDEwMTU2IDIyLjIwNzAzMSA0My4zMjgxMjUgQyAyMi43NzczNDQgNDMuMjQyMTg4IDIzLjI4MTI1IDQyLjkxNzk2OSAyMy41OTM3NSA0Mi40Mzc1IEwgNDMuNjg3NSAxMS43NSBDIDQ0LjExNzE4OCAxMS4xMjEwOTQgNDQuMTUyMzQ0IDEwLjMwODU5NCA0My43ODEyNSA5LjY0NDUzMSBDIDQzLjQxMDE1NiA4Ljk4NDM3NSA0Mi42OTUzMTMgOC41ODk4NDQgNDEuOTM3NSA4LjYyNSBaICI+PC9wYXRoPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    height: 1.5rem;
    width: 1.5rem;
    position: absolute
}

.product--actions i.icon--check + .svg--note-icon-dims {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product-slider {
    display: block;
    padding: 0;
    position: relative;
    top: 0;
    left: 0
}

.product-slider--container {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2px;
    position: relative;
    overflow: hidden;
    font-size: 0
}

.product-slider--container::-webkit-scrollbar {
    width: 0;
    height: 0
}

.product-slider--container.is--vertical {
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: normal
}

.product-slider--container.is--vertical .product-slider--item {
    display: block;
    width: 100%
}

.product-slider--container.is--horizontal {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap
}

.product-slider--container.is--horizontal .product-slider--item {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.is--firefox .product-slider--container, .is--ie .product-slider--container, .product-slider--container.is--no-scroll {
    overflow-y: hidden;
    overflow-x: hidden
}

.product-slider--arrow {
    background: 0 0;
    border: 1px solid #194c58;
    border-radius: 100%;
    bottom: 0;
    color: #194c58;
    cursor: pointer;
    display: block;
    position: absolute;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: calc(50% - 1rem);
    width: 2rem;
    height: 2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 3
}

.product-slider--arrow.arrow--prev {
    left: 0
}

@media (min-width: 992px) {
    .product-slider--arrow.arrow--prev {
        left: -2rem
    }
}

.product-slider--arrow.arrow--prev:before {
    content: " ";
    display: block;
    background-color: currentColor;
    -webkit-mask: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    mask: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    pointer-events: none;
    height: 100%;
    width: 100%
}

.product-slider--arrow.arrow--next {
    right: 0
}

@media (min-width: 992px) {
    .product-slider--arrow.arrow--next {
        right: -2rem
    }
}

.product-slider--arrow.arrow--next:before {
    content: " ";
    display: block;
    background-color: currentColor;
    -webkit-mask: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    mask: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    pointer-events: none;
    height: 100%;
    width: 100%
}

.product-slider--arrow:hover {
    color: #194c58;
    border-color: #194c58;
    -webkit-filter: drop-shadow(4px 2px 2px #e9e9e9);
    filter: drop-shadow(4px 2px 2px #e9e9e9)
}

.da-brands-slider .product-slider--arrow {
    border: 1px solid #194c58;
    border-radius: 100%;
    bottom: 0;
    color: #194c58;
    -webkit-filter: drop-shadow(4px 2px 2px #e9e9e9);
    filter: drop-shadow(4px 2px 2px #e9e9e9);
    width: 2rem;
    height: 2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    background: 0 0;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: calc(50% - 1rem);
    z-index: 3
}

.da-brands-slider .product-slider--arrow.arrow--prev {
    left: 0
}

@media (min-width: 992px) {
    .da-brands-slider .product-slider--arrow.arrow--prev {
        left: -2rem
    }
}

.da-brands-slider .product-slider--arrow.arrow--prev:before {
    content: " ";
    display: block;
    background-color: currentColor;
    -webkit-mask: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    mask: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    pointer-events: none;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 100%;
    width: 100%
}

.da-brands-slider .product-slider--arrow.arrow--next {
    right: 0
}

@media (min-width: 992px) {
    .da-brands-slider .product-slider--arrow.arrow--next {
        right: -2rem
    }
}

.da-brands-slider .product-slider--arrow.arrow--next:before {
    content: " ";
    display: block;
    background-color: currentColor;
    -webkit-mask: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    mask: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    pointer-events: none;
    height: 100%;
    width: 100%
}

.da-brands-slider .product-slider--arrow:hover {
    color: #194c58;
    border-color: #194c58;
    -webkit-filter: drop-shadow(4px 2px 2px #e9e9e9);
    filter: drop-shadow(4px 2px 2px #e9e9e9)
}

.da-brands-container {
    padding: 0
}

.product-slider--item {
    padding: .5rem;
    font-size: 1rem
}

@media (min-width: 992px) {
    .product-slider--item {
        padding: 0;
        width: 25%
    }
}

.product-slider--item.da-is--brands {
    padding: 1rem
}

.product-slider--item .product--box {
    width: 100%;
    padding: 1rem 0 0
}

@media (min-width: 992px) {
    .product-slider--item .product--box {
        padding: .5rem
    }
}

.filter-panel {
    background-color: #f8fbf4;
    border: 1px solid #e9e9e9;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    position: relative;
    max-height: 3rem;
    min-height: 3rem;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

@media (min-width: 768px) {
    .filter-panel[data-facet-name=manufacturer], .filter-panel[data-facet-name=price] {
        max-height: unset
    }

    .filter-panel[data-facet-name=manufacturer] .filter-panel--title, .filter-panel[data-facet-name=price] .filter-panel--title {
        pointer-events: none;
        -ms-touch-action: none;
        touch-action: none
    }

    .filter-panel[data-facet-name=manufacturer] .filter-panel--icon, .filter-panel[data-facet-name=price] .filter-panel--icon {
        display: none
    }
}

.filter-panel:hover .filter-panel--icon, .filter-panel:hover .filter-panel--title {
    color: #333
}

.filter-panel.is--disabled {
    opacity: .5
}

.filter-panel.is--disabled:hover {
    color: #333
}

.filter-panel.is--disabled .filter-panel--title {
    color: #333
}

.filter-panel.is--collapsed {
    max-height: 18rem;
    -webkit-transition: max-height .3s ease-in;
    -o-transition: max-height .3s ease-in;
    transition: max-height .3s ease-in
}

.filter-panel.is--collapsed .filter-panel--flyout {
    height: auto;
    overflow: visible;
    z-index: 100
}

.filter-panel.is--collapsed .filter-panel--title {
    color: #1dc998
}

.filter-panel.is--collapsed .filter-panel--icon:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-panel .flatpickr-wrapper {
    position: relative;
    display: block
}

.filter-panel .flatpickr-wrapper .flatpickr-calendar.static {
    top: 45px;
    display: block;
    width: 100%
}

.filter-panel .flatpickr-wrapper .flatpickr-calendar.static .flatpickr-rContainer {
    display: block
}

.filter-panel .flatpickr-wrapper .flatpickr-calendar.static .flatpickr-innerContainer {
    display: block;
    width: 100%
}

.filter-panel .flatpickr-wrapper .flatpickr-calendar.static .flatpickr-innerContainer .flatpickr-days {
    width: 100%
}

.filter-panel--flyout {
    display: block;
    padding: 1rem;
    width: 100%;
    overflow: hidden;
    z-index: 1
}

.filter-panel--title {
    cursor: pointer;
    display: block;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.filter-panel--icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    position: absolute;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    top: 1rem;
    right: 1rem
}

.filter-panel--icon:before {
    content: " ";
    display: block;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    height: 1rem;
    width: 1rem
}

.filter-panel--content {
    display: block;
    margin-top: 1rem
}

[data-field-name=price] .filter-panel--content {
    overflow: hidden
}

[data-field-name=price] .filter-panel--content .range-slider {
    padding: 0 1rem
}

@media (max-width: 767.98px) {
    .filter-panel--content {
        max-height: 14rem;
        overflow-y: auto
    }
}

.filter-panel--option-list {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

.filter-panel--option-list.sub-level {
    margin: 0 0 0 .5rem;
    padding: 0 0 0 1rem;
    border-left: 1px solid #e9e9e9
}

.filter-panel--option {
    display: block;
    position: relative
}

.value-tree--option {
    margin: 0 0 1rem 0
}

.sub-level .value-tree--option {
    margin: 0
}

.filter-panel--label {
    padding: 0 0 0 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.filter-panel--range-info {
    padding: 1rem 0 .5rem 0;
    text-align: center
}

.filter-panel--range-info .range-info--label {
    color: #333
}

.filter-panel--input.is--disabled {
    opacity: .2
}

.filter--date .input-type--date .filter-panel--input {
    display: block;
    width: 100%
}

.filter-panel--checkbox, .filter-panel--radio {
    width: 1rem;
    height: 1rem;
    padding: 0;
    display: inline-block;
    border: 1px solid #1dc998;
    cursor: pointer;
    position: relative;
    vertical-align: top;
    background-color: #fff
}

.filter-panel--checkbox:hover, .filter-panel--radio:hover {
    border-color: #194c58
}

.filter-panel--checkbox input[type=checkbox], .filter-panel--radio input[type=checkbox] {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0 none;
    background: 0 0;
    cursor: pointer;
    z-index: 2
}

.filter-panel--checkbox input[type=checkbox]:checked ~ .checkbox--state, .filter-panel--checkbox input[type=checkbox]:checked ~ .input--state, .filter-panel--radio input[type=checkbox]:checked ~ .checkbox--state, .filter-panel--radio input[type=checkbox]:checked ~ .input--state {
    background: 0 0;
    border: 1px solid transparent
}

.filter-panel--checkbox input[type=checkbox]:checked ~ .checkbox--state:before, .filter-panel--checkbox input[type=checkbox]:checked ~ .input--state:before, .filter-panel--radio input[type=checkbox]:checked ~ .checkbox--state:before, .filter-panel--radio input[type=checkbox]:checked ~ .input--state:before {
    background: #1dc998;
    border-color: #fff;
    content: "";
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.filter-panel--checkbox input[type=checkbox]:checked ~ .filter-panel--label, .filter-panel--radio input[type=checkbox]:checked ~ .filter-panel--label {
    color: #194c58;
    font-weight: 700
}

.filter-panel--checkbox input[type=checkbox]:disabled ~ .checkbox--state, .filter-panel--checkbox input[type=checkbox]:disabled ~ .input--state, .filter-panel--radio input[type=checkbox]:disabled ~ .checkbox--state, .filter-panel--radio input[type=checkbox]:disabled ~ .input--state {
    background: 0 0
}

.filter-panel--checkbox input[type=checkbox]:disabled ~ .filter-panel--label, .filter-panel--radio input[type=checkbox]:disabled ~ .filter-panel--label {
    color: #333
}

.filter-panel--checkbox .checkbox--state, .filter-panel--checkbox .input--state, .filter-panel--checkbox .radio--state, .filter-panel--radio .checkbox--state, .filter-panel--radio .input--state, .filter-panel--radio .radio--state {
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.filter-panel--checkbox.filter-panel--radio, .filter-panel--radio.filter-panel--radio {
    border-radius: 11px
}

.filter-panel--checkbox input[type=radio], .filter-panel--radio input[type=radio] {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0 none;
    background: 0 0;
    cursor: pointer;
    z-index: 1111;
    margin-top: 0;
}

.filter-panel--checkbox input[type=radio]:checked ~ .input--state, .filter-panel--checkbox input[type=radio]:checked ~ .radio--state, .filter-panel--radio input[type=radio]:checked ~ .input--state, .filter-panel--radio input[type=radio]:checked ~ .radio--state {
    background-color: #1dc998
}

.filter-panel--checkbox input[type=radio]:checked ~ .filter-panel--label, .filter-panel--radio input[type=radio]:checked ~ .filter-panel--label {
    color: #194c58;
    font-weight: 700
}

.filter-panel--checkbox input[type=radio]:disabled .input--state, .filter-panel--checkbox input[type=radio]:disabled .radio--state, .filter-panel--radio input[type=radio]:disabled .input--state, .filter-panel--radio input[type=radio]:disabled .radio--state {
    background: #e9e9e9
}

.filter-panel--checkbox input[type=radio]:disabled .filter-panel--label, .filter-panel--radio input[type=radio]:disabled .filter-panel--label {
    color: #333
}

.filter-panel--checkbox input[type=radio] + .input--state, .filter-panel--checkbox input[type=radio] + .radio--state, .filter-panel--radio input[type=radio] + .input--state, .filter-panel--radio input[type=radio] + .radio--state {
    border-radius: 11px
}

.input-type--media .option--container {
    max-width: 45px;
    width: 18%;
    margin: 0 0 2% 2%;
    display: block;
    position: relative;
    float: left
}

.input-type--media .option--container .filter-panel--label {
    padding: 0
}

.input-type--media .option--container input.is--disabled ~ label {
    opacity: .2
}

.input-type--media .option--container input[type=checkbox], .input-type--media .option--container input[type=radio] {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0 none;
    background: 0 0;
    cursor: pointer;
    z-index: 1
}

.input-type--media .option--container input[type=checkbox]:hover ~ .filter-panel--label, .input-type--media .option--container input[type=radio]:hover ~ .filter-panel--label {
    border-color: #194c58
}

.input-type--media .option--container input[type=checkbox]:checked ~ .filter-panel--label, .input-type--media .option--container input[type=radio]:checked ~ .filter-panel--label {
    border-color: #194c58
}

.input-type--media .option--container input[type=checkbox]:checked ~ .filter-panel--label:after, .input-type--media .option--container input[type=radio]:checked ~ .filter-panel--label:after {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: block;
    position: absolute;
    font-weight: 700;
    text-align: center;
    color: #fff;
    content: "v"
}

.input-type--media .option--container input[type=checkbox]:disabled .filter-panel--label, .input-type--media .option--container input[type=radio]:disabled .filter-panel--label {
    opacity: .2
}

.filter--multi-selection .option--container:hover .filter-panel--label, .filter--value .option--container:hover .filter-panel--label, .filter--value-tree .option--container:hover .filter-panel--label {
    color: #194c58
}

.filter--multi-selection .option--container:hover .filter-panel--input, .filter--value .option--container:hover .filter-panel--input, .filter--value-tree .option--container:hover .filter-panel--input {
    border-color: #194c58
}

.filter--multi-selection .option--container:hover .filter-panel--input.is--disabled, .filter--value .option--container:hover .filter-panel--input.is--disabled, .filter--value-tree .option--container:hover .filter-panel--input.is--disabled {
    border-color: #e9e9e9
}

.filter--multi-selection .filter-panel--checkbox, .filter--multi-selection .filter-panel--radio, .filter--value .filter-panel--checkbox, .filter--value .filter-panel--radio, .filter--value-tree .filter-panel--checkbox, .filter--value-tree .filter-panel--radio {
    top: 3px;
    left: 0;
    position: absolute
}

.filter--multi-selection .filter-panel--checkbox.is--disabled ~ .filter-panel--label, .filter--multi-selection .filter-panel--radio.is--disabled ~ .filter-panel--label, .filter--value .filter-panel--checkbox.is--disabled ~ .filter-panel--label, .filter--value .filter-panel--radio.is--disabled ~ .filter-panel--label, .filter--value-tree .filter-panel--checkbox.is--disabled ~ .filter-panel--label, .filter--value-tree .filter-panel--radio.is--disabled ~ .filter-panel--label {
    color: #333
}

.filter--multi-selection .filter-panel--checkbox.is--disabled:hover, .filter--multi-selection .filter-panel--radio.is--disabled:hover, .filter--value .filter-panel--checkbox.is--disabled:hover, .filter--value .filter-panel--radio.is--disabled:hover, .filter--value-tree .filter-panel--checkbox.is--disabled:hover, .filter--value-tree .filter-panel--radio.is--disabled:hover {
    border-color: #e9e9e9
}

.filter-panel--star-rating {
    height: 90px;
    margin-bottom: 10px;
    position: relative
}

.filter-panel--star-rating .rating-star--outer-container {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer
}

.filter-panel--star-rating .rating-star--outer-container .icon--star {
    color: #1dc998
}

.filter-panel--star-rating .rating-star--outer-container .icon--star-empty {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #194c58
}

.filter-panel--star-rating .rating-star--outer-container .rating-star--suffix {
    margin-left: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.filter-panel--star-rating .rating-star--outer-container.is--active .icon--star-empty {
    color: #333
}

.filter-panel--star-rating .rating-star--outer-container.is--active .rating-star--suffix {
    font-weight: 700
}

.filter-panel--star-rating .rating-star--outer-container.is--disabled {
    opacity: .3
}

.filter-panel--star-rating .rating-star--outer-container:hover .icon--star-empty {
    color: #333
}

.filter-panel--star-rating .rating-star--outer-container:hover .rating-star--suffix {
    color: #194c58
}

.filter-panel--star-rating .rating-star--outer-container:hover .is--disabled ~ .icon--star-empty {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #333
}

.filter-panel--star-rating .rating-star--outer-container:hover .is--disabled ~ .rating-star--suffix {
    color: #333
}

.filter--set-title {
    margin: 2rem 0, 1rem, 0;
    margin-left: 1%;
    margin-right: 1%;
    border-bottom: 1px solid #e9e9e9;
    clear: both
}

.filter--value {
    background: #fff
}

.filter--value .filter-panel--input {
    top: 1rem;
    left: 1rem
}

.filter--value .filter-panel--title {
    padding: 0 0 0 2rem
}

.filter--value.is--disabled .filter-panel--input:hover {
    border-color: #e9e9e9
}

.filter--value .filter-panel--checkbox input[type=checkbox] {
    opacity: 1
}

.filter--range .filter-panel--content {
    padding: 1rem 0
}

.filter--active-container {
    background-color: #f8fbf4;
    border: 1px solid #e9e9e9;
    border-bottom: none;
    padding: 1rem;
    display: block
}

@media (min-width: 768px) {
    .filter--active-container {
        border-bottom: 1px solid #e9e9e9
    }
}

.filter--active {
    padding: .5rem 1rem;
    margin: 0 .1rem;
    display: inline-block;
    border: 1px solid #e9e9e9;
    color: #333;
    background: #fff;
    cursor: pointer;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: .875rem
}

.filter--active .filter--active-icon {
    margin: 0 1rem 0, 0;
    position: relative;
    color: #333
}

.filter--active .filter--active-icon:before {
    content: "x"
}

.filter--active .icon--star {
    color: "s"
}

.filter--active .icon--star-empty {
    color: #333
}

.filter--active:hover, .filter--active[data-filter-param=reset] {
    color: #194c58;
    border-color: #194c58
}

.filter--active:hover .filter--active-icon, .filter--active[data-filter-param=reset] .filter--active-icon {
    color: #194c58
}

.action--filter-options.off-canvas.is--open .filter--active {
    max-width: 100%
}

.filter--actions {
    background-color: #f8fbf4;
    padding: 1rem;
    border-top: none;
    margin-bottom: 1rem;
    clear: both
}

@media (min-width: 992px) {
    .filter--actions {
        border: 1px solid #e9e9e9
    }
}

.filter--btn-apply {
    border-radius: 2rem;
    font-weight: 700;
    position: relative;
    width: 100%;
    display: none
}

.filter--btn-apply.is--icon-right [class^=icon--] {
    margin: -8px 0 0 0
}

.filter--btn-apply .filter--count {
    font-weight: 700
}

.filter--active-container {
    display: none
}

.listing--wrapper {
    width: 100%
}

.listing--wrapper.has--sidebar-filter .listing--paging {
    clear: both
}

.listing--wrapper.has--sidebar-filter .action--filter-btn {
    display: block;
    width: 55%
}

@media (min-width: 567px) {
    .listing--wrapper.has--sidebar-filter .action--filter-btn {
        width: 50%
    }
}

.listing--wrapper.has--sidebar-filter .action--sort .sort--label {
    display: none
}

.listing--wrapper.has--sidebar-filter .action--sort .sort--select {
    width: 100%;
    vertical-align: top
}

.listing--wrapper .filter--actions.filter--actions-top {
    margin: 0
}

@media (min-width: 992px) {
    .filter-panel {
        width: 49%;
        float: left
    }

    .filter-panel .flatpickr-wrapper {
        position: static
    }

    .filter-panel .flatpickr-wrapper .flatpickr-calendar.static {
        top: 100%
    }

    .is--no-sidebar .filter-panel {
        width: 32%
    }

    .filter-panel--content {
        max-height: 15rem;
        overflow-y: auto
    }

    .filter--active-container.is--disabled .filter--active:not([data-filter-param=reset]), .filter--active-container.is--disabled .filter--active:not([data-filter-param=reset]):hover {
        color: #333;
        border-color: #e9e9e9;
        cursor: default
    }

    .filter--active-container.is--disabled .filter--active:not([data-filter-param=reset]) .filter--active-icon, .filter--active-container.is--disabled .filter--active:not([data-filter-param=reset]):hover .filter--active-icon {
        color: #333
    }

    .filter--active-container.is--disabled .filter--active:not([data-filter-param=reset]) .filter--active-icon:before, .filter--active-container.is--disabled .filter--active:not([data-filter-param=reset]):hover .filter--active-icon:before {
        content: "v"
    }

    .filter--actions {
        margin-left: 1%;
        margin-right: 1%
    }

    .filter--btn-apply {
        width: auto
    }

    .filter--actions-bottom, .filter--facet-container {
        display: none
    }

    .filter--actions.filter--actions-top {
        display: none
    }

    .listing--wrapper.has--sidebar-filter .action--filter-btn {
        display: none
    }

    .listing--wrapper.has--sidebar-filter .action--sort .sort--select {
        max-width: 16rem;
        vertical-align: top
    }
}

@media (min-width: 992px) {
    .filter-panel {
        width: 32%
    }
}

@media (min-width: 992px) {
    .filter-panel--star-rating .rating-star--input {
        width: 20px;
        height: 20px
    }

    .filter-panel--star-rating .rating-star--label {
        width: 20px;
        height: 20px
    }

    .listing--wrapper.has--sidebar-filter .action--sort .sort--label {
        display: inline-block;
        font-weight: 700
    }
}

.image-slider {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -moz-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.arrow {
    border: 1px solid #194c58;
    border-radius: 100%;
    bottom: 0;
    color: #194c58;
    -webkit-filter: drop-shadow(4px 2px 2px #e9e9e9);
    filter: drop-shadow(4px 2px 2px #e9e9e9);
    width: 2rem;
    height: 2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    background: 0 0;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.js--modal .arrow {
    bottom: 30vh
}

.arrow.is--left {
    left: 0
}

.arrow.is--left:before {
    content: " ";
    display: block;
    background-color: currentColor;
    -webkit-mask: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    mask: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 100%;
    width: 100%
}

.arrow.is--right {
    right: 0
}

.arrow.is--right:before {
    content: " ";
    display: block;
    background-color: currentColor;
    -webkit-mask: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    mask: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 100%;
    width: 100%
}

.arrow:hover {
    color: #194c58;
    border-color: #194c58;
    -webkit-filter: drop-shadow(4px 2px 2px #e9e9e9);
    filter: drop-shadow(4px 2px 2px #e9e9e9)
}

.arrow.is--hidden {
    color: #e9e9e9;
    border-color: #e9e9e9;
    -webkit-filter: none;
    filter: none
}

.image-slider--container {
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden
}

@media (min-width: 992px) {
    .image-slider--container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 80%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 80%;
        flex: 1 1 80%
    }
}

.image-slider--container.is--dragging .image-slider--item {
    cursor: move
}

.image-slider--slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    white-space: nowrap;
    font-size: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.image-slider--item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 100%;
    width: 100%;
    position: relative;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.image-slider--item .image--element {
    display: inline-block;
    max-width: 100%;
    height: 100%
}

.image-slider--item .image--media {
    margin: 0 auto
}

.image-slider--dots {
    display: block;
    padding-top: 1.5rem;
    height: 3rem;
    position: relative;
    text-align: center;
    top: auto
}

.dot--link {
    border-radius: 100%;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

.dot--link:not(:last-child) {
    margin-right: .5rem
}

.dot--link.is--active {
    background-color: #e9e9e9
}

.image-slider--thumbnails {
    display: none;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 0
}

.image-slider--thumbnails .image-slider--thumbnails-slide {
    position: absolute;
    top: 0;
    left: 0
}

.js--modal .image-slider--thumbnails .image-slider--thumbnails-slide {
    max-height: 5rem
}

.image-slider--thumbnails .thumbnail--link {
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #e9e9e9
}

.image-slider--thumbnails .thumbnail--link.is--active {
    border-color: #194c58
}

.js--modal .image-slider--thumbnails .thumbnail--link {
    height: 5rem;
    border-radius: 0
}

.image-slider--thumbnails .thumbnail--image {
    display: inline;
    vertical-align: middle
}

.image-slider--thumbnails .thumbnails--arrow {
    border-radius: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    display: none;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .85);
    cursor: pointer;
    background: rgba(255, 255, 255, .85)
}

.image-slider--thumbnails .thumbnails--arrow:hover {
    color: #194c58;
    border-color: #194c58
}

.image-slider--thumbnails .thumbnails--arrow.is--bottom, .image-slider--thumbnails .thumbnails--arrow.is--top {
    left: 0
}

.image-slider--thumbnails .thumbnails--arrow.is--top {
    top: 0
}

.image-slider--thumbnails .thumbnails--arrow.is--top::before {
    content: "up"
}

.image-slider--thumbnails .thumbnails--arrow.is--bottom {
    bottom: 0
}

.image-slider--thumbnails .thumbnails--arrow.is--bottom::before {
    content: "down"
}

.image-slider--thumbnails .thumbnails--arrow.is--left {
    top: 0;
    left: 0
}

.image-slider--thumbnails .thumbnails--arrow.is--left::before {
    content: "<"
}

.image-slider--thumbnails .thumbnails--arrow.is--right {
    top: 0;
    right: 0
}

.image-slider--thumbnails .thumbnails--arrow.is--right::before {
    content: ">"
}

.image-slider--thumbnails .thumbnails--arrow.is--active {
    display: block
}

.product--image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -moz-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.product--image-container .image-slider--thumbnails {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: none;
    width: 7rem
}

@media (min-width: 992px) {
    .product--image-container .image-slider--thumbnails {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.product--image-container .image-slider--thumbnails-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%
}

.product--image-container .thumbnail--link {
    border-radius: 0;
    -webkit-box-shadow: 0 0 transparent;
    box-shadow: 0 0 transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 1rem
}

.product--image-container .thumbnail--link.is--active {
    -webkit-box-shadow: 0 3px 10px #d1f5ed;
    box-shadow: 0 3px 10px #d1f5ed;
    border-color: #e9e9e9
}

.product--image-container .thumbnail--image {
    max-height: 6rem
}

.product--image-container .image-slider--dots {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
}

@media (min-width: 768px) {
    .product--image-container .image-slider--dots {
        margin-left: 7rem;
        width: calc(100% - 7rem)
    }
}

.product--image-container .image-slider--dots .arrow {
    display: none
}

.product--image-container .image--media img {
    max-height: 35rem
}

.product--image-container .product--supplier {
    position: absolute;
    right: 1rem;
    z-index: 90;
    bottom: 1rem;
    height: 4rem;
    width: 4rem;
    display: block
}

@media (min-width: 768px) {
    .image-slider--container .arrow {
        display: block
    }
}

@media (min-width: 992px) {
    .image-slider--thumbnails {
        display: block
    }

    .image-slider--container.no--thumbnails {
        margin-bottom: 0
    }

    .image-slider--container.no--image .image-slider--item {
        cursor: default
    }
}

@media (min-width: 1200px) {
    .image-slider--container {
        margin-bottom: 0
    }

    .image-slider--thumbnails {
        position: relative;
        top: 0;
        left: 0;
        float: left
    }

    .image-slider--thumbnails .thumbnail--link {
        display: block
    }

    .js--modal .image-slider--thumbnails .thumbnail--link {
        display: inline-block
    }
}

.reset--configuration {
    margin-bottom: 1rem
}

.configurator--variant .variant--group {
    margin: 0
}

.configurator--variant .variant--name {
    margin: 0 0 1rem 0;
    font-weight: 700
}

.configurator--variant .variant--option {
    height: 3rem;
    line-height: 3rem;
    margin-bottom: 1rem;
    overflow: hidden;
    display: block;
    width: 23%;
    margin-right: 2%;
    position: relative;
    float: left
}

.configurator--variant .option--input {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    cursor: pointer
}

.configurator--variant .option--input:hover ~ label {
    border-color: #e9e9e9
}

.configurator--variant .option--input:checked ~ label {
    color: #194c58;
    border-color: #194c58
}

.configurator--variant .option--input:disabled ~ label {
    opacity: .5
}

.configurator--variant .option--input:disabled {
    cursor: not-allowed
}

.configurator--variant .option--label {
    padding: .5rem;
    line-height: 3rem;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 500;
    border: 1px solid #e9e9e9;
    font-weight: 700;
    text-align: center;
    overflow: hidden
}

.configurator--variant .option--label.is--disabled img {
    opacity: .3
}

.configurator--variant .option--label .image--media {
    line-height: 4rem;
    vertical-align: middle;
    text-align: center
}

.configurator--variant .option--label img {
    margin: 0 auto
}

.account--orders-overview .orders--table-header {
    display: none;
    background: #fff
}

.account--orders-overview .orders--table-header .panel--th {
    display: inline-block;
    padding: 0 1rem .5rem
}

.account--orders-overview .column--info-wrapper .panel--td {
    width: auto
}

.account--orders-overview .panel--tr {
    padding: 1rem 0
}

.account--orders-overview .panel--td {
    padding: .5rem 1rem;
    display: block;
    float: none
}

.account--orders-overview .order--item.panel--tr {
    background-color: #f8fbf4;
    border: 1px solid #e9e9e9;
    margin-bottom: 1rem
}

.account--orders-overview .column--info-data, .account--orders-overview .column--info-labels {
    width: 50%;
    float: left;
    text-align: left
}

.account--orders-overview .column--summary-data, .account--orders-overview .column--summary-labels {
    width: 50%;
    float: left;
    text-align: left
}

.account--orders-overview .column--label, .account--orders-overview .column--value {
    width: 50%;
    float: left
}

.account--orders-overview .column--label {
    font-weight: 700
}

.order--status-icon {
    width: .5rem;
    height: .5rem;
    top: .5rem;
    display: inline-block;
    position: relative
}

.order--status-icon.status--0, .order--status-icon.status--1, .order--status-icon.status--3, .order--status-icon.status--6 {
    background: #194c58
}

.order--status-icon.status--2, .order--status-icon.status--5, .order--status-icon.status--7 {
    background: #1dc998
}

.order--status-icon.status--4, .order--status-icon.status--8 {
    background: #ffc107
}

.order--name {
    color: #333
}

.order--details {
    border: 1px solid #e9e9e9;
    margin-bottom: 1rem
}

.order--current-price, .order--details, .order--price-unit {
    display: none
}

.order--details .panel--tr {
    border-bottom: 1px solid #e9e9e9
}

.order--repeat {
    text-align: center;
    background: #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.order--repeat form {
    margin-left: auto
}

.account--downloads {
    border: 1px solid #e9e9e9
}

.account--downloads .downloads--table-header {
    display: none
}

.account--downloads .panel--tr {
    padding: 1rem 0
}

.account--downloads .panel--td {
    padding: .5rem 1rem;
    display: block;
    float: none
}

@media (min-width: 768px) {
    .account--orders-overview .orders--table-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .account--orders-overview .panel--tr {
        padding: 0;
        border-width: 0 0 1px 0
    }

    .account--orders-overview .panel--tr.order--repeat {
        padding: 1rem
    }

    .account--orders-overview .panel--td {
        padding: 1rem;
        display: inline-block;
        float: left
    }

    .account--orders-overview .column--label {
        display: none
    }

    .account--orders-overview .column--value {
        width: 100%;
        float: none
    }

    .account--orders-overview .column--summary-data, .account--orders-overview .column--summary-labels {
        width: 20%;
    }

    .account--orders-overview .column--date, .account--orders-overview .column--dispatch, .account--orders-overview .column--id {
        width: 20%
    }

    .account--orders-overview .column--status {
        width: 25%
    }

    .account--orders-overview .column--actions {
        width: 15%
    }

    .account--orders-overview .column--actions .btn {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        max-width: 100%
    }

    .account--orders-overview .column--name {
        width: 50%
    }

    .account--orders-overview .column--quantity {
        width: 10%
    }

    .account--orders-overview .column--price {
        width: 20%
    }

    .account--orders-overview .column--total {
        width: 20%
    }

    .account--orders-overview .column--info-labels {
        width: 20%
    }

    .account--orders-overview .column--info-data {
        width: 40%
    }

    .order--item {
        margin: 0
    }

    .order--pseudo-price {
        font-size: .75rem
    }

    .order--download {
        margin-top: 1rem
    }

    .column--label {
        display: none
    }

    .column--date, .column--dispatch, .column--id {
        width: 20%
    }

    .column--status {
        width: 25%
    }

    .column--actions {
        width: 15%
    }

    .column--name {
        width: 50%
    }

    .column--quantity {
        width: 10%
    }

    .column--price {
        width: 20%
    }

    .column--total {
        width: 20%
    }

    .column--info-labels {
        width: 20%
    }

    .column--info-data {
        width: 40%
    }

    .column--summary {
        width: 20%
    }

    .account--error, .account--success {
        margin-bottom: 1rem
    }
}

@media (max-width: 767.98px) {
    .account--orders-overview .order--item.panel--tr {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .account--orders-overview .order--item .panel--td {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .account--orders-overview .order--details .panel--tr {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .account--orders-overview .order--details .column--name {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .account--orders-overview .order--details .column--price, .account--orders-overview .order--details .column--quantity, .account--orders-overview .order--details .column--total {
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }

    .account--orders-overview .column--info-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.bundle--form .bundle--panel {
    border: 1px solid #e9e9e9;
    padding: 1rem
}

.bundle--form .container--price-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.bundle--form .container--price-text {
    margin: 1rem 0
}

.bundle--form .price--value-bundle-price {
    color: #5f00b8;
    font-weight: 700
}

.bundle--form .bundle-header--slider-container {
    background-color: #fafffe;
    border: 1px solid #e9e9e9
}

.bundle--panel .configuration-selector .js--fancy-select {
    display: inline-block
}

.bundle--panel .product--image {
    border: 1px solid #1dc998
}

.bundle--panel .bundle--panel-header {
    background-color: transparent;
    color: #194c58;
    margin: 0;
    padding: 0;
    border: 0
}

.content--bundle-header {
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.row--rebate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0;
    position: relative
}

.row--rebate .column--total-price {
    text-align: right;
    width: 100%
}

@media (min-width: 992px) {
    .row--rebate .column--total-price {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .row--rebate .content--title {
        word-break: normal;
        white-space: pre
    }
}

.row--rebate.row-free-discount .content--title {
    white-space: pre
}

.is--ctl-checkout .bundle--checkout-badge {
    right: auto;
    left: 2rem;
    top: 1rem
}

.basket--badge {
    width: 3.75rem;
    text-align: center
}

.row--rebate .column--product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.teaser--text-offcanvas.off-canvas {
    z-index: 9000
}

.premium-product--product .product--inner {
    text-align: center
}

.premium-product--product .image--element {
    margin: auto;
    display: inline-block;
    border: 1px solid gray;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 1rem
}

.premium-product--product img {
    width: 5rem;
    height: 5rem;
    -o-object-fit: contain;
    object-fit: contain
}

.premium-product--product .premium--variant {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #194c58
}

.container--ajax-cart .is--premium-article .thumbnail--container {
    width: 3rem;
    max-height: 3rem;
    margin-right: 1rem
}

.list--entry.block-group.entry--taxes:last-child {
    display: none
}

.floating-set .premium-product {
    padding-bottom: 2rem;
    font-size: .875rem
}

.floating-set .premium-product h3 {
    font-size: 1rem
}

.chk-product-overview-item.chk-tax-price {
    display: none
}

.ajax--cart .free_goods-product {
    display: none
}

.premium-product.panel {
    background: #f8fbf4;
    border: 1px solid #e9e9e9;
    text-align: center;
    padding: 1rem;
    margin: 1rem 0 0;
    width: 100%
}

.premium-product.panel .premium-product--title {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #194c58;
    font-size: 1.25rem
}

.premium-product.panel .product--box.box--slider {
    display: block
}

.premium-product.panel .product--title {
    font-weight: 700;
    color: #194c58
}

.premium-product.panel .btn {
    background-color: #1dc998;
    border-color: #1dc998
}

.promotion--description-box .alert.is--promotion {
    margin-top: 1rem;
    background-color: #fafffe;
    border: 1px solid #e9e9e9;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -moz-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promotion--description-box .alert.is--promotion .alert--icon {
    background-color: transparent;
    margin-right: 1rem
}

.promotion--description-box .alert--content {
    width: 100%
}

.promotion--description-box .icon--percent2 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMjAuNjQ4IDMyMC42NDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyMC42NDggMzIwLjY0ODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJMYXllcl81XzkwXyIgZmlsbD0iI2ZmZiI+CgkJCTxwYXRoIGQ9Ik0xMzkuMjE5LDEyNC40OTRjMTIuMzY5LTEzLjQxNiwxOS4xODQtMzEuNDEyLDE5LjE4NC01MC42NzhDMTU4LjQwMywzNy4xMzQsMTMyLjIwMiwwLDgyLjExNiwwCgkJCQlDNTguODA3LDAsMzkuMTQzLDguMDA2LDI1LjI0NywyMy4xNTJDMTIuOTM4LDM2LjU3LDYuMTYxLDU0LjU2Miw2LjE2MSw3My44MTZjMCwzNi42ODYsMjYuMDksNzMuODE4LDc1Ljk1NSw3My44MTgKCQkJCUMxMDUuNTEyLDE0Ny42MzUsMTI1LjI2MiwxMzkuNjM1LDEzOS4yMTksMTI0LjQ5NHogTTgyLjExNiwzNC4zMjJjMjcuNDQzLDAsMzkuOTQxLDIwLjQ4NiwzOS45NDEsMzkuNTIKCQkJCWMwLDEwLjM1NC0zLjQ4NCwxOS45MzktOS44MTYsMjYuOTg2Yy03LjA2NCw3Ljg3MS0xNy4zMywxMi4wMzMtMjkuNjgsMTIuMDMzYy0yOC4xMzcsMC00MC45NTUtMjAuNDg0LTQwLjk1NS0zOS41MTYKCQkJCUM0MS42MDYsNTMuOTI0LDU0LjEzNCwzNC4zMjIsODIuMTE2LDM0LjMyMnoiLz4KCQkJPHBhdGggZD0iTTI2NC4yNzQsMjguNDc2Yy00LjUzOSwwLjA4Mi0xMC43MzYsMi45MTItMTMuNzcyLDYuMjg3TDI1LjE4NiwyODUuMjc1Yy0zLjAzNSwzLjM3Ny0wLjg4NSw4LjExMSwzLjY1NCw4LjExMWgyOS40OQoJCQkJYzQuNTM5LDAsMTAuNzMtMi43NjgsMTMuNzYtNi4xNDhMMjk2LjAxMywzNi43NzdjMy4wMjktMy4zODMsMi44MjgtOC44ODctNC42NzItOC44ODVMMjY0LjI3NCwyOC40NzZ6Ii8+CgkJCTxwYXRoIGQ9Ik0yMzkuNjQ3LDE3NS44MjJjLTIyLjg1OSwwLTQyLjE1LDcuODU4LTU1Ljc4MywyMi43MTVjLTEyLjA3NCwxMy4xNTgtMTguNzI2LDMwLjgxMS0xOC43MjYsNDkuNjk5CgkJCQljMCwzNS45ODQsMjUuNTk0LDcyLjQxMiw3NC41MSw3Mi40MTJjMjIuOTU3LDAsNDIuMzI2LTcuODUsNTYuMDItMjIuNzAxYzEyLjEzNS0xMy4xNjIsMTguODE4LTMwLjgxNiwxOC44MTgtNDkuNzExCgkJCQlDMzE0LjQ4NSwyMTIuMjUyLDI4OC43OCwxNzUuODIyLDIzOS42NDcsMTc1LjgyMnogTTI0MC4wODksMjg3LjQxOGMtMjcuMzc1LDAtMzkuODQ4LTIwLjU1Ny0zOS44NDgtMzkuNjQ4CgkJCQljMC0xMC4zOTcsMy40ODItMjAuMDE4LDkuODA5LTI3LjA5MmM3LjA1My03Ljg5NCwxNy4yODctMTIuMDY2LDI5LjU5OC0xMi4wNjZjMjcuMzc3LDAsMzkuODQ0LDIwLjU1MywzOS44NDQsMzkuNjUKCQkJCWMwLDEwLjM5NS0zLjQ4MywyMC4wMTgtOS44MDUsMjcuMDkyQzI2Mi42MzIsMjgzLjI0NiwyNTIuMzk3LDI4Ny40MTgsMjQwLjA4OSwyODcuNDE4eiIvPgoJCTwvZz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 58%;
    background-position: center;
    background-color: #1dc998;
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    border-radius: 50%
}

.modal--checkout-add-article .promotion--free-goods-block {
    display: none
}

.checkout-wrapper .row--rebate {
    margin-left: 2.25rem;
    padding-right: 1rem
}

.checkout-wrapper .row-free-discount {
    padding: 1rem 1rem 1rem 0
}

@media (max-width: 767.98px) {
    .checkout-wrapper .row-free-discount {
        padding: 1rem 0;
        margin-left: 1.25rem
    }

    .checkout-wrapper .row-free-discount .column--total-price {
        text-align: right;
        width: 25%
    }

    .checkout-wrapper .row-free-discount .column--image {
        max-width: unset;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .checkout-wrapper .row-free-discount .table--content {
        padding: 0 .5rem
    }
}

@media (max-width: 767.98px) {
    .checkout-wrapper .row--voucher .column--image {
        max-width: unset;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.checkout-wrapper .column--image {
    width: 4.5rem
}

.brands-img img {
    height: 125px;
    width: 125px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.brands-img img.error {
    background-color: transparent;
    opacity: 0
}

.listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.da-animal-icon {
    border: .5rem solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 10px #d1f5ed;
    box-shadow: 0 3px 10px #d1f5ed;
    display: block;
    margin: auto;
    margin-top: -1.5rem;
    height: 6.5rem;
    width: 6.5rem
}

.col-lg-3.icon-row .da-animal-icon {
    margin-top: 1.5rem
}

.da-animal-icon.is--hond {
    background-color: #194c58
}

.da-usp-item {
    color: #194c58
}

.da-usp-item:not(:last-child) {
    margin-right: 1rem
}

.da-usp-item .da-usp-star {
    fill: #931070;
    color: #931070;
    width: 1.5rem;
    vertical-align: bottom;
    margin-right: .5rem
}

.da-listing-head {
    position: relative;
    z-index: 1
}

.da-listing-head:before {
    content: "";
    display: block;
    background-color: #e9e9e9;
    -webkit-clip-path: polygon(-.07rem calc(100% + .07rem), calc(100% + .07rem) calc(100% - 2.93rem), calc(100% + .07rem) -.07rem, -.07rem 2.93rem);
    clip-path: polygon(-.07rem calc(100% + .07rem), calc(100% + .07rem) calc(100% - 2.93rem), calc(100% + .07rem) -.07rem, -.07rem 2.93rem);
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -2;
    margin-left: -.5rem;
    margin-right: -.5rem
}

.da-listing-head:after {
    content: "";
    display: block;
    background-color: #fafffe;
    -webkit-clip-path: polygon(0 100%, 100% calc(100% - 3rem), 100% 0, 0 3rem);
    clip-path: polygon(0 100%, 100% calc(100% - 3rem), 100% 0, 0 3rem);
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    margin-left: -.5rem;
    margin-right: -.5rem
}

.da-listing-head.da-head-narrow:before {
    content: none
}

.da-listing-head.da-head-narrow:after {
    top: 0;
    -webkit-clip-path: none;
    clip-path: none;
    border: 1px solid #e9e9e9
}

.infinite--actions + .infinite--actions, .listing--container + .infinite--actions {
    margin-top: 1rem
}

.infinite--actions + .listing--actions, .listing--container + .listing--actions {
    margin-bottom: 1rem
}

.da-listing-count {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    display: none
}

@media (min-width: 768px) {
    .da-listing-count {
        display: block
    }
}

.da-listing-count.da-mobile {
    display: block;
    float: right;
    margin-top: -4rem;
    padding: 1rem
}

@media (min-width: 768px) {
    .da-listing-count.da-mobile {
        display: none
    }
}

.action--per-page {
    text-align: left;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .action--per-page {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.action--per-page label {
    vertical-align: middle;
    margin: auto 1rem;
    font-weight: 700
}

.listing--actions {
    background: 0 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

@media (min-width: 768px) {
    .listing--actions {
        background: #f8fbf4;
        padding: .5rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.listing--actions label.sort--label.action--label {
    vertical-align: middle;
    margin: auto 1rem
}

.listing--wrapper.has--sidebar-filter .listing--actions .action--sort {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .listing--wrapper.has--sidebar-filter .listing--actions .action--sort {
        width: auto
    }
}

.da-listing-count + .listing--actions {
    margin-bottom: 1rem
}

a.paging--link.is--active {
    font-weight: 700;
    margin: 0 .5rem
}

a.paging--link {
    margin: 0 .25rem
}

.listing--paging.panel--paging {
    width: 100%;
    text-align: center;
    margin-top: 1rem
}

.paging-first svg {
    display: inline-block;
    width: 1rem;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.paging-first svg + svg {
    margin-left: -.5rem
}

.paging-last svg {
    display: inline-block;
    width: 1rem;
    margin: 0;
    padding: 0
}

.paging-last svg + svg {
    margin-left: -.5rem
}

.content--wrapper .hero--text {
    display: none
}

@media (min-width: 768px) {
    .content--wrapper .hero--text {
        display: block
    }
}

.content--wrapper .vendor--image {
    display: inline-block;
    line-height: 1rem;
    max-width: 12rem;
    margin-right: 1rem
}

.da-filter-heading {
    background-color: #fafffe;
    border: 1px solid #e9e9e9;
    color: #194c58;
    font-weight: 700;
    padding: 1rem
}

.da-filter-heading svg {
    display: inline-block;
    width: 1rem;
    margin-right: .5rem
}

.js--load-previous {
    display: block;
    margin: 2rem 0
}

.js--load-previous i {
    display: none
}

.product--buybox .bonussystem--info {
    display: none !important
}

.product--description img[src*="/images/checked.png"] {
    display: inline-block;
    margin-right: .5rem
}

.product--description iframe {
    min-height: 10rem;
    position: relative !important;
    max-width: 100%;
    width: 100%;
    height: auto
}

@media (min-width: 992px) {
    .product--description iframe {
        min-height: 23rem
    }
}

.product--buybox {
    border: none;
    background-color: #f8fbf4;
    width: 100%
}

.product--buybox .product--actions i.icon--check:before {
    width: 1rem;
    height: 1.3rem
}

@media (min-width: 768px) {
    .product--actions.has--reminder .btn {
        padding-left: 0;
        padding-right: 0
    }
}

.buybox--inner .product--actions {
    border-top: 1px solid #e9e9e9;
    margin: 0 -1rem;
    padding: 1rem 1rem 0 1rem
}

@media (min-width: 768px) {
    .buybox--inner .product--actions {
        padding: 1rem 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.product--header {
    padding: 0 .5rem
}

.btn.action--link {
    color: #194c58
}

.btn.action--link:hover {
    color: #1dc998
}

.da-stock-info {
    float: right
}

@media (min-width: 992px) {
    .da-stock-info {
        float: none
    }
}

.da-button-wrap .btn {
    white-space: nowrap;
    width: 100%
}

@media (min-width: 992px) {
    .da-button-wrap .btn {
        width: auto
    }
}

.da-detail {
    font-size: 1.5rem;
    text-align: left
}

@media (min-width: 992px) {
    .da-detail {
        text-align: right
    }
}

.da-detail .strikethrough {
    font-size: 1.125rem
}

.da-freeshipment-info {
    margin-top: 4rem;
    padding: 1rem 3rem;
    position: absolute;
    display: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media (min-width: 992px) {
    .da-freeshipment-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.da-freeshipment-info.is--hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: translateY(-5rem);
    -ms-transform: translateY(-5rem);
    transform: translateY(-5rem)
}

.da-freeshipment-logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1rem;
    width: 2rem
}

.da-sm-whitebg:before {
    content: "";
    background-color: #fff;
    height: 50%;
    width: 100vw;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

@media (min-width: 992px) {
    .da-sm-whitebg:before {
        content: none
    }
}

.da-detail-image {
    position: relative;
    z-index: 2
}

.da-detail-image img {
    border: 1px solid #e9e9e9;
    position: relative;
    z-index: 3
}

.tab--container-list .card-title {
    margin-bottom: 0
}

.tab--container-list .card-text {
    margin-top: 1rem
}

.configurator--form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem
}

.configurator--form p.configurator--label {
    -webkit-box-flex: 31%;
    -webkit-flex: 31%;
    -moz-box-flex: 31%;
    -ms-flex: 31%;
    flex: 31%;
    margin-bottom: 0
}

.configurator--form .select-field {
    -webkit-box-flex: 69%;
    -webkit-flex: 69%;
    -moz-box-flex: 69%;
    -ms-flex: 69%;
    flex: 69%
}

@media (min-width: 768px) {
    .bundle--panel .configuration-selector {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        float: none;
        width: 100%
    }

    .bundle--panel .configuration-selector label {
        width: auto;
        margin-right: 1rem
    }

    .bundle--panel .configuration-selector .select-field {
        width: auto;
        height: unset;
        line-height: unset
    }

    .bundle--panel .configuration-selector .select-field > select {
        height: unset
    }
}

@media (max-width: 767.98px) {
    .content--bundle-header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .bundle--panel .panel--body.panel--content {
        padding: 1rem 0
    }

    .bundle-header--price-container {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .bundle-header--slider-container {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.bonussystem--cart-info-container {
    display: none
}

a.content--title {
    color: #194c58
}

a.content--title:hover {
    text-decoration: underline
}

.bg-lightcolor {
    background-color: #fafffe
}

.column--total-price, .panel--th {
    font-weight: 700
}

@media (min-width: 992px) {
    .row--product {
        padding: 0 1rem
    }
}

.table--aggregation {
    padding: 0;
    margin-bottom: 2rem
}

@media (min-width: 992px) {
    .table--aggregation {
        padding: .5rem 1rem;
        margin-bottom: 1rem
    }
}

ul.da-cart-list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

@media (min-width: 992px) {
    ul.da-cart-list {
        padding: .5rem 1rem
    }
}

ul.da-cart-list .list--entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

ul.da-cart-list .list--entry.entry--taxes:last-child {
    display: none
}

ul.da-cart-list .entry--value {
    text-align: right;
    width: auto
}

.add-voucher--label {
    margin-left: .5rem
}

.delivery--information {
    margin-bottom: 0;
    margin-top: .5rem
}

.da-cart-select {
    width: 25%
}

@media (min-width: 992px) {
    .da-cart-select {
        width: 75%
    }
}

.da.checkout-wrapper .panel--th {
    font-size: .875rem
}

@media (max-width: 767.98px) {
    .da.checkout-wrapper .row--product:not(:last-child) {
        border-bottom: 1px solid #e9e9e9
    }
}

.add-voucher--button {
    background-color: #fafafa;
    color: #333;
    border: 1px solid #e9e9e9;
    border-radius: 2px
}

.add-voucher--button:hover {
    border: 1px solid #e9e9e9;
    background-color: #f2f2f2;
    color: #333
}

@media (max-width: 767.98px) {
    .btn--checkout-proceed {
        display: block
    }
}

.kien_zipcode_fields .kien_row span {
    width: 31%;
    margin-right: 2.33%
}

.kien_zipcode_fields .errormsg {
    margin-top: 1rem
}

.kien_zipcode_fields .edit--autoaddress {
    margin-top: 1rem
}

span.da-first-login {
    display: block;
    font-weight: 700;
    margin-top: 1rem
}

.product-overview-summery li.list--entry.entry--taxes {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.product-overview-summery li.list--entry.entry--taxes [class=entry--] {
    position: relative;
    width: 100%;
    padding-right: .5rem;
    padding-left: .5rem
}

.product-overview-summery li.list--entry.entry--taxes .entry--label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.product-overview-summery li.list--entry.entry--taxes .entry--value {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    text-align: right
}

.modal--container-item.address--box {
    width: 25%;
    display: inline-block
}

@media (max-width: 767px) {
    .modal--container-item.address--box {
        width: 100%
    }
}

.bonussystem--headline {
    margin: 1rem
}

.chk-personal-information-wrapper .panel-heading {
    font-weight: 700
}

.chk-personal-information-wrapper .panel {
    height: 100%
}

label[for=set_as_default_shipping] {
    margin: .5rem 0;
    font-size: .875rem
}

.chk-billing-address-actions {
    margin-top: 1rem
}

.chk-content-left .panel.chk-greeting-header {
    background-color: #fafffe
}

.chk-content-left .panel, .chk-content-left .panel-group {
    border: 1px solid #e9e9e9;
    display: block;
    margin-bottom: 1rem;
    padding: 1rem
}

.chk-content-left .panel-group {
    display: none
}

.chk-content-left .chk-section-checked {
    display: block;
    background-color: #f8fbf4
}

.chk-content-left .chk-section-selected {
    display: block;
    border: 1px solid #1dc998
}

@media (min-width: 992px) {
    .chk-content-left .chk-section-selected {
        margin-bottom: 0
    }
}

.chk-shipping-payment-wrapper.chk-section-checked p {
    display: none
}

.da-ship-pay-list .row {
    padding: 1rem;
    background-color: #f8fbf4;
    font-weight: 400;
    margin: 1rem 0 .5rem 0
}

.da-ship-pay-list .row.active {
    background-color: #d1f5ed;
    border: 1px solid #1dc998;
    font-weight: 700
}

.da-ship-pay-list .row .method--description {
    font-weight: 400
}

.chk-overview-products .row--voucher.test-tmpl.table--tr {
    padding: .5rem
}

.chk-overview-products .row--voucher.test-tmpl.table--tr form {
    display: none
}

.chk-overview-products .row--voucher.test-tmpl.table--tr .basket--badge {
    width: auto
}

.chk-overview-products .row--voucher.test-tmpl.table--tr span.content--title {
    margin-left: 1.25rem;
    display: inline-block;
    word-break: keep-all;
    white-space: pre
}

.chk-overview-products .row--voucher .column--actions-link {
    display: none
}

.chk-overview-products .row--voucher .column--image {
    padding: 0
}

.row--voucher .bonussystem-voucher-badge {
    height: 1.6rem;
    width: 1.6rem;
    line-height: 1.6rem;
    font-size: 1rem;
    margin: .7rem;
}

.row--voucher .chk-product-overview-item, .row--voucher .column--quantity, .row--voucher .column--unit-price {
    display: none
}

.chk-overview-wrapper {
    border: 1px solid #e9e9e9;
    margin-bottom: 1rem
}

@media (min-width: 992px) {
    .chk-overview-wrapper {
        margin-bottom: 0
    }
}

.chk-overview-wrapper .panel-heading {
    background-color: #f8fbf4;
    padding: 1rem
}

.chk-overview-wrapper .panel-body {
    padding: 1rem
}

.chk-overview-wrapper .chk-overview-item.row--voucher > .col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.chk-overview-wrapper .basket--badge {
    width: 4rem
}

@media (max-width: 767.98px) {
    .chk-overview-wrapper .row--premium-product .column--product {
        width: 66.66%;
        -webkit-flex-basis: 66.66%;
        -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%
    }

    .chk-overview-wrapper .row--premium-product .column--total-price {
        width: 33.33333%;
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%
    }
}

.chk-agreement .panel-body {
    padding: 1rem 0
}

.chk-personal-information-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.chk-register-address {
    margin-top: 1rem;
    padding-top: 1rem
}

.chk-register-address:before {
    background-color: #f8fbf4;
    content: "";
    display: block;
    position: absolute;
    margin-top: -1rem;
    width: 200%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.finish--table .table--header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.finish--table .column--actions-link.btn, .finish--table .quantity--label {
    display: none
}

.finish--table .column--quantity, .finish--table .column--total-price {
    text-align: right;
    width: 10rem
}

.finish--table .panel--td.column--total-price {
    margin-right: 1rem
}

@media (max-width: 767.98px) {
    .chk-login-form-collapse a {
        display: block
    }

    .chk-login-form-collapse a, .chk-login-form-collapse input {
        margin-bottom: 1rem
    }
}

.chk-register-checkbox {
    display: inline-block;
    margin-right: .5rem
}

.chk-register-alt-shipping input {
    display: inline-block;
    margin-top: .25rem;
    float: left
}

.chk-register-alt-shipping label {
    display: block;
    margin-left: 1.5rem
}

.pickuppoint-location label {
    line-height: 1rem;
    margin-left: 1.5rem
}

.pickuppoint-location input {
    margin-left: -1.5rem
}

.chk-payment-method .payment--method-logo {
    width: 2.5rem
}

.chk-payment-method label {
    line-height: 1.5rem;
    vertical-align: middle
}

.register--login-description {
    line-height: 1.4rem
}

.register--new-customer.is--disabled {
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none;
    opacity: .5
}

.account--menu h3 {
    margin-bottom: 1rem
}

.account--menu h3 .navigation--headline {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    display: block;
    font-weight: 700;
    padding: 1rem;
    margin: 0
}

.is--ctl-account .sidebar--categories-wrapper, .is--ctl-address .sidebar--categories-wrapper {
    padding-top: 0
}

.is--ctl-note .sidebar--categories-wrapper {
    padding-top: 2rem
}

.is--ctl-animal a.disabled, .is--ctl-animal a.is--disabled {
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none
}

.is--ctl-animal .my-animal h3 {
    margin-top: 1rem
}

.is--ctl-animal .my-animal input, .is--ctl-animal .my-animal textarea {
    margin-bottom: .75rem
}

.is--ctl-animal .my-animal input[type=number] {
    padding-right: 2.5rem
}

.is--ctl-animal .my-animal textarea {
    min-height: 125px
}

.is--ctl-animal .my-animal label input[type=radio] + span {
    display: block;
    margin-left: 1.5rem;
    margin-top: -1rem
}

.is--ctl-animal .my-animal .form-control-number:after {
    content: "kg";
    margin-top: -2.5rem;
    position: absolute;
    right: 1.25rem;
    z-index: 1
}

.is--ctl-animal .my-animal .row {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.is--ctl-animal .my-animal .animal-information .row {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.is--ctl-animal .my-animal .profile-image {
    background-size: cover;
    border-radius: 50%;
    background-position: center;
    border: 1px solid #e9e9e9;
    display: inline-block;
    margin-top: 1rem;
    height: 100px;
    width: 100px
}

.is--ctl-animal .my-animal .profile-image.no-image-set {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjYW1lcmEiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jYW1lcmEgZmEtdy0xNiIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik01MTIgMTQ0djI4OGMwIDI2LjUtMjEuNSA0OC00OCA0OEg0OGMtMjYuNSAwLTQ4LTIxLjUtNDgtNDhWMTQ0YzAtMjYuNSAyMS41LTQ4IDQ4LTQ4aDg4bDEyLjMtMzIuOWM3LTE4LjcgMjQuOS0zMS4xIDQ0LjktMzEuMWgxMjUuNWMyMCAwIDM3LjkgMTIuNCA0NC45IDMxLjFMMzc2IDk2aDg4YzI2LjUgMCA0OCAyMS41IDQ4IDQ4ek0zNzYgMjg4YzAtNjYuMi01My44LTEyMC0xMjAtMTIwcy0xMjAgNTMuOC0xMjAgMTIwIDUzLjggMTIwIDEyMCAxMjAgMTIwLTUzLjggMTIwLTEyMHptLTMyIDBjMCA0OC41LTM5LjUgODgtODggODhzLTg4LTM5LjUtODgtODggMzkuNS04OCA4OC04OCA4OCAzOS41IDg4IDg4eiI+PC9wYXRoPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    background-color: #e9e9e9;
    border: 1px solid #1dc998
}

.is--ctl-animal .my-animal .animal-details .edit-profile-image {
    padding-bottom: 0
}

.is--ctl-animal .my-animal .animal-details .edit-profile-image label {
    margin-bottom: 0
}

.is--ctl-animal .my-animal .animal-details .edit-profile-image label:hover {
    text-decoration: underline
}

.is--ctl-animal .my-animal .animal-details .edit-profile-image .align-middle > label {
    margin-top: 1.5rem
}

.is--ctl-animal .my-animal .animal-details .edit-profile-image:hover label {
    cursor: pointer
}

.is--ctl-animal .my-animal .animal-details .profile-image {
    height: 45px;
    margin-top: 0;
    width: 45px
}

@media (min-width: 768px) {
    .is--ctl-animal .my-animal .profile-image {
        height: 150px;
        width: 150px
    }

    .is--ctl-animal .my-animal .animal-details .profile-image {
        height: 75px;
        width: 75px
    }
}

.is--ctl-animal .my-animal .animal {
    border: 1px solid #e9e9e9;
    margin-bottom: 1rem
}

.is--ctl-animal .my-animal .animal .image {
    text-align: center
}

.is--ctl-animal .my-animal .animal .icon {
    width: 1rem;
    height: 1rem
}

.is--ctl-animal .my-animal .animal .icon:not(.has--modal) svg {
    opacity: .35
}

.is--ctl-animal .my-animal .animal.is--passed-away {
    opacity: .5
}

.is--ctl-animal .my-animal .actions {
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 1rem
}

.is--ctl-animal .my-animal .actions a {
    display: inline-block;
    padding-bottom: .5rem;
    padding-top: 1rem
}

.is--ctl-animal .my-animal .actions a:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order--item .column--info-wrapper, .orders--table-header .column--info-wrapper, .panel--tr .column--info-wrapper {
    width: 100%
}

.order--item .panel--td, .order--item .panel--th, .orders--table-header .panel--td, .orders--table-header .panel--th, .panel--tr .panel--td, .panel--tr .panel--th {
    width: 20%
}

@media (max-width: 566.98px) {
    .form-row div.col-lg-6:first-of-type {
        margin-bottom: 1rem
    }

    .address--form-actions .float-right {
        float: none !important
    }
}

.btn.new-customer-btn svg {
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.btn.new-customer-btn.is--active {
    margin-top: 2rem
}

.btn.new-customer-btn.is--active svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.account--reminders label {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .reminders .reminder:nth-child(odd) {
        padding: 0 .5rem 0 0
    }

    .reminders .reminder:nth-child(even) {
        padding: 0 0 0 .5rem
    }
}

.reminders .reminder-inner {
    border: 1px solid #e9e9e9;
    margin-bottom: 1rem;
    padding: 1rem
}

.reminders .reminder-inner .col-6 {
    margin-bottom: .5rem
}

.reminders .reminder-inner .actions .separator {
    margin: 0 .5rem
}

.emotion--mode-rows .emotion--product-slider {
    height: auto
}

.emotion--wrapper {
    overflow: visible
}

.emotion--product-slider .product-slider--content {
    position: relative;
    padding: 0
}

.emotion--product-slider .product-slider--arrow.arrow--next, .emotion--product-slider .product-slider--arrow.arrow--prev {
    border: 1px solid #194c58
}

.emotion--manufacturer .manufacturer--slider .arrow--next, .emotion--manufacturer .manufacturer--slider .arrow--prev {
    border: 1px solid
}

.da-home-animals .da-animal-icon {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 5rem;
    width: 5rem
}

@media (max-width: 767.98px) {
    .da-home-animals h3 {
        min-width: 7rem;
        text-align: left
    }
}

.da-service-bar-icon.is--primary {
    background-color: #931070
}

.is--ctl-index .content-main--inner {
    padding-top: 3rem
}

@media (min-width: 768px) {
    .is--ctl-index .content-main--inner {
        padding-top: 10rem
    }
}

.is--ctl-index .content-main .da-cta-row {
    padding-bottom: 4rem
}

.is--ctl-index .content-main .da-button-append, .is--ctl-index .content-main .da-input-append {
    -webkit-box-shadow: 0 2px 25px rgba(0, 148, 84, .15);
    box-shadow: 0 2px 25px rgba(0, 148, 84, .15)
}

.is--ctl-index .content-main .da-service-bar {
    margin-right: 3rem
}

.is--ctl-index .content-main .truspilot-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.is--ctl-index .content-main .truspilot-wrapper .rating {
    display: block;
    white-space: nowrap
}

.is--ctl-index .content-main .truspilot-wrapper .tp-scoretext {
    padding-right: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.is--ctl-index .content-main .truspilot-wrapper a {
    color: #333
}

.is--ctl-index .content-main .truspilot-wrapper a:before {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden
}

.is--ctl-blog .content--wrapper {
    z-index: inherit
}

.comments--list .entry--meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.blog--filter-close-btn {
    height: 4rem;
    background-color: #1dc998;
    padding: 1rem;
    font-weight: 700;
    display: block;
    color: #fff;
    vertical-align: middle;
    line-height: 2rem
}

.blog--filter-btn .filter--trigger {
    display: block;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-left: 3rem
}

.blog--filter-options.off-canvas {
    z-index: 9000
}

.blog--filter-options .blog--subscribe {
    display: none
}

.blog--filter-options .filter--entry {
    display: block;
    border-bottom: 1px solid #e9e9e9
}

.blog--filter-options .filter--entry a {
    display: block
}

@media (max-width: 767.98px) {
    .blog--filter-options .filter--entry a {
        padding-bottom: .5rem
    }
}

.blog--filter-options .filter--entry:last-child {
    border: 0 none
}

.blog--filter-options .filter--entry.close {
    font-size: 1rem
}

.blog--sidebar {
    width: 100%
}

.blog--sidebar .block-group {
    width: 100%
}

.blog--sidebar .blog--navigation .has--border {
    border: none
}

.blog--sidebar .blog--filter-content, .blog--sidebar .blog--subscribe-content {
    display: none
}

.blog--sidebar .blog--filter-content.is--active, .blog--sidebar .blog--subscribe-content.is--active {
    display: block
}

.blog--box .blog--box-metadata {
    font-size: .875rem;
    border-bottom: 1px solid #e9e9e9
}

.blog--box .blog--box-metadata .blog--metadata {
    display: inline-block
}

.blog--box .blog--box-metadata .blog--metadata-rating {
    font-size: .875rem
}

.blog--box .blog--picture-main {
    height: 7rem;
    display: block
}

.blog--box .blog--picture-main img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog--box .blog--box-picture {
    display: block;
    height: auto;
    width: 100%
}

.blog--box .blog--picture-preview {
    width: 100%
}

.blog--box .blog--box-tags {
    font-size: .875rem
}

@media (min-width: 768px) {
    .blog--detail-description div figure {
        float: right;
        clear: both;
        margin: 0 0 1rem 1rem
    }
}

.blog--detail-description div figcaption {
    font-size: .875rem;
    text-align: center;
    max-width: 40ch
}

.blog--detail-description img {
    max-width: 100%
}

.blog--detail .listing {
    margin: 0
}

.blog--detail .blog--box {
    margin-bottom: 0
}

.blog--detail .select-field {
    max-width: 100%
}

.blog--detail .blog--rating-link {
    font-size: .875rem
}

.blog--detail .blog--bookmarks-icons {
    float: right
}

.blog--detail .blog--detail-thumbnails .blog--thumbnail-image {
    margin: 0 auto
}

.blog--detail .blog--detail-thumbnails .block {
    width: 23%
}

.blog--detail .blog--image {
    max-width: 100%
}

.blog--detail .blog--thumbnail {
    margin: 2% 1%;
    display: block;
    float: left
}

.blog--detail .blog--thumbnail:first-child {
    margin-left: 0
}

.blog--detail .blog--thumbnail:last-child {
    margin-right: 0
}

.blog--detail .blog--comments .comments--actions .btn--create-entry {
    width: 100%
}

.blog--detail .blog--comments .list--entry {
    border: 1px solid #e9e9e9;
    padding: 1rem;
    margin-bottom: 1rem
}

.blog--detail .blog--comments .entry--meta {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem;
    font-size: .875rem
}

.blog--detail .blog--comments .entry--meta [class*=meta-]:not(:first-child) {
    margin-right: 1rem
}

.blog--detail .blog--comments .entry--content {
    width: 100%
}

.blog--detail .blog--comments-entry-left {
    border-bottom: 1px solid #e9e9e9
}

.blog--detail .blog--comments-entry-headline {
    margin-top: 0
}

.blog--detail .blog--comments-form .form--comment-add {
    margin-top: 20px
}

.blog--detail .collapse--soft-hidden {
    display: none
}

.blog--detail .collapse--soft-show {
    display: block
}

@media (min-width: 768px) {
    .blog--content .blog--navigation .has--border {
        border: 1px solid #e9e9e9
    }

    .blog--content .blog--navigation .blog--sidebar-title {
        border-color: #e9e9e9;
        border-width: 0 0 1px 0;
        display: block;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: default
    }

    .blog--content .blog--navigation .blog--sidebar-body {
        border: 0 none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .blog--content .blog--navigation .blog--subscribe {
        display: block
    }

    .blog--content .blog--navigation .blog--filter-content, .blog--content .blog--navigation .blog--subscribe-content {
        display: block
    }

    .blog--content .filter--container {
        padding: 0
    }

    .blog--content .blog--filter-btn {
        display: none
    }

    .blog--content .blog--filter-options {
        display: block;
        float: right;
        width: 20%;
        border: none;
        background: 0 0;
        overflow: hidden
    }

    .blog--content .blog--filter-options.off-canvas {
        z-index: inherit
    }

    .blog--content .blog--filter-options .filter--group {
        width: 100%;
        height: auto;
        margin-bottom: 1rem
    }

    .blog--content .blog--filter-options .filter--entry {
        padding: 0;
        border: 0 none
    }

    .blog--content .blog--filter-options .blog--filter-close-btn {
        display: none
    }

    .blog--content .blog--filter-options .filter--headline {
        display: none
    }

    .blog--content .filter--expand-collapse {
        display: none
    }

    .blog--content .blog--listing {
        margin-top: 0;
        width: 78%;
        float: left
    }

    .blog--detail .blog--box-metadata, .blog--detail .panel--title {
        margin: 0
    }

    .blog--detail .panel--body {
        padding-left: 0;
        padding-right: 0
    }

    .blog--detail .blog--detail-thumbnails .blog--thumbnail-image {
        margin: 0 auto
    }

    .blog--detail ul.comments--list {
        max-width: 50%
    }

    .blog--detail .blog--comments .entry--meta {
        width: 100%;
        text-align: left
    }

    .blog--detail .blog--comments .comments--actions .btn--create-entry {
        width: auto
    }

    .blog--detail .blog--comments-name, .blog--detail .blog--comments-summary {
        width: 50%;
        float: left
    }

    .blog--detail .blog--comments-email, .blog--detail .blog--comments-voting {
        width: 50%;
        float: right
    }

    .blog--detail .blog--comments-opinion {
        clear: both
    }

    .blog--detail .blog--comments-captcha {
        width: 50%
    }

    .blog--detail .blog--comments-captcha .captcha--placeholder {
        width: 30%;
        float: left
    }

    .blog--detail .blog--comments-captcha .captcha--code {
        width: 70%;
        float: right
    }
}

.blog--subscribe {
    display: none
}

@media (max-width: 767.98px) {
    .blog--filter-content {
        max-height: 15rem;
        overflow-y: auto
    }
}

.sitemap--content {
    margin-top: 1rem
}

.sitemap--content .sitemap--headline {
    border: none;
    margin-bottom: 1rem;
    padding: 1rem 0;
}

.sitemap--content .sitemap--headline .sitemap--title {
    margin-top: 0
}

.sitemap--content .sitemap--headline .sitemap--headline-text {
    margin-bottom: 0
}

.sitemap--content .sitemap--category {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    min-height: 4rem;
    background-color: sand
}

.sitemap--content .sitemap--category .sitemap--navigation-link {
    padding: 0 0 0 1rem;
    color: #333;
    display: inline-block
}

.sitemap--content .sitemap--category .sitemap--navigation-link:hover {
    color: #194c58
}

.sitemap--content .sitemap--navigation-entry-inner .sitemap--navigation-link {
    padding-left: 2rem
}

.sitemap--content .sitemap--navigation-head {
    padding: .5rem 1rem;
    margin-bottom: .5rem;
    background: #f8fbf4;
    font-weight: 700
}

.sitemap--content .sitemap--navigation-head .sitemap--navigation-head-link {
    color: #333
}

@media (min-width: 768px) {
    .sitemap--content {
        margin-top: 3rem
    }

    .sitemap--content .sitemap--category {
        width: 49%;
        float: left;
        margin-right: 2%
    }

    .sitemap--content .sitemap--category:last-child, .sitemap--content .sitemap--category:nth-child(2) {
        margin-right: 0
    }
}

@media (min-width: 768px) {
    .sitemap--content .sitemap--category {
        width: 24%;
        float: left;
        margin-right: 1.25%
    }

    .sitemap--content .sitemap--category:last-child {
        margin-right: 0
    }

    .sitemap--content .sitemap--category:nth-child(2) {
        margin-right: 1.25%
    }
}

@media (min-width: 992px) {
    .sitemap--content {
        margin-top: 3rem
    }
}

.bonussystem--sidebar {
    border: none
}

.bonussystem--sidebar .sidebar--bonus-header {
    padding: 1rem;
    margin: 0;
    line-height: 1.25rem
}

.bonussystem--sidebar [class^=bonus-header] {
    display: inline-block
}

.bonussystem--sidebar .sidebar--bonus-menu {
    display: none
}

.chk-aggregation-list [class*=bonussystem], .da-cart-list [class*=bonussystem] {
    font-size: .875rem
}

.chk-aggregation-list .bonussystem--cart-text, .chk-aggregation-list .bonussystem--coin, .chk-aggregation-list .bonussystem--space, .da-cart-list .bonussystem--cart-text, .da-cart-list .bonussystem--coin, .da-cart-list .bonussystem--space {
    font-size: .875rem
}

.chk-aggregation-list .chk-entry-total {
    margin-bottom: 2rem
}

.chk-aggregation-list .chk-entry-total .chk-entry-value {
    font-weight: 700
}

@media (max-width: 991.98px) {
    .bonussystem--orders-table.account--orders-overview .order--item .panel--td {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bonussystem--orders-table.account--orders-overview .panel--tr .column--label, .bonussystem--orders-table.account--orders-overview .panel--tr .column--value {
        display: inline-block;
        font-size: .75rem;
        width: 100%
    }
}

.faq-page .faq_a {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out
}

.faq-page .accountPage_div_top h2 {
    cursor: pointer;
    margin-bottom: 0;
    line-height: 1rem
}

.faq-page .faq {
    position: relative
}

.faq-page .faq:not(:last-child) {
    border-bottom: 1px solid #e9e9e9
}

.faq-page .faq.show .faq_a {
    max-height: 1200px
}

.faq-page .faq.accountPage_div_body {
    margin-top: 2rem
}

.faq-page .faq_q {
    padding: 1rem 0;
    display: block;
    color: #333
}

.faq-page .faq_q:hover {
    color: #999
}

.faq-page .faq_q .filter-panel--icon {
    top: 1rem;
    right: 0
}

.faq-page .show .faq_q {
    color: #999
}

.faq-page .accountPage_div.card-body, .faq-page .accountPage_div.panel--body, .faq-page .accountPage_div.panel--list {
    max-height: 3rem;
    -webkit-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
    overflow: hidden
}

.faq-page .accountPage_div.card-body.card-open, .faq-page .accountPage_div.card-open.panel--body, .faq-page .accountPage_div.card-open.panel--list {
    max-height: 1200px
}

.faq-page .filter-panel--icon {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.faq-page .show .filter-panel--icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.sooqrSearchContainer {
    z-index: 8450 !important
}

body.sooqr-open:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 46;
    pointer-events: none;
    background: #fff;
    opacity: 1
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fafffe;
    border-radius: 0
}

@media (max-width: 767px) {
    html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer {
        border: 0
    }
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer .sqr-closeButton, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer .sqr-closeButton {
    background-color: #1dc998;
    border-radius: 5rem;
    font-weight: 700;
    color: #fff;
    margin-top: 5px
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer .sqr-closeButton:hover, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer .sqr-closeButton:hover {
    background-color: #18a77f
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results .sqr-button, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results .sqr-button {
    color: #fff;
    background-color: #931070;
    border-color: #1dc998;
    border-radius: 5rem;
    font-weight: 700;
    padding: .5rem 1rem;
    font-size: .875rem;
    width: auto;
    left: auto;
    line-height: 1.4;
    bottom: 0;
    height: auto;
    white-space: nowrap;
    float: right
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results .sqr-button:hover, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results .sqr-button:hover {
    border-color: #650b4d;
    background-color: #700c56
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-resultItem, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-resultItem {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    border: 1px solid transparent;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-resultItem img, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-resultItem img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-resultItem:hover, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-resultItem:hover {
    border: 1px solid #1dc998;
    background-color: transparent
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-resultItem:hover img, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-resultItem:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-resultItem h3 a, html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-resultItem h3 a:link, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-resultItem h3 a, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-resultItem h3 a:link {
    color: #194c58
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-price, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-price {
    float: right;
    clear: both
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-price.sqr-normal-price, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-price.sqr-normal-price {
    font-size: .875rem !important;
    color: #cbcbcb
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-price.sqr-discount-price, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results div.sqr-price.sqr-discount-price {
    line-height: 1.4rem
}

@media (min-width: 767px) {
    html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-detail, html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-list, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-detail, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-list {
        padding: 0 18px
    }
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-detail div.sqr-resultItem:nth-child(odd), html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-list div.sqr-resultItem:nth-child(odd), html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-detail div.sqr-resultItem:nth-child(odd), html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-list div.sqr-resultItem:nth-child(odd) {
    background-color: #fff
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-detail div.sqr-resultItem:nth-child(even), html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-list div.sqr-resultItem:nth-child(even), html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-detail div.sqr-resultItem:nth-child(even), html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-list div.sqr-resultItem:nth-child(even) {
    background-color: #f8fbf4
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-grid, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-grid {
    padding-right: 0
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-grid div.sqr-resultItem, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-grid div.sqr-resultItem {
    position: relative;
    padding: .6rem;
    padding-bottom: 9px;
    overflow: visible
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-grid div.sqr-resultItem::before, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-grid div.sqr-resultItem::before {
    content: "";
    background-color: #f1f9f5;
    border: 1px solid transparent;
    border-top: 1px solid #d1f5ed;
    margin: 0 -1.0625rem -1.0625rem;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
    height: 3.5rem;
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-grid div.sqr-resultItem:hover::before, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-grid div.sqr-resultItem:hover::before {
    border-left-color: #1dc998;
    border-bottom-color: #1dc998;
    border-right-color: #1dc998
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-grid div.sqr-resultItem .sqr-right .sqr-text, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-grid div.sqr-resultItem .sqr-right .sqr-text {
    width: 66%;
    float: left !important
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-grid div.sqr-resultItem .sqr-right .sqr-order, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-results.sqr-grid div.sqr-resultItem .sqr-right .sqr-order {
    width: 34%;
    float: right;
    min-height: 125px
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-options, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-options {
    background: #f8fbf4;
    border: 0;
    border-left: 16px solid #fff;
    border-right: 16px solid #fff
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-options .sqr-views ul, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer div.sooqrSearchResults div.sqr-options .sqr-views ul {
    margin: 8px 0 0 0
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchOptionsMobile .sbHolder, html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer .sbHolder, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchOptionsMobile .sbHolder, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer .sbHolder {
    height: 37.7px
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchOptionsMobile .sbHolder .sbSelector, html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer .sbHolder .sbSelector, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchOptionsMobile .sbHolder .sbSelector, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer .sbHolder .sbSelector {
    border-radius: 0;
    padding: .5rem 3rem .5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchOptionsMobile .sbHolder .sbToggle, html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchResultsContainer .sbHolder .sbToggle, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchOptionsMobile .sbHolder .sbToggle, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchResultsContainer .sbHolder .sbToggle {
    background-color: #fafafa;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-size: 65% auto;
    background-position: center;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    content: "";
    display: block;
    line-height: 40px;
    max-height: 100%;
    position: absolute;
    right: 1px;
    text-align: center;
    width: 2rem;
    height: calc(100% - 2px);
    top: 1px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchOptionsMobile .sqr-closeButton, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchOptionsMobile .sqr-closeButton {
    background-color: #1dc998;
    font-weight: 700;
    color: #fff
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchOptionsMobile .sqr-closeButton:hover, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchOptionsMobile .sqr-closeButton:hover {
    background-color: #18a77f
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchFilters, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchFilters {
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-radius: 0
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchFilters div.sooqrFilterText, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchFilters div.sooqrFilterText {
    border-bottom: 0
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchFilters div.searchFilter, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchFilters div.searchFilter {
    border-bottom: 0;
    margin: 0;
    padding: 0
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchFilters div.searchFilter > label, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchFilters div.searchFilter > label {
    position: relative;
    line-height: 48px;
    max-height: 3rem;
    min-height: 3rem;
    overflow: visible;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22%23333333%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%208%22%3E%3Cpath%20class%3D%22da-icon%20da-icon-1%22%20d%3D%22M13.781.204a.727.727%200%200%201%201.01%200%20.682.682%200%200%201%200%20.983l-6.786%206.61a.727.727%200%200%201-1.01%200L.21%201.186a.682.682%200%200%201%200-.983.727.727%200%200%201%201.01%200L7.5%206.322%2013.781.204z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E)
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchFilters div.searchFilter > label::before, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchFilters div.searchFilter > label::before {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    right: -15px;
    z-index: 1;
    bottom: 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchFilters div.searchFilter div.searchFilterValues, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchFilters div.searchFilter div.searchFilterValues {
    margin-top: 15px
}

@media (max-width: 767px) {
    html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchFilters div.searchFilter div.searchFilterValues div.searchFilterFieldMultiselect input, html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchFilters div.searchFilter div.searchFilterValues div.searchFilterFieldSelect input, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchFilters div.searchFilter div.searchFilterValues div.searchFilterFieldMultiselect input, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchFilters div.searchFilter div.searchFilterValues div.searchFilterFieldSelect input {
        padding: 0
    }
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchFilters div.searchFilter div.searchFilterFieldDualslider div.ui-slider-range, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchFilters div.searchFilter div.searchFilterFieldDualslider div.ui-slider-range {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: inset 0 3px 10px #d1f5ed;
    box-shadow: inset 0 3px 10px #d1f5ed;
    height: 100%;
    width: 100%;
    position: relative;
    background: #f8fbf4
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchFilters div.searchFilter div.searchFilterFieldDualslider div.ui-slider.ui-slider-horizontal, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchFilters div.searchFilter div.searchFilterFieldDualslider div.ui-slider.ui-slider-horizontal {
    height: .5rem;
    border-radius: .25rem;
    display: block;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px #d1f5ed;
    box-shadow: inset 0 1px 1px #d1f5ed;
    border: 1px solid #e9e9e9;
    -ms-touch-action: none;
    touch-action: none;
    width: 91%
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchFilters div.searchFilter div.searchFilterFieldDualslider a.ui-slider-handle, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchFilters div.searchFilter div.searchFilterFieldDualslider a.ui-slider-handle {
    border-radius: 100%;
    background-color: #194c58;
    cursor: pointer;
    position: absolute;
    border: 2px solid #f8fbf4;
    width: 1rem;
    height: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 50%;
    margin-top: -8px
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchFilters div.searchFilter div.searchFilterFieldDualslider a.ui-slider-handle.ui-slider-handle-left, html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchFilters div.searchFilter div.searchFilterFieldDualslider a.ui-slider-handle.ui-slider-handle-right, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchFilters div.searchFilter div.searchFilterFieldDualslider a.ui-slider-handle.ui-slider-handle-left, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchFilters div.searchFilter div.searchFilterFieldDualslider a.ui-slider-handle.ui-slider-handle-right {
    background-image: none
}

html body div.sooqrSearchContainer#sooqrView6354f33a97fd0ead div.sooqrSearchFilters a.sqr-powered-by-branding, html body div.sooqrSearchContainer#sooqrViewd499b7f119548adf div.sooqrSearchFilters a.sqr-powered-by-branding {
    display: none
}

.account--welcome .sidebar--navigation li:last-of-type {
    text-align: right;
    border-bottom: 0
}

.is--hidden {
    display: none
}
