html {
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-size: 10px
}

body {
    height: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased
}

ul,
ol {
    padding-left: 1.5em
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

ul ul,
ol ul {
    list-style-type: circle
}

ol ol,
ul ol {
    list-style-type: lower-latin
}

a,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

a:focus:not(:focus-visible) {
    outline: none
}

.jw-breadcrumbs {
    margin-bottom: 1em;
    margin-top: -1.5rem
}

@media (max-width:1020px) {
    .jw-breadcrumbs .jw-breadcrumbs {
        margin-top: -0.5rem
    }
}

.jw-breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.jw-breadcrumbs__separator {
    margin: 0 .4em
}

.jw-breadcrumbs__link--current {
    color: inherit;
    text-decoration: none
}

.clear {
    *zoom: 1
}

.clear:before,
.clear:after {
    display: table;
    content: '';
    line-height: 0
}

.clear:after {
    clear: both
}

.jw-menu>.jw-menu-item {
    background: transparent
}

.jw-menu-link {
    color: #737373
}

.jw-menu-link:hover {
    color: #4caac9;
    background: transparent
}

.jw-menu-link--icon [class^='website-rendering-icon-']:before {
    transform: scale(1.25)
}

.jw-menu-link--icon>span:last-child {
    margin-left: .5em
}

.jw-menu-item>.jw-menu-link:hover,
.jw-menu-is-hover>.jw-menu-link {
    color: #4caac9;
    background: transparent
}

.jw-submenu {
    background: #f5f5f5
}

.jw-submenu .jw-menu-link {
    color: #737373
}

.jw-submenu .jw-menu-item>.jw-menu-link:hover,
.jw-submenu .jw-menu-is-hover>.jw-menu-link {
    background: #dbdbdb;
    color: #737373
}

.jw-icon-badge-wrapper {
    position: relative;
    display: inline-block;
    line-height: 1em
}

.jw-icon-badge {
    background: #4caac9;
    color: #fff;
    display: block;
    border-radius: 50%;
    font-size: .6em;
    font-family: monospace;
    width: 1.7em;
    height: 1.7em;
    position: absolute;
    top: -0.9em;
    right: -0.7em;
    text-align: center;
    line-height: 1.8em;
    font-weight: bold;
    transition: 200ms ease
}

.mobile-bar--accent .jw-icon-badge {
    background: #87c6db
}

.jw-menu-link:hover .jw-icon-badge,
.jw-menu-is-active .jw-icon-badge {
    background: #73bdd5
}

.jw-menu-cta .jw-btn {
    --jw-comp--button--primary-color: #4caac9;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #73bdd5
}

.jw-menu {
    display: flex;
    flex-wrap: wrap;
    *zoom: 1;
    font-size: 1.7rem;
    font-family: "Roboto", "sans-serif"
}

.jw-menu:before,
.jw-menu:after {
    display: table;
    content: '';
    line-height: 0
}

.jw-menu:after {
    clear: both
}

.jw-menu,
.jw-submenu {
    list-style: none;
    margin: 0;
    padding: 0
}

.jw-menu-item,
.jw-menu-link {
    position: relative;
    box-sizing: border-box
}

.jw-menu-item:hover>.jw-submenu,
.jw-menu-item.jw-menu-is-hover>.jw-submenu {
    display: block
}

.jw-menu-is-desktop .jw-submenu {
    position: absolute;
    z-index: 1020;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius:
}

.jw-menu-is-desktop .jw-submenu .jw-menu-item>.jw-menu-link {
    border-radius:
}

.jw-menu-is-desktop .jw-submenu .jw-menu-item:not(:first-child)>.jw-menu-link {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.jw-menu-is-desktop .jw-submenu .jw-menu-item:not(:last-child)>.jw-menu-link {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.jw-submenu {
    display: none;
    font-family: "Roboto", "sans-serif";
    font-size: 1.53rem
}

.jw-submenu .jw-menu-item {
    display: list-item;
    width: 100%
}

.jw-submenu .jw-menu-link {
    white-space: nowrap;
    max-width: 20em;
    min-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 300ms ease
}

.jw-submenu .jw-menu-has-submenu .jw-menu-link {
    padding-right: 1.8em
}

.jw-submenu .jw-menu-has-submenu .jw-arrow {
    position: absolute;
    right: 14px
}

.jw-submenu .jw-arrow:after {
    font-family: Times, Serif;
    content: '▸'
}

.jw-submenu .jw-menu-is-active>.jw-menu-link {
    text-decoration: underline;
    border-bottom: 0
}

.jw-menu-link {
    display: block;
    padding: 5px 14px;
    text-decoration: none;
    transition: 200ms ease
}

.jw-menu-link:hover {
    text-decoration: none
}

.jw-arrow {
    display: inline-block
}

.jw-arrow:after {
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    font-family: Arial, Helvetica, Times, serif;
    margin-left: .4em
}

.jw-menu-horizontal>.jw-menu-item {
    display: block
}

.jw-menu-horizontal .jw-arrow-toplevel:after {
    font-family: Times, Serif;
    content: '▾'
}

.jw-menu-horizontal .jw-submenu {
    top: 100%;
    left: 0
}

.jw-menu-horizontal .jw-submenu .jw-submenu {
    left: 100%;
    top: 0
}

.jw-menu-vertical {
    flex-direction: column
}

.jw-menu-vertical>.jw-menu-item {
    text-overflow: ellipsis
}

.jw-menu-vertical .jw-submenu {
    left: 100%;
    top: 0
}

.jw-menu-vertical>.jw-menu-item.jw-menu-has-submenu>.jw-menu-link {
    padding-right: 1.5em
}

.jw-menu-vertical .jw-arrow-toplevel {
    position: absolute;
    right: .8em
}

.jw-menu-vertical .jw-arrow-toplevel:after {
    font-family: Times, Serif;
    content: '▸'
}

.jw-menu-is-collapsed .jw-menu-collapse {
    display: none !important
}

.jw-menu-is-mobile .jw-menu-clone {
    background: #ffffff
}

.jw-menu-is-mobile .jw-submenu {
    background: #ffffff
}

.jw-menu-is-mobile .jw-submenu .jw-menu-link {
    color: #737373
}

.jw-menu-is-mobile .jw-submenu .jw-menu-item>.jw-menu-link:hover,
.jw-menu-is-mobile .jw-submenu .jw-menu-is-hover>.jw-menu-link {
    background: #4caac9;
    color: #fff
}

.jw-menu-is-mobile .jw-menu-link {
    color: #737373
}

.jw-menu-is-mobile .jw-menu-link:hover {
    background: #4caac9;
    color: #fff
}

.jw-menu-is-mobile .jw-menu-item>.jw-menu-link:hover,
.jw-menu-is-mobile .jw-menu-is-hover>.jw-menu-link {
    background: #4caac9;
    color: #fff
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow {
    color: inherit;
    background: transparent
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow:hover,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow:hover {
    background: transparent
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow:active,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow:active {
    background: transparent
}

.jw-menu-is-mobile .jw-submenu {
    background: rgba(115, 115, 115, 0.1)
}

.jw-menu-is-mobile .jw-menu {
    font-size: 1.7rem
}

.jw-menu-is-mobile .jw-submenu {
    font-size: 1.53rem
}

.jw-menu-is-mobile .jw-menu-item {
    display: list-item;
    width: 100%;
    max-width: none
}

.jw-menu-is-mobile .jw-menu-link {
    padding: 1.25rem 14px
}

.jw-menu-is-mobile .jw-submenu {
    position: static;
    display: none;
    padding-left: 1em
}

.jw-menu-is-mobile .jw-submenu .jw-menu-item {
    display: list-item
}

.jw-menu-is-mobile .jw-submenu .jw-menu-link {
    max-width: none;
    box-shadow: none
}

.jw-menu-is-mobile .jw-menu-has-submenu>.jw-menu-link {
    padding-right: 4rem;
    padding-left: 4rem;
    text-overflow: ellipsis
}

.jw-menu-is-mobile .jw-menu-vertical .jw-menu-item,
.jw-menu-is-mobile .jw-menu-horizontal .jw-menu-item {
    max-width: none
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 1.25rem
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow:after,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow:after {
    margin: 0
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow-toplevel:after,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow-toplevel:after,
.jw-menu-is-mobile .jw-menu-vertical .jw-arrow:after,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow:after {
    font-family: Times, Serif;
    content: '▼'
}

.jw-menu-is-mobile .jw-menu-item:hover>.jw-submenu,
.jw-menu-is-mobile .jw-menu-item.jw-menu-is-hover>.jw-submenu {
    display: none
}

.jw-menu-is-mobile .jw-submenu-is-opened>.jw-menu-link .jw-arrow-toplevel:after,
.jw-menu-is-mobile .jw-submenu-is-opened>.jw-menu-link .jw-arrow:after {
    font-family: Times, Serif;
    content: '▲'
}

.jw-menu-is-mobile .jw-menu-link {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center
}

.jw-menu-is-mobile .jw-submenu {
    padding-left: 0
}

.jw-menu-is-opened {
    display: block
}

.jw-menu-vertical>.jw-submenu>.jw-menu-is-overflowing>.jw-submenu,
.jw-submenu>.jw-menu-is-overflowing>.jw-submenu {
    left: auto;
    right: 100%
}

.jw-menu-clone {
    display: none
}

.jw-menu-is-desktop .jw-menu-clone {
    display: none !important
}

.jw-menu-is-mobile .jw-menu-clone {
    position: absolute;
    z-index: 1009;
    left: 0;
    right: 0;
    min-height: 100vh;
    min-height: calc(100vh - 50px);
    transition: opacity 150ms ease, transform 200ms ease;
    box-shadow: 0 0 0 2000vh rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2)
}

.jw-menu-is-collapsed.jw-menu-is-mobile .jw-menu-clone.jw-menu-collapse {
    display: block !important;
    visibility: hidden
}

.jw-menu-is-mobile .jw-menu-clone .jw-menu {
    transition: transform 200ms ease
}

.jw-menu-is-collapsed.jw-menu-is-mobile .jw-menu-clone.jw-menu-collapse {
    opacity: 0;
    transform: translate(0, -15px);
    transition: opacity 150ms ease, transform 200ms ease, visibility 200ms
}

.jw-menu-is-collapsed.jw-menu-is-mobile .jw-menu-clone.jw-menu-collapse .jw-menu {
    transform: scale(.9)
}

.jw-menu-is-mobile .jw-menu-copy {
    display: none
}

.jw-menu-is-mobile .jw-menu-clone {
    display: block
}

.jw-menu-is-mobile .jw-menu-cta .jw-btn {
    margin: 1em
}

.jw-menu-is-mobile .jw-menu-cta .jw-btn,
.jw-menu-is-mobile .jw-menu-cta .jw-btn .jw-btn-caption {
    width: 100%;
    text-align: center
}

.jw-menu>.jw-menu-item.jw-menu-cta {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto
}

.jw-menu-vertical.jw-menu>.jw-menu-item.jw-menu-cta {
    margin-left: 0
}

.jw-menu>.jw-menu-item.jw-menu-cta .jw-btn {
    margin-left: 1em
}

.jw-menu-vertical.jw-menu>.jw-menu-item.jw-menu-cta .jw-btn {
    margin-left: 0;
    margin-top: 1em
}

body>div,
:host>div {
    font-family: "Roboto", "sans-serif";
    line-height: 1.5;
    font-size: 1.7rem;
    color: #737373
}

body>div .jw-icon-image__inner,
:host>div .jw-icon-image__inner {
    background-color: #4caac9
}

body>div .jw-image-is-square .jw-icon-image,
:host>div .jw-image-is-square .jw-icon-image,
body>div .jw-image-is-rounded .jw-icon-image,
:host>div .jw-image-is-rounded .jw-icon-image,
body>div .jw-image-is-round .jw-icon-image,
:host>div .jw-image-is-round .jw-icon-image {
    background-color: #4caac9
}

body>div .jw-image-is-square .jw-icon-image__inner,
:host>div .jw-image-is-square .jw-icon-image__inner,
body>div .jw-image-is-rounded .jw-icon-image__inner,
:host>div .jw-image-is-rounded .jw-icon-image__inner,
body>div .jw-image-is-round .jw-icon-image__inner,
:host>div .jw-image-is-round .jw-icon-image__inner {
    background-color: #ffffff
}

@media (max-width:1020px) {
    body>div,
    :host>div {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    body>div,
    :host>div {
        line-height: 1.35;
        font-size: 1.43rem
    }
}

body>div a,
:host>div a,
body>div .jw-link-color,
:host>div .jw-link-color {
    color: #4caac9;
    text-decoration: underline
}

body>div a:hover,
:host>div a:hover,
body>div .jw-link-color:hover,
:host>div .jw-link-color:hover {
    color: #73bdd5;
    text-decoration: underline
}

body>div p,
:host>div p,
body>div ol,
:host>div ol,
body>div ul,
:host>div ul {
    margin-top: 0;
    margin-bottom: .4em
}

body>div span[style*='color'] a,
:host>div span[style*='color'] a {
    color: inherit
}

body>div button,
:host>div button {
    line-height: 1.5
}

body>div .jw-text-small,
:host>div .jw-text-small {
    font-size: 1.19rem
}

body>div .jw-accent-text-color,
:host>div .jw-accent-text-color {
    color: #4caac9
}

body>div .jw-accent-background,
:host>div .jw-accent-background {
    color: #fff;
    background-color: #4caac9
}

body>div .jw-accent-background a,
:host>div .jw-accent-background a,
body>div .jw-accent-background .jw-link-button,
:host>div .jw-accent-background .jw-link-button {
    color: #fff
}

body>div .jw-accent-border-link-color,
:host>div .jw-accent-border-link-color {
    border-color: #4caac9
}

body>div .jw-accent-border-color,
:host>div .jw-accent-border-color {
    border-color: #737373
}

.jw-section h1,
.jw-section h2,
.jw-section h3,
.jw-section h4,
.jw-section h5,
.jw-section h6 {
    line-height: 1.1;
    color: #4caac9;
    font-family: "Questrial", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {
    .jw-section h1,
    .jw-section h2,
    .jw-section h3,
    .jw-section h4,
    .jw-section h5,
    .jw-section h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {
    .jw-section h1,
    .jw-section h2,
    .jw-section h3,
    .jw-section h4,
    .jw-section h5,
    .jw-section h6 {
        line-height: 1.1
    }
}

.jw-section h1 a,
.jw-section h2 a,
.jw-section h3 a,
.jw-section h4 a,
.jw-section h5 a,
.jw-section h6 a,
.jw-section h1 .jw-link-color,
.jw-section h2 .jw-link-color,
.jw-section h3 .jw-link-color,
.jw-section h4 .jw-link-color,
.jw-section h5 .jw-link-color,
.jw-section h6 .jw-link-color {
    text-decoration: underline;
    color: #4caac9
}

.jw-section h1 a:hover,
.jw-section h2 a:hover,
.jw-section h3 a:hover,
.jw-section h4 a:hover,
.jw-section h5 a:hover,
.jw-section h6 a:hover,
.jw-section h1 .jw-link-color:hover,
.jw-section h2 .jw-link-color:hover,
.jw-section h3 .jw-link-color:hover,
.jw-section h4 .jw-link-color:hover,
.jw-section h5 .jw-link-color:hover,
.jw-section h6 .jw-link-color:hover {
    color: #73bdd5
}

.jw-section .product-page .product__price__price {
    color: #4caac9
}

.jw-section .jw-heading-200 {
    font-size: 7.2rem;
    margin-top: 3.66rem;
    margin-bottom: 1.32rem
}

@media (max-width:1020px) {
    .jw-section .jw-heading-200 {
        font-size: 5.37rem;
        margin-top: 3.11rem;
        margin-bottom: 1.13666667rem
    }
}

@media (max-width:768px) {
    .jw-section .jw-heading-200 {
        font-size: 4.45rem;
        margin-top: 2.835rem;
        margin-bottom: 1.045rem
    }
}

.jw-section .jw-heading-150 {
    font-size: 5.4rem;
    margin-top: 3.12rem;
    margin-bottom: 1.14rem
}

@media (max-width:1020px) {
    .jw-section .jw-heading-150 {
        font-size: 4.17rem;
        margin-top: 2.75rem;
        margin-bottom: 1.01666667rem
    }
}

@media (max-width:768px) {
    .jw-section .jw-heading-150 {
        font-size: 3.55rem;
        margin-top: 2.565rem;
        margin-bottom: .955rem
    }
}

.jw-section .jw-heading-130 {
    font-size: 4.68rem;
    margin-top: 2.904rem;
    margin-bottom: 1.068rem
}

@media (max-width:1020px) {
    .jw-section .jw-heading-130 {
        font-size: 3.69rem;
        margin-top: 2.606rem;
        margin-bottom: .96866667rem
    }
}

@media (max-width:768px) {
    .jw-section .jw-heading-130 {
        font-size: 3.19rem;
        margin-top: 2.457rem;
        margin-bottom: .919rem
    }
}

.jw-section .jw-heading-120 {
    font-size: 4.32rem;
    margin-top: 2.796rem;
    margin-bottom: 1.032rem
}

@media (max-width:1020px) {
    .jw-section .jw-heading-120 {
        font-size: 3.45rem;
        margin-top: 2.534rem;
        margin-bottom: .94466667rem
    }
}

@media (max-width:768px) {
    .jw-section .jw-heading-120 {
        font-size: 3.01rem;
        margin-top: 2.403rem;
        margin-bottom: .901rem
    }
}

.jw-section h1,
.jw-section .jw-heading-100 {
    font-size: 3.6rem;
    margin-top: 2.58rem;
    margin-bottom: .96rem
}

@media (max-width:1020px) {
    .jw-section h1,
    .jw-section .jw-heading-100 {
        font-size: 2.97rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-section h1,
    .jw-section .jw-heading-100 {
        font-size: 2.65rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section h2,
.jw-section .jw-heading-85 {
    font-size: 3.06rem;
    margin-top: 2.418rem;
    margin-bottom: .906rem
}

@media (max-width:1020px) {
    .jw-section h2,
    .jw-section .jw-heading-85 {
        font-size: 2.61rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-section h2,
    .jw-section .jw-heading-85 {
        font-size: 2.38rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section h3,
.jw-section .jw-heading-70 {
    font-size: 2.52rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-section h3,
    .jw-section .jw-heading-70 {
        font-size: 2.25rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-section h3,
    .jw-section .jw-heading-70 {
        font-size: 2.11rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section h4 {
    font-size: 1.73rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-section h4 {
        font-size: 1.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-section h4 {
        font-size: 1.71rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-blackwhite {
    line-height: 1.5;
    font-size: 1.7rem;
    color: #000
}

.jw-section-blackwhite .jw-icon-image__inner {
    background-color: #000
}

.jw-section-blackwhite .jw-image-is-square .jw-icon-image,
.jw-section-blackwhite .jw-image-is-rounded .jw-icon-image,
.jw-section-blackwhite .jw-image-is-round .jw-icon-image {
    background-color: #000
}

.jw-section-blackwhite .jw-image-is-square .jw-icon-image__inner,
.jw-section-blackwhite .jw-image-is-rounded .jw-icon-image__inner,
.jw-section-blackwhite .jw-image-is-round .jw-icon-image__inner {
    background-color: #fff
}

@media (max-width:1020px) {
    .jw-section-blackwhite {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .jw-section-blackwhite {
        line-height: 1.35;
        font-size: 1.43rem
    }
}

.jw-section-blackwhite a,
.jw-section-blackwhite .jw-link-color {
    color: #000;
    text-decoration: underline
}

.jw-section-blackwhite a:hover,
.jw-section-blackwhite .jw-link-color:hover {
    color: #1a1a1a;
    text-decoration: underline
}

.jw-section-blackwhite p,
.jw-section-blackwhite ol,
.jw-section-blackwhite ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-section-blackwhite span[style*='color'] a {
    color: inherit
}

.jw-section-blackwhite button {
    line-height: 1.5
}

.jw-section-blackwhite .jw-text-small {
    font-size: 1.19rem
}

.jw-section-blackwhite .jw-accent-text-color {
    color: #000
}

.jw-section-blackwhite .jw-accent-background {
    color: #8c8c8c;
    background-color: #000
}

.jw-section-blackwhite .jw-accent-background a,
.jw-section-blackwhite .jw-accent-background .jw-link-button {
    color: #8c8c8c
}

.jw-section-blackwhite .jw-accent-border-link-color {
    border-color: #000
}

.jw-section-blackwhite .jw-accent-border-color {
    border-color: #000
}

@media (min-width:1020px) {
    .jw-section-sidebar {
        line-height: 1.35
    }
}

.jw-section-white {
    line-height: 1.5;
    font-size: 1.7rem;
    color: #737373
}

.jw-section-white .jw-icon-image__inner {
    background-color: #4caac9
}

.jw-section-white .jw-image-is-square .jw-icon-image,
.jw-section-white .jw-image-is-rounded .jw-icon-image,
.jw-section-white .jw-image-is-round .jw-icon-image {
    background-color: #4caac9
}

.jw-section-white .jw-image-is-square .jw-icon-image__inner,
.jw-section-white .jw-image-is-rounded .jw-icon-image__inner,
.jw-section-white .jw-image-is-round .jw-icon-image__inner {
    background-color: white
}

@media (max-width:1020px) {
    .jw-section-white {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .jw-section-white {
        line-height: 1.35;
        font-size: 1.43rem
    }
}

.jw-section-white a,
.jw-section-white .jw-link-color {
    color: #4caac9;
    text-decoration: underline
}

.jw-section-white a:hover,
.jw-section-white .jw-link-color:hover {
    color: #73bdd5;
    text-decoration: underline
}

.jw-section-white p,
.jw-section-white ol,
.jw-section-white ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-section-white span[style*='color'] a {
    color: inherit
}

.jw-section-white button {
    line-height: 1.5
}

.jw-section-white .jw-text-small {
    font-size: 1.19rem
}

.jw-section-white .jw-accent-text-color {
    color: #4caac9
}

.jw-section-white .jw-accent-background {
    color: #fff;
    background-color: #4caac9
}

.jw-section-white .jw-accent-background a,
.jw-section-white .jw-accent-background .jw-link-button {
    color: #fff
}

.jw-section-white .jw-accent-border-link-color {
    border-color: #4caac9
}

.jw-section-white .jw-accent-border-color {
    border-color: #737373
}

.jw-section-white h1,
.jw-section-white h2,
.jw-section-white h3,
.jw-section-white h4,
.jw-section-white h5,
.jw-section-white h6 {
    line-height: 1.1;
    color: #737373;
    font-family: "Questrial", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {
    .jw-section-white h1,
    .jw-section-white h2,
    .jw-section-white h3,
    .jw-section-white h4,
    .jw-section-white h5,
    .jw-section-white h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {
    .jw-section-white h1,
    .jw-section-white h2,
    .jw-section-white h3,
    .jw-section-white h4,
    .jw-section-white h5,
    .jw-section-white h6 {
        line-height: 1.1
    }
}

.jw-section-white h1 a,
.jw-section-white h2 a,
.jw-section-white h3 a,
.jw-section-white h4 a,
.jw-section-white h5 a,
.jw-section-white h6 a,
.jw-section-white h1 .jw-link-color,
.jw-section-white h2 .jw-link-color,
.jw-section-white h3 .jw-link-color,
.jw-section-white h4 .jw-link-color,
.jw-section-white h5 .jw-link-color,
.jw-section-white h6 .jw-link-color {
    text-decoration: underline;
    color: #4caac9
}

.jw-section-white h1 a:hover,
.jw-section-white h2 a:hover,
.jw-section-white h3 a:hover,
.jw-section-white h4 a:hover,
.jw-section-white h5 a:hover,
.jw-section-white h6 a:hover,
.jw-section-white h1 .jw-link-color:hover,
.jw-section-white h2 .jw-link-color:hover,
.jw-section-white h3 .jw-link-color:hover,
.jw-section-white h4 .jw-link-color:hover,
.jw-section-white h5 .jw-link-color:hover,
.jw-section-white h6 .jw-link-color:hover {
    color: #73bdd5
}

.jw-section-white .product-page .product__price__price {
    color: #737373
}

.jw-section-white .jw-heading-200 {
    font-size: 7.2rem;
    margin-top: 3.66rem;
    margin-bottom: 1.32rem
}

@media (max-width:1020px) {
    .jw-section-white .jw-heading-200 {
        font-size: 5.37rem;
        margin-top: 3.11rem;
        margin-bottom: 1.13666667rem
    }
}

@media (max-width:768px) {
    .jw-section-white .jw-heading-200 {
        font-size: 4.45rem;
        margin-top: 2.835rem;
        margin-bottom: 1.045rem
    }
}

.jw-section-white .jw-heading-150 {
    font-size: 5.4rem;
    margin-top: 3.12rem;
    margin-bottom: 1.14rem
}

@media (max-width:1020px) {
    .jw-section-white .jw-heading-150 {
        font-size: 4.17rem;
        margin-top: 2.75rem;
        margin-bottom: 1.01666667rem
    }
}

@media (max-width:768px) {
    .jw-section-white .jw-heading-150 {
        font-size: 3.55rem;
        margin-top: 2.565rem;
        margin-bottom: .955rem
    }
}

.jw-section-white .jw-heading-130 {
    font-size: 4.68rem;
    margin-top: 2.904rem;
    margin-bottom: 1.068rem
}

@media (max-width:1020px) {
    .jw-section-white .jw-heading-130 {
        font-size: 3.69rem;
        margin-top: 2.606rem;
        margin-bottom: .96866667rem
    }
}

@media (max-width:768px) {
    .jw-section-white .jw-heading-130 {
        font-size: 3.19rem;
        margin-top: 2.457rem;
        margin-bottom: .919rem
    }
}

.jw-section-white .jw-heading-120 {
    font-size: 4.32rem;
    margin-top: 2.796rem;
    margin-bottom: 1.032rem
}

@media (max-width:1020px) {
    .jw-section-white .jw-heading-120 {
        font-size: 3.45rem;
        margin-top: 2.534rem;
        margin-bottom: .94466667rem
    }
}

@media (max-width:768px) {
    .jw-section-white .jw-heading-120 {
        font-size: 3.01rem;
        margin-top: 2.403rem;
        margin-bottom: .901rem
    }
}

.jw-section-white h1,
.jw-section-white .jw-heading-100 {
    font-size: 3.6rem;
    margin-top: 2.58rem;
    margin-bottom: .96rem
}

@media (max-width:1020px) {
    .jw-section-white h1,
    .jw-section-white .jw-heading-100 {
        font-size: 2.97rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-section-white h1,
    .jw-section-white .jw-heading-100 {
        font-size: 2.65rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-white h2,
.jw-section-white .jw-heading-85 {
    font-size: 3.06rem;
    margin-top: 2.418rem;
    margin-bottom: .906rem
}

@media (max-width:1020px) {
    .jw-section-white h2,
    .jw-section-white .jw-heading-85 {
        font-size: 2.61rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-section-white h2,
    .jw-section-white .jw-heading-85 {
        font-size: 2.38rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-white h3,
.jw-section-white .jw-heading-70 {
    font-size: 2.52rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-section-white h3,
    .jw-section-white .jw-heading-70 {
        font-size: 2.25rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-section-white h3,
    .jw-section-white .jw-heading-70 {
        font-size: 2.11rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-white h4 {
    font-size: 1.73rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-section-white h4 {
        font-size: 1.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-section-white h4 {
        font-size: 1.71rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-element-form-success {
    color: var(--w-link-color);
    border-color: var(--w-link-color);
    display:none
}

.jw-element-form-error {
    color: var(--w-form-error-color);
    border-color: var(--w-form-error-color)
}

.jw-section-content .jw-element-form-is-error .jw-element-form-input-text,
.jw-section-sidebar .jw-element-form-is-error .jw-element-form-input-text,
.jw-section-footer .jw-element-form-is-error .jw-element-form-input-text {
    border-color: var(--w-form-error-color)
}

.jw-section-content .jw-element-form-is-error .jw-element-form-input-text:focus,
.jw-section-sidebar .jw-element-form-is-error .jw-element-form-input-text:focus,
.jw-section-footer .jw-element-form-is-error .jw-element-form-input-text:focus {
    box-shadow: 0 0 0 2px hsl(from var(--w-form-error-color) h s l / 50%), 0 0 rgba(0, 0, 0, 0)
}

.jw-is-no-sidebar .jw-sidebar-toggle {
    display: none
}

.jw-header {
    float: left;
    position: relative
}

.jw-header-text-toggle,
.jw-header-image-toggle,
.jw-header-plain-text-toggle {
    display: none
}

.jw-header-is-text .jw-header-text-toggle {
    display: block
}

.jw-header-is-image .jw-header-text-toggle {
    display: none
}

.jw-header-is-image .jw-header-image-toggle {
    display: block
}

.jw-header-is-image .jw-header {
    line-height: 0
}

.jw-header-image {
    width: 100%;
    height: auto;
    position: relative
}

.jw-header-is-image .jw-header-image {
    display: block
}

.jw-header-is-image-text .jw-header-text-toggle,
.jw-header-is-image-text .jw-header-image-toggle {
    display: block
}

.jw-header-is-image-text .jw-header-image-toggle {
    margin-right: 20px
}

.jw-header-title,
.jw-header-slogan {
    line-height: 1;
    margin: 0;
    color: #4caac9;
    font-family: "Questrial", "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 54px;
    display: inline
}

.jw-header-title,
.jw-header-slogan,
.jw-header-title:hover,
.jw-header-slogan:hover {
    text-decoration: none
}

a.jw-header-title:hover {
    color: rgba(76, 170, 201, 0.8)
}

.jw-header-slogan {
    color: #4caac9;
    font-size: 1.7rem
}

.jw-menu-is-mobile .jw-header {
    display: none
}

.jw-slideshow--multiple>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.jw-slideshow--multiple .jw-slideshow-slide {
    display: none
}

.jw-slideshow--multiple .jw-slideshow-slide:first-child {
    display: block
}

.jw-slideshow .bx-wrapper .jw-slideshow-slide {
    display: block
}

.jw-slideshow .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    z-index: 0
}

.jw-slideshow .bx-wrapper img {
    max-width: 100%;
    display: block
}

.jw-slideshow .bx-viewport ul {
    padding: 0;
    margin: 0
}

.jw-slideshow .bx-viewport li {
    list-style: none
}

.jw-slideshow .bx-controls-direction {
    position: absolute;
    top: 50%;
    width: 100%
}

.jw-slideshow .bx-prev,
.jw-slideshow .bx-next {
    position: absolute;
    font-weight: bold;
    font-family: 'Comic Sans MS', 'TSCu_Comic', cursive;
    line-height: 4rem;
    margin-top: -2rem;
    width: 4rem;
    height: 4rem;
    outline: 0;
    text-align: center;
    text-decoration: none;
    z-index: 55;
    background: rgba(15, 15, 15, 0.5);
    color: #fff;
    transition: opacity 150ms ease;
    font-size: 2.1rem;
    border-radius: 2px
}

.jw-slideshow .bx-prev:hover,
.jw-slideshow .bx-next:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none
}

.jw-slideshow .bx-prev.disabled,
.jw-slideshow .bx-next.disabled {
    display: none
}

@media (width < 750px) {
    .jw-slideshow .bx-prev,
    .jw-slideshow .bx-next {
        transform: scale(.75)
    }
}

.jw-slideshow .bx-prev {
    left: 1rem
}

.jw-slideshow .bx-prev>i::before {
    margin: 0 0 0 -0.1em
}

.jw-slideshow .bx-next {
    right: 1rem
}

.jw-slideshow .bx-next>i::before {
    margin: 0 -0.1em 0 0
}

@media (width < 750px) {
    .jw-slideshow .bx-prev {
        left: 0
    }
    .jw-slideshow .bx-next {
        right: 0
    }
}

.jw-slideshow .bx-caption {
    color: white;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-family: "Questrial", "sans-serif";
    text-align: center;
    width: 100%;
    max-width: var(--simple-brick-max-width);
    display: none;
    padding-block: 10px;
    position: relative;
    z-index: 10;
    box-sizing: border-box
}

.jw-slideshow .bx-caption .mce-content-body {
    cursor: default
}

.jw-slideshow .bx-caption .mce-edit-focus {
    cursor: text
}

.jw-slideshow .bx-caption .bx-edit {
    display: inline-block
}

.jw-slideshow-slide-content--no-backdrop .bx-caption {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45)
}

.jw-slideshow-slide-content--captions .bx-caption {
    display: block
}

.jw-slideshow .bx-caption-wrapper {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-inline: 50px
}

@media (width < 750px) {
    .jw-slideshow .bx-caption-wrapper {
        padding-inline: 25px
    }
}

.jw-slideshow--multiple.jw-slideshow .bx-caption-wrapper {
    padding-inline: 60px
}

@media (width < 750px) {
    .jw-slideshow--multiple.jw-slideshow .bx-caption-wrapper {
        padding-inline: 40px
    }
}

.jw-slideshow {
    position: relative;
    margin: 0
}

.jw-slideshow-slide-content {
    overflow: hidden;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center
}

.jw-slideshow-slide-content-height-enforcer-wrapper {
    display: block;
    width: 100%;
    margin-left: -100%;
    flex-shrink: 0
}

.jw-slideshow-slide-content-height-enforcer {
    width: 1px;
    margin-left: -1px
}

.jw-slideshow-slide-content.jw-slideshow-slide-content--display-cover {
    background-size: cover
}

.jw-slideshow-slide-content.jw-slideshow-slide-content--display-contain {
    background-size: contain
}

.jw-slideshow-sub-title,
.jw-slideshow-btn.jw-btn--size-default {
    font-size: 2.25rem;
    line-height: 1.2em
}

@media screen and (max-width:750px) {
    .jw-slideshow-sub-title,
    .jw-slideshow-btn.jw-btn--size-default {
        font-size: 1.575rem
    }
}

@media screen and (max-width:500px) {
    .jw-slideshow-sub-title,
    .jw-slideshow-btn.jw-btn--size-default {
        font-size: 1.125rem
    }
}

.jw-slideshow-title {
    font-size: 4.5rem;
    line-height: 120% !important
}

@media (width < 960px) {
    .jw-slideshow-title {
        font-size: 3.6rem
    }
}

@media (width < 750px) {
    .jw-slideshow-title {
        font-size: 3.15rem
    }
}

@media (width < 620px) {
    .jw-slideshow-title {
        font-size: max(2.25rem, 1.9em)
    }
}

@media (width < 540px) {
    .jw-slideshow-title {
        font-size: max(1.8rem, 1.7em)
    }
}

@media (width < 420px) {
    .jw-slideshow-title {
        font-size: max(1.575rem, 1.5em)
    }
}

.banner-lg {
    font-size: 120%
}

.banner-lg .jw-slideshow-title {
    font-size: 5.4rem;
    line-height: 120% !important
}

@media (width < 960px) {
    .banner-lg .jw-slideshow-title {
        font-size: 4.32rem
    }
}

@media (width < 750px) {
    .banner-lg .jw-slideshow-title {
        font-size: 3.78rem
    }
}

@media (width < 620px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(2.7rem, 1.9em)
    }
}

@media (width < 540px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(2.16rem, 1.7em)
    }
}

@media (width < 420px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(1.89rem, 1.5em)
    }
}

.banner-sm {
    font-size: 85%
}

.banner-sm .jw-slideshow-title {
    font-size: 3.825rem;
    line-height: 120% !important
}

@media (width < 960px) {
    .banner-sm .jw-slideshow-title {
        font-size: 3.06rem
    }
}

@media (width < 750px) {
    .banner-sm .jw-slideshow-title {
        font-size: 2.6775rem
    }
}

@media (width < 620px) {
    .banner-sm .jw-slideshow-title {
        font-size: max(1.9125rem, 1.9em)
    }
}

@media (width < 540px) {
    .banner-sm .jw-slideshow-title {
        font-size: max(1.53rem, 1.7em)
    }
}

@media (width < 420px) {
    .banner-sm .jw-slideshow-title {
        font-size: max(1.33875rem, 1.5em)
    }
}

.jw-slideshow-sub-title,
.jw-slideshow-btn.jw-btn--size-default {
    font-size: 1.4em
}

@media (width < 750px) {
    .jw-slideshow-sub-title,
    .jw-slideshow-btn.jw-btn--size-default {
        font-size: 1.3em
    }
}

@media (width < 500px) {
    .jw-slideshow-sub-title,
    .jw-slideshow-btn.jw-btn--size-default {
        font-size: 1.2em
    }
}

.jw-slideshow .bx-caption .jw-slideshow-btn,
.jw-slideshow .bx-caption .jw-slideshow-sub-title {
    display: inline-block;
    margin: 10px 0;
    transition: margin 300ms
}

.jw-slideshow .jw-slideshow-btn {
    text-shadow: none
}

.jw-slideshow .jw-info-label {
    font-weight: normal;
    font-style: none;
    text-shadow: none;
    left: 50%
}

.jw-slideshow.banner-sm .bx-caption .jw-slideshow-btn,
.jw-slideshow.banner-sm .jw-slideshow-sub-title {
    margin: 5px 0 0 0
}

.jw-slideshow.banner-md .bx-caption .jw-slideshow-btn,
.jw-slideshow.banner-md .jw-slideshow-sub-title {
    margin: 25px 0 0 0
}

.jw-slideshow.banner-lg .bx-caption .jw-slideshow-btn,
.jw-slideshow.banner-lg .jw-slideshow-sub-title {
    margin: 30px 0 0 0
}

.jw-slideshow__scroll-arrow {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 1rem;
    margin: auto;
    width: 5.6rem;
    height: 5.2rem;
    text-align: center;
    line-height: 4rem;
    font-size: 4rem;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    cursor: pointer
}

.banner-lg.jw-slideshow--height-ratio .jw-slideshow__scroll-arrow {
    visibility: visible
}

.jw-slideshow__scroll-arrow>i {
    display: block;
    line-height: inherit;
    transition: transform 150ms ease
}

.jw-slideshow__scroll-arrow:hover>i {
    transform: translate(0, .5rem)
}

.jw-is-no-slideshow .jw-slideshow-toggle {
    display: none
}

body {
    background-color: #ffffff
}

.jw-background {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-size: auto;
    background-repeat: repeat;
    background-position: top left;
    position: absolute;
    opacity: 1;
    background-image: none
}

.jw-body {
    min-height: 100%;
    *zoom: 1;
    height: 100%;
    position: relative
}

.jw-body:before,
.jw-body:after {
    display: table;
    content: '';
    line-height: 0
}

.jw-body:after {
    clear: both
}

@media (max-width:1020px) {
    .message-bar {
        order: -1
    }
}

.jw-menu-is-mobile .message-bar {
    z-index: 1010
}

.message-bar--accent {
    background: #4caac9;
    color: #fff
}

.message-bar-usps {
    min-height: 2.5em
}

.jw-mobile-header {
    background: #ffffff
}

.jw-mobile-text {
    color: #4caac9
}

.jw-mobile-text:hover {
    color: #4caac9
}

.jw-mobile-menu__button {
    background: #ffffff;
    color: #737373;
    outline: 0
}

.jw-mobile-menu__button:hover {
    background: #fafafa
}

.jw-mobile-menu__button:active,
.jw-mobile-menu__button:focus {
    background: #f2f2f2
}

.jw-mobile-menu__button--dummy {
    background: #ffffff
}

.jw-mobile-menu {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1010;
    box-sizing: border-box
}

.jw-menu-is-mobile .jw-mobile-menu {
    display: flex
}

.jw-mobile-header {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 10px;
    max-height: 70px;
    min-height: 30px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.jw-mobile-header a,
.jw-mobile-header a:active,
.jw-mobile-header a:hover {
    text-decoration: none
}

.jw-header-is-image-text .jw-mobile-header,
.jw-header-is-text .jw-mobile-header,
.jw-header-is-image .jw-mobile-header {
    min-height: 100%;
    flex-direction: column
}

.jw-mobile-header-content {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    height: 100%
}

.jw-mobile-logo {
    display: block;
    max-height: 50px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.jw-mobile-header--text .jw-mobile-logo {
    display: none
}

.jw-mobile-text {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    max-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-family: "Questrial", "sans-serif";
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-decoration: none
}

.jw-mobile-text>span {
    margin: -10px;
    padding: 10px;
    max-width: 100%;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis
}

.jw-mobile-text:hover {
    text-decoration: none
}

@media (max-width:639px) {
    .jw-mobile-header--image .jw-mobile-text,
    .jw-mobile-header--image-text .jw-mobile-logo--landscape~.jw-mobile-text {
        display: none
    }
}

.jw-mobile-header--image-text .jw-mobile-text {
    margin-left: 10px
}

.jw-mobile-menu__button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    min-height: 40px;
    padding: 9px 9px;
    box-sizing: border-box;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    transition: color 200ms ease
}

.jw-mobile-menu__button--dummy {
    flex: 0 99999 auto;
    padding: 0;
    cursor: default;
    pointer-events: none
}

body:not(.jw-menu-is-mobile) .jw-mobile-toggle {
    display: none
}

.jw-mobile-menu-search {
    display: none;
    position: absolute;
    z-index: 1011;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: background 300ms ease, visibility 300ms linear
}

.jw-menu-is-mobile .jw-mobile-menu-search {
    display: block
}

.jw-mobile-menu-search--hidden {
    visibility: hidden;
    pointer-events: none;
    background: transparent
}

.jw-mobile-menu-search__box {
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 50px;
    transition: transform 300ms cubic-bezier(.215, .61, .355, 1)
}

.jw-mobile-menu-search--hidden .jw-mobile-menu-search__box {
    transform: translate(0, -100%)
}

.jw-mobile-menu-search__input {
    flex: 1 1 auto;
    padding: 16px;
    border: 0;
    background: white;
    outline: none
}

.jw-mobile-menu-search__button.jw-btn {
    width: 44px;
    justify-content: center;
    align-items: center;
    padding: 16px;
    font-size: 18px;
    line-height: 18px
}

.mobile-bar--accent {
    background: #4caac9
}

.mobile-bar--accent .mobile-bar__item {
    color: #fff
}

.mobile-bar--accent .mobile-bar__item:hover {
    background: #3aa0c1
}

.jw-popover-container--inline {
    display: inline
}

.jw-popover-container--modal {
    position: fixed;
    z-index: 2101;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.jw-popover-backdrop {
    position: fixed;
    z-index: 2100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: visibility 200ms, opacity 200ms ease
}

.is-hidden .jw-popover-backdrop {
    visibility: hidden;
    opacity: 0
}

.jw-popover {
    position: relative;
    z-index: 2101;
    text-align: left;
    text-transform: none;
    will-change: transform;
    transition: visibility 200ms, opacity 200ms ease, transform 200ms ease-out
}

.jw-popover-container--inline .jw-popover {
    position: absolute;
    bottom: -6px;
    width: 100%;
    max-width: 100px
}

.jw-popover-container--modal .jw-popover {
    width: 100%;
    padding: 20px
}

.is-hidden .jw-popover {
    visibility: hidden;
    opacity: 0;
    transform: scale3d(.9, .9, 1);
    transition: visibility 200ms, opacity 200ms ease, transform 200ms ease-in
}

.jw-popover:focus {
    outline: none
}

.jw-popover__arrow {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent white transparent
}

.jw-popover__close-button {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1.3em;
    background-color: transparent;
    border: 0
}

.jw-popover__content {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
}

.jw-popover-container--modal .jw-popover__content {
    padding: 15px
}

.jw-popover-container--inline .jw-popover__content {
    position: absolute;
    width: 25em
}

.jw-popover-container--inline .jw-popover__content--align-right {
    right: 0
}

.jw-menu-is-desktop .jw-menu-horizontal .jw-popover-container--inline .jw-popover__content {
    right: 0
}

.jw-menu-is-desktop .jw-menu-vertical .jw-popover-container--inline .jw-popover__content {
    left: 0
}

.jw-menu-is-desktop .jw-menu-item--left .jw-popover-container--inline .jw-popover__content {
    right: auto
}

.jw-search {
    display: flex
}

.jw-search__input {
    flex: 1;
    padding: 10px 12px;
    min-width: 0;
    font-size: inherit;
    border-radius: 3px 0 0 3px;
    transition: border-color 150ms ease
}

.jw-search__input:focus {
    outline: none
}

.jw-search__submit {
    padding: 0 15px;
    font-size: inherit;
    border: 0;
    border-radius: 0 3px 3px 0;
    transition: background 150ms ease
}

.jw-search__submit:active {
    outline: none
}

.jw-popover .jw-search__input {
    color: #222;
    background: white;
    border: 1px solid #ccc;
    border-right: 0
}

.jw-popover .jw-search__input:focus {
    border-color: #4caac9
}

.jw-popover .jw-search__submit {
    color: #fff;
    background: #4caac9
}

.jw-popover .jw-search__submit:focus,
.jw-popover .jw-search__submit:hover {
    background: #399dbd
}

.jw-popover .jw-search__submit:active {
    background: #3693b2
}

.jw-mobile-menu-search-item {
    padding: 1em
}

.jw-mobile-menu-search-item .jw-search__input {
    color: #222;
    background: white;
    border: 1px solid #ccc;
    border-right: 0
}

.jw-mobile-menu-search-item .jw-search__input:focus {
    border-color: #4caac9
}

.jw-mobile-menu-search-item .jw-search__submit {
    color: #fff;
    background: #4caac9
}

.jw-mobile-menu-search-item .jw-search__submit:focus,
.jw-mobile-menu-search-item .jw-search__submit:hover {
    background: #399dbd
}

.jw-mobile-menu-search-item .jw-search__submit:active {
    background: #3693b2
}

.jw-section-content .jw-search__input {
    color: #222;
    background: white;
    border: 1px solid #ccc;
    border-right: 0
}

.jw-section-content .jw-search__input:focus {
    border-color: #4caac9
}

.jw-section-content .jw-search__submit {
    color: #fff;
    background: #4caac9
}

.jw-section-content .jw-search__submit:focus,
.jw-section-content .jw-search__submit:hover {
    background: #399dbd
}

.jw-section-content .jw-search__submit:active {
    background: #3693b2
}

.jw-icon-burger {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.jw-icon-burger,
.jw-icon-burger::before,
.jw-icon-burger::after {
    display: block;
    width: 22px;
    height: 2px;
    background-color: currentColor;
    border-radius: 2px;
    transform-origin: center center;
    transition-property: background-color, transform, width;
    transition-duration: 200ms
}

.jw-icon-burger::before,
.jw-icon-burger::after {
    content: '';
    position: absolute
}

.jw-icon-burger::before {
    top: -6px
}

.jw-icon-burger::after {
    top: 6px
}

.jw-icon-burger--cross {
    background-color: transparent;
    transform: rotate(180deg)
}

.jw-icon-burger--cross::before,
.jw-icon-burger--cross::after {
    width: 24px
}

.jw-icon-burger--cross::before {
    transform: translate(-1px, 6px) rotate(-45deg)
}

.jw-icon-burger--cross::after {
    transform: translate(-1px, -6px) rotate(45deg)
}

.jw-icon-search {
    display: block;
    width: 20px;
    height: 20px
}

.jw-icon-search::before,
.jw-icon-search::after {
    content: '';
    display: block;
    position: absolute
}

.jw-icon-search::before {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 2px currentColor
}

.jw-icon-search::after {
    width: 10px;
    height: 2px;
    background-color: currentColor;
    border-radius: 0 2px 2px 0;
    transform-origin: -6px 1px;
    transform: translate(14px, 7px) rotate(45deg)
}

.cc-window.cc-theme-jw {
    font-family: "Roboto", "sans-serif";
    line-height: 1.5;
    font-size: 1.7rem
}

@media (max-width:1020px) {
    .cc-window.cc-theme-jw {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .cc-window.cc-theme-jw {
        line-height: 1.35;
        font-size: 1.43rem
    }
}

.cc-window.cc-theme-jw .cc-allow.cc-btn,
.cc-window.cc-theme-jw .cc-dismiss.cc-btn {
    background: #4caac9;
    color: #fff;
    border-color: black
}

.cc-window.cc-theme-jw .cc-allow.cc-btn:hover,
.cc-window.cc-theme-jw .cc-dismiss.cc-btn:hover {
    background: #73bdd5;
    color: #fff
}

.jw-section .jw-element-ads h3 {
    font-size: 25px
}

@media (max-width:1020px) {
    .jw-section .jw-element-ads h3 {
        font-size: 20px
    }
}

.jw-section .jw-element-ads--accent {
    background: #4caac9
}

.jw-section .jw-element-ads--accent h3 {
    color: #fff
}

.jw-section .jw-element-ads--tint {
    background: #e6e6e6
}

.jw-section .jw-element-ads--tint h3 {
    color: #676767
}

:root,
.strip-preview__container {
    --strip-content-padding-inline: 10px;
    --strip-content-padding-block: max(2em, 20px);
    --strip-content-padding-block--primary: 20px;
    --strip-content-padding-inline--split-image: 10px
}

@media (min-width:1020px) {
    :root,
    .strip-preview__container {
        --strip-content-padding-inline: 20px;
        --strip-content-padding-block: max(3.3em, 30px);
        --strip-content-padding-block--primary: 50px;
        --strip-content-padding-inline--split-image: max(3.3em, 30px)
    }
}

@media (min-width:1020px) {
    .jw-is-sidebar .main-content {
        flex-direction: row;
        justify-content: center
    }
    .jw-is-sidebar .main-content .block-content {
        width: 70%
    }
    .jw-is-sidebar .main-content .block-sidebar {
        width: 30%
    }
}

.jw-btn--style-flat,
.jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border) {
    background: var(--jw-comp--button--primary-color);
    color: var(--jw-comp--button--on-primary-color) !important;
    border: none
}

.jw-btn--style-flat:hover:not(:disabled),
.jw-btn--style-flat.jw-btn__active,
.jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border):hover:not(:disabled),
.jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border).jw-btn__active {
    background: var(--jw-comp--button--primary-color-hover);
    color: var(--jw-comp--button--on-primary-color) !important
}

.jw-btn--style-border,
.jw-menu-cta .jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border) {
    background: transparent;
    color: var(--jw-comp--button--primary-color) !important;
    box-shadow: inset 0 0 0 2px var(--jw-comp--button--primary-color)
}

.jw-btn--style-border:hover:not(:disabled),
.jw-btn--style-border.jw-btn__active,
.jw-menu-cta .jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border):hover:not(:disabled),
.jw-menu-cta .jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border).jw-btn__active {
    background: var(--jw-comp--button--primary-color);
    color: var(--jw-comp--button--on-primary-color) !important
}

.jw-btn--roundness-square,
.jw-btn:not(.jw-btn--roundness-square, .jw-btn--roundness-rounded, .jw-btn--roundness-round) {
    border-radius: 0
}

.jw-btn--roundness-rounded {
    border-radius: .2em
}

.jw-btn--roundness-round {
    border-radius: 1000px;
    padding-left: 1.1em;
    padding-right: 1.1em
}

.jw-btn {
    --jw-comp--button--primary-color: #4caac9;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #73bdd5
}

.jw-section-white .jw-btn {
    --jw-comp--button--primary-color: #4caac9;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #73bdd5
}

.jw-slideshow .jw-btn {
    --jw-comp--button--primary-color: #4caac9;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #73bdd5
}

.jw-section-content .product__price s,
.jw-section-content .product-gallery__price s {
    text-decoration-color: #d9534f
}

.jw-section-sidebar .product__price s,
.jw-section-sidebar .product-gallery__price s {
    text-decoration-color: #d9534f
}

.jw-section-footer .product__price s,
.jw-section-footer .product-gallery__price s {
    text-decoration-color: #e7908e
}

.product,
.product__description,
.product-page__description,
.product-page__social {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-columns .jw-product .product,
.image-gallery__thumbnail-item {
    border-radius: 0
}

.product__free-shipping-motivator {
    color: #4caac9
}

.jw-select {
    display: inline-flex;
    line-height: 1.5
}

.jw-select__prefix {
    position: relative;
    margin-right: -1px
}

.jw-select__input {
    height: 1.5em;
    box-sizing: content-box;
    flex: 1 1 auto;
    min-width: 0
}

.jw-select--size-small .jw-select__prefix,
.jw-select--size-small .jw-select__input {
    font-size: 1em;
    padding-top: .3em;
    padding-bottom: .3em;
    padding-left: .6em
}

.jw-select--size-default .jw-select__prefix,
.jw-select--size-default .jw-select__input {
    font-size: 1.3em;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .6em
}

.jw-select--size-large .jw-select__prefix,
.jw-select--size-large .jw-select__input {
    font-size: 1.5em;
    padding-top: .39em;
    padding-bottom: .39em;
    padding-left: .6em
}

.jw-section .cart-item {
    border-color: rgba(115, 115, 115, 0.16)
}

.jw-section .cart-totals__row {
    border-color: rgba(115, 115, 115, 0.16)
}

.jw-section .cart-totals__row--free_shipping_motivator,
.jw-section .cart-totals__row--free_shipping .cart-totals__row-price {
    color: #4caac9
}

.jw-section .product-quantity-input__remove {
    color: rgba(115, 115, 115, 0.6)
}

.jw-section .product-quantity-input__remove:hover {
    color: #737373
}

.jw-section .cart-totals__tooltip {
    display: flex;
    color: rgba(115, 115, 115, 0.6);
    font-size: .9em
}

.jw-section .cart-totals__tooltip .website-rendering-icon-help-circled {
    margin-right: .25em
}

.jw-section-white .cart-item {
    border-color: rgba(115, 115, 115, 0.16)
}

.jw-section-white .cart-totals__row {
    border-color: rgba(115, 115, 115, 0.16)
}

.jw-section-white .cart-totals__row--free_shipping_motivator,
.jw-section-white .cart-totals__row--free_shipping .cart-totals__row-price {
    color: #4caac9
}

.jw-section-white .product-quantity-input__remove {
    color: rgba(115, 115, 115, 0.6)
}

.jw-section-white .product-quantity-input__remove:hover {
    color: #737373
}

.jw-section-white .cart-totals__tooltip {
    display: flex;
    color: rgba(115, 115, 115, 0.6);
    font-size: .9em
}

.jw-section-white .cart-totals__tooltip .website-rendering-icon-help-circled {
    margin-right: .25em
}

.jw-element-image__image--placeholder,
.jw-album--placeholder.jw-album--display-format-cover .jw-album-image__inner,
.jw-album--placeholder.jw-album--display-format-contain .jw-album-image__image,
.jw-album--placeholder.jw-album--display-format-masonry .jw-album-image__image,
.fotorama--placeholder .fotorama__stage__frame,
.jw-header-image--placeholder,
.jw-mobile-logo--placeholder,
.product--placeholder .product__image,
.cart-item__image--placeholder img,
.product-gallery__image--placeholder img,
.product__image-container--placeholder img {
    background-color: #e6e6e6;
    box-shadow: inset 0 0 0 1px #ccc
}

.jw-section-footer .jw-element-image__image--placeholder,
.jw-section-footer .jw-album--placeholder.jw-album--display-format-cover .jw-album-image__inner,
.jw-section-footer .jw-album--placeholder.jw-album--display-format-contain .jw-album-image__image,
.jw-section-footer .jw-album--placeholder.jw-album--display-format-masonry .jw-album-image__image,
.jw-section-footer .fotorama--placeholder .fotorama__stage__frame,
.jw-section-footer .jw-header-image--placeholder,
.jw-section-footer .jw-mobile-logo--placeholder,
.jw-section-footer .product--placeholder .product__image,
.jw-section-footer .cart-item__image--placeholder img,
.jw-section-footer .product-gallery__image--placeholder img,
.jw-section-footer .product__image-container--placeholder img {
    background-color: #797979;
    box-shadow: inset 0 0 0 1px #929292
}

.jw-section-sidebar .jw-element-image__image--placeholder,
.jw-section-sidebar .jw-album--placeholder.jw-album--display-format-cover .jw-album-image__inner,
.jw-section-sidebar .jw-album--placeholder.jw-album--display-format-contain .jw-album-image__image,
.jw-section-sidebar .jw-album--placeholder.jw-album--display-format-masonry .jw-album-image__image,
.jw-section-sidebar .fotorama--placeholder .fotorama__stage__frame,
.jw-section-sidebar .jw-header-image--placeholder,
.jw-section-sidebar .jw-mobile-logo--placeholder,
.jw-section-sidebar .product--placeholder .product__image,
.jw-section-sidebar .cart-item__image--placeholder img,
.jw-section-sidebar .product-gallery__image--placeholder img,
.jw-section-sidebar .product__image-container--placeholder img {
    background-color: #e6e6e6;
    box-shadow: inset 0 0 0 1px #ccc
}

.jw-map--marker-accent .jw-marker__back {
    fill: #4caac9
}

.jw-map--marker-accent .jw-marker__circle {
    fill: #fff
}

:root {
    --jw-swatch--heading-color: #4caac9;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #73bdd5;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
    --jw-swatch--paragraph-link-color: #4caac9;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #73bdd5;
    --jw-swatch--accent-color: #4caac9;
    --jw-swatch--accent-color--button-text-on: #fff;
    --jw-swatch--accent-color--button-hover: #73bdd5;
    --jw-swatch--header-color: #ffffff;
    --jw-swatch--header-color--button-text-on: #737373;
    --jw-swatch--header-color--button-hover: #e6e6e6
}

:root {
    --w-color: #737373;
    --w-accent-color: #4caac9;
    --w-border-color: rgba(115, 115, 115, 0.3);
    --w-link-color: #4caac9;
    --w-background-color: #ffffff;
    --w-form-error-color: hsl(2, 64%, 58%)
}

:root {
    --jw-swatch--paragraph-link-color: #4caac9;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #73bdd5;
    --jw-swatch--heading-color: #4caac9;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #73bdd5;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
    --jw-swatch--header-color: #4caac9;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #73bdd5
}

.jw-element-separator,
.jw-news-post,
.jw-comment,
.jw-columns__node--separator-left,
.jw-columns__node--separator-right,
.website-logout,
.jw-element-accordion__heading {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-steps__step {
    background-color: #ffffff;
    border-color: rgba(115, 115, 115, 0.3);
    color: #8f8f8f
}

a.jw-steps__step:hover,
a.jw-steps__step:focus {
    color: #8f8f8f
}

.jw-steps__step--enabled {
    color: #737373
}

a.jw-steps__step--enabled:hover,
a.jw-steps__step--enabled:focus {
    color: #737373
}

.jw-steps__step--completed {
    background-color: #edf7fa;
    border-color: #4caac9;
    color: #2e7f9a
}

a.jw-steps__step--completed:hover,
a.jw-steps__step--completed:focus {
    color: #2e7f9a
}

.jw-steps__step--selected {
    background-color: #4caac9;
    border-color: #4caac9;
    color: #fff
}

a.jw-steps__step--selected:hover,
a.jw-steps__step--selected:focus {
    color: #fff
}

.jw-toggle-block__label {
    border-color: rgba(115, 115, 115, 0.2)
}

input:checked+.jw-toggle-block__label {
    border-color: #4caac9;
    box-shadow: 0 0 0 1px #4caac9
}

.jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-element-form-well {
    background: #f8f8f8
}

.jw-element-form-input-text {
    border-color: rgba(166, 166, 166, 0.5);
    color: #737373;
    background-color: #e6e6e6;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.jw-element-form-input-text:hover {
    border-color: #a6a6a6
}

.jw-element-form-input-text:focus {
    border-color: #4caac9;
    box-shadow: 0 0 0 2px #a6d5e4, 0 0 rgba(0, 0, 0, 0)
}

select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23737373%22%20/%3E%3C/svg%3E')
}

input[type='radio']:focus,
input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #4caac9;
    outline: none
}

input[type='radio']:focus:not(:focus-visible),
input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-pagination__page {
    color: #4caac9
}

.jw-pagination__page:hover {
    background: rgba(76, 170, 201, 0.15);
    color: #4caac9
}

.jw-pagination__page--active,
.jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #4caac9;
    background: transparent;
    color: #4caac9
}

.product-sticker {
    color: #fff;
    background: #4caac9
}

.jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(115, 115, 115, 0.8)
}

.jw-tree-empty-placeholder__image {
    background-image: url('../images/content-empty.png')
}

.text--muted {
    color: #ababab
}

.jw-element-social-share .share-button--wrapper {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #4caac9
}

.jw-element-rating__icon-empty {
    color: #d5d5d5
}

.jw-element-audio {
    --plyr-color-main: #4caac9;
    --plyr-audio-controls-background: #f0f0f0;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #4caac9;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115, 115, 115, 0.3);
    --plyr-control-radius: 0
}

.jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0;
    border-color: #d7d7d7
}

.jw-element-video {
    --plyr-color-main: #4caac9;
    --plyr-video-control-background-hover: #4caac9;
    --plyr-video-control-color-hover: #fff
}

.jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #4caac9
}

.jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #4caac9;
    border-color: #4caac9
}

.jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #4caac9;
    color: #fff
}

.jw-element-social-follow__default-color-getter {
    color: #4caac9
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #24cf64;
    border-color: #24cf64
}

.image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #4caac9;
    outline-offset: 1px
}

.image-gallery__thumbnail-item {
    border-color: rgba(115, 115, 115, 0.3)
}

.image-gallery__thumbnail-item:hover {
    border-color: rgba(115, 115, 115, 0.6)
}

.image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #4caac9
}

.jw-element-accordion--style-box .jw-element-accordion__heading {
    background-color: #4caac9;
    color: #fff;
    border-color: #3490ae
}

.jw-element-accordion--style-box .jw-element-accordion__item {
    background-color: rgba(115, 115, 115, 0.05)
}

.jw-element-accordion--style-box .jw-element-accordion__content {
    border-color: #3490ae
}

.jw-table.jw-table--header.jw-table--border th,
.jw-table.jw-table--header.jw-table--striped th {
    background-color: #4caac9;
    color: #fff
}

.jw-table.jw-table--border tr,
.jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(115, 115, 115, 0.1)
}

.jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(115, 115, 115, 0.05)
}

.jw-table.jw-table--hover tr:hover td {
    background-color: rgba(115, 115, 115, 0.15)
}

.jw-table.jw-table--nowrap {
    white-space: nowrap
}

.responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(115, 115, 115, 0.3)
}

.handsontable .jw-table--header.jw-table--border tr:first-child td,
.handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #4caac9;
    color: #fff
}

.product,
.product__description,
.product-page__description,
.product-page__social {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-columns .jw-product .product,
.image-gallery__thumbnail-item {
    border-radius: 0
}

.product__free-shipping-motivator {
    color: #4caac9
}

.product-gallery--empty {
    border: 1px solid rgba(115, 115, 115, 0.3);
    color: rgba(115, 115, 115, 0.5)
}

.product-gallery__content {
    background: #ffffff
}

.product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(115, 115, 115, 0.3)
}

.product-gallery--style-bordered .product-gallery__content:hover,
.product-gallery--style-clean .product-gallery__content:hover {
    background: #fff;
    border-color: rgba(115, 115, 115, 0.6)
}

.product-gallery--style-bordered .product-gallery__content:focus-within,
.product-gallery--style-clean .product-gallery__content:focus-within {
    background: #fff;
    border-color: rgba(115, 115, 115, 0.6)
}

.product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(255, 255, 255, 0.9)
}

.product-gallery__price {
    color: #9d9d9d
}

.product-gallery--style-bordered .product-gallery__expand-container button,
.product-gallery--style-clean .product-gallery__expand-container button,
.product-gallery--style-bordered .product-gallery__expand-container select,
.product-gallery--style-clean .product-gallery__expand-container select {
    height: 36px;
    box-sizing: border-box
}

.product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover,
.product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover,
.product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover,
.product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -51px
}

.product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px
}

.product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within,
.product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within,
.product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within,
.product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -51px
}

.product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px
}

.product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-button .product-gallery__expand-container,
.product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-options .product-gallery__expand-container {
    height: 36px;
    margin-top: -36px
}

.product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover,
.product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -97px
}

.product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px
}

.product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within,
.product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -97px
}

.product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px
}

.product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container {
    height: 82px;
    margin-top: -82px
}

.jw-is-touch-device .product-gallery--style-bordered .product-gallery__item .product-gallery__content:hover,
.jw-is-touch-device .product-gallery--style-clean .product-gallery__item .product-gallery__content:hover {
    margin-bottom: 0
}

.jw-is-touch-device .product-gallery--style-bordered .product-gallery__item .product-gallery__content:focus-within,
.jw-is-touch-device .product-gallery--style-clean .product-gallery__item .product-gallery__content:focus-within {
    margin-bottom: 0
}

.jw-is-touch-device .product-gallery--style-bordered .product-gallery__item .product-gallery__expand-container,
.jw-is-touch-device .product-gallery--style-clean .product-gallery__item .product-gallery__expand-container {
    height: auto;
    margin-top: 15px;
    opacity: 1;
    visibility: visible
}

.product-gallery-filter__button {
    color: #4caac9
}

.jw-btn {
    --jw-comp--button--primary-color: #4caac9;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #73bdd5
}

.jw-section-footer {
    line-height: 1.5;
    font-size: 1.7rem;
    color: #a8a8a8
}

:root .jw-section-footer {
    --w-color: #a8a8a8;
    --w-accent-color: #4caac9;
    --w-border-color: rgba(168, 168, 168, 0.3);
    --w-link-color: #4caac9;
    --w-background-color: #424242;
    --w-form-error-color: hsl(2, 64%, 68%)
}

:root .jw-section-footer {
    --jw-swatch--paragraph-link-color: #4caac9;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #73bdd5;
    --jw-swatch--heading-color: #a8a8a8;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #c2c2c2;
    --jw-swatch--paragraph-color: #a8a8a8;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #c2c2c2;
    --jw-swatch--header-color: #4caac9;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #73bdd5
}

.jw-section-footer .jw-element-separator,
.jw-section-footer .jw-news-post,
.jw-section-footer .jw-comment,
.jw-section-footer .jw-columns__node--separator-left,
.jw-section-footer .jw-columns__node--separator-right,
.jw-section-footer .website-logout,
.jw-section-footer .jw-element-accordion__heading {
    border-color: rgba(168, 168, 168, 0.2)
}

.jw-section-footer .jw-steps__step {
    background-color: #424242;
    border-color: rgba(168, 168, 168, 0.3);
    color: #949494
}

a.jw-section-footer .jw-steps__step:hover,
a.jw-section-footer .jw-steps__step:focus {
    color: #949494
}

.jw-section-footer .jw-steps__step--enabled {
    color: #a8a8a8
}

a.jw-section-footer .jw-steps__step--enabled:hover,
a.jw-section-footer .jw-steps__step--enabled:focus {
    color: #a8a8a8
}

.jw-section-footer .jw-steps__step--completed {
    background-color: #434c50;
    border-color: #4caac9;
    color: #87c6db
}

a.jw-section-footer .jw-steps__step--completed:hover,
a.jw-section-footer .jw-steps__step--completed:focus {
    color: #87c6db
}

.jw-section-footer .jw-steps__step--selected {
    background-color: #4caac9;
    border-color: #4caac9;
    color: #fff
}

a.jw-section-footer .jw-steps__step--selected:hover,
a.jw-section-footer .jw-steps__step--selected:focus {
    color: #fff
}

.jw-section-footer .jw-toggle-block__label {
    border-color: rgba(168, 168, 168, 0.2)
}

input:checked+.jw-section-footer .jw-toggle-block__label {
    border-color: #4caac9;
    box-shadow: 0 0 0 1px #4caac9
}

.jw-section-footer .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-section-footer .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-section-footer .jw-element-form-well {
    background: #4a4a4a
}

.jw-section-footer .jw-element-form-input-text {
    border-color: rgba(155, 155, 155, 0.5);
    color: #a8a8a8;
    background-color: #292929;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.jw-section-footer .jw-element-form-input-text:hover {
    border-color: #9b9b9b
}

.jw-section-footer .jw-element-form-input-text:focus {
    border-color: #4caac9;
    box-shadow: 0 0 0 2px #477686, 0 0 rgba(0, 0, 0, 0)
}

.jw-section-footer select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23a8a8a8%22%20/%3E%3C/svg%3E')
}

.jw-section-footer input[type='radio']:focus,
.jw-section-footer input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #4caac9;
    outline: none
}

.jw-section-footer input[type='radio']:focus:not(:focus-visible),
.jw-section-footer input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-section-footer .jw-pagination__page {
    color: #4caac9
}

.jw-section-footer .jw-pagination__page:hover {
    background: rgba(76, 170, 201, 0.15);
    color: #4caac9
}

.jw-section-footer .jw-pagination__page--active,
.jw-section-footer .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #4caac9;
    background: transparent;
    color: #4caac9
}

.jw-section-footer .product-sticker {
    color: #fff;
    background: #4caac9
}

.jw-section-footer .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(168, 168, 168, 0.8)
}

.jw-section-footer .jw-tree-empty-placeholder__image {
    background-image: url('../images/content-empty-light.png')
}

.jw-section-footer .text--muted {
    color: #7f7f7f
}

.jw-section-footer .jw-element-social-share .share-button--wrapper {
    border-color: rgba(168, 168, 168, 0.2)
}

.jw-section-footer .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #4caac9
}

.jw-section-footer .jw-element-rating__icon-empty {
    color: #616161
}

.jw-section-footer .jw-element-audio {
    --plyr-color-main: #4caac9;
    --plyr-audio-controls-background: #6a6a6a;
    --plyr-audio-control-color: #f6f6f6;
    --plyr-audio-control-background-hover: #4caac9;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(246, 246, 246, 0.3);
    --plyr-control-radius: 0
}

.jw-section-footer .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0;
    border-color: #868686
}

.jw-section-footer .jw-element-video {
    --plyr-color-main: #4caac9;
    --plyr-video-control-background-hover: #4caac9;
    --plyr-video-control-color-hover: #fff
}

.jw-section-footer .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #4caac9
}

.jw-section-footer .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-section-footer .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #4caac9;
    border-color: #4caac9
}

.jw-section-footer .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #4caac9;
    color: #fff
}

.jw-section-footer .jw-element-social-follow__default-color-getter {
    color: #4caac9
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #4c70ba;
    border-color: #4c70ba
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #577296;
    border-color: #577296
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #25d366;
    border-color: #25d366
}

.jw-section-footer .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #4caac9;
    outline-offset: 1px
}

.jw-section-footer .image-gallery__thumbnail-item {
    border-color: rgba(168, 168, 168, 0.3)
}

.jw-section-footer .image-gallery__thumbnail-item:hover {
    border-color: rgba(168, 168, 168, 0.6)
}

.jw-section-footer .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #4caac9
}

.jw-section-footer .jw-element-accordion--style-box .jw-section-footer .jw-element-accordion__heading {
    background-color: #4caac9;
    color: #fff;
    border-color: #3490ae
}

.jw-section-footer .jw-element-accordion--style-box .jw-section-footer .jw-element-accordion__item {
    background-color: rgba(168, 168, 168, 0.05)
}

.jw-section-footer .jw-element-accordion--style-box .jw-section-footer .jw-element-accordion__content {
    border-color: #3490ae
}

.jw-section-footer .jw-table.jw-table--header.jw-table--border th,
.jw-section-footer .jw-table.jw-table--header.jw-table--striped th {
    background-color: #4caac9;
    color: #fff
}

.jw-section-footer .jw-table.jw-table--border tr,
.jw-section-footer .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(168, 168, 168, 0.1)
}

.jw-section-footer .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(168, 168, 168, 0.05)
}

.jw-section-footer .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(168, 168, 168, 0.15)
}

.jw-section-footer .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-section-footer .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(168, 168, 168, 0.3)
}

.jw-section-footer .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-section-footer .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #4caac9;
    color: #fff
}

.jw-section-footer .product,
.jw-section-footer .product__description,
.jw-section-footer .product-page__description,
.jw-section-footer .product-page__social {
    border-color: rgba(168, 168, 168, 0.2)
}

.jw-section-footer .jw-columns .jw-product .product,
.jw-section-footer .image-gallery__thumbnail-item {
    border-radius: 0
}

.jw-section-footer .product__free-shipping-motivator {
    color: #4caac9
}

.jw-section-footer .product-gallery--empty {
    border: 1px solid rgba(168, 168, 168, 0.3);
    color: rgba(168, 168, 168, 0.5)
}

.jw-section-footer .product-gallery__content {
    background: #424242
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(168, 168, 168, 0.3)
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__content:hover,
.jw-section-footer .product-gallery--style-clean .product-gallery__content:hover {
    background: #515151;
    border-color: rgba(168, 168, 168, 0.6)
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-section-footer .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #515151;
    border-color: rgba(168, 168, 168, 0.6)
}

.jw-section-footer .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(81, 81, 81, 0.9)
}

.jw-section-footer .product-gallery__price {
    color: #898989
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__expand-container button,
.jw-section-footer .product-gallery--style-clean .product-gallery__expand-container button,
.jw-section-footer .product-gallery--style-bordered .product-gallery__expand-container select,
.jw-section-footer .product-gallery--style-clean .product-gallery__expand-container select {
    height: 36px;
    box-sizing: border-box
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover,
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -51px
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -51px
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__expand-container {
    height: 36px;
    margin-top: -36px
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -97px
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -97px
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container {
    height: 82px;
    margin-top: -82px
}

.jw-is-touch-device .jw-section-footer .product-gallery--style-bordered .product-gallery__item .product-gallery__content:hover,
.jw-is-touch-device .jw-section-footer .product-gallery--style-clean .product-gallery__item .product-gallery__content:hover {
    margin-bottom: 0
}

.jw-is-touch-device .jw-section-footer .product-gallery--style-bordered .product-gallery__item .product-gallery__content:focus-within,
.jw-is-touch-device .jw-section-footer .product-gallery--style-clean .product-gallery__item .product-gallery__content:focus-within {
    margin-bottom: 0
}

.jw-is-touch-device .jw-section-footer .product-gallery--style-bordered .product-gallery__item .product-gallery__expand-container,
.jw-is-touch-device .jw-section-footer .product-gallery--style-clean .product-gallery__item .product-gallery__expand-container {
    height: auto;
    margin-top: 15px;
    opacity: 1;
    visibility: visible
}

.jw-section-footer .product-gallery-filter__button {
    color: #4caac9
}

.jw-section-footer .jw-btn {
    --jw-comp--button--primary-color: #4caac9;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #73bdd5
}

.jw-section-footer .jw-icon-image__inner {
    background-color: #4caac9
}

.jw-section-footer .jw-image-is-square .jw-icon-image,
.jw-section-footer .jw-image-is-rounded .jw-icon-image,
.jw-section-footer .jw-image-is-round .jw-icon-image {
    background-color: #4caac9
}

.jw-section-footer .jw-image-is-square .jw-icon-image__inner,
.jw-section-footer .jw-image-is-rounded .jw-icon-image__inner,
.jw-section-footer .jw-image-is-round .jw-icon-image__inner {
    background-color: #424242
}

@media (max-width:1020px) {
    .jw-section-footer {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .jw-section-footer {
        line-height: 1.35;
        font-size: 1.43rem
    }
}

.jw-section-footer a,
.jw-section-footer .jw-link-color {
    color: #4caac9;
    text-decoration: underline
}

.jw-section-footer a:hover,
.jw-section-footer .jw-link-color:hover {
    color: #73bdd5;
    text-decoration: underline
}

.jw-section-footer p,
.jw-section-footer ol,
.jw-section-footer ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-section-footer span[style*='color'] a {
    color: inherit
}

.jw-section-footer button {
    line-height: 1.5
}

.jw-section-footer .jw-text-small {
    font-size: 1.19rem
}

.jw-section-footer .jw-accent-text-color {
    color: #4caac9
}

.jw-section-footer .jw-accent-background {
    color: #fff;
    background-color: #4caac9
}

.jw-section-footer .jw-accent-background a,
.jw-section-footer .jw-accent-background .jw-link-button {
    color: #fff
}

.jw-section-footer .jw-accent-border-link-color {
    border-color: #4caac9
}

.jw-section-footer .jw-accent-border-color {
    border-color: #a8a8a8
}

.jw-section-footer h1,
.jw-section-footer h2,
.jw-section-footer h3,
.jw-section-footer h4,
.jw-section-footer h5,
.jw-section-footer h6 {
    line-height: 1.1;
    color: #a8a8a8;
    font-family: "Questrial", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {
    .jw-section-footer h1,
    .jw-section-footer h2,
    .jw-section-footer h3,
    .jw-section-footer h4,
    .jw-section-footer h5,
    .jw-section-footer h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {
    .jw-section-footer h1,
    .jw-section-footer h2,
    .jw-section-footer h3,
    .jw-section-footer h4,
    .jw-section-footer h5,
    .jw-section-footer h6 {
        line-height: 1.1
    }
}

.jw-section-footer h1 a,
.jw-section-footer h2 a,
.jw-section-footer h3 a,
.jw-section-footer h4 a,
.jw-section-footer h5 a,
.jw-section-footer h6 a,
.jw-section-footer h1 .jw-link-color,
.jw-section-footer h2 .jw-link-color,
.jw-section-footer h3 .jw-link-color,
.jw-section-footer h4 .jw-link-color,
.jw-section-footer h5 .jw-link-color,
.jw-section-footer h6 .jw-link-color {
    text-decoration: underline;
    color: #4caac9
}

.jw-section-footer h1 a:hover,
.jw-section-footer h2 a:hover,
.jw-section-footer h3 a:hover,
.jw-section-footer h4 a:hover,
.jw-section-footer h5 a:hover,
.jw-section-footer h6 a:hover,
.jw-section-footer h1 .jw-link-color:hover,
.jw-section-footer h2 .jw-link-color:hover,
.jw-section-footer h3 .jw-link-color:hover,
.jw-section-footer h4 .jw-link-color:hover,
.jw-section-footer h5 .jw-link-color:hover,
.jw-section-footer h6 .jw-link-color:hover {
    color: #73bdd5
}

.jw-section-footer .product-page .product__price__price {
    color: #a8a8a8
}

.jw-section-footer .jw-heading-200 {
    font-size: 7.2rem;
    margin-top: 3.66rem;
    margin-bottom: 1.32rem
}

@media (max-width:1020px) {
    .jw-section-footer .jw-heading-200 {
        font-size: 5.37rem;
        margin-top: 3.11rem;
        margin-bottom: 1.13666667rem
    }
}

@media (max-width:768px) {
    .jw-section-footer .jw-heading-200 {
        font-size: 4.45rem;
        margin-top: 2.835rem;
        margin-bottom: 1.045rem
    }
}

.jw-section-footer .jw-heading-150 {
    font-size: 5.4rem;
    margin-top: 3.12rem;
    margin-bottom: 1.14rem
}

@media (max-width:1020px) {
    .jw-section-footer .jw-heading-150 {
        font-size: 4.17rem;
        margin-top: 2.75rem;
        margin-bottom: 1.01666667rem
    }
}

@media (max-width:768px) {
    .jw-section-footer .jw-heading-150 {
        font-size: 3.55rem;
        margin-top: 2.565rem;
        margin-bottom: .955rem
    }
}

.jw-section-footer .jw-heading-130 {
    font-size: 4.68rem;
    margin-top: 2.904rem;
    margin-bottom: 1.068rem
}

@media (max-width:1020px) {
    .jw-section-footer .jw-heading-130 {
        font-size: 3.69rem;
        margin-top: 2.606rem;
        margin-bottom: .96866667rem
    }
}

@media (max-width:768px) {
    .jw-section-footer .jw-heading-130 {
        font-size: 3.19rem;
        margin-top: 2.457rem;
        margin-bottom: .919rem
    }
}

.jw-section-footer .jw-heading-120 {
    font-size: 4.32rem;
    margin-top: 2.796rem;
    margin-bottom: 1.032rem
}

@media (max-width:1020px) {
    .jw-section-footer .jw-heading-120 {
        font-size: 3.45rem;
        margin-top: 2.534rem;
        margin-bottom: .94466667rem
    }
}

@media (max-width:768px) {
    .jw-section-footer .jw-heading-120 {
        font-size: 3.01rem;
        margin-top: 2.403rem;
        margin-bottom: .901rem
    }
}

.jw-section-footer h1,
.jw-section-footer .jw-heading-100 {
    font-size: 3.6rem;
    margin-top: 2.58rem;
    margin-bottom: .96rem
}

@media (max-width:1020px) {
    .jw-section-footer h1,
    .jw-section-footer .jw-heading-100 {
        font-size: 2.97rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-section-footer h1,
    .jw-section-footer .jw-heading-100 {
        font-size: 2.65rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-footer h2,
.jw-section-footer .jw-heading-85 {
    font-size: 3.06rem;
    margin-top: 2.418rem;
    margin-bottom: .906rem
}

@media (max-width:1020px) {
    .jw-section-footer h2,
    .jw-section-footer .jw-heading-85 {
        font-size: 2.61rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-section-footer h2,
    .jw-section-footer .jw-heading-85 {
        font-size: 2.38rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-footer h3,
.jw-section-footer .jw-heading-70 {
    font-size: 2.52rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-section-footer h3,
    .jw-section-footer .jw-heading-70 {
        font-size: 2.25rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-section-footer h3,
    .jw-section-footer .jw-heading-70 {
        font-size: 2.11rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-footer h4 {
    font-size: 1.73rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-section-footer h4 {
        font-size: 1.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-section-footer h4 {
        font-size: 1.71rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

:root,
:host {
    --jw-strip__background-color--default: #ffffff;
    --jw-strip__background-color--shaded: #f2f2f2;
    --jw-strip__background-color--accent: #4caac9;
    --jw-strip__background-color--inverse: #333;
    --jw-strip__swatch-color--default: var(--jw-strip__background-color--default);
    --jw-strip__swatch-color--shaded: #d9d9d9;
    --jw-strip__swatch-color--accent: var(--jw-strip__background-color--accent);
    --jw-strip__swatch-color--inverse: var(--jw-strip__background-color--inverse)
}

.jw-strip--color-default.jw-strip--padding-both+:is(.jw-strip--color-default.jw-strip--padding-both) {
    border-top: 1px solid rgba(115, 115, 115, 0.2)
}

.jw-strip--color-shaded {
    background-color: #f2f2f2;
    line-height: 1.5;
    font-size: 1.7rem;
    color: #737373
}

.jw-strip--color-shaded+:is(.jw-strip--color-shaded) {
    border-top: 1px solid rgba(115, 115, 115, 0.2)
}

:root .jw-strip--color-shaded {
    --w-color: #737373;
    --w-accent-color: #4caac9;
    --w-border-color: rgba(115, 115, 115, 0.3);
    --w-link-color: #4caac9;
    --w-background-color: #f2f2f2;
    --w-form-error-color: hsl(2, 64%, 58%)
}

:root .jw-strip--color-shaded {
    --jw-swatch--paragraph-link-color: #4caac9;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #73bdd5;
    --jw-swatch--heading-color: #4caac9;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #73bdd5;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
    --jw-swatch--header-color: #4caac9;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #73bdd5
}

.jw-strip--color-shaded .jw-element-separator,
.jw-strip--color-shaded .jw-news-post,
.jw-strip--color-shaded .jw-comment,
.jw-strip--color-shaded .jw-columns__node--separator-left,
.jw-strip--color-shaded .jw-columns__node--separator-right,
.jw-strip--color-shaded .website-logout,
.jw-strip--color-shaded .jw-element-accordion__heading {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-strip--color-shaded .jw-steps__step {
    background-color: #f2f2f2;
    border-color: rgba(115, 115, 115, 0.3);
    color: #8c8c8c
}

a.jw-strip--color-shaded .jw-steps__step:hover,
a.jw-strip--color-shaded .jw-steps__step:focus {
    color: #8c8c8c
}

.jw-strip--color-shaded .jw-steps__step--enabled {
    color: #737373
}

a.jw-strip--color-shaded .jw-steps__step--enabled:hover,
a.jw-strip--color-shaded .jw-steps__step--enabled:focus {
    color: #737373
}

.jw-strip--color-shaded .jw-steps__step--completed {
    background-color: #e2ebee;
    border-color: #4caac9;
    color: #2e7f9a
}

a.jw-strip--color-shaded .jw-steps__step--completed:hover,
a.jw-strip--color-shaded .jw-steps__step--completed:focus {
    color: #2e7f9a
}

.jw-strip--color-shaded .jw-steps__step--selected {
    background-color: #4caac9;
    border-color: #4caac9;
    color: #fff
}

a.jw-strip--color-shaded .jw-steps__step--selected:hover,
a.jw-strip--color-shaded .jw-steps__step--selected:focus {
    color: #fff
}

.jw-strip--color-shaded .jw-toggle-block__label {
    border-color: rgba(115, 115, 115, 0.2)
}

input:checked+.jw-strip--color-shaded .jw-toggle-block__label {
    border-color: #4caac9;
    box-shadow: 0 0 0 1px #4caac9
}

.jw-strip--color-shaded .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-strip--color-shaded .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-strip--color-shaded .jw-element-form-well {
    background: #e8e8e8
}

.jw-strip--color-shaded .jw-element-form-input-text {
    border-color: rgba(153, 153, 153, 0.5);
    color: #737373;
    background-color: #d9d9d9;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--color-shaded .jw-element-form-input-text:hover {
    border-color: #999
}

.jw-strip--color-shaded .jw-element-form-input-text:focus {
    border-color: #4caac9;
    box-shadow: 0 0 0 2px #9fcede, 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--color-shaded select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23737373%22%20/%3E%3C/svg%3E')
}

.jw-strip--color-shaded input[type='radio']:focus,
.jw-strip--color-shaded input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #4caac9;
    outline: none
}

.jw-strip--color-shaded input[type='radio']:focus:not(:focus-visible),
.jw-strip--color-shaded input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-strip--color-shaded .jw-pagination__page {
    color: #4caac9
}

.jw-strip--color-shaded .jw-pagination__page:hover {
    background: rgba(76, 170, 201, 0.15);
    color: #4caac9
}

.jw-strip--color-shaded .jw-pagination__page--active,
.jw-strip--color-shaded .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #4caac9;
    background: transparent;
    color: #4caac9
}

.jw-strip--color-shaded .product-sticker {
    color: #fff;
    background: #4caac9
}

.jw-strip--color-shaded .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(115, 115, 115, 0.8)
}

.jw-strip--color-shaded .jw-tree-empty-placeholder__image {
    background-image: url('../images/content-empty.png')
}

.jw-strip--color-shaded .text--muted {
    color: #a6a6a6
}

.jw-strip--color-shaded .jw-element-social-share .share-button--wrapper {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-strip--color-shaded .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #4caac9
}

.jw-strip--color-shaded .jw-element-rating__icon-empty {
    color: #ccc
}

.jw-strip--color-shaded .jw-element-audio {
    --plyr-color-main: #4caac9;
    --plyr-audio-controls-background: #e4e4e4;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #4caac9;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115, 115, 115, 0.3);
    --plyr-control-radius: 0
}

.jw-strip--color-shaded .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0;
    border-color: #cdcdcd
}

.jw-strip--color-shaded .jw-element-video {
    --plyr-color-main: #4caac9;
    --plyr-video-control-background-hover: #4caac9;
    --plyr-video-control-color-hover: #fff
}

.jw-strip--color-shaded .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #4caac9
}

.jw-strip--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-strip--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #4caac9;
    border-color: #4caac9
}

.jw-strip--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #4caac9;
    color: #fff
}

.jw-strip--color-shaded .jw-element-social-follow__default-color-getter {
    color: #4caac9
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #23c660;
    border-color: #23c660
}

.jw-strip--color-shaded .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #4caac9;
    outline-offset: 1px
}

.jw-strip--color-shaded .image-gallery__thumbnail-item {
    border-color: rgba(115, 115, 115, 0.3)
}

.jw-strip--color-shaded .image-gallery__thumbnail-item:hover {
    border-color: rgba(115, 115, 115, 0.6)
}

.jw-strip--color-shaded .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #4caac9
}

.jw-strip--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__heading {
    background-color: #4caac9;
    color: #fff;
    border-color: #3490ae
}

.jw-strip--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__item {
    background-color: rgba(115, 115, 115, 0.05)
}

.jw-strip--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__content {
    border-color: #3490ae
}

.jw-strip--color-shaded .jw-table.jw-table--header.jw-table--border th,
.jw-strip--color-shaded .jw-table.jw-table--header.jw-table--striped th {
    background-color: #4caac9;
    color: #fff
}

.jw-strip--color-shaded .jw-table.jw-table--border tr,
.jw-strip--color-shaded .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(115, 115, 115, 0.1)
}

.jw-strip--color-shaded .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(115, 115, 115, 0.05)
}

.jw-strip--color-shaded .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(115, 115, 115, 0.15)
}

.jw-strip--color-shaded .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-strip--color-shaded .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(115, 115, 115, 0.3)
}

.jw-strip--color-shaded .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-strip--color-shaded .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #4caac9;
    color: #fff
}

.jw-strip--color-shaded .product,
.jw-strip--color-shaded .product__description,
.jw-strip--color-shaded .product-page__description,
.jw-strip--color-shaded .product-page__social {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-strip--color-shaded .jw-columns .jw-product .product,
.jw-strip--color-shaded .image-gallery__thumbnail-item {
    border-radius: 0
}

.jw-strip--color-shaded .product__free-shipping-motivator {
    color: #4caac9
}

.jw-strip--color-shaded .product-gallery--empty {
    border: 1px solid rgba(115, 115, 115, 0.3);
    color: rgba(115, 115, 115, 0.5)
}

.jw-strip--color-shaded .product-gallery__content {
    background: #f2f2f2
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(115, 115, 115, 0.3)
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__content:hover,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__content:hover {
    background: #fff;
    border-color: rgba(115, 115, 115, 0.6)
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #fff;
    border-color: rgba(115, 115, 115, 0.6)
}

.jw-strip--color-shaded .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(255, 255, 255, 0.9)
}

.jw-strip--color-shaded .product-gallery__price {
    color: #999
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__expand-container button,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__expand-container button,
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__expand-container select,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__expand-container select {
    height: 36px;
    box-sizing: border-box
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -51px
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -51px
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__expand-container {
    height: 36px;
    margin-top: -36px
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -97px
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -97px
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container {
    height: 82px;
    margin-top: -82px
}

.jw-is-touch-device .jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item .product-gallery__content:hover,
.jw-is-touch-device .jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item .product-gallery__content:hover {
    margin-bottom: 0
}

.jw-is-touch-device .jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item .product-gallery__content:focus-within,
.jw-is-touch-device .jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item .product-gallery__content:focus-within {
    margin-bottom: 0
}

.jw-is-touch-device .jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item .product-gallery__expand-container,
.jw-is-touch-device .jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item .product-gallery__expand-container {
    height: auto;
    margin-top: 15px;
    opacity: 1;
    visibility: visible
}

.jw-strip--color-shaded .product-gallery-filter__button {
    color: #4caac9
}

.jw-strip--color-shaded .jw-btn {
    --jw-comp--button--primary-color: #4caac9;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #73bdd5
}

.jw-strip--color-shaded .jw-icon-image__inner {
    background-color: #4caac9
}

.jw-strip--color-shaded .jw-image-is-square .jw-icon-image,
.jw-strip--color-shaded .jw-image-is-rounded .jw-icon-image,
.jw-strip--color-shaded .jw-image-is-round .jw-icon-image {
    background-color: #4caac9
}

.jw-strip--color-shaded .jw-image-is-square .jw-icon-image__inner,
.jw-strip--color-shaded .jw-image-is-rounded .jw-icon-image__inner,
.jw-strip--color-shaded .jw-image-is-round .jw-icon-image__inner {
    background-color: #f2f2f2
}

@media (max-width:1020px) {
    .jw-strip--color-shaded {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .jw-strip--color-shaded {
        line-height: 1.35;
        font-size: 1.43rem
    }
}

.jw-strip--color-shaded a,
.jw-strip--color-shaded .jw-link-color {
    color: #4caac9;
    text-decoration: underline
}

.jw-strip--color-shaded a:hover,
.jw-strip--color-shaded .jw-link-color:hover {
    color: #73bdd5;
    text-decoration: underline
}

.jw-strip--color-shaded p,
.jw-strip--color-shaded ol,
.jw-strip--color-shaded ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-strip--color-shaded span[style*='color'] a {
    color: inherit
}

.jw-strip--color-shaded button {
    line-height: 1.5
}

.jw-strip--color-shaded .jw-text-small {
    font-size: 1.19rem
}

.jw-strip--color-shaded .jw-accent-text-color {
    color: #4caac9
}

.jw-strip--color-shaded .jw-accent-background {
    color: #fff;
    background-color: #4caac9
}

.jw-strip--color-shaded .jw-accent-background a,
.jw-strip--color-shaded .jw-accent-background .jw-link-button {
    color: #fff
}

.jw-strip--color-shaded .jw-accent-border-link-color {
    border-color: #4caac9
}

.jw-strip--color-shaded .jw-accent-border-color {
    border-color: #737373
}

.jw-strip--color-shaded h1,
.jw-strip--color-shaded h2,
.jw-strip--color-shaded h3,
.jw-strip--color-shaded h4,
.jw-strip--color-shaded h5,
.jw-strip--color-shaded h6 {
    line-height: 1.1;
    color: #4caac9;
    font-family: "Questrial", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {
    .jw-strip--color-shaded h1,
    .jw-strip--color-shaded h2,
    .jw-strip--color-shaded h3,
    .jw-strip--color-shaded h4,
    .jw-strip--color-shaded h5,
    .jw-strip--color-shaded h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {
    .jw-strip--color-shaded h1,
    .jw-strip--color-shaded h2,
    .jw-strip--color-shaded h3,
    .jw-strip--color-shaded h4,
    .jw-strip--color-shaded h5,
    .jw-strip--color-shaded h6 {
        line-height: 1.1
    }
}

.jw-strip--color-shaded h1 a,
.jw-strip--color-shaded h2 a,
.jw-strip--color-shaded h3 a,
.jw-strip--color-shaded h4 a,
.jw-strip--color-shaded h5 a,
.jw-strip--color-shaded h6 a,
.jw-strip--color-shaded h1 .jw-link-color,
.jw-strip--color-shaded h2 .jw-link-color,
.jw-strip--color-shaded h3 .jw-link-color,
.jw-strip--color-shaded h4 .jw-link-color,
.jw-strip--color-shaded h5 .jw-link-color,
.jw-strip--color-shaded h6 .jw-link-color {
    text-decoration: underline;
    color: #4caac9
}

.jw-strip--color-shaded h1 a:hover,
.jw-strip--color-shaded h2 a:hover,
.jw-strip--color-shaded h3 a:hover,
.jw-strip--color-shaded h4 a:hover,
.jw-strip--color-shaded h5 a:hover,
.jw-strip--color-shaded h6 a:hover,
.jw-strip--color-shaded h1 .jw-link-color:hover,
.jw-strip--color-shaded h2 .jw-link-color:hover,
.jw-strip--color-shaded h3 .jw-link-color:hover,
.jw-strip--color-shaded h4 .jw-link-color:hover,
.jw-strip--color-shaded h5 .jw-link-color:hover,
.jw-strip--color-shaded h6 .jw-link-color:hover {
    color: #73bdd5
}

.jw-strip--color-shaded .product-page .product__price__price {
    color: #4caac9
}

.jw-strip--color-shaded .jw-heading-200 {
    font-size: 7.2rem;
    margin-top: 3.66rem;
    margin-bottom: 1.32rem
}

@media (max-width:1020px) {
    .jw-strip--color-shaded .jw-heading-200 {
        font-size: 5.37rem;
        margin-top: 3.11rem;
        margin-bottom: 1.13666667rem
    }
}

@media (max-width:768px) {
    .jw-strip--color-shaded .jw-heading-200 {
        font-size: 4.45rem;
        margin-top: 2.835rem;
        margin-bottom: 1.045rem
    }
}

.jw-strip--color-shaded .jw-heading-150 {
    font-size: 5.4rem;
    margin-top: 3.12rem;
    margin-bottom: 1.14rem
}

@media (max-width:1020px) {
    .jw-strip--color-shaded .jw-heading-150 {
        font-size: 4.17rem;
        margin-top: 2.75rem;
        margin-bottom: 1.01666667rem
    }
}

@media (max-width:768px) {
    .jw-strip--color-shaded .jw-heading-150 {
        font-size: 3.55rem;
        margin-top: 2.565rem;
        margin-bottom: .955rem
    }
}

.jw-strip--color-shaded .jw-heading-130 {
    font-size: 4.68rem;
    margin-top: 2.904rem;
    margin-bottom: 1.068rem
}

@media (max-width:1020px) {
    .jw-strip--color-shaded .jw-heading-130 {
        font-size: 3.69rem;
        margin-top: 2.606rem;
        margin-bottom: .96866667rem
    }
}

@media (max-width:768px) {
    .jw-strip--color-shaded .jw-heading-130 {
        font-size: 3.19rem;
        margin-top: 2.457rem;
        margin-bottom: .919rem
    }
}

.jw-strip--color-shaded .jw-heading-120 {
    font-size: 4.32rem;
    margin-top: 2.796rem;
    margin-bottom: 1.032rem
}

@media (max-width:1020px) {
    .jw-strip--color-shaded .jw-heading-120 {
        font-size: 3.45rem;
        margin-top: 2.534rem;
        margin-bottom: .94466667rem
    }
}

@media (max-width:768px) {
    .jw-strip--color-shaded .jw-heading-120 {
        font-size: 3.01rem;
        margin-top: 2.403rem;
        margin-bottom: .901rem
    }
}

.jw-strip--color-shaded h1,
.jw-strip--color-shaded .jw-heading-100 {
    font-size: 3.6rem;
    margin-top: 2.58rem;
    margin-bottom: .96rem
}

@media (max-width:1020px) {
    .jw-strip--color-shaded h1,
    .jw-strip--color-shaded .jw-heading-100 {
        font-size: 2.97rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--color-shaded h1,
    .jw-strip--color-shaded .jw-heading-100 {
        font-size: 2.65rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-shaded h2,
.jw-strip--color-shaded .jw-heading-85 {
    font-size: 3.06rem;
    margin-top: 2.418rem;
    margin-bottom: .906rem
}

@media (max-width:1020px) {
    .jw-strip--color-shaded h2,
    .jw-strip--color-shaded .jw-heading-85 {
        font-size: 2.61rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--color-shaded h2,
    .jw-strip--color-shaded .jw-heading-85 {
        font-size: 2.38rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-shaded h3,
.jw-strip--color-shaded .jw-heading-70 {
    font-size: 2.52rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-strip--color-shaded h3,
    .jw-strip--color-shaded .jw-heading-70 {
        font-size: 2.25rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--color-shaded h3,
    .jw-strip--color-shaded .jw-heading-70 {
        font-size: 2.11rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-shaded h4 {
    font-size: 1.73rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-strip--color-shaded h4 {
        font-size: 1.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--color-shaded h4 {
        font-size: 1.71rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent {
    background-color: #4caac9;
    line-height: 1.5;
    font-size: 1.7rem;
    color: #fff
}

.jw-strip--color-accent+:is(.jw-strip--color-accent) {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

:root .jw-strip--color-accent {
    --w-color: #fff;
    --w-accent-color: #4caac9;
    --w-border-color: rgba(255, 255, 255, 0.3);
    --w-link-color: #1d4f5f;
    --w-background-color: #4caac9;
    --w-form-error-color: hsl(2, 64%, 28%)
}

:root .jw-strip--color-accent {
    --jw-swatch--paragraph-link-color: #1d4f5f;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #296f86;
    --jw-swatch--heading-color: #fff;
    --jw-swatch--heading-color--button-text-on: #737373;
    --jw-swatch--heading-color--button-hover: #e6e6e6;
    --jw-swatch--paragraph-color: #fff;
    --jw-swatch--paragraph-color--button-text-on: #737373;
    --jw-swatch--paragraph-color--button-hover: #e6e6e6;
    --jw-swatch--accent-color: #1d4f5f;
    --jw-swatch--accent-color--button-text-on: #fff;
    --jw-swatch--accent-color--button-hover: #296f86;
    --jw-swatch--header-color: #1d4f5f;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #296f86
}

.jw-strip--color-accent .jw-element-separator,
.jw-strip--color-accent .jw-news-post,
.jw-strip--color-accent .jw-comment,
.jw-strip--color-accent .jw-columns__node--separator-left,
.jw-strip--color-accent .jw-columns__node--separator-right,
.jw-strip--color-accent .website-logout,
.jw-strip--color-accent .jw-element-accordion__heading {
    border-color: rgba(255, 255, 255, 0.2)
}

.jw-strip--color-accent .jw-steps__step {
    background-color: #4caac9;
    border-color: rgba(255, 255, 255, 0.3);
    color: #dbeef4
}

a.jw-strip--color-accent .jw-steps__step:hover,
a.jw-strip--color-accent .jw-steps__step:focus {
    color: #dbeef4
}

.jw-strip--color-accent .jw-steps__step--enabled {
    color: #fff
}

a.jw-strip--color-accent .jw-steps__step--enabled:hover,
a.jw-strip--color-accent .jw-steps__step--enabled:focus {
    color: #fff
}

.jw-strip--color-accent .jw-steps__step--completed {
    background-color: #47a1be;
    border-color: #1d4f5f;
    color: #0b1e24
}

a.jw-strip--color-accent .jw-steps__step--completed:hover,
a.jw-strip--color-accent .jw-steps__step--completed:focus {
    color: #0b1e24
}

.jw-strip--color-accent .jw-steps__step--selected {
    background-color: #1d4f5f;
    border-color: #1d4f5f;
    color: #fff
}

a.jw-strip--color-accent .jw-steps__step--selected:hover,
a.jw-strip--color-accent .jw-steps__step--selected:focus {
    color: #fff
}

.jw-strip--color-accent .jw-toggle-block__label {
    border-color: rgba(255, 255, 255, 0.2)
}

input:checked+.jw-strip--color-accent .jw-toggle-block__label {
    border-color: #1d4f5f;
    box-shadow: 0 0 0 1px #1d4f5f
}

.jw-strip--color-accent .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-strip--color-accent .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-strip--color-accent .jw-element-form-well {
    background: #5ab1cd
}

.jw-strip--color-accent .jw-element-form-input-text {
    border-color: rgba(213, 235, 242, 0.5);
    color: #fff;
    background-color: #3490ae;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--color-accent .jw-element-form-input-text:hover {
    border-color: #d5ebf2
}

.jw-strip--color-accent .jw-element-form-input-text:focus {
    border-color: #1d4f5f;
    box-shadow: 0 0 0 2px #347c94, 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--color-accent select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23ffffff%22%20/%3E%3C/svg%3E')
}

.jw-strip--color-accent input[type='radio']:focus,
.jw-strip--color-accent input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #1d4f5f;
    outline: none
}

.jw-strip--color-accent input[type='radio']:focus:not(:focus-visible),
.jw-strip--color-accent input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-strip--color-accent .jw-pagination__page {
    color: #1d4f5f
}

.jw-strip--color-accent .jw-pagination__page:hover {
    background: rgba(29, 79, 95, 0.15);
    color: #1d4f5f
}

.jw-strip--color-accent .jw-pagination__page--active,
.jw-strip--color-accent .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #1d4f5f;
    background: transparent;
    color: #1d4f5f
}

.jw-strip--color-accent .product-sticker {
    color: #fff;
    background: #1d4f5f
}

.jw-strip--color-accent .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(255, 255, 255, 0.8)
}

.jw-strip--color-accent .jw-tree-empty-placeholder__image {
    background-image: url('../images/content-empty-light.png')
}

.jw-strip--color-accent .text--muted {
    color: #b7dde9
}

.jw-strip--color-accent .jw-element-social-share .share-button--wrapper {
    border-color: rgba(255, 255, 255, 0.2)
}

.jw-strip--color-accent .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #1d4f5f
}

.jw-strip--color-accent .jw-element-rating__icon-empty {
    color: #82c4d9
}

.jw-strip--color-accent .jw-element-audio {
    --plyr-color-main: #1d4f5f;
    --plyr-audio-controls-background: #abd7e6;
    --plyr-audio-control-color: #4d6167;
    --plyr-audio-control-background-hover: #1d4f5f;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(77, 97, 103, 0.3);
    --plyr-control-radius: 0
}

.jw-strip--color-accent .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0;
    border-color: #4c9bb5
}

.jw-strip--color-accent .jw-element-video {
    --plyr-color-main: #1d4f5f;
    --plyr-video-control-background-hover: #1d4f5f;
    --plyr-video-control-color-hover: #fff
}

.jw-strip--color-accent .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #4caac9
}

.jw-strip--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-strip--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #1d4f5f;
    border-color: #1d4f5f
}

.jw-strip--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #1d4f5f;
    color: #fff
}

.jw-strip--color-accent .jw-element-social-follow__default-color-getter {
    color: #1d4f5f
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #4554f1;
    border-color: #4554f1
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #d70021;
    border-color: #d70021
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #cb1d58;
    border-color: #cb1d58
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #d60000;
    border-color: #d60000
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0070ab;
    border-color: #0070ab
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0070a8;
    border-color: #0070a8
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #15783a;
    border-color: #15783a
}

.jw-strip--color-accent .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #1d4f5f;
    outline-offset: 1px
}

.jw-strip--color-accent .image-gallery__thumbnail-item {
    border-color: rgba(255, 255, 255, 0.3)
}

.jw-strip--color-accent .image-gallery__thumbnail-item:hover {
    border-color: rgba(255, 255, 255, 0.6)
}

.jw-strip--color-accent .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #1d4f5f
}

.jw-strip--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__heading {
    background-color: #1d4f5f;
    color: #fff;
    border-color: #112e38
}

.jw-strip--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__item {
    background-color: rgba(255, 255, 255, 0.05)
}

.jw-strip--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__content {
    border-color: #112e38
}

.jw-strip--color-accent .jw-table.jw-table--header.jw-table--border th,
.jw-strip--color-accent .jw-table.jw-table--header.jw-table--striped th {
    background-color: #1d4f5f;
    color: #fff
}

.jw-strip--color-accent .jw-table.jw-table--border tr,
.jw-strip--color-accent .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.jw-strip--color-accent .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(255, 255, 255, 0.05)
}

.jw-strip--color-accent .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(255, 255, 255, 0.15)
}

.jw-strip--color-accent .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-strip--color-accent .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3)
}

.jw-strip--color-accent .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-strip--color-accent .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #1d4f5f;
    color: #fff
}

.jw-strip--color-accent .product,
.jw-strip--color-accent .product__description,
.jw-strip--color-accent .product-page__description,
.jw-strip--color-accent .product-page__social {
    border-color: rgba(255, 255, 255, 0.2)
}

.jw-strip--color-accent .jw-columns .jw-product .product,
.jw-strip--color-accent .image-gallery__thumbnail-item {
    border-radius: 0
}

.jw-strip--color-accent .product__free-shipping-motivator {
    color: #1d4f5f
}

.jw-strip--color-accent .product-gallery--empty {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.5)
}

.jw-strip--color-accent .product-gallery__content {
    background: #4caac9
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(255, 255, 255, 0.3)
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__content:hover,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__content:hover {
    background: #64b5d0;
    border-color: rgba(255, 255, 255, 0.6)
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #64b5d0;
    border-color: rgba(255, 255, 255, 0.6)
}

.jw-strip--color-accent .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(100, 181, 208, 0.9)
}

.jw-strip--color-accent .product-gallery__price {
    color: #c9e6ef
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__expand-container button,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__expand-container button,
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__expand-container select,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__expand-container select {
    height: 36px;
    box-sizing: border-box
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -51px
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -51px
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__expand-container {
    height: 36px;
    margin-top: -36px
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -97px
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -97px
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container {
    height: 82px;
    margin-top: -82px
}

.jw-is-touch-device .jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item .product-gallery__content:hover,
.jw-is-touch-device .jw-strip--color-accent .product-gallery--style-clean .product-gallery__item .product-gallery__content:hover {
    margin-bottom: 0
}

.jw-is-touch-device .jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item .product-gallery__content:focus-within,
.jw-is-touch-device .jw-strip--color-accent .product-gallery--style-clean .product-gallery__item .product-gallery__content:focus-within {
    margin-bottom: 0
}

.jw-is-touch-device .jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item .product-gallery__expand-container,
.jw-is-touch-device .jw-strip--color-accent .product-gallery--style-clean .product-gallery__item .product-gallery__expand-container {
    height: auto;
    margin-top: 15px;
    opacity: 1;
    visibility: visible
}

.jw-strip--color-accent .product-gallery-filter__button {
    color: #1d4f5f
}

.jw-strip--color-accent .jw-btn {
    --jw-comp--button--primary-color: #1d4f5f;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #296f86
}

.jw-strip--color-accent .jw-icon-image__inner {
    background-color: #1d4f5f
}

.jw-strip--color-accent .jw-image-is-square .jw-icon-image,
.jw-strip--color-accent .jw-image-is-rounded .jw-icon-image,
.jw-strip--color-accent .jw-image-is-round .jw-icon-image {
    background-color: #1d4f5f
}

.jw-strip--color-accent .jw-image-is-square .jw-icon-image__inner,
.jw-strip--color-accent .jw-image-is-rounded .jw-icon-image__inner,
.jw-strip--color-accent .jw-image-is-round .jw-icon-image__inner {
    background-color: #4caac9
}

@media (max-width:1020px) {
    .jw-strip--color-accent {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .jw-strip--color-accent {
        line-height: 1.35;
        font-size: 1.43rem
    }
}

.jw-strip--color-accent a,
.jw-strip--color-accent .jw-link-color {
    color: #1d4f5f;
    text-decoration: none
}

.jw-strip--color-accent a:hover,
.jw-strip--color-accent .jw-link-color:hover {
    color: #296f86;
    text-decoration: underline
}

.jw-strip--color-accent p,
.jw-strip--color-accent ol,
.jw-strip--color-accent ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-strip--color-accent span[style*='color'] a {
    color: inherit
}

.jw-strip--color-accent button {
    line-height: 1.5
}

.jw-strip--color-accent .jw-text-small {
    font-size: 1.19rem
}

.jw-strip--color-accent .jw-accent-text-color {
    color: #1d4f5f
}

.jw-strip--color-accent .jw-accent-background {
    color: #99b0b7;
    background-color: #1d4f5f
}

.jw-strip--color-accent .jw-accent-background a,
.jw-strip--color-accent .jw-accent-background .jw-link-button {
    color: #99b0b7
}

.jw-strip--color-accent .jw-accent-border-link-color {
    border-color: #1d4f5f
}

.jw-strip--color-accent .jw-accent-border-color {
    border-color: #fff
}

.jw-strip--color-accent h1,
.jw-strip--color-accent h2,
.jw-strip--color-accent h3,
.jw-strip--color-accent h4,
.jw-strip--color-accent h5,
.jw-strip--color-accent h6 {
    line-height: 1.1;
    color: #fff;
    font-family: "Questrial", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {
    .jw-strip--color-accent h1,
    .jw-strip--color-accent h2,
    .jw-strip--color-accent h3,
    .jw-strip--color-accent h4,
    .jw-strip--color-accent h5,
    .jw-strip--color-accent h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {
    .jw-strip--color-accent h1,
    .jw-strip--color-accent h2,
    .jw-strip--color-accent h3,
    .jw-strip--color-accent h4,
    .jw-strip--color-accent h5,
    .jw-strip--color-accent h6 {
        line-height: 1.1
    }
}

.jw-strip--color-accent h1 a,
.jw-strip--color-accent h2 a,
.jw-strip--color-accent h3 a,
.jw-strip--color-accent h4 a,
.jw-strip--color-accent h5 a,
.jw-strip--color-accent h6 a,
.jw-strip--color-accent h1 .jw-link-color,
.jw-strip--color-accent h2 .jw-link-color,
.jw-strip--color-accent h3 .jw-link-color,
.jw-strip--color-accent h4 .jw-link-color,
.jw-strip--color-accent h5 .jw-link-color,
.jw-strip--color-accent h6 .jw-link-color {
    text-decoration: underline;
    color: #1d4f5f
}

.jw-strip--color-accent h1 a:hover,
.jw-strip--color-accent h2 a:hover,
.jw-strip--color-accent h3 a:hover,
.jw-strip--color-accent h4 a:hover,
.jw-strip--color-accent h5 a:hover,
.jw-strip--color-accent h6 a:hover,
.jw-strip--color-accent h1 .jw-link-color:hover,
.jw-strip--color-accent h2 .jw-link-color:hover,
.jw-strip--color-accent h3 .jw-link-color:hover,
.jw-strip--color-accent h4 .jw-link-color:hover,
.jw-strip--color-accent h5 .jw-link-color:hover,
.jw-strip--color-accent h6 .jw-link-color:hover {
    color: #296f86
}

.jw-strip--color-accent .product-page .product__price__price {
    color: #fff
}

.jw-strip--color-accent .jw-heading-200 {
    font-size: 7.2rem;
    margin-top: 3.66rem;
    margin-bottom: 1.32rem
}

@media (max-width:1020px) {
    .jw-strip--color-accent .jw-heading-200 {
        font-size: 5.37rem;
        margin-top: 3.11rem;
        margin-bottom: 1.13666667rem
    }
}

@media (max-width:768px) {
    .jw-strip--color-accent .jw-heading-200 {
        font-size: 4.45rem;
        margin-top: 2.835rem;
        margin-bottom: 1.045rem
    }
}

.jw-strip--color-accent .jw-heading-150 {
    font-size: 5.4rem;
    margin-top: 3.12rem;
    margin-bottom: 1.14rem
}

@media (max-width:1020px) {
    .jw-strip--color-accent .jw-heading-150 {
        font-size: 4.17rem;
        margin-top: 2.75rem;
        margin-bottom: 1.01666667rem
    }
}

@media (max-width:768px) {
    .jw-strip--color-accent .jw-heading-150 {
        font-size: 3.55rem;
        margin-top: 2.565rem;
        margin-bottom: .955rem
    }
}

.jw-strip--color-accent .jw-heading-130 {
    font-size: 4.68rem;
    margin-top: 2.904rem;
    margin-bottom: 1.068rem
}

@media (max-width:1020px) {
    .jw-strip--color-accent .jw-heading-130 {
        font-size: 3.69rem;
        margin-top: 2.606rem;
        margin-bottom: .96866667rem
    }
}

@media (max-width:768px) {
    .jw-strip--color-accent .jw-heading-130 {
        font-size: 3.19rem;
        margin-top: 2.457rem;
        margin-bottom: .919rem
    }
}

.jw-strip--color-accent .jw-heading-120 {
    font-size: 4.32rem;
    margin-top: 2.796rem;
    margin-bottom: 1.032rem
}

@media (max-width:1020px) {
    .jw-strip--color-accent .jw-heading-120 {
        font-size: 3.45rem;
        margin-top: 2.534rem;
        margin-bottom: .94466667rem
    }
}

@media (max-width:768px) {
    .jw-strip--color-accent .jw-heading-120 {
        font-size: 3.01rem;
        margin-top: 2.403rem;
        margin-bottom: .901rem
    }
}

.jw-strip--color-accent h1,
.jw-strip--color-accent .jw-heading-100 {
    font-size: 3.6rem;
    margin-top: 2.58rem;
    margin-bottom: .96rem
}

@media (max-width:1020px) {
    .jw-strip--color-accent h1,
    .jw-strip--color-accent .jw-heading-100 {
        font-size: 2.97rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--color-accent h1,
    .jw-strip--color-accent .jw-heading-100 {
        font-size: 2.65rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent h2,
.jw-strip--color-accent .jw-heading-85 {
    font-size: 3.06rem;
    margin-top: 2.418rem;
    margin-bottom: .906rem
}

@media (max-width:1020px) {
    .jw-strip--color-accent h2,
    .jw-strip--color-accent .jw-heading-85 {
        font-size: 2.61rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--color-accent h2,
    .jw-strip--color-accent .jw-heading-85 {
        font-size: 2.38rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent h3,
.jw-strip--color-accent .jw-heading-70 {
    font-size: 2.52rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-strip--color-accent h3,
    .jw-strip--color-accent .jw-heading-70 {
        font-size: 2.25rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--color-accent h3,
    .jw-strip--color-accent .jw-heading-70 {
        font-size: 2.11rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent h4 {
    font-size: 1.73rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-strip--color-accent h4 {
        font-size: 1.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--color-accent h4 {
        font-size: 1.71rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse {
    background-color: #333;
    line-height: 1.5;
    font-size: 1.7rem;
    color: #a3a3a3
}

.jw-strip--color-inverse+:is(.jw-strip--color-inverse) {
    border-top: 1px solid rgba(163, 163, 163, 0.2)
}

:root .jw-strip--color-inverse {
    --w-color: #a3a3a3;
    --w-accent-color: #4caac9;
    --w-border-color: rgba(163, 163, 163, 0.3);
    --w-link-color: #4caac9;
    --w-background-color: #333;
    --w-form-error-color: hsl(2, 64%, 58%)
}

:root .jw-strip--color-inverse {
    --jw-swatch--paragraph-link-color: #4caac9;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #73bdd5;
    --jw-swatch--heading-color: #a3a3a3;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #bdbdbd;
    --jw-swatch--paragraph-color: #a3a3a3;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #bdbdbd;
    --jw-swatch--header-color: #4caac9;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #73bdd5
}

.jw-strip--color-inverse .jw-element-separator,
.jw-strip--color-inverse .jw-news-post,
.jw-strip--color-inverse .jw-comment,
.jw-strip--color-inverse .jw-columns__node--separator-left,
.jw-strip--color-inverse .jw-columns__node--separator-right,
.jw-strip--color-inverse .website-logout,
.jw-strip--color-inverse .jw-element-accordion__heading {
    border-color: rgba(163, 163, 163, 0.2)
}

.jw-strip--color-inverse .jw-steps__step {
    background-color: #333;
    border-color: rgba(163, 163, 163, 0.3);
    color: #8d8d8d
}

a.jw-strip--color-inverse .jw-steps__step:hover,
a.jw-strip--color-inverse .jw-steps__step:focus {
    color: #8d8d8d
}

.jw-strip--color-inverse .jw-steps__step--enabled {
    color: #a3a3a3
}

a.jw-strip--color-inverse .jw-steps__step--enabled:hover,
a.jw-strip--color-inverse .jw-steps__step--enabled:focus {
    color: #a3a3a3
}

.jw-strip--color-inverse .jw-steps__step--completed {
    background-color: #353f42;
    border-color: #4caac9;
    color: #87c6db
}

a.jw-strip--color-inverse .jw-steps__step--completed:hover,
a.jw-strip--color-inverse .jw-steps__step--completed:focus {
    color: #87c6db
}

.jw-strip--color-inverse .jw-steps__step--selected {
    background-color: #4caac9;
    border-color: #4caac9;
    color: #fff
}

a.jw-strip--color-inverse .jw-steps__step--selected:hover,
a.jw-strip--color-inverse .jw-steps__step--selected:focus {
    color: #fff
}

.jw-strip--color-inverse .jw-toggle-block__label {
    border-color: rgba(163, 163, 163, 0.2)
}

input:checked+.jw-strip--color-inverse .jw-toggle-block__label {
    border-color: #4caac9;
    box-shadow: 0 0 0 1px #4caac9
}

.jw-strip--color-inverse .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-strip--color-inverse .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-strip--color-inverse .jw-element-form-well {
    background: #3c3c3c
}

.jw-strip--color-inverse .jw-element-form-input-text {
    border-color: rgba(140, 140, 140, 0.5);
    color: #a3a3a3;
    background-color: #1a1a1a;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--color-inverse .jw-element-form-input-text:hover {
    border-color: #8c8c8c
}

.jw-strip--color-inverse .jw-element-form-input-text:focus {
    border-color: #4caac9;
    box-shadow: 0 0 0 2px #3f6e7e, 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--color-inverse select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23a3a3a3%22%20/%3E%3C/svg%3E')
}

.jw-strip--color-inverse input[type='radio']:focus,
.jw-strip--color-inverse input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #4caac9;
    outline: none
}

.jw-strip--color-inverse input[type='radio']:focus:not(:focus-visible),
.jw-strip--color-inverse input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-strip--color-inverse .jw-pagination__page {
    color: #4caac9
}

.jw-strip--color-inverse .jw-pagination__page:hover {
    background: rgba(76, 170, 201, 0.15);
    color: #4caac9
}

.jw-strip--color-inverse .jw-pagination__page--active,
.jw-strip--color-inverse .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #4caac9;
    background: transparent;
    color: #4caac9
}

.jw-strip--color-inverse .product-sticker {
    color: #fff;
    background: #4caac9
}

.jw-strip--color-inverse .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(163, 163, 163, 0.8)
}

.jw-strip--color-inverse .jw-tree-empty-placeholder__image {
    background-image: url('../images/content-empty-light.png')
}

.jw-strip--color-inverse .text--muted {
    color: #767676
}

.jw-strip--color-inverse .jw-element-social-share .share-button--wrapper {
    border-color: rgba(163, 163, 163, 0.2)
}

.jw-strip--color-inverse .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #4caac9
}

.jw-strip--color-inverse .jw-element-rating__icon-empty {
    color: #555
}

.jw-strip--color-inverse .jw-element-audio {
    --plyr-color-main: #4caac9;
    --plyr-audio-controls-background: #595959;
    --plyr-audio-control-color: #e5e5e5;
    --plyr-audio-control-background-hover: #4caac9;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(229, 229, 229, 0.3);
    --plyr-control-radius: 0
}

.jw-strip--color-inverse .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0;
    border-color: #757575
}

.jw-strip--color-inverse .jw-element-video {
    --plyr-color-main: #4caac9;
    --plyr-video-control-background-hover: #4caac9;
    --plyr-video-control-color-hover: #fff
}

.jw-strip--color-inverse .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #4caac9
}

.jw-strip--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-strip--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #4caac9;
    border-color: #4caac9
}

.jw-strip--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #4caac9;
    color: #fff
}

.jw-strip--color-inverse .jw-element-social-follow__default-color-getter {
    color: #4caac9
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3f5fa3;
    border-color: #3f5fa3
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #fff;
    border-color: #fff
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #4b6483;
    border-color: #4b6483
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #fff;
    border-color: #fff
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #25d366;
    border-color: #25d366
}

.jw-strip--color-inverse .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #4caac9;
    outline-offset: 1px
}

.jw-strip--color-inverse .image-gallery__thumbnail-item {
    border-color: rgba(163, 163, 163, 0.3)
}

.jw-strip--color-inverse .image-gallery__thumbnail-item:hover {
    border-color: rgba(163, 163, 163, 0.6)
}

.jw-strip--color-inverse .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #4caac9
}

.jw-strip--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__heading {
    background-color: #4caac9;
    color: #fff;
    border-color: #3490ae
}

.jw-strip--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__item {
    background-color: rgba(163, 163, 163, 0.05)
}

.jw-strip--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__content {
    border-color: #3490ae
}

.jw-strip--color-inverse .jw-table.jw-table--header.jw-table--border th,
.jw-strip--color-inverse .jw-table.jw-table--header.jw-table--striped th {
    background-color: #4caac9;
    color: #fff
}

.jw-strip--color-inverse .jw-table.jw-table--border tr,
.jw-strip--color-inverse .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(163, 163, 163, 0.1)
}

.jw-strip--color-inverse .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(163, 163, 163, 0.05)
}

.jw-strip--color-inverse .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(163, 163, 163, 0.15)
}

.jw-strip--color-inverse .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-strip--color-inverse .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(163, 163, 163, 0.3)
}

.jw-strip--color-inverse .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-strip--color-inverse .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #4caac9;
    color: #fff
}

.jw-strip--color-inverse .product,
.jw-strip--color-inverse .product__description,
.jw-strip--color-inverse .product-page__description,
.jw-strip--color-inverse .product-page__social {
    border-color: rgba(163, 163, 163, 0.2)
}

.jw-strip--color-inverse .jw-columns .jw-product .product,
.jw-strip--color-inverse .image-gallery__thumbnail-item {
    border-radius: 0
}

.jw-strip--color-inverse .product__free-shipping-motivator {
    color: #4caac9
}

.jw-strip--color-inverse .product-gallery--empty {
    border: 1px solid rgba(163, 163, 163, 0.3);
    color: rgba(163, 163, 163, 0.5)
}

.jw-strip--color-inverse .product-gallery__content {
    background: #333
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(163, 163, 163, 0.3)
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__content:hover,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__content:hover {
    background: #424242;
    border-color: rgba(163, 163, 163, 0.6)
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #424242;
    border-color: rgba(163, 163, 163, 0.6)
}

.jw-strip--color-inverse .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(66, 66, 66, 0.9)
}

.jw-strip--color-inverse .product-gallery__price {
    color: #828282
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__expand-container button,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__expand-container button,
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__expand-container select,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__expand-container select {
    height: 36px;
    box-sizing: border-box
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -51px
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -51px
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__expand-container {
    height: 36px;
    margin-top: -36px
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -97px
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -97px
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container {
    height: 82px;
    margin-top: -82px
}

.jw-is-touch-device .jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item .product-gallery__content:hover,
.jw-is-touch-device .jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item .product-gallery__content:hover {
    margin-bottom: 0
}

.jw-is-touch-device .jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item .product-gallery__content:focus-within,
.jw-is-touch-device .jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item .product-gallery__content:focus-within {
    margin-bottom: 0
}

.jw-is-touch-device .jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item .product-gallery__expand-container,
.jw-is-touch-device .jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item .product-gallery__expand-container {
    height: auto;
    margin-top: 15px;
    opacity: 1;
    visibility: visible
}

.jw-strip--color-inverse .product-gallery-filter__button {
    color: #4caac9
}

.jw-strip--color-inverse .jw-btn {
    --jw-comp--button--primary-color: #4caac9;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #73bdd5
}

.jw-strip--color-inverse .jw-icon-image__inner {
    background-color: #4caac9
}

.jw-strip--color-inverse .jw-image-is-square .jw-icon-image,
.jw-strip--color-inverse .jw-image-is-rounded .jw-icon-image,
.jw-strip--color-inverse .jw-image-is-round .jw-icon-image {
    background-color: #4caac9
}

.jw-strip--color-inverse .jw-image-is-square .jw-icon-image__inner,
.jw-strip--color-inverse .jw-image-is-rounded .jw-icon-image__inner,
.jw-strip--color-inverse .jw-image-is-round .jw-icon-image__inner {
    background-color: #333
}

@media (max-width:1020px) {
    .jw-strip--color-inverse {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .jw-strip--color-inverse {
        line-height: 1.35;
        font-size: 1.43rem
    }
}

.jw-strip--color-inverse a,
.jw-strip--color-inverse .jw-link-color {
    color: #4caac9;
    text-decoration: underline
}

.jw-strip--color-inverse a:hover,
.jw-strip--color-inverse .jw-link-color:hover {
    color: #73bdd5;
    text-decoration: underline
}

.jw-strip--color-inverse p,
.jw-strip--color-inverse ol,
.jw-strip--color-inverse ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-strip--color-inverse span[style*='color'] a {
    color: inherit
}

.jw-strip--color-inverse button {
    line-height: 1.5
}

.jw-strip--color-inverse .jw-text-small {
    font-size: 1.19rem
}

.jw-strip--color-inverse .jw-accent-text-color {
    color: #4caac9
}

.jw-strip--color-inverse .jw-accent-background {
    color: #fff;
    background-color: #4caac9
}

.jw-strip--color-inverse .jw-accent-background a,
.jw-strip--color-inverse .jw-accent-background .jw-link-button {
    color: #fff
}

.jw-strip--color-inverse .jw-accent-border-link-color {
    border-color: #4caac9
}

.jw-strip--color-inverse .jw-accent-border-color {
    border-color: #a3a3a3
}

.jw-strip--color-inverse h1,
.jw-strip--color-inverse h2,
.jw-strip--color-inverse h3,
.jw-strip--color-inverse h4,
.jw-strip--color-inverse h5,
.jw-strip--color-inverse h6 {
    line-height: 1.1;
    color: #a3a3a3;
    font-family: "Questrial", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {
    .jw-strip--color-inverse h1,
    .jw-strip--color-inverse h2,
    .jw-strip--color-inverse h3,
    .jw-strip--color-inverse h4,
    .jw-strip--color-inverse h5,
    .jw-strip--color-inverse h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {
    .jw-strip--color-inverse h1,
    .jw-strip--color-inverse h2,
    .jw-strip--color-inverse h3,
    .jw-strip--color-inverse h4,
    .jw-strip--color-inverse h5,
    .jw-strip--color-inverse h6 {
        line-height: 1.1
    }
}

.jw-strip--color-inverse h1 a,
.jw-strip--color-inverse h2 a,
.jw-strip--color-inverse h3 a,
.jw-strip--color-inverse h4 a,
.jw-strip--color-inverse h5 a,
.jw-strip--color-inverse h6 a,
.jw-strip--color-inverse h1 .jw-link-color,
.jw-strip--color-inverse h2 .jw-link-color,
.jw-strip--color-inverse h3 .jw-link-color,
.jw-strip--color-inverse h4 .jw-link-color,
.jw-strip--color-inverse h5 .jw-link-color,
.jw-strip--color-inverse h6 .jw-link-color {
    text-decoration: underline;
    color: #4caac9
}

.jw-strip--color-inverse h1 a:hover,
.jw-strip--color-inverse h2 a:hover,
.jw-strip--color-inverse h3 a:hover,
.jw-strip--color-inverse h4 a:hover,
.jw-strip--color-inverse h5 a:hover,
.jw-strip--color-inverse h6 a:hover,
.jw-strip--color-inverse h1 .jw-link-color:hover,
.jw-strip--color-inverse h2 .jw-link-color:hover,
.jw-strip--color-inverse h3 .jw-link-color:hover,
.jw-strip--color-inverse h4 .jw-link-color:hover,
.jw-strip--color-inverse h5 .jw-link-color:hover,
.jw-strip--color-inverse h6 .jw-link-color:hover {
    color: #73bdd5
}

.jw-strip--color-inverse .product-page .product__price__price {
    color: #a3a3a3
}

.jw-strip--color-inverse .jw-heading-200 {
    font-size: 7.2rem;
    margin-top: 3.66rem;
    margin-bottom: 1.32rem
}

@media (max-width:1020px) {
    .jw-strip--color-inverse .jw-heading-200 {
        font-size: 5.37rem;
        margin-top: 3.11rem;
        margin-bottom: 1.13666667rem
    }
}

@media (max-width:768px) {
    .jw-strip--color-inverse .jw-heading-200 {
        font-size: 4.45rem;
        margin-top: 2.835rem;
        margin-bottom: 1.045rem
    }
}

.jw-strip--color-inverse .jw-heading-150 {
    font-size: 5.4rem;
    margin-top: 3.12rem;
    margin-bottom: 1.14rem
}

@media (max-width:1020px) {
    .jw-strip--color-inverse .jw-heading-150 {
        font-size: 4.17rem;
        margin-top: 2.75rem;
        margin-bottom: 1.01666667rem
    }
}

@media (max-width:768px) {
    .jw-strip--color-inverse .jw-heading-150 {
        font-size: 3.55rem;
        margin-top: 2.565rem;
        margin-bottom: .955rem
    }
}

.jw-strip--color-inverse .jw-heading-130 {
    font-size: 4.68rem;
    margin-top: 2.904rem;
    margin-bottom: 1.068rem
}

@media (max-width:1020px) {
    .jw-strip--color-inverse .jw-heading-130 {
        font-size: 3.69rem;
        margin-top: 2.606rem;
        margin-bottom: .96866667rem
    }
}

@media (max-width:768px) {
    .jw-strip--color-inverse .jw-heading-130 {
        font-size: 3.19rem;
        margin-top: 2.457rem;
        margin-bottom: .919rem
    }
}

.jw-strip--color-inverse .jw-heading-120 {
    font-size: 4.32rem;
    margin-top: 2.796rem;
    margin-bottom: 1.032rem
}

@media (max-width:1020px) {
    .jw-strip--color-inverse .jw-heading-120 {
        font-size: 3.45rem;
        margin-top: 2.534rem;
        margin-bottom: .94466667rem
    }
}

@media (max-width:768px) {
    .jw-strip--color-inverse .jw-heading-120 {
        font-size: 3.01rem;
        margin-top: 2.403rem;
        margin-bottom: .901rem
    }
}

.jw-strip--color-inverse h1,
.jw-strip--color-inverse .jw-heading-100 {
    font-size: 3.6rem;
    margin-top: 2.58rem;
    margin-bottom: .96rem
}

@media (max-width:1020px) {
    .jw-strip--color-inverse h1,
    .jw-strip--color-inverse .jw-heading-100 {
        font-size: 2.97rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--color-inverse h1,
    .jw-strip--color-inverse .jw-heading-100 {
        font-size: 2.65rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse h2,
.jw-strip--color-inverse .jw-heading-85 {
    font-size: 3.06rem;
    margin-top: 2.418rem;
    margin-bottom: .906rem
}

@media (max-width:1020px) {
    .jw-strip--color-inverse h2,
    .jw-strip--color-inverse .jw-heading-85 {
        font-size: 2.61rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--color-inverse h2,
    .jw-strip--color-inverse .jw-heading-85 {
        font-size: 2.38rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse h3,
.jw-strip--color-inverse .jw-heading-70 {
    font-size: 2.52rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-strip--color-inverse h3,
    .jw-strip--color-inverse .jw-heading-70 {
        font-size: 2.25rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--color-inverse h3,
    .jw-strip--color-inverse .jw-heading-70 {
        font-size: 2.11rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse h4 {
    font-size: 1.73rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-strip--color-inverse h4 {
        font-size: 1.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--color-inverse h4 {
        font-size: 1.71rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark {
    background-color: white;
    line-height: 1.5;
    font-size: 1.7rem;
    color: #404040
}

.jw-strip--image-content-color-dark+:is(.jw-strip--image-content-color-dark) {
    border-top: 1px solid rgba(64, 64, 64, 0.08)
}

:root .jw-strip--image-content-color-dark {
    --w-color: #404040;
    --w-accent-color: #4caac9;
    --w-border-color: rgba(64, 64, 64, 0.2);
    --w-link-color: #3490ae;
    --w-background-color: white;
    --w-form-error-color: hsl(2, 64%, 58%)
}

:root .jw-strip--image-content-color-dark {
    --jw-swatch--paragraph-link-color: #3490ae;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #4caac9;
    --jw-swatch--heading-color: #404040;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #595959;
    --jw-swatch--paragraph-color: #404040;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #595959;
    --jw-swatch--header-color: #3490ae;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #4caac9
}

.jw-strip--image-content-color-dark .jw-element-separator,
.jw-strip--image-content-color-dark .jw-news-post,
.jw-strip--image-content-color-dark .jw-comment,
.jw-strip--image-content-color-dark .jw-columns__node--separator-left,
.jw-strip--image-content-color-dark .jw-columns__node--separator-right,
.jw-strip--image-content-color-dark .website-logout,
.jw-strip--image-content-color-dark .jw-element-accordion__heading {
    border-color: rgba(64, 64, 64, 0.08)
}

.jw-strip--image-content-color-dark .jw-steps__step {
    background-color: white;
    border-color: rgba(64, 64, 64, 0.2);
    color: #666
}

a.jw-strip--image-content-color-dark .jw-steps__step:hover,
a.jw-strip--image-content-color-dark .jw-steps__step:focus {
    color: #666
}

.jw-strip--image-content-color-dark .jw-steps__step--enabled {
    color: #404040
}

a.jw-strip--image-content-color-dark .jw-steps__step--enabled:hover,
a.jw-strip--image-content-color-dark .jw-steps__step--enabled:focus {
    color: #404040
}

.jw-strip--image-content-color-dark .jw-steps__step--completed {
    background-color: #ebf4f7;
    border-color: #3490ae;
    color: #235f73
}

a.jw-strip--image-content-color-dark .jw-steps__step--completed:hover,
a.jw-strip--image-content-color-dark .jw-steps__step--completed:focus {
    color: #235f73
}

.jw-strip--image-content-color-dark .jw-steps__step--selected {
    background-color: #3490ae;
    border-color: #3490ae;
    color: #fff
}

a.jw-strip--image-content-color-dark .jw-steps__step--selected:hover,
a.jw-strip--image-content-color-dark .jw-steps__step--selected:focus {
    color: #fff
}

.jw-strip--image-content-color-dark .jw-toggle-block__label {
    border-color: rgba(64, 64, 64, 0.08)
}

input:checked+.jw-strip--image-content-color-dark .jw-toggle-block__label {
    border-color: #3490ae;
    box-shadow: 0 0 0 1px #3490ae
}

.jw-strip--image-content-color-dark .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-strip--image-content-color-dark .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-strip--image-content-color-dark .jw-element-form-well {
    background: #f5f5f5
}

.jw-strip--image-content-color-dark .jw-element-form-input-text {
    border-color: rgba(166, 166, 166, 0.5);
    color: #404040;
    background-color: #e6e6e6;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--image-content-color-dark .jw-element-form-input-text:hover {
    border-color: #a6a6a6
}

.jw-strip--image-content-color-dark .jw-element-form-input-text:focus {
    border-color: #3490ae;
    box-shadow: 0 0 0 2px #9ac7d6, 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--image-content-color-dark select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23404040%22%20/%3E%3C/svg%3E')
}

.jw-strip--image-content-color-dark input[type='radio']:focus,
.jw-strip--image-content-color-dark input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #3490ae;
    outline: none
}

.jw-strip--image-content-color-dark input[type='radio']:focus:not(:focus-visible),
.jw-strip--image-content-color-dark input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-strip--image-content-color-dark .jw-pagination__page {
    color: #3490ae
}

.jw-strip--image-content-color-dark .jw-pagination__page:hover {
    background: rgba(52, 144, 174, 0.15);
    color: #3490ae
}

.jw-strip--image-content-color-dark .jw-pagination__page--active,
.jw-strip--image-content-color-dark .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #3490ae;
    background: transparent;
    color: #3490ae
}

.jw-strip--image-content-color-dark .product-sticker {
    color: #fff;
    background: #3490ae
}

.jw-strip--image-content-color-dark .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(64, 64, 64, 0.8)
}

.jw-strip--image-content-color-dark .jw-tree-empty-placeholder__image {
    background-image: url('../images/content-empty.png')
}

.jw-strip--image-content-color-dark .text--muted {
    color: #8c8c8c
}

.jw-strip--image-content-color-dark .jw-element-social-share .share-button--wrapper {
    border-color: rgba(64, 64, 64, 0.08)
}

.jw-strip--image-content-color-dark .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #3490ae
}

.jw-strip--image-content-color-dark .jw-element-rating__icon-empty {
    color: #c6c6c6
}

.jw-strip--image-content-color-dark .jw-element-audio {
    --plyr-color-main: #3490ae;
    --plyr-audio-controls-background: #f0f0f0;
    --plyr-audio-control-color: #404040;
    --plyr-audio-control-background-hover: #3490ae;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(64, 64, 64, 0.3);
    --plyr-control-radius: 0
}

.jw-strip--image-content-color-dark .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0;
    border-color: #cdcdcd
}

.jw-strip--image-content-color-dark .jw-element-video {
    --plyr-color-main: #3490ae;
    --plyr-video-control-background-hover: #3490ae;
    --plyr-video-control-color-hover: #fff
}

.jw-strip--image-content-color-dark .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #4caac9
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #3490ae;
    border-color: #3490ae
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #3490ae;
    color: #fff
}

.jw-strip--image-content-color-dark .jw-element-social-follow__default-color-getter {
    color: #3490ae
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #24cf64;
    border-color: #24cf64
}

.jw-strip--image-content-color-dark .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #3490ae;
    outline-offset: 1px
}

.jw-strip--image-content-color-dark .image-gallery__thumbnail-item {
    border-color: rgba(64, 64, 64, 0.2)
}

.jw-strip--image-content-color-dark .image-gallery__thumbnail-item:hover {
    border-color: rgba(64, 64, 64, 0.5)
}

.jw-strip--image-content-color-dark .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #3490ae
}

.jw-strip--image-content-color-dark .jw-element-accordion--style-box .jw-strip--image-content-color-dark .jw-element-accordion__heading {
    background-color: #3490ae;
    color: #fff;
    border-color: #296f86
}

.jw-strip--image-content-color-dark .jw-element-accordion--style-box .jw-strip--image-content-color-dark .jw-element-accordion__item {
    background-color: rgba(64, 64, 64, 0.05)
}

.jw-strip--image-content-color-dark .jw-element-accordion--style-box .jw-strip--image-content-color-dark .jw-element-accordion__content {
    border-color: #296f86
}

.jw-strip--image-content-color-dark .jw-table.jw-table--header.jw-table--border th,
.jw-strip--image-content-color-dark .jw-table.jw-table--header.jw-table--striped th {
    background-color: #3490ae;
    color: #fff
}

.jw-strip--image-content-color-dark .jw-table.jw-table--border tr,
.jw-strip--image-content-color-dark .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(64, 64, 64, 0.1)
}

.jw-strip--image-content-color-dark .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(64, 64, 64, 0.05)
}

.jw-strip--image-content-color-dark .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(64, 64, 64, 0.15)
}

.jw-strip--image-content-color-dark .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-strip--image-content-color-dark .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(64, 64, 64, 0.3)
}

.jw-strip--image-content-color-dark .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-strip--image-content-color-dark .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #3490ae;
    color: #fff
}

.jw-strip--image-content-color-dark .product,
.jw-strip--image-content-color-dark .product__description,
.jw-strip--image-content-color-dark .product-page__description,
.jw-strip--image-content-color-dark .product-page__social {
    border-color: rgba(64, 64, 64, 0.07)
}

.jw-strip--image-content-color-dark .jw-columns .jw-product .product,
.jw-strip--image-content-color-dark .image-gallery__thumbnail-item {
    border-radius: 0
}

.jw-strip--image-content-color-dark .product__free-shipping-motivator {
    color: #3490ae
}

.jw-strip--image-content-color-dark .product-gallery--empty {
    border: 1px solid rgba(64, 64, 64, 0.2);
    color: rgba(64, 64, 64, 0.5)
}

.jw-strip--image-content-color-dark .product-gallery__content {
    background: white
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(64, 64, 64, 0.2)
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__content:hover,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__content:hover {
    background: #fff;
    border-color: rgba(64, 64, 64, 0.5)
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #fff;
    border-color: rgba(64, 64, 64, 0.5)
}

.jw-strip--image-content-color-dark .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(255, 255, 255, 0.9)
}

.jw-strip--image-content-color-dark .product-gallery__price {
    color: #797979
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__expand-container button,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__expand-container button,
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__expand-container select,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__expand-container select {
    height: 36px;
    box-sizing: border-box
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -51px
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -51px
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__expand-container {
    height: 36px;
    margin-top: -36px
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -97px
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -97px
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container {
    height: 82px;
    margin-top: -82px
}

.jw-is-touch-device .jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item .product-gallery__content:hover,
.jw-is-touch-device .jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item .product-gallery__content:hover {
    margin-bottom: 0
}

.jw-is-touch-device .jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item .product-gallery__content:focus-within,
.jw-is-touch-device .jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item .product-gallery__content:focus-within {
    margin-bottom: 0
}

.jw-is-touch-device .jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item .product-gallery__expand-container,
.jw-is-touch-device .jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item .product-gallery__expand-container {
    height: auto;
    margin-top: 15px;
    opacity: 1;
    visibility: visible
}

.jw-strip--image-content-color-dark .product-gallery-filter__button {
    color: #3490ae
}

.jw-strip--image-content-color-dark .jw-btn {
    --jw-comp--button--primary-color: #3490ae;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #4caac9
}

.jw-strip--image-content-color-dark .jw-icon-image__inner {
    background-color: #3490ae
}

.jw-strip--image-content-color-dark .jw-image-is-square .jw-icon-image,
.jw-strip--image-content-color-dark .jw-image-is-rounded .jw-icon-image,
.jw-strip--image-content-color-dark .jw-image-is-round .jw-icon-image {
    background-color: #3490ae
}

.jw-strip--image-content-color-dark .jw-image-is-square .jw-icon-image__inner,
.jw-strip--image-content-color-dark .jw-image-is-rounded .jw-icon-image__inner,
.jw-strip--image-content-color-dark .jw-image-is-round .jw-icon-image__inner {
    background-color: white
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark {
        line-height: 1.35;
        font-size: 1.43rem
    }
}

.jw-strip--image-content-color-dark a,
.jw-strip--image-content-color-dark .jw-link-color {
    color: #3490ae;
    text-decoration: underline
}

.jw-strip--image-content-color-dark a:hover,
.jw-strip--image-content-color-dark .jw-link-color:hover {
    color: #4caac9;
    text-decoration: underline
}

.jw-strip--image-content-color-dark p,
.jw-strip--image-content-color-dark ol,
.jw-strip--image-content-color-dark ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-strip--image-content-color-dark span[style*='color'] a {
    color: inherit
}

.jw-strip--image-content-color-dark button {
    line-height: 1.5
}

.jw-strip--image-content-color-dark .jw-text-small {
    font-size: 1.19rem
}

.jw-strip--image-content-color-dark .jw-accent-text-color {
    color: #3490ae
}

.jw-strip--image-content-color-dark .jw-accent-background {
    color: #fcfefe;
    background-color: #3490ae
}

.jw-strip--image-content-color-dark .jw-accent-background a,
.jw-strip--image-content-color-dark .jw-accent-background .jw-link-button {
    color: #fcfefe
}

.jw-strip--image-content-color-dark .jw-accent-border-link-color {
    border-color: #3490ae
}

.jw-strip--image-content-color-dark .jw-accent-border-color {
    border-color: #404040
}

.jw-strip--image-content-color-dark h1,
.jw-strip--image-content-color-dark h2,
.jw-strip--image-content-color-dark h3,
.jw-strip--image-content-color-dark h4,
.jw-strip--image-content-color-dark h5,
.jw-strip--image-content-color-dark h6 {
    line-height: 1.1;
    color: #404040;
    font-family: "Questrial", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark h1,
    .jw-strip--image-content-color-dark h2,
    .jw-strip--image-content-color-dark h3,
    .jw-strip--image-content-color-dark h4,
    .jw-strip--image-content-color-dark h5,
    .jw-strip--image-content-color-dark h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark h1,
    .jw-strip--image-content-color-dark h2,
    .jw-strip--image-content-color-dark h3,
    .jw-strip--image-content-color-dark h4,
    .jw-strip--image-content-color-dark h5,
    .jw-strip--image-content-color-dark h6 {
        line-height: 1.1
    }
}

.jw-strip--image-content-color-dark h1 a,
.jw-strip--image-content-color-dark h2 a,
.jw-strip--image-content-color-dark h3 a,
.jw-strip--image-content-color-dark h4 a,
.jw-strip--image-content-color-dark h5 a,
.jw-strip--image-content-color-dark h6 a,
.jw-strip--image-content-color-dark h1 .jw-link-color,
.jw-strip--image-content-color-dark h2 .jw-link-color,
.jw-strip--image-content-color-dark h3 .jw-link-color,
.jw-strip--image-content-color-dark h4 .jw-link-color,
.jw-strip--image-content-color-dark h5 .jw-link-color,
.jw-strip--image-content-color-dark h6 .jw-link-color {
    text-decoration: underline;
    color: #3490ae
}

.jw-strip--image-content-color-dark h1 a:hover,
.jw-strip--image-content-color-dark h2 a:hover,
.jw-strip--image-content-color-dark h3 a:hover,
.jw-strip--image-content-color-dark h4 a:hover,
.jw-strip--image-content-color-dark h5 a:hover,
.jw-strip--image-content-color-dark h6 a:hover,
.jw-strip--image-content-color-dark h1 .jw-link-color:hover,
.jw-strip--image-content-color-dark h2 .jw-link-color:hover,
.jw-strip--image-content-color-dark h3 .jw-link-color:hover,
.jw-strip--image-content-color-dark h4 .jw-link-color:hover,
.jw-strip--image-content-color-dark h5 .jw-link-color:hover,
.jw-strip--image-content-color-dark h6 .jw-link-color:hover {
    color: #4caac9
}

.jw-strip--image-content-color-dark .product-page .product__price__price {
    color: #404040
}

.jw-strip--image-content-color-dark .jw-heading-200 {
    font-size: 7.2rem;
    margin-top: 3.66rem;
    margin-bottom: 1.32rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark .jw-heading-200 {
        font-size: 5.37rem;
        margin-top: 3.11rem;
        margin-bottom: 1.13666667rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark .jw-heading-200 {
        font-size: 4.45rem;
        margin-top: 2.835rem;
        margin-bottom: 1.045rem
    }
}

.jw-strip--image-content-color-dark .jw-heading-150 {
    font-size: 5.4rem;
    margin-top: 3.12rem;
    margin-bottom: 1.14rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark .jw-heading-150 {
        font-size: 4.17rem;
        margin-top: 2.75rem;
        margin-bottom: 1.01666667rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark .jw-heading-150 {
        font-size: 3.55rem;
        margin-top: 2.565rem;
        margin-bottom: .955rem
    }
}

.jw-strip--image-content-color-dark .jw-heading-130 {
    font-size: 4.68rem;
    margin-top: 2.904rem;
    margin-bottom: 1.068rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark .jw-heading-130 {
        font-size: 3.69rem;
        margin-top: 2.606rem;
        margin-bottom: .96866667rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark .jw-heading-130 {
        font-size: 3.19rem;
        margin-top: 2.457rem;
        margin-bottom: .919rem
    }
}

.jw-strip--image-content-color-dark .jw-heading-120 {
    font-size: 4.32rem;
    margin-top: 2.796rem;
    margin-bottom: 1.032rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark .jw-heading-120 {
        font-size: 3.45rem;
        margin-top: 2.534rem;
        margin-bottom: .94466667rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark .jw-heading-120 {
        font-size: 3.01rem;
        margin-top: 2.403rem;
        margin-bottom: .901rem
    }
}

.jw-strip--image-content-color-dark h1,
.jw-strip--image-content-color-dark .jw-heading-100 {
    font-size: 3.6rem;
    margin-top: 2.58rem;
    margin-bottom: .96rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark h1,
    .jw-strip--image-content-color-dark .jw-heading-100 {
        font-size: 2.97rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark h1,
    .jw-strip--image-content-color-dark .jw-heading-100 {
        font-size: 2.65rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark h2,
.jw-strip--image-content-color-dark .jw-heading-85 {
    font-size: 3.06rem;
    margin-top: 2.418rem;
    margin-bottom: .906rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark h2,
    .jw-strip--image-content-color-dark .jw-heading-85 {
        font-size: 2.61rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark h2,
    .jw-strip--image-content-color-dark .jw-heading-85 {
        font-size: 2.38rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark h3,
.jw-strip--image-content-color-dark .jw-heading-70 {
    font-size: 2.52rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark h3,
    .jw-strip--image-content-color-dark .jw-heading-70 {
        font-size: 2.25rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark h3,
    .jw-strip--image-content-color-dark .jw-heading-70 {
        font-size: 2.11rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark h4 {
    font-size: 1.73rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark h4 {
        font-size: 1.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark h4 {
        font-size: 1.71rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark .jw-strip__backdrop {
    background-color: rgba(255, 255, 255, 0.3)
}

.jw-strip--image-content-color-dark .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(0, 0, 0, 0.8)
}

.jw-strip--image-content-color-light {
    background-color: black;
    line-height: 1.5;
    font-size: 1.7rem;
    color: #fff
}

.jw-strip--image-content-color-light+:is(.jw-strip--image-content-color-light) {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

:root .jw-strip--image-content-color-light {
    --w-color: #fff;
    --w-accent-color: #4caac9;
    --w-border-color: rgba(255, 255, 255, 0.3);
    --w-link-color: #4caac9;
    --w-background-color: black;
    --w-form-error-color: hsl(2, 64%, 58%)
}

:root .jw-strip--image-content-color-light {
    --jw-swatch--paragraph-link-color: #4caac9;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #73bdd5;
    --jw-swatch--heading-color: #fff;
    --jw-swatch--heading-color--button-text-on: #737373;
    --jw-swatch--heading-color--button-hover: #e6e6e6;
    --jw-swatch--paragraph-color: #fff;
    --jw-swatch--paragraph-color--button-text-on: #737373;
    --jw-swatch--paragraph-color--button-hover: #e6e6e6;
    --jw-swatch--header-color: #4caac9;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #73bdd5
}

.jw-strip--image-content-color-light .jw-element-separator,
.jw-strip--image-content-color-light .jw-news-post,
.jw-strip--image-content-color-light .jw-comment,
.jw-strip--image-content-color-light .jw-columns__node--separator-left,
.jw-strip--image-content-color-light .jw-columns__node--separator-right,
.jw-strip--image-content-color-light .website-logout,
.jw-strip--image-content-color-light .jw-element-accordion__heading {
    border-color: rgba(255, 255, 255, 0.2)
}

.jw-strip--image-content-color-light .jw-steps__step {
    background-color: black;
    border-color: rgba(255, 255, 255, 0.3);
    color: #ccc
}

a.jw-strip--image-content-color-light .jw-steps__step:hover,
a.jw-strip--image-content-color-light .jw-steps__step:focus {
    color: #ccc
}

.jw-strip--image-content-color-light .jw-steps__step--enabled {
    color: #fff
}

a.jw-strip--image-content-color-light .jw-steps__step--enabled:hover,
a.jw-strip--image-content-color-light .jw-steps__step--enabled:focus {
    color: #fff
}

.jw-strip--image-content-color-light .jw-steps__step--completed {
    background-color: #081114;
    border-color: #4caac9;
    color: #87c6db
}

a.jw-strip--image-content-color-light .jw-steps__step--completed:hover,
a.jw-strip--image-content-color-light .jw-steps__step--completed:focus {
    color: #87c6db
}

.jw-strip--image-content-color-light .jw-steps__step--selected {
    background-color: #4caac9;
    border-color: #4caac9;
    color: #fff
}

a.jw-strip--image-content-color-light .jw-steps__step--selected:hover,
a.jw-strip--image-content-color-light .jw-steps__step--selected:focus {
    color: #fff
}

.jw-strip--image-content-color-light .jw-toggle-block__label {
    border-color: rgba(255, 255, 255, 0.2)
}

input:checked+.jw-strip--image-content-color-light .jw-toggle-block__label {
    border-color: #4caac9;
    box-shadow: 0 0 0 1px #4caac9
}

.jw-strip--image-content-color-light .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-strip--image-content-color-light .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-strip--image-content-color-light .jw-element-form-well {
    background: #141414
}

.jw-strip--image-content-color-light .jw-element-form-input-text {
    border-color: rgba(89, 89, 89, 0.5);
    color: #fff;
    background-color: #1a1a1a;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--image-content-color-light .jw-element-form-input-text:hover {
    border-color: #595959
}

.jw-strip--image-content-color-light .jw-element-form-input-text:focus {
    border-color: #4caac9;
    box-shadow: 0 0 0 2px #265565, 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--image-content-color-light select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23ffffff%22%20/%3E%3C/svg%3E')
}

.jw-strip--image-content-color-light input[type='radio']:focus,
.jw-strip--image-content-color-light input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #4caac9;
    outline: none
}

.jw-strip--image-content-color-light input[type='radio']:focus:not(:focus-visible),
.jw-strip--image-content-color-light input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-strip--image-content-color-light .jw-pagination__page {
    color: #4caac9
}

.jw-strip--image-content-color-light .jw-pagination__page:hover {
    background: rgba(76, 170, 201, 0.15);
    color: #4caac9
}

.jw-strip--image-content-color-light .jw-pagination__page--active,
.jw-strip--image-content-color-light .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #4caac9;
    background: transparent;
    color: #4caac9
}

.jw-strip--image-content-color-light .product-sticker {
    color: #fff;
    background: #4caac9
}

.jw-strip--image-content-color-light .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(255, 255, 255, 0.8)
}

.jw-strip--image-content-color-light .jw-tree-empty-placeholder__image {
    background-image: url('../images/content-empty-light.png')
}

.jw-strip--image-content-color-light .text--muted {
    color: #999
}

.jw-strip--image-content-color-light .jw-element-social-share .share-button--wrapper {
    border-color: rgba(255, 255, 255, 0.2)
}

.jw-strip--image-content-color-light .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #4caac9
}

.jw-strip--image-content-color-light .jw-element-rating__icon-empty {
    color: #4d4d4d
}

.jw-strip--image-content-color-light .jw-element-audio {
    --plyr-color-main: #4caac9;
    --plyr-audio-controls-background: #262626;
    --plyr-audio-control-color: #fff;
    --plyr-audio-control-background-hover: #4caac9;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(255, 255, 255, 0.3);
    --plyr-control-radius: 0
}

.jw-strip--image-content-color-light .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0;
    border-color: #525252
}

.jw-strip--image-content-color-light .jw-element-video {
    --plyr-color-main: #4caac9;
    --plyr-video-control-background-hover: #4caac9;
    --plyr-video-control-color-hover: #fff
}

.jw-strip--image-content-color-light .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #4caac9
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-strip--image-content-color-light .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #4caac9;
    border-color: #4caac9
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #4caac9;
    color: #fff
}

.jw-strip--image-content-color-light .jw-element-social-follow__default-color-getter {
    color: #4caac9
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #fff;
    border-color: #fff
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #fff;
    border-color: #fff
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #25d366;
    border-color: #25d366
}

.jw-strip--image-content-color-light .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #4caac9;
    outline-offset: 1px
}

.jw-strip--image-content-color-light .image-gallery__thumbnail-item {
    border-color: rgba(255, 255, 255, 0.3)
}

.jw-strip--image-content-color-light .image-gallery__thumbnail-item:hover {
    border-color: rgba(255, 255, 255, 0.6)
}

.jw-strip--image-content-color-light .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #4caac9
}

.jw-strip--image-content-color-light .jw-element-accordion--style-box .jw-strip--image-content-color-light .jw-element-accordion__heading {
    background-color: #4caac9;
    color: #fff;
    border-color: #3490ae
}

.jw-strip--image-content-color-light .jw-element-accordion--style-box .jw-strip--image-content-color-light .jw-element-accordion__item {
    background-color: rgba(255, 255, 255, 0.05)
}

.jw-strip--image-content-color-light .jw-element-accordion--style-box .jw-strip--image-content-color-light .jw-element-accordion__content {
    border-color: #3490ae
}

.jw-strip--image-content-color-light .jw-table.jw-table--header.jw-table--border th,
.jw-strip--image-content-color-light .jw-table.jw-table--header.jw-table--striped th {
    background-color: #4caac9;
    color: #fff
}

.jw-strip--image-content-color-light .jw-table.jw-table--border tr,
.jw-strip--image-content-color-light .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.jw-strip--image-content-color-light .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(255, 255, 255, 0.05)
}

.jw-strip--image-content-color-light .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(255, 255, 255, 0.15)
}

.jw-strip--image-content-color-light .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-strip--image-content-color-light .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3)
}

.jw-strip--image-content-color-light .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-strip--image-content-color-light .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #4caac9;
    color: #fff
}

.jw-strip--image-content-color-light .product,
.jw-strip--image-content-color-light .product__description,
.jw-strip--image-content-color-light .product-page__description,
.jw-strip--image-content-color-light .product-page__social {
    border-color: rgba(255, 255, 255, 0.2)
}

.jw-strip--image-content-color-light .jw-columns .jw-product .product,
.jw-strip--image-content-color-light .image-gallery__thumbnail-item {
    border-radius: 0
}

.jw-strip--image-content-color-light .product__free-shipping-motivator {
    color: #4caac9
}

.jw-strip--image-content-color-light .product-gallery--empty {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.5)
}

.jw-strip--image-content-color-light .product-gallery__content {
    background: black
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(255, 255, 255, 0.3)
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__content:hover,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__content:hover {
    background: #0f0f0f;
    border-color: rgba(255, 255, 255, 0.6)
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #0f0f0f;
    border-color: rgba(255, 255, 255, 0.6)
}

.jw-strip--image-content-color-light .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(15, 15, 15, 0.9)
}

.jw-strip--image-content-color-light .product-gallery__price {
    color: #b3b3b3
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__expand-container button,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__expand-container button,
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__expand-container select,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__expand-container select {
    height: 36px;
    box-sizing: border-box
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -51px
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -51px
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__expand-container {
    height: 36px;
    margin-top: -36px
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -97px
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -97px
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container {
    height: 82px;
    margin-top: -82px
}

.jw-is-touch-device .jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item .product-gallery__content:hover,
.jw-is-touch-device .jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item .product-gallery__content:hover {
    margin-bottom: 0
}

.jw-is-touch-device .jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item .product-gallery__content:focus-within,
.jw-is-touch-device .jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item .product-gallery__content:focus-within {
    margin-bottom: 0
}

.jw-is-touch-device .jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item .product-gallery__expand-container,
.jw-is-touch-device .jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item .product-gallery__expand-container {
    height: auto;
    margin-top: 15px;
    opacity: 1;
    visibility: visible
}

.jw-strip--image-content-color-light .product-gallery-filter__button {
    color: #4caac9
}

.jw-strip--image-content-color-light .jw-btn {
    --jw-comp--button--primary-color: #4caac9;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #73bdd5
}

.jw-strip--image-content-color-light .jw-icon-image__inner {
    background-color: #4caac9
}

.jw-strip--image-content-color-light .jw-image-is-square .jw-icon-image,
.jw-strip--image-content-color-light .jw-image-is-rounded .jw-icon-image,
.jw-strip--image-content-color-light .jw-image-is-round .jw-icon-image {
    background-color: #4caac9
}

.jw-strip--image-content-color-light .jw-image-is-square .jw-icon-image__inner,
.jw-strip--image-content-color-light .jw-image-is-rounded .jw-icon-image__inner,
.jw-strip--image-content-color-light .jw-image-is-round .jw-icon-image__inner {
    background-color: black
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light {
        line-height: 1.35;
        font-size: 1.43rem
    }
}

.jw-strip--image-content-color-light a,
.jw-strip--image-content-color-light .jw-link-color {
    color: #4caac9;
    text-decoration: none
}

.jw-strip--image-content-color-light a:hover,
.jw-strip--image-content-color-light .jw-link-color:hover {
    color: #73bdd5;
    text-decoration: underline
}

.jw-strip--image-content-color-light p,
.jw-strip--image-content-color-light ol,
.jw-strip--image-content-color-light ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-strip--image-content-color-light span[style*='color'] a {
    color: inherit
}

.jw-strip--image-content-color-light button {
    line-height: 1.5
}

.jw-strip--image-content-color-light .jw-text-small {
    font-size: 1.19rem
}

.jw-strip--image-content-color-light .jw-accent-text-color {
    color: #4caac9
}

.jw-strip--image-content-color-light .jw-accent-background {
    color: #fff;
    background-color: #4caac9
}

.jw-strip--image-content-color-light .jw-accent-background a,
.jw-strip--image-content-color-light .jw-accent-background .jw-link-button {
    color: #fff
}

.jw-strip--image-content-color-light .jw-accent-border-link-color {
    border-color: #4caac9
}

.jw-strip--image-content-color-light .jw-accent-border-color {
    border-color: #fff
}

.jw-strip--image-content-color-light h1,
.jw-strip--image-content-color-light h2,
.jw-strip--image-content-color-light h3,
.jw-strip--image-content-color-light h4,
.jw-strip--image-content-color-light h5,
.jw-strip--image-content-color-light h6 {
    line-height: 1.1;
    color: #fff;
    font-family: "Questrial", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light h1,
    .jw-strip--image-content-color-light h2,
    .jw-strip--image-content-color-light h3,
    .jw-strip--image-content-color-light h4,
    .jw-strip--image-content-color-light h5,
    .jw-strip--image-content-color-light h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light h1,
    .jw-strip--image-content-color-light h2,
    .jw-strip--image-content-color-light h3,
    .jw-strip--image-content-color-light h4,
    .jw-strip--image-content-color-light h5,
    .jw-strip--image-content-color-light h6 {
        line-height: 1.1
    }
}

.jw-strip--image-content-color-light h1 a,
.jw-strip--image-content-color-light h2 a,
.jw-strip--image-content-color-light h3 a,
.jw-strip--image-content-color-light h4 a,
.jw-strip--image-content-color-light h5 a,
.jw-strip--image-content-color-light h6 a,
.jw-strip--image-content-color-light h1 .jw-link-color,
.jw-strip--image-content-color-light h2 .jw-link-color,
.jw-strip--image-content-color-light h3 .jw-link-color,
.jw-strip--image-content-color-light h4 .jw-link-color,
.jw-strip--image-content-color-light h5 .jw-link-color,
.jw-strip--image-content-color-light h6 .jw-link-color {
    text-decoration: underline;
    color: #4caac9
}

.jw-strip--image-content-color-light h1 a:hover,
.jw-strip--image-content-color-light h2 a:hover,
.jw-strip--image-content-color-light h3 a:hover,
.jw-strip--image-content-color-light h4 a:hover,
.jw-strip--image-content-color-light h5 a:hover,
.jw-strip--image-content-color-light h6 a:hover,
.jw-strip--image-content-color-light h1 .jw-link-color:hover,
.jw-strip--image-content-color-light h2 .jw-link-color:hover,
.jw-strip--image-content-color-light h3 .jw-link-color:hover,
.jw-strip--image-content-color-light h4 .jw-link-color:hover,
.jw-strip--image-content-color-light h5 .jw-link-color:hover,
.jw-strip--image-content-color-light h6 .jw-link-color:hover {
    color: #73bdd5
}

.jw-strip--image-content-color-light .product-page .product__price__price {
    color: #fff
}

.jw-strip--image-content-color-light .jw-heading-200 {
    font-size: 7.2rem;
    margin-top: 3.66rem;
    margin-bottom: 1.32rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light .jw-heading-200 {
        font-size: 5.37rem;
        margin-top: 3.11rem;
        margin-bottom: 1.13666667rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light .jw-heading-200 {
        font-size: 4.45rem;
        margin-top: 2.835rem;
        margin-bottom: 1.045rem
    }
}

.jw-strip--image-content-color-light .jw-heading-150 {
    font-size: 5.4rem;
    margin-top: 3.12rem;
    margin-bottom: 1.14rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light .jw-heading-150 {
        font-size: 4.17rem;
        margin-top: 2.75rem;
        margin-bottom: 1.01666667rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light .jw-heading-150 {
        font-size: 3.55rem;
        margin-top: 2.565rem;
        margin-bottom: .955rem
    }
}

.jw-strip--image-content-color-light .jw-heading-130 {
    font-size: 4.68rem;
    margin-top: 2.904rem;
    margin-bottom: 1.068rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light .jw-heading-130 {
        font-size: 3.69rem;
        margin-top: 2.606rem;
        margin-bottom: .96866667rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light .jw-heading-130 {
        font-size: 3.19rem;
        margin-top: 2.457rem;
        margin-bottom: .919rem
    }
}

.jw-strip--image-content-color-light .jw-heading-120 {
    font-size: 4.32rem;
    margin-top: 2.796rem;
    margin-bottom: 1.032rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light .jw-heading-120 {
        font-size: 3.45rem;
        margin-top: 2.534rem;
        margin-bottom: .94466667rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light .jw-heading-120 {
        font-size: 3.01rem;
        margin-top: 2.403rem;
        margin-bottom: .901rem
    }
}

.jw-strip--image-content-color-light h1,
.jw-strip--image-content-color-light .jw-heading-100 {
    font-size: 3.6rem;
    margin-top: 2.58rem;
    margin-bottom: .96rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light h1,
    .jw-strip--image-content-color-light .jw-heading-100 {
        font-size: 2.97rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light h1,
    .jw-strip--image-content-color-light .jw-heading-100 {
        font-size: 2.65rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light h2,
.jw-strip--image-content-color-light .jw-heading-85 {
    font-size: 3.06rem;
    margin-top: 2.418rem;
    margin-bottom: .906rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light h2,
    .jw-strip--image-content-color-light .jw-heading-85 {
        font-size: 2.61rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light h2,
    .jw-strip--image-content-color-light .jw-heading-85 {
        font-size: 2.38rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light h3,
.jw-strip--image-content-color-light .jw-heading-70 {
    font-size: 2.52rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light h3,
    .jw-strip--image-content-color-light .jw-heading-70 {
        font-size: 2.25rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light h3,
    .jw-strip--image-content-color-light .jw-heading-70 {
        font-size: 2.11rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light h4 {
    font-size: 1.73rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light h4 {
        font-size: 1.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light h4 {
        font-size: 1.71rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light .jw-strip__backdrop {
    background-color: rgba(0, 0, 0, 0.3)
}

.jw-strip--image-content-color-light .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(0, 0, 0, 0.8)
}

.topmenu,
.jw-slideshow {
    width: 100%;
    max-width: var(--simple-brick-max-width);
    margin: 0 auto
}

.jw-background {
    background-color: #ffffff
}

.topmenu {
    padding: 50px 0
}

@media (max-width:1080px) {
    .topmenu {
        padding: 30px 20px
    }
}

@media (max-width:720px) {
    .topmenu {
        padding: 20px 10px
    }
}

.jw-is-no-slideshow .topmenu {
    padding: 50px 0 0 0
}

@media (max-width:1080px) {
    .jw-is-no-slideshow .topmenu {
        padding: 30px 20px 0 20px
    }
}

@media (max-width:720px) {
    .jw-is-no-slideshow .topmenu {
        padding: 20px 10px 0 10px
    }
}

.jw-element-separator.jw-element-separator {
    border-top-width: 2px
}

.jw-element-separator.jw-element-separator--normal {
    border-top-width: 3px
}

.jw-element-separator.jw-element-separator--thick {
    border-top-width: 4px
}

.jw-element-separator.jw-element-separator--extra-thick {
    border-top-width: 5px
}

.jw-element-separator--double.jw-element-separator {
    border-top-width: 6px
}

.jw-element-separator--double.jw-element-separator--normal {
    border-top-width: 9px
}

.jw-element-separator--double.jw-element-separator--thick {
    border-top-width: 12px
}

.jw-element-separator--double.jw-element-separator--extra-thick {
    border-top-width: 15px
}

.topmenu-inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.jw-header {
    flex: 0 0 auto;
    margin-bottom: 30px
}

@media (min-width:1080px) {
    .jw-header {
        margin-bottom: 50px
    }
}

#jw.jw-header-toggler {
    bottom: 15px
}

body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy {
    width: 100%;
    display: flex
}

body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy:before,
body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy:after {
    display: inline-block;
    color: rgba(76, 170, 201, 0.15);
    border-bottom: 2px solid rgba(76, 170, 201, 0.15);
    content: '';
    width: 100%;
    flex: 1 1 1px;
    position: relative;
    transform: translate(0, -50%)
}

body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy:before {
    margin-right: 15px
}

body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy:after {
    margin-left: 15px
}

body:not(.jw-menu-is-mobile) .jw-menu {
    justify-content: center
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item {
    margin: 0 5px;
    float: none;
    vertical-align: top
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item>.jw-menu-link {
    border-radius:
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-is-active>.jw-menu-link {
    background: transparent;
    color: #4caac9
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item>.jw-submenu {
    margin-top: 10px
}

body:not(.jw-menu-is-mobile).jw-is-menu-multiline .jw-menu>.jw-menu-item {
    margin-bottom: 10px
}

body:not(.jw-menu-is-mobile) .jw-submenu {
    box-shadow: none
}

.jw-menu-is-mobile .topmenu {
    display: none
}

.jw-menu-is-mobile .jw-menu>.jw-menu-is-active>.jw-menu-link {
    color: #fff;
    background-color: #4caac9
}

.jw-menu-is-mobile .jw-menu>.jw-menu-is-active>.jw-menu-link .jw-arrow {
    color: #fff
}

.jw-menu-is-mobile .jw-menu-clone {
    width: 100%;
    min-height: 100vh
}

.jw-menu-clone .jw-menu {
    margin-top: 50px
}

.jw-menu-copy {
    max-width: 100%
}

.jw-body {
    min-height: 100vh
}

.jw-body,
.jw-sticky-footer-container {
    display: flex;
    flex-direction: column
}

.jw-body>*,
.jw-sticky-footer-container>* {
    flex: 0 0 auto
}

.jw-body>.main-content,
.jw-sticky-footer-container>.main-content,
.jw-body>.jw-sticky-footer-container,
.jw-sticky-footer-container>.jw-sticky-footer-container {
    flex: 1 0 auto
}

.jw-section-sidebar {
    border-top: 2px solid rgba(76, 170, 201, 0.15)
}

@media (min-width:1020px) {
    .jw-section-sidebar {
        --strip-content-padding-block--primary: 0;
        border-left: 2px solid rgba(76, 170, 201, 0.15);
        border-top: none
    }
}

.jw-section-footer .jw-strip__content::before {
    content: '';
    display: block;
    transform: translateY(calc(-1 * var(--strip-content-padding-block--primary)));
    border-top: 2px solid rgba(76, 170, 201, 0.15)
}

.jw-header-logo {
    justify-content: center;
    flex: 0 0 auto
}

.jw-section-content .jw-element-form-input-text,
.jw-section-sidebar .jw-element-form-input-text,
.jw-section-footer .jw-element-form-input-text {
    border-color: transparent
}

.topmenu {
    padding: 50px 0 30px
}

@media (max-width:1080px) {
    .topmenu {
        padding: 30px 0 20px 0
    }
}

@media (max-width:720px) {
    .topmenu {
        padding: 20px 0 10px 0
    }
}

.jw-is-no-slideshow .topmenu {
    padding: 50px 0 0 0
}

@media (max-width:1080px) {
    .jw-is-no-slideshow .topmenu {
        padding: 30px 0 0 0
    }
}

@media (max-width:720px) {
    .jw-is-no-slideshow .topmenu {
        padding: 20px 0 0 0
    }
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item>.jw-submenu {
    margin-top: .5em
}

body:not(.jw-menu-is-mobile) .jw-menu .jw-menu-is-active>.jw-menu-link {
    color: #4caac9
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-is-active>.jw-menu-link {
    margin-right: 1.4rem;
    margin-left: 1.4rem
}

body:not(.jw-menu-is-mobile) .menu {
    background: #ffffff
}

body:not(.jw-menu-is-mobile) .menu .jw-menu {
    padding: .5em
}

.jw-body {
    max-width: 100%
}

.block-footer {
    max-width: none;
    background: #424242
}

.block-footer .jw-section-footer {
    margin: 0 auto;
    border-top: none
}

.topmenu,
.jw-slideshow {
    width: 100%
}

.topmenu {
    max-width: none
}

body:not(.jw-menu-is-mobile) .menu {
    border-radius: 0;
    max-width: none;
    max-width: 980px
}

body:not(.jw-menu-is-mobile) .jw-menu {
    flex: 0 1 auto;
    flex: 1 0 1px
}

body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy:before,
body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy:after {
    content: none
}

body:not(.jw-menu-is-mobile) .jw-menu .jw-menu-link,
body:not(.jw-menu-is-mobile) .jw-menu .jw-submenu,
body:not(.jw-menu-is-mobile) .jw-menu .jw-submenu .jw-menu-link {
    border-radius: 0
}

body:not(.jw-menu-is-mobile) .jw-menu .jw-submenu {
    border: none
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item.jw-menu-is-active>.jw-menu-link,
body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item.jw-menu-is-hover>.jw-menu-link,
body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item>.jw-menu-link:hover {
    box-shadow: none;
    border: none;
    background-color: transparent;
    color: #4caac9;
    font-weight: inherit;
    font-style: inherit
}

body:not(.jw-menu-is-mobile) .jw-slideshow .bx-wrapper {
    border-radius: 0
}

.jw-menu>.jw-menu-is-active>.jw-menu-link {
    margin-right: 0 !important;
    margin-left: 0 !important
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item::after {
    margin: 0 5px;
    color: #737373;
    display: inline-block
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item:last-child::after {
    display: none
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item>.jw-menu-link {
    display: inline-block
}

.jw-element-form-input-text {
    border-radius: 0
}

#jw-variable-loaded {
    color: #fc0
}

.jw-variable-value-background-color {
    color: #ffffff
}

.jw-variable-value-paragraph-color {
    color: #737373
}

.jw-variable-value-paragraph-link-color {
    color: #4caac9
}

.jw-variable-value-heading-color {
    color: #4caac9
}

.jw-variable-value-heading-link-color {
    color: #4caac9
}

.jw-variable-value-menu-text-color {
    color: #737373
}

.jw-variable-value-menu-text-link-color {
    color: #4caac9
}

.jw-variable-value-footer-text-color {
    color: #a8a8a8
}

.jw-variable-value-footer-text-link-color {
    color: #4caac9
}

@media (min-width:1020px) {
    :root {
        --simple-brick-max-width: 980px
    }
    .jw-is-sidebar .block-content {
        --simple-brick-max-width: 633px
    }
    .block-sidebar {
        --simple-brick-max-width: 305px
    }
    .simple-brick-max-width-sidebar {
        --simple-brick-max-width: 305px
    }
    .block-footer {
        --simple-brick-max-width: 980px
    }
    .jw-strip--narrow {
        --simple-brick-max-width: 490px
    }
    .jw-strip--default {
        --simple-brick-max-width: 980px
    }
    .jw-strip--wide {
        --simple-brick-max-width: 1274px
    }
}

/* compiled in: 0.339s */