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: 900px) {
    .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 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: #333;
    background: transparent;
  }
  .jw-menu-link--icon [class^="website-rendering-icon-"]:before {
    transform: scale(1.25);
  }
  .jw-menu-link--icon > span:last-child {
    margin-left: 0.5em;
  }
  .jw-menu-item > .jw-menu-link:hover,
  .jw-menu-is-hover > .jw-menu-link {
    color: #333;
    background: transparent;
  }
  .jw-submenu {
    background: #ffffff;
  }
  .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: #ffffff;
    color: #737373;
  }
  .jw-icon-badge-wrapper {
    position: relative;
    display: inline-block;
    line-height: 1em;
  }
  .jw-icon-badge {
    background: #9ae1cc;
    color: #000;
    display: block;
    border-radius: 50%;
    font-size: 0.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: #5fcfae;
  }
  .jw-menu-cta .jw-btn__default-color.jw-btn-style-default {
    border: none;
  }
  .jw-menu-cta .jw-btn__default-color {
    outline-color: #9ae1cc;
  }
  .jw-menu-cta .jw-btn__default-color.jw-btn-style-flat {
    background: #9ae1cc;
    color: #174c3c;
  }
  .jw-menu-cta .jw-btn__default-color.jw-btn-style-flat:hover:not(:disabled),
  .jw-menu-cta .jw-btn__default-color.jw-btn-style-flat.jw-btn__active {
    background: #73d5b8;
    color: #174c3c;
  }
  .jw-menu-cta .jw-btn__default-color.jw-btn-style-border {
    background: transparent;
    border: 2px solid #9ae1cc;
    color: #9ae1cc;
  }
  .jw-menu-cta .jw-btn__default-color.jw-btn-style-border:hover:not(:disabled),
  .jw-menu-cta .jw-btn__default-color.jw-btn-style-border.jw-btn__active {
    color: #174c3c;
    background: #9ae1cc;
  }
  .jw-menu-cta .jw-btn__default-color.jw-btn-style-default {
    background: #9ae1cc;
    color: #174c3c;
  }
  .jw-menu-cta .jw-btn__default-color.jw-btn-style-default:hover:not(:disabled),
  .jw-menu-cta .jw-btn__default-color.jw-btn-style-default.jw-btn__active {
    background: #73d5b8;
    color: #174c3c;
  }
  .jw-menu-cta .jw-btn-roundness-default {
    border-radius: 0.2em;
  }
  .jw-menu-cta .jw-btn--default-color {
    color: #9ae1cc;
  }
  .jw-menu {
    display: flex;
    flex-wrap: wrap;
    *zoom: 1;
    font-size: 1.6rem;
    font-family: "Open Sans", "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: 1500;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0;
  }
  .jw-menu-is-desktop .jw-submenu .jw-menu-item > .jw-menu-link {
    border-radius: 0;
  }
  .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: "Open Sans", "sans-serif";
    font-size: 1.44rem;
  }
  .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: 13px;
  }
  .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 13px;
    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: 0.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: 0.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: #ffffff;
    color: #737373;
  }
  .jw-menu-is-mobile .jw-menu-link {
    color: #737373;
  }
  .jw-menu-is-mobile .jw-menu-link:hover {
    background: #ffffff;
    color: #737373;
  }
  .jw-menu-is-mobile .jw-menu-item > .jw-menu-link:hover,
  .jw-menu-is-mobile .jw-menu-is-hover > .jw-menu-link {
    background: #ffffff;
    color: #737373;
  }
  .jw-menu-is-mobile .jw-menu-vertical .jw-arrow,
  .jw-menu-is-mobile .jw-menu-horizontal .jw-arrow {
    color: #737373;
    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(154, 225, 204, 0.1);
  }
  .jw-menu-is-mobile .jw-menu {
    font-size: 1.6rem;
  }
  .jw-menu-is-mobile .jw-submenu {
    font-size: 1.44rem;
  }
  .jw-menu-is-mobile .jw-menu-item {
    display: list-item;
    width: 100%;
    max-width: none;
  }
  .jw-menu-is-mobile .jw-menu-link {
    padding: 5px 13px;
  }
  .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: 5px;
  }
  .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: 1399;
    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), none;
  }
  .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(0.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: "Open Sans", "sans-serif";
    line-height: 1.5;
    font-size: 1.6rem;
    color: #737373;
  }
  body > div .jw-icon-image__inner,
  :host > div .jw-icon-image__inner {
    background-color: #9ae1cc;
  }
  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: #9ae1cc;
  }
  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: 900px) {
    body > div,
    :host > div {
      line-height: 1.425;
    }
  }
  @media (max-width: 768px) {
    body > div,
    :host > div {
      line-height: 1.35;
      font-size: 1.4rem;
    }
  }
  body > div a,
  :host > div a {
    color: #9ae1cc;
    text-decoration: none;
  }
  body > div a:hover,
  :host > div a:hover {
    color: #73d5b8;
    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: 0.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.12rem;
  }
  body > div .jw-accent-text-color,
  :host > div .jw-accent-text-color {
    color: #9ae1cc;
  }
  body > div .jw-accent-background,
  :host > div .jw-accent-background {
    color: #174c3c;
    background-color: #9ae1cc;
  }
  body > div .jw-accent-background a,
  :host > div .jw-accent-background a {
    color: #174c3c;
  }
  body > div .jw-accent-border-link-color,
  :host > div .jw-accent-border-link-color {
    border-color: #9ae1cc;
  }
  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: #9ae1cc;
    font-family: "Roboto", "sans-serif";
    font-weight: 700;
    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: 900px) {
    .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 {
    text-decoration: underline;
    color: #9ae1cc;
  }
  .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 {
    color: #73d5b8;
  }
  .jw-section .product-page .product__price__price {
    color: #9ae1cc;
  }
  .jw-section .jw-heading-200 {
    font-size: 4.4rem;
    margin-top: 2.82rem;
    margin-bottom: 1.04rem;
  }
  @media (max-width: 900px) {
    .jw-section .jw-heading-200 {
      font-size: 3.47rem;
      margin-top: 2.54rem;
      margin-bottom: 0.94666667rem;
    }
  }
  @media (max-width: 768px) {
    .jw-section .jw-heading-200 {
      font-size: 3rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section .jw-heading-150 {
    font-size: 3.3rem;
    margin-top: 2.49rem;
    margin-bottom: 0.93rem;
  }
  @media (max-width: 900px) {
    .jw-section .jw-heading-150 {
      font-size: 2.73rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section .jw-heading-150 {
      font-size: 2.45rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section .jw-heading-130 {
    font-size: 2.86rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section .jw-heading-130 {
      font-size: 2.44rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section .jw-heading-130 {
      font-size: 2.23rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section .jw-heading-120 {
    font-size: 2.64rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section .jw-heading-120 {
      font-size: 2.29rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section .jw-heading-120 {
      font-size: 2.12rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section h1,
  .jw-section .jw-heading-100 {
    font-size: 2.2rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section h1,
    .jw-section .jw-heading-100 {
      font-size: 2rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section h1,
    .jw-section .jw-heading-100 {
      font-size: 1.9rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section h2,
  .jw-section .jw-heading-85 {
    font-size: 1.87rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section h2,
    .jw-section .jw-heading-85 {
      font-size: 1.78rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section h2,
    .jw-section .jw-heading-85 {
      font-size: 1.74rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section h3,
  .jw-section .jw-heading-70 {
    font-size: 1.54rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section h3,
    .jw-section .jw-heading-70 {
      font-size: 1.56rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section h3,
    .jw-section .jw-heading-70 {
      font-size: 1.57rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section h4 {
    font-size: 1.06rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section h4 {
      font-size: 1.24rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section h4 {
      font-size: 1.33rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section-blackwhite {
    line-height: 1.5;
    font-size: 1.6rem;
    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: 900px) {
    .jw-section-blackwhite {
      line-height: 1.425;
    }
  }
  @media (max-width: 768px) {
    .jw-section-blackwhite {
      line-height: 1.35;
      font-size: 1.4rem;
    }
  }
  .jw-section-blackwhite a {
    color: #000;
    text-decoration: underline;
  }
  .jw-section-blackwhite a:hover {
    color: #1a1a1a;
    text-decoration: underline;
  }
  .jw-section-blackwhite p,
  .jw-section-blackwhite ol,
  .jw-section-blackwhite ul {
    margin-top: 0;
    margin-bottom: 0.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.12rem;
  }
  .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 {
    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: 900px) {
    .jw-section-sidebar {
      line-height: 1.35;
    }
  }
  .jw-section-white {
    line-height: 1.5;
    font-size: 1.6rem;
    color: #737373;
  }
  .jw-section-white .jw-icon-image__inner {
    background-color: #34ae8a;
  }
  .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: #34ae8a;
  }
  .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: 900px) {
    .jw-section-white {
      line-height: 1.425;
    }
  }
  @media (max-width: 768px) {
    .jw-section-white {
      line-height: 1.35;
      font-size: 1.4rem;
    }
  }
  .jw-section-white a {
    color: #34ae8a;
    text-decoration: underline;
  }
  .jw-section-white a:hover {
    color: #4bcaa4;
    text-decoration: underline;
  }
  .jw-section-white p,
  .jw-section-white ol,
  .jw-section-white ul {
    margin-top: 0;
    margin-bottom: 0.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.12rem;
  }
  .jw-section-white .jw-accent-text-color {
    color: #34ae8a;
  }
  .jw-section-white .jw-accent-background {
    color: #fcfefe;
    background-color: #34ae8a;
  }
  .jw-section-white .jw-accent-background a {
    color: #fcfefe;
  }
  .jw-section-white .jw-accent-border-link-color {
    border-color: #34ae8a;
  }
  .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: "Roboto", "sans-serif";
    font-weight: 700;
    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: 900px) {
    .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 {
    text-decoration: underline;
    color: #34ae8a;
  }
  .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 {
    color: #4bcaa4;
  }
  .jw-section-white .product-page .product__price__price {
    color: #737373;
  }
  .jw-section-white .jw-heading-200 {
    font-size: 4.4rem;
    margin-top: 2.82rem;
    margin-bottom: 1.04rem;
  }
  @media (max-width: 900px) {
    .jw-section-white .jw-heading-200 {
      font-size: 3.47rem;
      margin-top: 2.54rem;
      margin-bottom: 0.94666667rem;
    }
  }
  @media (max-width: 768px) {
    .jw-section-white .jw-heading-200 {
      font-size: 3rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section-white .jw-heading-150 {
    font-size: 3.3rem;
    margin-top: 2.49rem;
    margin-bottom: 0.93rem;
  }
  @media (max-width: 900px) {
    .jw-section-white .jw-heading-150 {
      font-size: 2.73rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section-white .jw-heading-150 {
      font-size: 2.45rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section-white .jw-heading-130 {
    font-size: 2.86rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section-white .jw-heading-130 {
      font-size: 2.44rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section-white .jw-heading-130 {
      font-size: 2.23rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section-white .jw-heading-120 {
    font-size: 2.64rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section-white .jw-heading-120 {
      font-size: 2.29rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section-white .jw-heading-120 {
      font-size: 2.12rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section-white h1,
  .jw-section-white .jw-heading-100 {
    font-size: 2.2rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section-white h1,
    .jw-section-white .jw-heading-100 {
      font-size: 2rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section-white h1,
    .jw-section-white .jw-heading-100 {
      font-size: 1.9rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section-white h2,
  .jw-section-white .jw-heading-85 {
    font-size: 1.87rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section-white h2,
    .jw-section-white .jw-heading-85 {
      font-size: 1.78rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section-white h2,
    .jw-section-white .jw-heading-85 {
      font-size: 1.74rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section-white h3,
  .jw-section-white .jw-heading-70 {
    font-size: 1.54rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section-white h3,
    .jw-section-white .jw-heading-70 {
      font-size: 1.56rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section-white h3,
    .jw-section-white .jw-heading-70 {
      font-size: 1.57rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section-white h4 {
    font-size: 1.06rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section-white h4 {
      font-size: 1.24rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section-white h4 {
      font-size: 1.33rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .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: #d9534f;
  }
  .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 rgba(217, 83, 79, 0.5), 0 0 rgba(0, 0, 0, 0);
  }
  .jw-element-form-success {
    color: #3d8b3d;
    border-color: #3d8b3d;
  }
  .jw-element-form-error {
    color: #d9534f;
    border-color: #d9534f;
  }
  .jw-section-content .jw-element-form-success {
    color: #3d8b3d;
    border-color: #3d8b3d;
  }
  .jw-section-content .jw-element-form-error {
    color: #d9534f;
    border-color: #d9534f;
  }
  .jw-section-footer .jw-element-form-success {
    color: #5cb85c;
    border-color: #5cb85c;
  }
  .jw-section-footer .jw-element-form-error {
    color: #e7908e;
    border-color: #e7908e;
  }
  .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: #9ae1cc;
    font-family: "Roboto", "sans-serif";
    font-weight: 700;
    font-style: normal;
    font-size: 5rem;
    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(154, 225, 204, 0.8);
  }
  .jw-header-slogan {
    color: #9ae1cc;
    font-size: 1.6rem;
  }
  .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: 0.8;
    color: #fff;
    text-decoration: none;
  }
  .jw-slideshow .bx-prev.disabled,
  .jw-slideshow .bx-next.disabled {
    display: none;
  }
  .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 screen and (max-width: 750px) {
    .jw-slideshow .bx-prev {
      left: 0.5rem;
    }
    .jw-slideshow .bx-next {
      right: 0.5rem;
    }
  }
  .jw-slideshow .bx-caption {
    color: white;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    font-family: "Roboto", "sans-serif";
    text-align: center;
    width: 100%;
    padding: 0 10px;
  }
  @media screen and (max-width: 750px) {
    .jw-slideshow .bx-caption {
      padding: 0 5px;
    }
  }
  @media screen and (max-width: 500px) {
    .jw-slideshow .bx-caption {
      padding: 0 1px;
    }
  }
  .jw-slideshow-slide-content--no-backdrop .bx-caption {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  }
  .jw-slideshow .bx-caption-wrapper {
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .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-default {
    font-size: 2.25rem;
    line-height: 1.2em;
  }
  @media screen and (max-width: 750px) {
    .jw-slideshow-sub-title,
    .jw-slideshow-btn.jw-btn-default {
      font-size: 1.575rem;
    }
  }
  @media screen and (max-width: 500px) {
    .jw-slideshow-sub-title,
    .jw-slideshow-btn.jw-btn-default {
      font-size: 1.125rem;
    }
  }
  .jw-slideshow-title {
    font-size: 4.5rem;
    line-height: 120% !important;
  }
  @media screen and (max-width: 750px) {
    .jw-slideshow-title {
      font-size: 3.15rem;
    }
  }
  @media screen and (max-width: 500px) {
    .jw-slideshow-title {
      font-size: 2.25rem;
    }
  }
  .banner-lg {
    font-size: 120%;
  }
  .banner-lg .jw-slideshow-title {
    font-size: 5.4rem;
    line-height: 120% !important;
  }
  @media screen and (max-width: 750px) {
    .banner-lg .jw-slideshow-title {
      font-size: 3.78rem;
    }
  }
  @media screen and (max-width: 500px) {
    .banner-lg .jw-slideshow-title {
      font-size: 2.7rem;
    }
  }
  .banner-sm {
    font-size: 85%;
  }
  .banner-sm .jw-slideshow-title {
    font-size: 3.825rem;
    line-height: 120% !important;
  }
  @media screen and (max-width: 750px) {
    .banner-sm .jw-slideshow-title {
      font-size: 2.6775rem;
    }
  }
  @media screen and (max-width: 500px) {
    .banner-sm .jw-slideshow-title {
      font-size: 1.9125rem;
    }
  }
  .jw-slideshow-sub-title,
  .jw-slideshow-btn.jw-btn-default {
    font-size: 1.4em;
  }
  @media screen and (max-width: 750px) {
    .jw-slideshow-sub-title,
    .jw-slideshow-btn.jw-btn-default {
      font-size: 1.3em;
    }
  }
  @media screen and (max-width: 500px) {
    .jw-slideshow-sub-title,
    .jw-slideshow-btn.jw-btn-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, 0.5rem);
  }
  .jw-slideshow--multiple .bx-caption {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  @media screen and (max-width: 600px) {
    .jw-slideshow--multiple .bx-caption {
      padding-right: 1px;
      padding-left: 1px;
    }
  }
  @media screen and (max-width: 600px) {
    .jw-slideshow .bx-controls {
      display: none;
    }
  }
  .jw-is-no-slideshow .jw-slideshow-toggle {
    display: none;
  }
  .jw-slideshow .bx-caption {
    display: none;
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
  }
  @media (max-width: 900px) {
    .jw-slideshow .bx-caption {
      padding: 25px;
    }
  }
  @media (max-width: 720px) {
    .jw-slideshow .bx-caption {
      padding: 5px;
    }
  }
  .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--captions .bx-caption {
    display: block;
  }
  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: 900px) {
    .message-bar {
      order: -1;
    }
  }
  .jw-menu-is-mobile .message-bar {
    z-index: 1400;
  }
  .message-bar--accent {
    background: #9ae1cc;
    color: #174c3c;
  }
  .message-bar-usps {
    min-height: 2.5em;
  }
  .jw-mobile-header {
    background: #ffffff;
  }
  .jw-mobile-text {
    color: #9ae1cc;
  }
  .jw-mobile-text:hover {
    color: #9ae1cc;
  }
  .jw-mobile-menu__button {
    background: #ffffff;
    color: #9ae1cc;
    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: 1400;
    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: "Roboto", "sans-serif";
    font-weight: 700;
    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: 1401;
    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: 1402;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 50px;
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.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;
    background: #9ae1cc;
    color: #174c3c;
  }
  .jw-mobile-menu-search__button.jw-btn:hover:not(:disabled),
  .jw-mobile-menu-search__button.jw-btn.jw-btn__active {
    background: #73d5b8;
    color: #174c3c;
  }
  .mobile-bar--accent {
    background: #9ae1cc;
  }
  .mobile-bar--accent .mobile-bar__item {
    color: #174c3c;
  }
  .mobile-bar--accent .mobile-bar__item:hover {
    background: #86dbc2;
  }
  .jw-popover-container--inline {
    display: inline;
  }
  .jw-popover-container--modal {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .jw-popover-backdrop {
    position: fixed;
    z-index: 1049;
    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: 1050;
    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(0.9, 0.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__content {
    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: #34ae8a;
  }
  .jw-popover .jw-search__submit {
    color: #fff;
    background: #34ae8a;
  }
  .jw-popover .jw-search__submit:focus,
  .jw-popover .jw-search__submit:hover {
    background: #2d9777;
  }
  .jw-popover .jw-search__submit:active {
    background: #298b6e;
  }
  .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: #34ae8a;
  }
  .jw-mobile-menu-search-item .jw-search__submit {
    color: #fff;
    background: #34ae8a;
  }
  .jw-mobile-menu-search-item .jw-search__submit:focus,
  .jw-mobile-menu-search-item .jw-search__submit:hover {
    background: #2d9777;
  }
  .jw-mobile-menu-search-item .jw-search__submit:active {
    background: #298b6e;
  }
  .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: #34ae8a;
  }
  .jw-section-content .jw-search__submit {
    color: #fff;
    background: #34ae8a;
  }
  .jw-section-content .jw-search__submit:focus,
  .jw-section-content .jw-search__submit:hover {
    background: #2d9777;
  }
  .jw-section-content .jw-search__submit:active {
    background: #298b6e;
  }
  .jw-icon-burger {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
    -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: 18px;
    height: 3px;
    background-color: currentColor;
    border-radius: 5px;
    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: -7px;
  }
  .jw-icon-burger::after {
    top: 7px;
  }
  .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(-3px, 7px) rotate(-45deg);
  }
  .jw-icon-burger--cross::after {
    transform: translate(-3px, -7px) 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: 17px;
    height: 17px;
    border-radius: 8.5px;
    box-shadow: inset 0 0 0 3px currentColor;
  }
  .jw-icon-search::after {
    width: 10px;
    height: 3px;
    background-color: currentColor;
    border-radius: 0 5px 5px 0;
    transform-origin: -5.5px 1.5px;
    transform: translate(14px, 7px) rotate(45deg);
  }
  .cc-window.cc-theme-jw {
    font-family: "Open Sans", "sans-serif";
    line-height: 1.5;
    font-size: 1.6rem;
  }
  @media (max-width: 900px) {
    .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.4rem;
    }
  }
  .cc-window.cc-theme-jw .cc-allow.cc-btn,
  .cc-window.cc-theme-jw .cc-dismiss.cc-btn {
    background: #9ae1cc;
    color: #174c3c;
    border-color: black;
  }
  .cc-window.cc-theme-jw .cc-allow.cc-btn:hover,
  .cc-window.cc-theme-jw .cc-dismiss.cc-btn:hover {
    background: #73d5b8;
    color: #174c3c;
  }
  .jw-section .jw-element-ads h3 {
    font-size: 25px;
  }
  @media (max-width: 900px) {
    .jw-section .jw-element-ads h3 {
      font-size: 20px;
    }
  }
  .jw-section .jw-element-ads--accent {
    background: #9ae1cc;
  }
  .jw-section .jw-element-ads--accent h3 {
    color: #174c3c;
  }
  .jw-section .jw-element-ads--tint {
    background: #e6e6e6;
  }
  .jw-section .jw-element-ads--tint h3 {
    color: #676767;
  }
  :root,
  .website-preview__container {
    --strip-content-padding-inline: 10px;
    --strip-content-padding-block: max(2em, 20px);
    --strip-content-padding-block--primary: 20px;
  }
  @media (min-width: 900px) {
    :root,
    .website-preview__container {
      --strip-content-padding-inline: 25px;
      --strip-content-padding-block: max(3.3em, 30px);
      --strip-content-padding-block--primary: 50px;
    }
  }
  @media (min-width: 900px) {
    .jw-is-sidebar .jw-body .main-content {
      flex-direction: row;
      justify-content: center;
    }
    .jw-is-sidebar .jw-body .main-content .block-content {
      width: 70%;
    }
    .jw-is-sidebar .jw-body .main-content .block-sidebar {
      width: 30%;
    }
  }
  .jw-btn-rounded {
    border-radius: 0.2em;
  }
  .jw-btn-round {
    border-radius: 1000px;
    padding-left: 1.1em;
    padding-right: 1.1em;
  }
  .jw-btn__default-color {
    outline-color: #9ae1cc;
  }
  .jw-btn__default-color.jw-btn-style-flat {
    background: #9ae1cc;
    color: #174c3c;
  }
  .jw-btn__default-color.jw-btn-style-flat:hover:not(:disabled),
  .jw-btn__default-color.jw-btn-style-flat.jw-btn__active {
    background: #73d5b8;
    color: #174c3c;
  }
  .jw-btn__default-color.jw-btn-style-border {
    background: transparent;
    border: 2px solid #9ae1cc;
    color: #9ae1cc;
  }
  .jw-btn__default-color.jw-btn-style-border:hover:not(:disabled),
  .jw-btn__default-color.jw-btn-style-border.jw-btn__active {
    color: #174c3c;
    background: #9ae1cc;
  }
  .jw-btn__default-color.jw-btn-style-default {
    background: #9ae1cc;
    color: #174c3c;
  }
  .jw-btn__default-color.jw-btn-style-default:hover:not(:disabled),
  .jw-btn__default-color.jw-btn-style-default.jw-btn__active {
    background: #73d5b8;
    color: #174c3c;
  }
  .jw-btn-roundness-default {
    border-radius: 0.2em;
  }
  .jw-btn--default-color {
    color: #9ae1cc;
  }
  .jw-section-white .jw-btn__default-color {
    outline-color: #34ae8a;
  }
  .jw-section-white .jw-btn__default-color.jw-btn-style-flat {
    background: #34ae8a;
    color: #fff;
  }
  .jw-section-white .jw-btn__default-color.jw-btn-style-flat:hover:not(:disabled),
  .jw-section-white .jw-btn__default-color.jw-btn-style-flat.jw-btn__active {
    background: #4bcaa4;
    color: #fff;
  }
  .jw-section-white .jw-btn__default-color.jw-btn-style-border {
    background: transparent;
    border: 2px solid #34ae8a;
    color: #34ae8a;
  }
  .jw-section-white
    .jw-btn__default-color.jw-btn-style-border:hover:not(:disabled),
  .jw-section-white .jw-btn__default-color.jw-btn-style-border.jw-btn__active {
    color: #fff;
    background: #34ae8a;
  }
  .jw-section-white .jw-btn__default-color.jw-btn-style-default {
    background: #34ae8a;
    color: #fff;
  }
  .jw-section-white
    .jw-btn__default-color.jw-btn-style-default:hover:not(:disabled),
  .jw-section-white .jw-btn__default-color.jw-btn-style-default.jw-btn__active {
    background: #4bcaa4;
    color: #fff;
  }
  .jw-section-white .jw-btn-roundness-default {
    border-radius: 0.2em;
  }
  .jw-section-white .jw-btn--default-color {
    color: #34ae8a;
  }
  .jw-slideshow .jw-btn__default-color {
    outline-color: #9ae1cc;
  }
  .jw-slideshow .jw-btn__default-color.jw-btn-style-flat {
    background: #9ae1cc;
    color: #174c3c;
  }
  .jw-slideshow .jw-btn__default-color.jw-btn-style-flat:hover:not(:disabled),
  .jw-slideshow .jw-btn__default-color.jw-btn-style-flat.jw-btn__active {
    background: #73d5b8;
    color: #174c3c;
  }
  .jw-slideshow .jw-btn__default-color.jw-btn-style-border {
    background: transparent;
    border: 2px solid #9ae1cc;
    color: #9ae1cc;
  }
  .jw-slideshow .jw-btn__default-color.jw-btn-style-border:hover:not(:disabled),
  .jw-slideshow .jw-btn__default-color.jw-btn-style-border.jw-btn__active {
    color: #174c3c;
    background: #9ae1cc;
  }
  .jw-slideshow .jw-btn__default-color.jw-btn-style-default {
    background: #9ae1cc;
    color: #174c3c;
  }
  .jw-slideshow .jw-btn__default-color.jw-btn-style-default:hover:not(:disabled),
  .jw-slideshow .jw-btn__default-color.jw-btn-style-default.jw-btn__active {
    background: #73d5b8;
    color: #174c3c;
  }
  .jw-slideshow .jw-btn-roundness-default {
    border-radius: 0.2em;
  }
  .jw-slideshow .jw-btn--default-color {
    color: #9ae1cc;
  }
  .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: 3px;
  }
  .product__free-shipping-motivator {
    color: #9ae1cc;
  }
  .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: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 0.6em;
  }
  .jw-select--size-default .jw-select__prefix,
  .jw-select--size-default .jw-select__input {
    font-size: 1.3em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.6em;
  }
  .jw-select--size-large .jw-select__prefix,
  .jw-select--size-large .jw-select__input {
    font-size: 1.5em;
    padding-top: 0.39em;
    padding-bottom: 0.39em;
    padding-left: 0.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: #9ae1cc;
  }
  .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: 0.9em;
  }
  .jw-section .cart-totals__tooltip .website-rendering-icon-help-circled {
    margin-right: 0.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: #34ae8a;
  }
  .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: 0.9em;
  }
  .jw-section-white .cart-totals__tooltip .website-rendering-icon-help-circled {
    margin-right: 0.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: #9ae1cc;
  }
  .jw-map--marker-accent .jw-marker__circle {
    fill: #174c3c;
  }
  .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: #f5fcfa;
    border-color: #9ae1cc;
    color: #5fcfae;
  }
  a.jw-steps__step--completed:hover,
  a.jw-steps__step--completed:focus {
    color: #5fcfae;
  }
  .jw-steps__step--selected {
    background-color: #9ae1cc;
    border-color: #9ae1cc;
    color: #174c3c;
  }
  a.jw-steps__step--selected:hover,
  a.jw-steps__step--selected:focus {
    color: #174c3c;
  }
  .jw-toggle-block__label {
    border-color: rgba(115, 115, 115, 0.2);
  }
  input:checked + .jw-toggle-block__label {
    border-color: #9ae1cc;
    box-shadow: 0 0 0 1px #9ae1cc;
  }
  .jw-toggle-block__label.jw-element-form-is-error,
  input:checked + .jw-toggle-block__label.jw-element-form-is-error {
    border-color: #d9534f;
  }
  .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: #9ae1cc;
    box-shadow: 0 0 0 2px #cdf0e6, 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 #9ae1cc;
    outline: none;
  }
  input[type="radio"]:focus:not(:focus-visible),
  input[type="checkbox"]:focus:not(:focus-visible) {
    box-shadow: none;
  }
  .jw-pagination__page {
    color: #9ae1cc;
    border-radius: 0.2em;
  }
  .jw-pagination__page:hover {
    background: rgba(154, 225, 204, 0.15);
    color: #9ae1cc;
  }
  .jw-pagination__page--active,
  .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #9ae1cc;
    background: transparent;
    color: #9ae1cc;
  }
  .product-sticker {
    color: #174c3c;
    background: #9ae1cc;
  }
  .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(115, 115, 115, 0.8);
  }
  .jw-tree-empty-placeholder__image {
    background-image: url("https://assets.jwwb.nl/assets/img/content-empty.png?version=1");
  }
  .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: #9ae1cc;
  }
  .jw-element-rating__icon-empty {
    color: #d5d5d5;
  }
  .jw-element-audio {
    --plyr-color-main: #34ae8a;
    --plyr-audio-controls-background: #f0f0f0;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #34ae8a;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115, 115, 115, 0.3);
    --plyr-control-radius: 0.2em;
  }
  .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0.2em;
    border-color: #d7d7d7;
  }
  .jw-element-video {
    --plyr-color-main: #34ae8a;
    --plyr-video-control-background-hover: #34ae8a;
    --plyr-video-control-color-hover: #fff;
  }
  .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: #9ae1cc;
    border-color: #9ae1cc;
  }
  .jw-element-social-follow--color-default.jw-element-social-follow--style-solid
    .jw-element-social-follow-profile {
    background-color: #9ae1cc;
    color: #174c3c;
  }
  .jw-element-social-follow__default-color-getter {
    color: #9ae1cc;
  }
  .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 #9ae1cc;
    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: #9ae1cc;
  }
  .jw-element-accordion--style-box .jw-element-accordion__heading {
    background-color: #9ae1cc;
    color: #174c3c;
    border-color: #73d5b8;
  }
  .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: #73d5b8;
  }
  .jw-table.jw-table--header.jw-table--border th,
  .jw-table.jw-table--header.jw-table--striped th {
    background-color: #9ae1cc;
    color: #174c3c;
  }
  .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: #9ae1cc;
    color: #174c3c;
  }
  .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: 3px;
  }
  .product__free-shipping-motivator {
    color: #9ae1cc;
  }
  .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: 34px;
    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: -49px;
  }
  .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: -49px;
  }
  .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: 34px;
    margin-top: -34px;
  }
  .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: -93px;
  }
  .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: -93px;
  }
  .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: 78px;
    margin-top: -78px;
  }
  .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,
  .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,
  .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,
  .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: #9ae1cc;
  }
  .jw-btn__default-color {
    outline-color: #9ae1cc;
  }
  .jw-btn__default-color.jw-btn-style-flat {
    background: #9ae1cc;
    color: #174c3c;
  }
  .jw-btn__default-color.jw-btn-style-flat:hover:not(:disabled),
  .jw-btn__default-color.jw-btn-style-flat.jw-btn__active {
    background: #73d5b8;
    color: #174c3c;
  }
  .jw-btn__default-color.jw-btn-style-border {
    background: transparent;
    border: 2px solid #9ae1cc;
    color: #9ae1cc;
  }
  .jw-btn__default-color.jw-btn-style-border:hover:not(:disabled),
  .jw-btn__default-color.jw-btn-style-border.jw-btn__active {
    color: #174c3c;
    background: #9ae1cc;
  }
  .jw-btn__default-color.jw-btn-style-default {
    background: #9ae1cc;
    color: #174c3c;
  }
  .jw-btn__default-color.jw-btn-style-default:hover:not(:disabled),
  .jw-btn__default-color.jw-btn-style-default.jw-btn__active {
    background: #73d5b8;
    color: #174c3c;
  }
  .jw-btn-roundness-default {
    border-radius: 0.2em;
  }
  .jw-btn--default-color {
    color: #9ae1cc;
  }
  .jw-section-footer {
    line-height: 1.5;
    font-size: 1.4rem;
    color: #fff;
  }
  .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(255, 255, 255, 0.2);
  }
  .jw-section-footer .jw-steps__step {
    background-color: #424242;
    border-color: rgba(255, 255, 255, 0.3);
    color: #d9d9d9;
  }
  a.jw-section-footer .jw-steps__step:hover,
  a.jw-section-footer .jw-steps__step:focus {
    color: #d9d9d9;
  }
  .jw-section-footer .jw-steps__step--enabled {
    color: #fff;
  }
  a.jw-section-footer .jw-steps__step--enabled:hover,
  a.jw-section-footer .jw-steps__step--enabled:focus {
    color: #fff;
  }
  .jw-section-footer .jw-steps__step--completed {
    background-color: #4b5250;
    border-color: #9ae1cc;
    color: #d5f3ea;
  }
  a.jw-section-footer .jw-steps__step--completed:hover,
  a.jw-section-footer .jw-steps__step--completed:focus {
    color: #d5f3ea;
  }
  .jw-section-footer .jw-steps__step--selected {
    background-color: #9ae1cc;
    border-color: #9ae1cc;
    color: #174c3c;
  }
  a.jw-section-footer .jw-steps__step--selected:hover,
  a.jw-section-footer .jw-steps__step--selected:focus {
    color: #174c3c;
  }
  .jw-section-footer .jw-toggle-block__label {
    border-color: rgba(255, 255, 255, 0.2);
  }
  input:checked + .jw-section-footer .jw-toggle-block__label {
    border-color: #9ae1cc;
    box-shadow: 0 0 0 1px #9ae1cc;
  }
  .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: #d9534f;
  }
  .jw-section-footer .jw-element-form-well {
    background: #515151;
  }
  .jw-section-footer .jw-element-form-input-text {
    border-color: rgba(155, 155, 155, 0.5);
    color: #fff;
    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: #9ae1cc;
    box-shadow: 0 0 0 2px #6e9287, 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%23ffffff%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 #9ae1cc;
    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: #9ae1cc;
    border-radius: 0.2em;
  }
  .jw-section-footer .jw-pagination__page:hover {
    background: rgba(154, 225, 204, 0.15);
    color: #9ae1cc;
  }
  .jw-section-footer .jw-pagination__page--active,
  .jw-section-footer .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #9ae1cc;
    background: transparent;
    color: #9ae1cc;
  }
  .jw-section-footer .product-sticker {
    color: #174c3c;
    background: #9ae1cc;
  }
  .jw-section-footer .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(255, 255, 255, 0.8);
  }
  .jw-section-footer .jw-tree-empty-placeholder__image {
    background-image: url("https://assets.jwwb.nl/assets/img/content-empty-light.png?version=1");
  }
  .jw-section-footer .text--muted {
    color: #b3b3b3;
  }
  .jw-section-footer .jw-element-social-share .share-button--wrapper {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .jw-section-footer
    .jw-element-rating--color-accent
    .jw-element-rating__icon-full {
    color: #9ae1cc;
  }
  .jw-section-footer .jw-element-rating__icon-empty {
    color: #7b7b7b;
  }
  .jw-section-footer .jw-element-audio {
    --plyr-color-main: #9ae1cc;
    --plyr-audio-controls-background: #6a6a6a;
    --plyr-audio-control-color: #fff;
    --plyr-audio-control-background-hover: #9ae1cc;
    --plyr-audio-control-color-hover: #174c3c;
    --plyr-audio-progress-buffered-background: rgba(255, 255, 255, 0.3);
    --plyr-control-radius: 0.2em;
  }
  .jw-section-footer .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0.2em;
    border-color: #888;
  }
  .jw-section-footer .jw-element-video {
    --plyr-color-main: #34ae8a;
    --plyr-video-control-background-hover: #34ae8a;
    --plyr-video-control-color-hover: #fff;
  }
  .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: #9ae1cc;
    border-color: #9ae1cc;
  }
  .jw-section-footer
    .jw-element-social-follow--color-default.jw-element-social-follow--style-solid
    .jw-element-social-follow-profile {
    background-color: #9ae1cc;
    color: #174c3c;
  }
  .jw-section-footer .jw-element-social-follow__default-color-getter {
    color: #9ae1cc;
  }
  .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 #9ae1cc;
    outline-offset: 1px;
  }
  .jw-section-footer .image-gallery__thumbnail-item {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .jw-section-footer .image-gallery__thumbnail-item:hover {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .jw-section-footer
    .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #9ae1cc;
  }
  .jw-section-footer
    .jw-element-accordion--style-box
    .jw-section-footer
    .jw-element-accordion__heading {
    background-color: #9ae1cc;
    color: #174c3c;
    border-color: #73d5b8;
  }
  .jw-section-footer
    .jw-element-accordion--style-box
    .jw-section-footer
    .jw-element-accordion__item {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .jw-section-footer
    .jw-element-accordion--style-box
    .jw-section-footer
    .jw-element-accordion__content {
    border-color: #73d5b8;
  }
  .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: #9ae1cc;
    color: #174c3c;
  }
  .jw-section-footer .jw-table.jw-table--border tr,
  .jw-section-footer .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .jw-section-footer .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .jw-section-footer .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(255, 255, 255, 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(255, 255, 255, 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: #9ae1cc;
    color: #174c3c;
  }
  .jw-section-footer .product,
  .jw-section-footer .product__description,
  .jw-section-footer .product-page__description,
  .jw-section-footer .product-page__social {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .jw-section-footer .jw-columns .jw-product .product,
  .jw-section-footer .image-gallery__thumbnail-item {
    border-radius: 3px;
  }
  .jw-section-footer .product__free-shipping-motivator {
    color: #9ae1cc;
  }
  .jw-section-footer .product-gallery--empty {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.5);
  }
  .jw-section-footer .product-gallery__content {
    background: #424242;
  }
  .jw-section-footer .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(255, 255, 255, 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(255, 255, 255, 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(255, 255, 255, 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: #c6c6c6;
  }
  .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: 30px;
    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: -45px;
  }
  .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: -45px;
  }
  .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: 30px;
    margin-top: -30px;
  }
  .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: -85px;
  }
  .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: -85px;
  }
  .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: 70px;
    margin-top: -70px;
  }
  .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,
  .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,
  .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,
  .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: #9ae1cc;
  }
  .jw-section-footer .jw-btn__default-color {
    outline-color: #9ae1cc;
  }
  .jw-section-footer .jw-btn__default-color.jw-btn-style-flat {
    background: #9ae1cc;
    color: #174c3c;
  }
  .jw-section-footer
    .jw-btn__default-color.jw-btn-style-flat:hover:not(:disabled),
  .jw-section-footer .jw-btn__default-color.jw-btn-style-flat.jw-btn__active {
    background: #73d5b8;
    color: #174c3c;
  }
  .jw-section-footer .jw-btn__default-color.jw-btn-style-border {
    background: transparent;
    border: 2px solid #9ae1cc;
    color: #9ae1cc;
  }
  .jw-section-footer
    .jw-btn__default-color.jw-btn-style-border:hover:not(:disabled),
  .jw-section-footer .jw-btn__default-color.jw-btn-style-border.jw-btn__active {
    color: #174c3c;
    background: #9ae1cc;
  }
  .jw-section-footer .jw-btn__default-color.jw-btn-style-default {
    background: #9ae1cc;
    color: #174c3c;
  }
  .jw-section-footer
    .jw-btn__default-color.jw-btn-style-default:hover:not(:disabled),
  .jw-section-footer .jw-btn__default-color.jw-btn-style-default.jw-btn__active {
    background: #73d5b8;
    color: #174c3c;
  }
  .jw-section-footer .jw-btn-roundness-default {
    border-radius: 0.2em;
  }
  .jw-section-footer .jw-btn--default-color {
    color: #9ae1cc;
  }
  .jw-section-footer .jw-icon-image__inner {
    background-color: #9ae1cc;
  }
  .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: #9ae1cc;
  }
  .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: 900px) {
    .jw-section-footer {
      line-height: 1.425;
    }
  }
  @media (max-width: 768px) {
    .jw-section-footer {
      line-height: 1.35;
      font-size: 1.33rem;
    }
  }
  .jw-section-footer a {
    color: #9ae1cc;
    text-decoration: underline;
  }
  .jw-section-footer a:hover {
    color: #73d5b8;
    text-decoration: underline;
  }
  .jw-section-footer p,
  .jw-section-footer ol,
  .jw-section-footer ul {
    margin-top: 0;
    margin-bottom: 0.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: 0.98rem;
  }
  .jw-section-footer .jw-accent-text-color {
    color: #9ae1cc;
  }
  .jw-section-footer .jw-accent-background {
    color: #174c3c;
    background-color: #9ae1cc;
  }
  .jw-section-footer .jw-accent-background a {
    color: #174c3c;
  }
  .jw-section-footer .jw-accent-border-link-color {
    border-color: #9ae1cc;
  }
  .jw-section-footer .jw-accent-border-color {
    border-color: #fff;
  }
  .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: #fff;
    font-family: "Roboto", "sans-serif";
    font-weight: 700;
    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: 900px) {
    .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 {
    text-decoration: underline;
    color: #9ae1cc;
  }
  .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 {
    color: #73d5b8;
  }
  .jw-section-footer .product-page .product__price__price {
    color: #fff;
  }
  .jw-section-footer .jw-heading-200 {
    font-size: 3.85rem;
    margin-top: 2.655rem;
    margin-bottom: 0.985rem;
  }
  @media (max-width: 900px) {
    .jw-section-footer .jw-heading-200 {
      font-size: 3.1rem;
      margin-top: 2.43rem;
      margin-bottom: 0.91rem;
    }
  }
  @media (max-width: 768px) {
    .jw-section-footer .jw-heading-200 {
      font-size: 2.73rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section-footer .jw-heading-150 {
    font-size: 2.89rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section-footer .jw-heading-150 {
      font-size: 2.46rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section-footer .jw-heading-150 {
      font-size: 2.24rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section-footer .jw-heading-130 {
    font-size: 2.5rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section-footer .jw-heading-130 {
      font-size: 2.2rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section-footer .jw-heading-130 {
      font-size: 2.05rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section-footer .jw-heading-120 {
    font-size: 2.31rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section-footer .jw-heading-120 {
      font-size: 2.07rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section-footer .jw-heading-120 {
      font-size: 1.96rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section-footer h1,
  .jw-section-footer .jw-heading-100 {
    font-size: 1.93rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section-footer h1,
    .jw-section-footer .jw-heading-100 {
      font-size: 1.82rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section-footer h1,
    .jw-section-footer .jw-heading-100 {
      font-size: 1.76rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section-footer h2,
  .jw-section-footer .jw-heading-85 {
    font-size: 1.64rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section-footer h2,
    .jw-section-footer .jw-heading-85 {
      font-size: 1.62rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section-footer h2,
    .jw-section-footer .jw-heading-85 {
      font-size: 1.62rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section-footer h3,
  .jw-section-footer .jw-heading-70 {
    font-size: 1.35rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section-footer h3,
    .jw-section-footer .jw-heading-70 {
      font-size: 1.43rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section-footer h3,
    .jw-section-footer .jw-heading-70 {
      font-size: 1.47rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-section-footer h4 {
    font-size: 0.92rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-section-footer h4 {
      font-size: 1.15rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-section-footer h4 {
      font-size: 1.26rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  :root,
  :host {
    --jw-strip__background-color--default: #ffffff;
    --jw-strip__background-color--shaded: #f2f2f2;
    --jw-strip__background-color--accent: #9ae1cc;
    --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-is-strips
    .jw-strip--color-default.jw-strip--padding-both
    + :is(.jw-is-strips .jw-strip--color-default.jw-strip--padding-both) {
    border-top: 1px solid rgba(115, 115, 115, 0.2);
  }
  .jw-is-strips .jw-strip--color-shaded {
    background-color: #f2f2f2;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #737373;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    + :is(.jw-is-strips .jw-strip--color-shaded) {
    border-top: 1px solid rgba(115, 115, 115, 0.2);
  }
  .jw-is-strips .jw-strip--color-shaded .jw-element-separator,
  .jw-is-strips .jw-strip--color-shaded .jw-news-post,
  .jw-is-strips .jw-strip--color-shaded .jw-comment,
  .jw-is-strips .jw-strip--color-shaded .jw-columns__node--separator-left,
  .jw-is-strips .jw-strip--color-shaded .jw-columns__node--separator-right,
  .jw-is-strips .jw-strip--color-shaded .website-logout,
  .jw-is-strips .jw-strip--color-shaded .jw-element-accordion__heading {
    border-color: rgba(115, 115, 115, 0.2);
  }
  .jw-is-strips .jw-strip--color-shaded .jw-steps__step {
    background-color: #f2f2f2;
    border-color: rgba(115, 115, 115, 0.3);
    color: #8c8c8c;
  }
  a.jw-is-strips .jw-strip--color-shaded .jw-steps__step:hover,
  a.jw-is-strips .jw-strip--color-shaded .jw-steps__step:focus {
    color: #8c8c8c;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-steps__step--enabled {
    color: #737373;
  }
  a.jw-is-strips .jw-strip--color-shaded .jw-steps__step--enabled:hover,
  a.jw-is-strips .jw-strip--color-shaded .jw-steps__step--enabled:focus {
    color: #737373;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-steps__step--completed {
    background-color: #e2eeea;
    border-color: #4bcaa4;
    color: #2e9b7a;
  }
  a.jw-is-strips .jw-strip--color-shaded .jw-steps__step--completed:hover,
  a.jw-is-strips .jw-strip--color-shaded .jw-steps__step--completed:focus {
    color: #2e9b7a;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-steps__step--selected {
    background-color: #4bcaa4;
    border-color: #4bcaa4;
    color: #fff;
  }
  a.jw-is-strips .jw-strip--color-shaded .jw-steps__step--selected:hover,
  a.jw-is-strips .jw-strip--color-shaded .jw-steps__step--selected:focus {
    color: #fff;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-toggle-block__label {
    border-color: rgba(115, 115, 115, 0.2);
  }
  input:checked + .jw-is-strips .jw-strip--color-shaded .jw-toggle-block__label {
    border-color: #4bcaa4;
    box-shadow: 0 0 0 1px #4bcaa4;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-toggle-block__label.jw-element-form-is-error,
  input:checked
    + .jw-is-strips
    .jw-strip--color-shaded
    .jw-toggle-block__label.jw-element-form-is-error {
    border-color: #d9534f;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-element-form-well {
    background: #e8e8e8;
  }
  .jw-is-strips .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-is-strips .jw-strip--color-shaded .jw-element-form-input-text:hover {
    border-color: #999;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-element-form-input-text:focus {
    border-color: #4bcaa4;
    box-shadow: 0 0 0 2px #9fdecb, 0 0 rgba(0, 0, 0, 0);
  }
  .jw-is-strips .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-is-strips .jw-strip--color-shaded input[type="radio"]:focus,
  .jw-is-strips .jw-strip--color-shaded input[type="checkbox"]:focus {
    box-shadow: 0 0 0 2px #4bcaa4;
    outline: none;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    input[type="radio"]:focus:not(:focus-visible),
  .jw-is-strips
    .jw-strip--color-shaded
    input[type="checkbox"]:focus:not(:focus-visible) {
    box-shadow: none;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-pagination__page {
    color: #4bcaa4;
    border-radius: 0.2em;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-pagination__page:hover {
    background: rgba(75, 202, 164, 0.15);
    color: #4bcaa4;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-pagination__page--active,
  .jw-is-strips .jw-strip--color-shaded .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #4bcaa4;
    background: transparent;
    color: #4bcaa4;
  }
  .jw-is-strips .jw-strip--color-shaded .product-sticker {
    color: #fff;
    background: #4bcaa4;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(115, 115, 115, 0.8);
  }
  .jw-is-strips .jw-strip--color-shaded .jw-tree-empty-placeholder__image {
    background-image: url("https://assets.jwwb.nl/assets/img/content-empty.png?version=1");
  }
  .jw-is-strips .jw-strip--color-shaded .text--muted {
    color: #a6a6a6;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-element-social-share
    .share-button--wrapper {
    border-color: rgba(115, 115, 115, 0.2);
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-element-rating--color-accent
    .jw-element-rating__icon-full {
    color: #4bcaa4;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-element-rating__icon-empty {
    color: #ccc;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-element-audio {
    --plyr-color-main: #34ae8a;
    --plyr-audio-controls-background: #e4e4e4;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #34ae8a;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115, 115, 115, 0.3);
    --plyr-control-radius: 0.2em;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-element-audio
    .plyr--audio
    .plyr__controls {
    border-radius: 0.2em;
    border-color: #cdcdcd;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-element-video {
    --plyr-color-main: #4bcaa4;
    --plyr-video-control-background-hover: #4bcaa4;
    --plyr-video-control-color-hover: #fff;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-element-social-follow--color-default.jw-element-social-follow--style-border
    .jw-element-social-follow-profile,
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly
    .jw-element-social-follow-profile {
    color: #4bcaa4;
    border-color: #4bcaa4;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-element-social-follow--color-default.jw-element-social-follow--style-solid
    .jw-element-social-follow-profile {
    background-color: #4bcaa4;
    color: #fff;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-element-social-follow__default-color-getter {
    color: #4bcaa4;
  }
  .jw-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-discord,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-facebook,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-twitter,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-pinterest,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-instagram,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-youtube,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-tumblr,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-linkedin,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-tiktok,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-telegram,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-whatsapp,
  .jw-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #4bcaa4;
    outline-offset: 1px;
  }
  .jw-is-strips .jw-strip--color-shaded .image-gallery__thumbnail-item {
    border-color: rgba(115, 115, 115, 0.3);
  }
  .jw-is-strips .jw-strip--color-shaded .image-gallery__thumbnail-item:hover {
    border-color: rgba(115, 115, 115, 0.6);
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #4bcaa4;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-element-accordion--style-box
    .jw-is-strips
    .jw-strip--color-shaded
    .jw-element-accordion__heading {
    background-color: #4bcaa4;
    color: #fff;
    border-color: #34ae8a;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-element-accordion--style-box
    .jw-is-strips
    .jw-strip--color-shaded
    .jw-element-accordion__item {
    background-color: rgba(115, 115, 115, 0.05);
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-element-accordion--style-box
    .jw-is-strips
    .jw-strip--color-shaded
    .jw-element-accordion__content {
    border-color: #34ae8a;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-table.jw-table--header.jw-table--border
    th,
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-table.jw-table--header.jw-table--striped
    th {
    background-color: #4bcaa4;
    color: #fff;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-table.jw-table--border tr,
  .jw-is-strips .jw-strip--color-shaded .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(115, 115, 115, 0.1);
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-table.jw-table--striped
    tr:nth-child(odd)
    td {
    background-color: rgba(115, 115, 115, 0.05);
  }
  .jw-is-strips .jw-strip--color-shaded .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(115, 115, 115, 0.15);
  }
  .jw-is-strips .jw-strip--color-shaded .jw-table.jw-table--nowrap {
    white-space: nowrap;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(115, 115, 115, 0.3);
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .handsontable
    .jw-table--header.jw-table--border
    tr:first-child
    td,
  .jw-is-strips
    .jw-strip--color-shaded
    .handsontable
    .jw-table--header.jw-table--striped
    tr:first-child
    td {
    background-color: #4bcaa4;
    color: #fff;
  }
  .jw-is-strips .jw-strip--color-shaded .product,
  .jw-is-strips .jw-strip--color-shaded .product__description,
  .jw-is-strips .jw-strip--color-shaded .product-page__description,
  .jw-is-strips .jw-strip--color-shaded .product-page__social {
    border-color: rgba(115, 115, 115, 0.2);
  }
  .jw-is-strips .jw-strip--color-shaded .jw-columns .jw-product .product,
  .jw-is-strips .jw-strip--color-shaded .image-gallery__thumbnail-item {
    border-radius: 3px;
  }
  .jw-is-strips .jw-strip--color-shaded .product__free-shipping-motivator {
    color: #4bcaa4;
  }
  .jw-is-strips .jw-strip--color-shaded .product-gallery--empty {
    border: 1px solid rgba(115, 115, 115, 0.3);
    color: rgba(115, 115, 115, 0.5);
  }
  .jw-is-strips .jw-strip--color-shaded .product-gallery__content {
    background: #f2f2f2;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__content {
    border-color: rgba(115, 115, 115, 0.3);
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__content:hover,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__content:hover {
    background: #fff;
    border-color: rgba(115, 115, 115, 0.6);
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__content:focus-within,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__content:focus-within {
    background: #fff;
    border-color: rgba(115, 115, 115, 0.6);
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-image-only
    .product-gallery__info-container {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .jw-is-strips .jw-strip--color-shaded .product-gallery__price {
    color: #999;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__expand-container
    button,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__expand-container
    button,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__expand-container
    select,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__expand-container
    select {
    height: 34px;
    box-sizing: border-box;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item--has-button
    .product-gallery__content:hover,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__item--has-button
    .product-gallery__content:hover,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item--has-options
    .product-gallery__content:hover,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__item--has-options
    .product-gallery__content:hover {
    margin-bottom: -49px;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item--has-button
    .product-gallery__content:hover
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__item--has-button
    .product-gallery__content:hover
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item--has-options
    .product-gallery__content:hover
    .product-gallery__expand-container,
  .jw-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item--has-button
    .product-gallery__content:focus-within,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__item--has-button
    .product-gallery__content:focus-within,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item--has-options
    .product-gallery__content:focus-within,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__item--has-options
    .product-gallery__content:focus-within {
    margin-bottom: -49px;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item--has-button
    .product-gallery__content:focus-within
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__item--has-button
    .product-gallery__content:focus-within
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item--has-options
    .product-gallery__content:focus-within
    .product-gallery__expand-container,
  .jw-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item--has-button
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__item--has-button
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item--has-options
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__item--has-options
    .product-gallery__expand-container {
    height: 34px;
    margin-top: -34px;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item--has-button.product-gallery__item--has-options
    .product-gallery__content:hover,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__item--has-button.product-gallery__item--has-options
    .product-gallery__content:hover {
    margin-bottom: -93px;
  }
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item--has-button.product-gallery__item--has-options
    .product-gallery__content:focus-within,
  .jw-is-strips
    .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: -93px;
  }
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item--has-button.product-gallery__item--has-options
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__item--has-button.product-gallery__item--has-options
    .product-gallery__expand-container {
    height: 78px;
    margin-top: -78px;
  }
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__content:hover,
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__item
    .product-gallery__content:hover,
  .jw-is-touch-device.jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__content:hover,
  .jw-is-touch-device.jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__item
    .product-gallery__content:hover {
    margin-bottom: 0;
  }
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__content:focus-within,
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__item
    .product-gallery__content:focus-within,
  .jw-is-touch-device.jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__content:focus-within,
  .jw-is-touch-device.jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__item
    .product-gallery__content:focus-within {
    margin-bottom: 0;
  }
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__expand-container,
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-clean
    .product-gallery__item
    .product-gallery__expand-container,
  .jw-is-touch-device.jw-is-strips
    .jw-strip--color-shaded
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__expand-container,
  .jw-is-touch-device.jw-is-strips
    .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-is-strips .jw-strip--color-shaded .product-gallery-filter__button {
    color: #4bcaa4;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-btn__default-color {
    outline-color: #4bcaa4;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-btn__default-color.jw-btn-style-flat {
    background: #4bcaa4;
    color: #fff;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-btn__default-color.jw-btn-style-flat:hover:not(:disabled),
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-btn__default-color.jw-btn-style-flat.jw-btn__active {
    background: #34ae8a;
    color: #fff;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-btn__default-color.jw-btn-style-border {
    background: transparent;
    border: 2px solid #4bcaa4;
    color: #4bcaa4;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-btn__default-color.jw-btn-style-border:hover:not(:disabled),
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-btn__default-color.jw-btn-style-border.jw-btn__active {
    color: #fff;
    background: #4bcaa4;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-btn__default-color.jw-btn-style-default {
    background: #4bcaa4;
    color: #fff;
  }
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-btn__default-color.jw-btn-style-default:hover:not(:disabled),
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-btn__default-color.jw-btn-style-default.jw-btn__active {
    background: #34ae8a;
    color: #fff;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-btn-roundness-default {
    border-radius: 0.2em;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-btn--default-color {
    color: #4bcaa4;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-icon-image__inner {
    background-color: #4bcaa4;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-image-is-square .jw-icon-image,
  .jw-is-strips .jw-strip--color-shaded .jw-image-is-rounded .jw-icon-image,
  .jw-is-strips .jw-strip--color-shaded .jw-image-is-round .jw-icon-image {
    background-color: #4bcaa4;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-image-is-square .jw-icon-image__inner,
  .jw-is-strips
    .jw-strip--color-shaded
    .jw-image-is-rounded
    .jw-icon-image__inner,
  .jw-is-strips .jw-strip--color-shaded .jw-image-is-round .jw-icon-image__inner {
    background-color: #f2f2f2;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-shaded {
      line-height: 1.425;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-shaded {
      line-height: 1.35;
      font-size: 1.4rem;
    }
  }
  .jw-is-strips .jw-strip--color-shaded a {
    color: #4bcaa4;
    text-decoration: underline;
  }
  .jw-is-strips .jw-strip--color-shaded a:hover {
    color: #34ae8a;
    text-decoration: underline;
  }
  .jw-is-strips .jw-strip--color-shaded p,
  .jw-is-strips .jw-strip--color-shaded ol,
  .jw-is-strips .jw-strip--color-shaded ul {
    margin-top: 0;
    margin-bottom: 0.4em;
  }
  .jw-is-strips .jw-strip--color-shaded span[style*="color"] a {
    color: inherit;
  }
  .jw-is-strips .jw-strip--color-shaded button {
    line-height: 1.5;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-text-small {
    font-size: 1.12rem;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-accent-text-color {
    color: #4bcaa4;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-accent-background {
    color: #000;
    background-color: #4bcaa4;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-accent-background a {
    color: #000;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-accent-border-link-color {
    border-color: #4bcaa4;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-accent-border-color {
    border-color: #737373;
  }
  .jw-is-strips .jw-strip--color-shaded h1,
  .jw-is-strips .jw-strip--color-shaded h2,
  .jw-is-strips .jw-strip--color-shaded h3,
  .jw-is-strips .jw-strip--color-shaded h4,
  .jw-is-strips .jw-strip--color-shaded h5,
  .jw-is-strips .jw-strip--color-shaded h6 {
    line-height: 1.1;
    color: #6d6d6d;
    font-family: "Roboto", "sans-serif";
    font-weight: 700;
    font-style: normal;
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-shaded h1,
    .jw-is-strips .jw-strip--color-shaded h2,
    .jw-is-strips .jw-strip--color-shaded h3,
    .jw-is-strips .jw-strip--color-shaded h4,
    .jw-is-strips .jw-strip--color-shaded h5,
    .jw-is-strips .jw-strip--color-shaded h6 {
      line-height: 1.1;
    }
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-shaded h1,
    .jw-is-strips .jw-strip--color-shaded h2,
    .jw-is-strips .jw-strip--color-shaded h3,
    .jw-is-strips .jw-strip--color-shaded h4,
    .jw-is-strips .jw-strip--color-shaded h5,
    .jw-is-strips .jw-strip--color-shaded h6 {
      line-height: 1.1;
    }
  }
  .jw-is-strips .jw-strip--color-shaded h1 a,
  .jw-is-strips .jw-strip--color-shaded h2 a,
  .jw-is-strips .jw-strip--color-shaded h3 a,
  .jw-is-strips .jw-strip--color-shaded h4 a,
  .jw-is-strips .jw-strip--color-shaded h5 a,
  .jw-is-strips .jw-strip--color-shaded h6 a {
    text-decoration: underline;
    color: #4bcaa4;
  }
  .jw-is-strips .jw-strip--color-shaded h1 a:hover,
  .jw-is-strips .jw-strip--color-shaded h2 a:hover,
  .jw-is-strips .jw-strip--color-shaded h3 a:hover,
  .jw-is-strips .jw-strip--color-shaded h4 a:hover,
  .jw-is-strips .jw-strip--color-shaded h5 a:hover,
  .jw-is-strips .jw-strip--color-shaded h6 a:hover {
    color: #34ae8a;
  }
  .jw-is-strips .jw-strip--color-shaded .product-page .product__price__price {
    color: #6d6d6d;
  }
  .jw-is-strips .jw-strip--color-shaded .jw-heading-200 {
    font-size: 4.4rem;
    margin-top: 2.82rem;
    margin-bottom: 1.04rem;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-shaded .jw-heading-200 {
      font-size: 3.47rem;
      margin-top: 2.54rem;
      margin-bottom: 0.94666667rem;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-shaded .jw-heading-200 {
      font-size: 3rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-shaded .jw-heading-150 {
    font-size: 3.3rem;
    margin-top: 2.49rem;
    margin-bottom: 0.93rem;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-shaded .jw-heading-150 {
      font-size: 2.73rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-shaded .jw-heading-150 {
      font-size: 2.45rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-shaded .jw-heading-130 {
    font-size: 2.86rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-shaded .jw-heading-130 {
      font-size: 2.44rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-shaded .jw-heading-130 {
      font-size: 2.23rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-shaded .jw-heading-120 {
    font-size: 2.64rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-shaded .jw-heading-120 {
      font-size: 2.29rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-shaded .jw-heading-120 {
      font-size: 2.12rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-shaded h1,
  .jw-is-strips .jw-strip--color-shaded .jw-heading-100 {
    font-size: 2.2rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-shaded h1,
    .jw-is-strips .jw-strip--color-shaded .jw-heading-100 {
      font-size: 2rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-shaded h1,
    .jw-is-strips .jw-strip--color-shaded .jw-heading-100 {
      font-size: 1.9rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-shaded h2,
  .jw-is-strips .jw-strip--color-shaded .jw-heading-85 {
    font-size: 1.87rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-shaded h2,
    .jw-is-strips .jw-strip--color-shaded .jw-heading-85 {
      font-size: 1.78rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-shaded h2,
    .jw-is-strips .jw-strip--color-shaded .jw-heading-85 {
      font-size: 1.74rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-shaded h3,
  .jw-is-strips .jw-strip--color-shaded .jw-heading-70 {
    font-size: 1.54rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-shaded h3,
    .jw-is-strips .jw-strip--color-shaded .jw-heading-70 {
      font-size: 1.56rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-shaded h3,
    .jw-is-strips .jw-strip--color-shaded .jw-heading-70 {
      font-size: 1.57rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-shaded h4 {
    font-size: 1.06rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-shaded h4 {
      font-size: 1.24rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-shaded h4 {
      font-size: 1.33rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-accent {
    background-color: #9ae1cc;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #737373;
  }
  .jw-is-strips
    .jw-strip--color-accent
    + :is(.jw-is-strips .jw-strip--color-accent) {
    border-top: 1px solid rgba(115, 115, 115, 0.2);
  }
  .jw-is-strips .jw-strip--color-accent .jw-element-separator,
  .jw-is-strips .jw-strip--color-accent .jw-news-post,
  .jw-is-strips .jw-strip--color-accent .jw-comment,
  .jw-is-strips .jw-strip--color-accent .jw-columns__node--separator-left,
  .jw-is-strips .jw-strip--color-accent .jw-columns__node--separator-right,
  .jw-is-strips .jw-strip--color-accent .website-logout,
  .jw-is-strips .jw-strip--color-accent .jw-element-accordion__heading {
    border-color: rgba(115, 115, 115, 0.2);
  }
  .jw-is-strips .jw-strip--color-accent .jw-steps__step {
    background-color: #9ae1cc;
    border-color: rgba(115, 115, 115, 0.3);
    color: #7b8985;
  }
  a.jw-is-strips .jw-strip--color-accent .jw-steps__step:hover,
  a.jw-is-strips .jw-strip--color-accent .jw-steps__step:focus {
    color: #7b8985;
  }
  .jw-is-strips .jw-strip--color-accent .jw-steps__step--enabled {
    color: #737373;
  }
  a.jw-is-strips .jw-strip--color-accent .jw-steps__step--enabled:hover,
  a.jw-is-strips .jw-strip--color-accent .jw-steps__step--enabled:focus {
    color: #737373;
  }
  .jw-is-strips .jw-strip--color-accent .jw-steps__step--completed {
    background-color: #8dd4bf;
    border-color: #1c604c;
    color: #0b251d;
  }
  a.jw-is-strips .jw-strip--color-accent .jw-steps__step--completed:hover,
  a.jw-is-strips .jw-strip--color-accent .jw-steps__step--completed:focus {
    color: #0b251d;
  }
  .jw-is-strips .jw-strip--color-accent .jw-steps__step--selected {
    background-color: #1c604c;
    border-color: #1c604c;
    color: #fff;
  }
  a.jw-is-strips .jw-strip--color-accent .jw-steps__step--selected:hover,
  a.jw-is-strips .jw-strip--color-accent .jw-steps__step--selected:focus {
    color: #fff;
  }
  .jw-is-strips .jw-strip--color-accent .jw-toggle-block__label {
    border-color: rgba(115, 115, 115, 0.2);
  }
  input:checked + .jw-is-strips .jw-strip--color-accent .jw-toggle-block__label {
    border-color: #1c604c;
    box-shadow: 0 0 0 1px #1c604c;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-toggle-block__label.jw-element-form-is-error,
  input:checked
    + .jw-is-strips
    .jw-strip--color-accent
    .jw-toggle-block__label.jw-element-form-is-error {
    border-color: #d9534f;
  }
  .jw-is-strips .jw-strip--color-accent .jw-element-form-well {
    background: #97d8c5;
  }
  .jw-is-strips .jw-strip--color-accent .jw-element-form-input-text {
    border-color: rgba(46, 155, 122, 0.5);
    color: #22735b;
    background-color: #73d5b8;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }
  .jw-is-strips .jw-strip--color-accent .jw-element-form-input-text:hover {
    border-color: #2e9b7a;
  }
  .jw-is-strips .jw-strip--color-accent .jw-element-form-input-text:focus {
    border-color: #1c604c;
    box-shadow: 0 0 0 2px #5ba08c, 0 0 rgba(0, 0, 0, 0);
  }
  .jw-is-strips .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%2322735b%22%20/%3E%3C/svg%3E");
  }
  .jw-is-strips .jw-strip--color-accent input[type="radio"]:focus,
  .jw-is-strips .jw-strip--color-accent input[type="checkbox"]:focus {
    box-shadow: 0 0 0 2px #1c604c;
    outline: none;
  }
  .jw-is-strips
    .jw-strip--color-accent
    input[type="radio"]:focus:not(:focus-visible),
  .jw-is-strips
    .jw-strip--color-accent
    input[type="checkbox"]:focus:not(:focus-visible) {
    box-shadow: none;
  }
  .jw-is-strips .jw-strip--color-accent .jw-pagination__page {
    color: #1c604c;
    border-radius: 0.2em;
  }
  .jw-is-strips .jw-strip--color-accent .jw-pagination__page:hover {
    background: rgba(28, 96, 76, 0.15);
    color: #1c604c;
  }
  .jw-is-strips .jw-strip--color-accent .jw-pagination__page--active,
  .jw-is-strips .jw-strip--color-accent .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #1c604c;
    background: transparent;
    color: #1c604c;
  }
  .jw-is-strips .jw-strip--color-accent .product-sticker {
    color: #fff;
    background: #1c604c;
  }
  .jw-is-strips .jw-strip--color-accent .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(115, 115, 115, 0.8);
  }
  .jw-is-strips .jw-strip--color-accent .jw-tree-empty-placeholder__image {
    background-image: url("https://assets.jwwb.nl/assets/img/content-empty.png?version=1");
  }
  .jw-is-strips .jw-strip--color-accent .text--muted {
    color: #829f96;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-element-social-share
    .share-button--wrapper {
    border-color: rgba(115, 115, 115, 0.2);
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-element-rating--color-accent
    .jw-element-rating__icon-full {
    color: #1c604c;
  }
  .jw-is-strips .jw-strip--color-accent .jw-element-rating__icon-empty {
    color: #8ec0b1;
  }
  .jw-is-strips .jw-strip--color-accent .jw-element-audio {
    --plyr-color-main: #1c604c;
    --plyr-audio-controls-background: #f1fbf8;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #1c604c;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115, 115, 115, 0.3);
    --plyr-control-radius: 0.2em;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-element-audio
    .plyr--audio
    .plyr__controls {
    border-radius: 0.2em;
    border-color: #92cbba;
  }
  .jw-is-strips .jw-strip--color-accent .jw-element-video {
    --plyr-color-main: #1c604c;
    --plyr-video-control-background-hover: #1c604c;
    --plyr-video-control-color-hover: #fff;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow--color-default.jw-element-social-follow--style-border
    .jw-element-social-follow-profile,
  .jw-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly
    .jw-element-social-follow-profile {
    color: #1c604c;
    border-color: #1c604c;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow--color-default.jw-element-social-follow--style-solid
    .jw-element-social-follow-profile {
    background-color: #1c604c;
    color: #fff;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow__default-color-getter {
    color: #1c604c;
  }
  .jw-is-strips
    .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-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-discord,
  .jw-is-strips
    .jw-strip--color-accent
    .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-is-strips
    .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-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-facebook,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-twitter,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-pinterest,
  .jw-is-strips
    .jw-strip--color-accent
    .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-is-strips
    .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-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-instagram,
  .jw-is-strips
    .jw-strip--color-accent
    .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-is-strips
    .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-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-youtube,
  .jw-is-strips
    .jw-strip--color-accent
    .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-is-strips
    .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-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-tumblr,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-linkedin,
  .jw-is-strips
    .jw-strip--color-accent
    .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-is-strips
    .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-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-tiktok,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-telegram,
  .jw-is-strips
    .jw-strip--color-accent
    .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-is-strips
    .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-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-whatsapp,
  .jw-is-strips
    .jw-strip--color-accent
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly
    .jw-element-social-follow-profile--medium-whatsapp {
    color: #1da851;
    border-color: #1da851;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #1c604c;
    outline-offset: 1px;
  }
  .jw-is-strips .jw-strip--color-accent .image-gallery__thumbnail-item {
    border-color: rgba(115, 115, 115, 0.3);
  }
  .jw-is-strips .jw-strip--color-accent .image-gallery__thumbnail-item:hover {
    border-color: rgba(115, 115, 115, 0.6);
  }
  .jw-is-strips
    .jw-strip--color-accent
    .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #1c604c;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-element-accordion--style-box
    .jw-is-strips
    .jw-strip--color-accent
    .jw-element-accordion__heading {
    background-color: #1c604c;
    color: #fff;
    border-color: #11382d;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-element-accordion--style-box
    .jw-is-strips
    .jw-strip--color-accent
    .jw-element-accordion__item {
    background-color: rgba(115, 115, 115, 0.05);
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-element-accordion--style-box
    .jw-is-strips
    .jw-strip--color-accent
    .jw-element-accordion__content {
    border-color: #11382d;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-table.jw-table--header.jw-table--border
    th,
  .jw-is-strips
    .jw-strip--color-accent
    .jw-table.jw-table--header.jw-table--striped
    th {
    background-color: #1c604c;
    color: #fff;
  }
  .jw-is-strips .jw-strip--color-accent .jw-table.jw-table--border tr,
  .jw-is-strips .jw-strip--color-accent .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(115, 115, 115, 0.1);
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-table.jw-table--striped
    tr:nth-child(odd)
    td {
    background-color: rgba(115, 115, 115, 0.05);
  }
  .jw-is-strips .jw-strip--color-accent .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(115, 115, 115, 0.15);
  }
  .jw-is-strips .jw-strip--color-accent .jw-table.jw-table--nowrap {
    white-space: nowrap;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(115, 115, 115, 0.3);
  }
  .jw-is-strips
    .jw-strip--color-accent
    .handsontable
    .jw-table--header.jw-table--border
    tr:first-child
    td,
  .jw-is-strips
    .jw-strip--color-accent
    .handsontable
    .jw-table--header.jw-table--striped
    tr:first-child
    td {
    background-color: #1c604c;
    color: #fff;
  }
  .jw-is-strips .jw-strip--color-accent .product,
  .jw-is-strips .jw-strip--color-accent .product__description,
  .jw-is-strips .jw-strip--color-accent .product-page__description,
  .jw-is-strips .jw-strip--color-accent .product-page__social {
    border-color: rgba(115, 115, 115, 0.2);
  }
  .jw-is-strips .jw-strip--color-accent .jw-columns .jw-product .product,
  .jw-is-strips .jw-strip--color-accent .image-gallery__thumbnail-item {
    border-radius: 3px;
  }
  .jw-is-strips .jw-strip--color-accent .product__free-shipping-motivator {
    color: #1c604c;
  }
  .jw-is-strips .jw-strip--color-accent .product-gallery--empty {
    border: 1px solid rgba(115, 115, 115, 0.3);
    color: rgba(115, 115, 115, 0.5);
  }
  .jw-is-strips .jw-strip--color-accent .product-gallery__content {
    background: #9ae1cc;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__content {
    border-color: rgba(115, 115, 115, 0.3);
  }
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__content:hover,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__content:hover {
    background: #b2e8d8;
    border-color: rgba(115, 115, 115, 0.6);
  }
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__content:focus-within,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__content:focus-within {
    background: #b2e8d8;
    border-color: rgba(115, 115, 115, 0.6);
  }
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-image-only
    .product-gallery__info-container {
    background-color: rgba(178, 232, 216, 0.9);
  }
  .jw-is-strips .jw-strip--color-accent .product-gallery__price {
    color: #7f948e;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__expand-container
    button,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__expand-container
    button,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__expand-container
    select,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__expand-container
    select {
    height: 34px;
    box-sizing: border-box;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item--has-button
    .product-gallery__content:hover,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__item--has-button
    .product-gallery__content:hover,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item--has-options
    .product-gallery__content:hover,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__item--has-options
    .product-gallery__content:hover {
    margin-bottom: -49px;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item--has-button
    .product-gallery__content:hover
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__item--has-button
    .product-gallery__content:hover
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item--has-options
    .product-gallery__content:hover
    .product-gallery__expand-container,
  .jw-is-strips
    .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-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item--has-button
    .product-gallery__content:focus-within,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__item--has-button
    .product-gallery__content:focus-within,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item--has-options
    .product-gallery__content:focus-within,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__item--has-options
    .product-gallery__content:focus-within {
    margin-bottom: -49px;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item--has-button
    .product-gallery__content:focus-within
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__item--has-button
    .product-gallery__content:focus-within
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item--has-options
    .product-gallery__content:focus-within
    .product-gallery__expand-container,
  .jw-is-strips
    .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-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item--has-button
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__item--has-button
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item--has-options
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__item--has-options
    .product-gallery__expand-container {
    height: 34px;
    margin-top: -34px;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item--has-button.product-gallery__item--has-options
    .product-gallery__content:hover,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__item--has-button.product-gallery__item--has-options
    .product-gallery__content:hover {
    margin-bottom: -93px;
  }
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item--has-button.product-gallery__item--has-options
    .product-gallery__content:focus-within,
  .jw-is-strips
    .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: -93px;
  }
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item--has-button.product-gallery__item--has-options
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__item--has-button.product-gallery__item--has-options
    .product-gallery__expand-container {
    height: 78px;
    margin-top: -78px;
  }
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__content:hover,
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__item
    .product-gallery__content:hover,
  .jw-is-touch-device.jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__content:hover,
  .jw-is-touch-device.jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__item
    .product-gallery__content:hover {
    margin-bottom: 0;
  }
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__content:focus-within,
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__item
    .product-gallery__content:focus-within,
  .jw-is-touch-device.jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__content:focus-within,
  .jw-is-touch-device.jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__item
    .product-gallery__content:focus-within {
    margin-bottom: 0;
  }
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__expand-container,
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-clean
    .product-gallery__item
    .product-gallery__expand-container,
  .jw-is-touch-device.jw-is-strips
    .jw-strip--color-accent
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__expand-container,
  .jw-is-touch-device.jw-is-strips
    .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-is-strips .jw-strip--color-accent .product-gallery-filter__button {
    color: #1c604c;
  }
  .jw-is-strips .jw-strip--color-accent .jw-btn__default-color {
    outline-color: #1c604c;
  }
  .jw-is-strips .jw-strip--color-accent .jw-btn__default-color.jw-btn-style-flat {
    background: #1c604c;
    color: #fff;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-btn__default-color.jw-btn-style-flat:hover:not(:disabled),
  .jw-is-strips
    .jw-strip--color-accent
    .jw-btn__default-color.jw-btn-style-flat.jw-btn__active {
    background: #28876b;
    color: #fff;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-btn__default-color.jw-btn-style-border {
    background: transparent;
    border: 2px solid #1c604c;
    color: #1c604c;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-btn__default-color.jw-btn-style-border:hover:not(:disabled),
  .jw-is-strips
    .jw-strip--color-accent
    .jw-btn__default-color.jw-btn-style-border.jw-btn__active {
    color: #fff;
    background: #1c604c;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-btn__default-color.jw-btn-style-default {
    background: #1c604c;
    color: #fff;
  }
  .jw-is-strips
    .jw-strip--color-accent
    .jw-btn__default-color.jw-btn-style-default:hover:not(:disabled),
  .jw-is-strips
    .jw-strip--color-accent
    .jw-btn__default-color.jw-btn-style-default.jw-btn__active {
    background: #28876b;
    color: #fff;
  }
  .jw-is-strips .jw-strip--color-accent .jw-btn-roundness-default {
    border-radius: 0.2em;
  }
  .jw-is-strips .jw-strip--color-accent .jw-btn--default-color {
    color: #1c604c;
  }
  .jw-is-strips .jw-strip--color-accent .jw-icon-image__inner {
    background-color: #1c604c;
  }
  .jw-is-strips .jw-strip--color-accent .jw-image-is-square .jw-icon-image,
  .jw-is-strips .jw-strip--color-accent .jw-image-is-rounded .jw-icon-image,
  .jw-is-strips .jw-strip--color-accent .jw-image-is-round .jw-icon-image {
    background-color: #1c604c;
  }
  .jw-is-strips .jw-strip--color-accent .jw-image-is-square .jw-icon-image__inner,
  .jw-is-strips
    .jw-strip--color-accent
    .jw-image-is-rounded
    .jw-icon-image__inner,
  .jw-is-strips .jw-strip--color-accent .jw-image-is-round .jw-icon-image__inner {
    background-color: #9ae1cc;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-accent {
      line-height: 1.425;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-accent {
      line-height: 1.35;
      font-size: 1.4rem;
    }
  }
  .jw-is-strips .jw-strip--color-accent a {
    color: #1c604c;
    text-decoration: underline;
  }
  .jw-is-strips .jw-strip--color-accent a:hover {
    color: #28876b;
    text-decoration: underline;
  }
  .jw-is-strips .jw-strip--color-accent p,
  .jw-is-strips .jw-strip--color-accent ol,
  .jw-is-strips .jw-strip--color-accent ul {
    margin-top: 0;
    margin-bottom: 0.4em;
  }
  .jw-is-strips .jw-strip--color-accent span[style*="color"] a {
    color: inherit;
  }
  .jw-is-strips .jw-strip--color-accent button {
    line-height: 1.5;
  }
  .jw-is-strips .jw-strip--color-accent .jw-text-small {
    font-size: 1.12rem;
  }
  .jw-is-strips .jw-strip--color-accent .jw-accent-text-color {
    color: #1c604c;
  }
  .jw-is-strips .jw-strip--color-accent .jw-accent-background {
    color: #99b7ae;
    background-color: #1c604c;
  }
  .jw-is-strips .jw-strip--color-accent .jw-accent-background a {
    color: #99b7ae;
  }
  .jw-is-strips .jw-strip--color-accent .jw-accent-border-link-color {
    border-color: #1c604c;
  }
  .jw-is-strips .jw-strip--color-accent .jw-accent-border-color {
    border-color: #737373;
  }
  .jw-is-strips .jw-strip--color-accent h1,
  .jw-is-strips .jw-strip--color-accent h2,
  .jw-is-strips .jw-strip--color-accent h3,
  .jw-is-strips .jw-strip--color-accent h4,
  .jw-is-strips .jw-strip--color-accent h5,
  .jw-is-strips .jw-strip--color-accent h6 {
    line-height: 1.1;
    color: #737373;
    font-family: "Roboto", "sans-serif";
    font-weight: 700;
    font-style: normal;
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-accent h1,
    .jw-is-strips .jw-strip--color-accent h2,
    .jw-is-strips .jw-strip--color-accent h3,
    .jw-is-strips .jw-strip--color-accent h4,
    .jw-is-strips .jw-strip--color-accent h5,
    .jw-is-strips .jw-strip--color-accent h6 {
      line-height: 1.1;
    }
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-accent h1,
    .jw-is-strips .jw-strip--color-accent h2,
    .jw-is-strips .jw-strip--color-accent h3,
    .jw-is-strips .jw-strip--color-accent h4,
    .jw-is-strips .jw-strip--color-accent h5,
    .jw-is-strips .jw-strip--color-accent h6 {
      line-height: 1.1;
    }
  }
  .jw-is-strips .jw-strip--color-accent h1 a,
  .jw-is-strips .jw-strip--color-accent h2 a,
  .jw-is-strips .jw-strip--color-accent h3 a,
  .jw-is-strips .jw-strip--color-accent h4 a,
  .jw-is-strips .jw-strip--color-accent h5 a,
  .jw-is-strips .jw-strip--color-accent h6 a {
    text-decoration: underline;
    color: #1c604c;
  }
  .jw-is-strips .jw-strip--color-accent h1 a:hover,
  .jw-is-strips .jw-strip--color-accent h2 a:hover,
  .jw-is-strips .jw-strip--color-accent h3 a:hover,
  .jw-is-strips .jw-strip--color-accent h4 a:hover,
  .jw-is-strips .jw-strip--color-accent h5 a:hover,
  .jw-is-strips .jw-strip--color-accent h6 a:hover {
    color: #28876b;
  }
  .jw-is-strips .jw-strip--color-accent .product-page .product__price__price {
    color: #737373;
  }
  .jw-is-strips .jw-strip--color-accent .jw-heading-200 {
    font-size: 4.4rem;
    margin-top: 2.82rem;
    margin-bottom: 1.04rem;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-accent .jw-heading-200 {
      font-size: 3.47rem;
      margin-top: 2.54rem;
      margin-bottom: 0.94666667rem;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-accent .jw-heading-200 {
      font-size: 3rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-accent .jw-heading-150 {
    font-size: 3.3rem;
    margin-top: 2.49rem;
    margin-bottom: 0.93rem;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-accent .jw-heading-150 {
      font-size: 2.73rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-accent .jw-heading-150 {
      font-size: 2.45rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-accent .jw-heading-130 {
    font-size: 2.86rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-accent .jw-heading-130 {
      font-size: 2.44rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-accent .jw-heading-130 {
      font-size: 2.23rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-accent .jw-heading-120 {
    font-size: 2.64rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-accent .jw-heading-120 {
      font-size: 2.29rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-accent .jw-heading-120 {
      font-size: 2.12rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-accent h1,
  .jw-is-strips .jw-strip--color-accent .jw-heading-100 {
    font-size: 2.2rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-accent h1,
    .jw-is-strips .jw-strip--color-accent .jw-heading-100 {
      font-size: 2rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-accent h1,
    .jw-is-strips .jw-strip--color-accent .jw-heading-100 {
      font-size: 1.9rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-accent h2,
  .jw-is-strips .jw-strip--color-accent .jw-heading-85 {
    font-size: 1.87rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-accent h2,
    .jw-is-strips .jw-strip--color-accent .jw-heading-85 {
      font-size: 1.78rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-accent h2,
    .jw-is-strips .jw-strip--color-accent .jw-heading-85 {
      font-size: 1.74rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-accent h3,
  .jw-is-strips .jw-strip--color-accent .jw-heading-70 {
    font-size: 1.54rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-accent h3,
    .jw-is-strips .jw-strip--color-accent .jw-heading-70 {
      font-size: 1.56rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-accent h3,
    .jw-is-strips .jw-strip--color-accent .jw-heading-70 {
      font-size: 1.57rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-accent h4 {
    font-size: 1.06rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-accent h4 {
      font-size: 1.24rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-accent h4 {
      font-size: 1.33rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-inverse {
    background-color: #333;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #a3a3a3;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    + :is(.jw-is-strips .jw-strip--color-inverse) {
    border-top: 1px solid rgba(163, 163, 163, 0.2);
  }
  .jw-is-strips .jw-strip--color-inverse .jw-element-separator,
  .jw-is-strips .jw-strip--color-inverse .jw-news-post,
  .jw-is-strips .jw-strip--color-inverse .jw-comment,
  .jw-is-strips .jw-strip--color-inverse .jw-columns__node--separator-left,
  .jw-is-strips .jw-strip--color-inverse .jw-columns__node--separator-right,
  .jw-is-strips .jw-strip--color-inverse .website-logout,
  .jw-is-strips .jw-strip--color-inverse .jw-element-accordion__heading {
    border-color: rgba(163, 163, 163, 0.2);
  }
  .jw-is-strips .jw-strip--color-inverse .jw-steps__step {
    background-color: #333;
    border-color: rgba(163, 163, 163, 0.3);
    color: #8d8d8d;
  }
  a.jw-is-strips .jw-strip--color-inverse .jw-steps__step:hover,
  a.jw-is-strips .jw-strip--color-inverse .jw-steps__step:focus {
    color: #8d8d8d;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-steps__step--enabled {
    color: #a3a3a3;
  }
  a.jw-is-strips .jw-strip--color-inverse .jw-steps__step--enabled:hover,
  a.jw-is-strips .jw-strip--color-inverse .jw-steps__step--enabled:focus {
    color: #a3a3a3;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-steps__step--completed {
    background-color: #3d4442;
    border-color: #9ae1cc;
    color: #d5f3ea;
  }
  a.jw-is-strips .jw-strip--color-inverse .jw-steps__step--completed:hover,
  a.jw-is-strips .jw-strip--color-inverse .jw-steps__step--completed:focus {
    color: #d5f3ea;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-steps__step--selected {
    background-color: #9ae1cc;
    border-color: #9ae1cc;
    color: #174c3c;
  }
  a.jw-is-strips .jw-strip--color-inverse .jw-steps__step--selected:hover,
  a.jw-is-strips .jw-strip--color-inverse .jw-steps__step--selected:focus {
    color: #174c3c;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-toggle-block__label {
    border-color: rgba(163, 163, 163, 0.2);
  }
  input:checked + .jw-is-strips .jw-strip--color-inverse .jw-toggle-block__label {
    border-color: #9ae1cc;
    box-shadow: 0 0 0 1px #9ae1cc;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-toggle-block__label.jw-element-form-is-error,
  input:checked
    + .jw-is-strips
    .jw-strip--color-inverse
    .jw-toggle-block__label.jw-element-form-is-error {
    border-color: #d9534f;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-element-form-well {
    background: #3c3c3c;
  }
  .jw-is-strips .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-is-strips .jw-strip--color-inverse .jw-element-form-input-text:hover {
    border-color: #8c8c8c;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-element-form-input-text:focus {
    border-color: #9ae1cc;
    box-shadow: 0 0 0 2px #678a80, 0 0 rgba(0, 0, 0, 0);
  }
  .jw-is-strips .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-is-strips .jw-strip--color-inverse input[type="radio"]:focus,
  .jw-is-strips .jw-strip--color-inverse input[type="checkbox"]:focus {
    box-shadow: 0 0 0 2px #9ae1cc;
    outline: none;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    input[type="radio"]:focus:not(:focus-visible),
  .jw-is-strips
    .jw-strip--color-inverse
    input[type="checkbox"]:focus:not(:focus-visible) {
    box-shadow: none;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-pagination__page {
    color: #9ae1cc;
    border-radius: 0.2em;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-pagination__page:hover {
    background: rgba(154, 225, 204, 0.15);
    color: #9ae1cc;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-pagination__page--active,
  .jw-is-strips .jw-strip--color-inverse .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #9ae1cc;
    background: transparent;
    color: #9ae1cc;
  }
  .jw-is-strips .jw-strip--color-inverse .product-sticker {
    color: #174c3c;
    background: #9ae1cc;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(163, 163, 163, 0.8);
  }
  .jw-is-strips .jw-strip--color-inverse .jw-tree-empty-placeholder__image {
    background-image: url("https://assets.jwwb.nl/assets/img/content-empty-light.png?version=1");
  }
  .jw-is-strips .jw-strip--color-inverse .text--muted {
    color: #767676;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-element-social-share
    .share-button--wrapper {
    border-color: rgba(163, 163, 163, 0.2);
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-element-rating--color-accent
    .jw-element-rating__icon-full {
    color: #9ae1cc;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-element-rating__icon-empty {
    color: #555;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-element-audio {
    --plyr-color-main: #9ae1cc;
    --plyr-audio-controls-background: #595959;
    --plyr-audio-control-color: #e5e5e5;
    --plyr-audio-control-background-hover: #9ae1cc;
    --plyr-audio-control-color-hover: #174c3c;
    --plyr-audio-progress-buffered-background: rgba(229, 229, 229, 0.3);
    --plyr-control-radius: 0.2em;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-element-audio
    .plyr--audio
    .plyr__controls {
    border-radius: 0.2em;
    border-color: #757575;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-element-video {
    --plyr-color-main: #34ae8a;
    --plyr-video-control-background-hover: #34ae8a;
    --plyr-video-control-color-hover: #fff;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-element-social-follow--color-default.jw-element-social-follow--style-border
    .jw-element-social-follow-profile,
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly
    .jw-element-social-follow-profile {
    color: #9ae1cc;
    border-color: #9ae1cc;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-element-social-follow--color-default.jw-element-social-follow--style-solid
    .jw-element-social-follow-profile {
    background-color: #9ae1cc;
    color: #174c3c;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-element-social-follow__default-color-getter {
    color: #9ae1cc;
  }
  .jw-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-discord,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-facebook,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-twitter,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-pinterest,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-instagram,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-youtube,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-tumblr,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-linkedin,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-tiktok,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-telegram,
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .jw-element-social-follow--color-brand.jw-element-social-follow--style-border
    .jw-element-social-follow-profile--medium-whatsapp,
  .jw-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #9ae1cc;
    outline-offset: 1px;
  }
  .jw-is-strips .jw-strip--color-inverse .image-gallery__thumbnail-item {
    border-color: rgba(163, 163, 163, 0.3);
  }
  .jw-is-strips .jw-strip--color-inverse .image-gallery__thumbnail-item:hover {
    border-color: rgba(163, 163, 163, 0.6);
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #9ae1cc;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-element-accordion--style-box
    .jw-is-strips
    .jw-strip--color-inverse
    .jw-element-accordion__heading {
    background-color: #9ae1cc;
    color: #174c3c;
    border-color: #73d5b8;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-element-accordion--style-box
    .jw-is-strips
    .jw-strip--color-inverse
    .jw-element-accordion__item {
    background-color: rgba(163, 163, 163, 0.05);
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-element-accordion--style-box
    .jw-is-strips
    .jw-strip--color-inverse
    .jw-element-accordion__content {
    border-color: #73d5b8;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-table.jw-table--header.jw-table--border
    th,
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-table.jw-table--header.jw-table--striped
    th {
    background-color: #9ae1cc;
    color: #174c3c;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-table.jw-table--border tr,
  .jw-is-strips .jw-strip--color-inverse .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(163, 163, 163, 0.1);
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-table.jw-table--striped
    tr:nth-child(odd)
    td {
    background-color: rgba(163, 163, 163, 0.05);
  }
  .jw-is-strips .jw-strip--color-inverse .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(163, 163, 163, 0.15);
  }
  .jw-is-strips .jw-strip--color-inverse .jw-table.jw-table--nowrap {
    white-space: nowrap;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(163, 163, 163, 0.3);
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .handsontable
    .jw-table--header.jw-table--border
    tr:first-child
    td,
  .jw-is-strips
    .jw-strip--color-inverse
    .handsontable
    .jw-table--header.jw-table--striped
    tr:first-child
    td {
    background-color: #9ae1cc;
    color: #174c3c;
  }
  .jw-is-strips .jw-strip--color-inverse .product,
  .jw-is-strips .jw-strip--color-inverse .product__description,
  .jw-is-strips .jw-strip--color-inverse .product-page__description,
  .jw-is-strips .jw-strip--color-inverse .product-page__social {
    border-color: rgba(163, 163, 163, 0.2);
  }
  .jw-is-strips .jw-strip--color-inverse .jw-columns .jw-product .product,
  .jw-is-strips .jw-strip--color-inverse .image-gallery__thumbnail-item {
    border-radius: 3px;
  }
  .jw-is-strips .jw-strip--color-inverse .product__free-shipping-motivator {
    color: #9ae1cc;
  }
  .jw-is-strips .jw-strip--color-inverse .product-gallery--empty {
    border: 1px solid rgba(163, 163, 163, 0.3);
    color: rgba(163, 163, 163, 0.5);
  }
  .jw-is-strips .jw-strip--color-inverse .product-gallery__content {
    background: #333;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__content {
    border-color: rgba(163, 163, 163, 0.3);
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__content:hover,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__content:hover {
    background: #424242;
    border-color: rgba(163, 163, 163, 0.6);
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__content:focus-within,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__content:focus-within {
    background: #424242;
    border-color: rgba(163, 163, 163, 0.6);
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-image-only
    .product-gallery__info-container {
    background-color: rgba(66, 66, 66, 0.9);
  }
  .jw-is-strips .jw-strip--color-inverse .product-gallery__price {
    color: #828282;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__expand-container
    button,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__expand-container
    button,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__expand-container
    select,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__expand-container
    select {
    height: 34px;
    box-sizing: border-box;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item--has-button
    .product-gallery__content:hover,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__item--has-button
    .product-gallery__content:hover,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item--has-options
    .product-gallery__content:hover,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__item--has-options
    .product-gallery__content:hover {
    margin-bottom: -49px;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item--has-button
    .product-gallery__content:hover
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__item--has-button
    .product-gallery__content:hover
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item--has-options
    .product-gallery__content:hover
    .product-gallery__expand-container,
  .jw-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item--has-button
    .product-gallery__content:focus-within,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__item--has-button
    .product-gallery__content:focus-within,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item--has-options
    .product-gallery__content:focus-within,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__item--has-options
    .product-gallery__content:focus-within {
    margin-bottom: -49px;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item--has-button
    .product-gallery__content:focus-within
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__item--has-button
    .product-gallery__content:focus-within
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item--has-options
    .product-gallery__content:focus-within
    .product-gallery__expand-container,
  .jw-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item--has-button
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__item--has-button
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item--has-options
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__item--has-options
    .product-gallery__expand-container {
    height: 34px;
    margin-top: -34px;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item--has-button.product-gallery__item--has-options
    .product-gallery__content:hover,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__item--has-button.product-gallery__item--has-options
    .product-gallery__content:hover {
    margin-bottom: -93px;
  }
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item--has-button.product-gallery__item--has-options
    .product-gallery__content:focus-within,
  .jw-is-strips
    .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: -93px;
  }
  .jw-is-strips
    .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-is-strips
    .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-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item--has-button.product-gallery__item--has-options
    .product-gallery__expand-container,
  .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__item--has-button.product-gallery__item--has-options
    .product-gallery__expand-container {
    height: 78px;
    margin-top: -78px;
  }
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__content:hover,
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__item
    .product-gallery__content:hover,
  .jw-is-touch-device.jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__content:hover,
  .jw-is-touch-device.jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__item
    .product-gallery__content:hover {
    margin-bottom: 0;
  }
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__content:focus-within,
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__item
    .product-gallery__content:focus-within,
  .jw-is-touch-device.jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__content:focus-within,
  .jw-is-touch-device.jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__item
    .product-gallery__content:focus-within {
    margin-bottom: 0;
  }
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__expand-container,
  .jw-is-touch-device
    .jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-clean
    .product-gallery__item
    .product-gallery__expand-container,
  .jw-is-touch-device.jw-is-strips
    .jw-strip--color-inverse
    .product-gallery--style-bordered
    .product-gallery__item
    .product-gallery__expand-container,
  .jw-is-touch-device.jw-is-strips
    .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-is-strips .jw-strip--color-inverse .product-gallery-filter__button {
    color: #9ae1cc;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-btn__default-color {
    outline-color: #9ae1cc;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-btn__default-color.jw-btn-style-flat {
    background: #9ae1cc;
    color: #174c3c;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-btn__default-color.jw-btn-style-flat:hover:not(:disabled),
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-btn__default-color.jw-btn-style-flat.jw-btn__active {
    background: #73d5b8;
    color: #174c3c;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-btn__default-color.jw-btn-style-border {
    background: transparent;
    border: 2px solid #9ae1cc;
    color: #9ae1cc;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-btn__default-color.jw-btn-style-border:hover:not(:disabled),
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-btn__default-color.jw-btn-style-border.jw-btn__active {
    color: #174c3c;
    background: #9ae1cc;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-btn__default-color.jw-btn-style-default {
    background: #9ae1cc;
    color: #174c3c;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-btn__default-color.jw-btn-style-default:hover:not(:disabled),
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-btn__default-color.jw-btn-style-default.jw-btn__active {
    background: #73d5b8;
    color: #174c3c;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-btn-roundness-default {
    border-radius: 0.2em;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-btn--default-color {
    color: #9ae1cc;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-icon-image__inner {
    background-color: #9ae1cc;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-image-is-square .jw-icon-image,
  .jw-is-strips .jw-strip--color-inverse .jw-image-is-rounded .jw-icon-image,
  .jw-is-strips .jw-strip--color-inverse .jw-image-is-round .jw-icon-image {
    background-color: #9ae1cc;
  }
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-image-is-square
    .jw-icon-image__inner,
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-image-is-rounded
    .jw-icon-image__inner,
  .jw-is-strips
    .jw-strip--color-inverse
    .jw-image-is-round
    .jw-icon-image__inner {
    background-color: #333;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-inverse {
      line-height: 1.425;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-inverse {
      line-height: 1.35;
      font-size: 1.4rem;
    }
  }
  .jw-is-strips .jw-strip--color-inverse a {
    color: #9ae1cc;
    text-decoration: underline;
  }
  .jw-is-strips .jw-strip--color-inverse a:hover {
    color: #73d5b8;
    text-decoration: underline;
  }
  .jw-is-strips .jw-strip--color-inverse p,
  .jw-is-strips .jw-strip--color-inverse ol,
  .jw-is-strips .jw-strip--color-inverse ul {
    margin-top: 0;
    margin-bottom: 0.4em;
  }
  .jw-is-strips .jw-strip--color-inverse span[style*="color"] a {
    color: inherit;
  }
  .jw-is-strips .jw-strip--color-inverse button {
    line-height: 1.5;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-text-small {
    font-size: 1.12rem;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-accent-text-color {
    color: #9ae1cc;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-accent-background {
    color: #174c3c;
    background-color: #9ae1cc;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-accent-background a {
    color: #174c3c;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-accent-border-link-color {
    border-color: #9ae1cc;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-accent-border-color {
    border-color: #a3a3a3;
  }
  .jw-is-strips .jw-strip--color-inverse h1,
  .jw-is-strips .jw-strip--color-inverse h2,
  .jw-is-strips .jw-strip--color-inverse h3,
  .jw-is-strips .jw-strip--color-inverse h4,
  .jw-is-strips .jw-strip--color-inverse h5,
  .jw-is-strips .jw-strip--color-inverse h6 {
    line-height: 1.1;
    color: #a3a3a3;
    font-family: "Roboto", "sans-serif";
    font-weight: 700;
    font-style: normal;
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-inverse h1,
    .jw-is-strips .jw-strip--color-inverse h2,
    .jw-is-strips .jw-strip--color-inverse h3,
    .jw-is-strips .jw-strip--color-inverse h4,
    .jw-is-strips .jw-strip--color-inverse h5,
    .jw-is-strips .jw-strip--color-inverse h6 {
      line-height: 1.1;
    }
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-inverse h1,
    .jw-is-strips .jw-strip--color-inverse h2,
    .jw-is-strips .jw-strip--color-inverse h3,
    .jw-is-strips .jw-strip--color-inverse h4,
    .jw-is-strips .jw-strip--color-inverse h5,
    .jw-is-strips .jw-strip--color-inverse h6 {
      line-height: 1.1;
    }
  }
  .jw-is-strips .jw-strip--color-inverse h1 a,
  .jw-is-strips .jw-strip--color-inverse h2 a,
  .jw-is-strips .jw-strip--color-inverse h3 a,
  .jw-is-strips .jw-strip--color-inverse h4 a,
  .jw-is-strips .jw-strip--color-inverse h5 a,
  .jw-is-strips .jw-strip--color-inverse h6 a {
    text-decoration: underline;
    color: #9ae1cc;
  }
  .jw-is-strips .jw-strip--color-inverse h1 a:hover,
  .jw-is-strips .jw-strip--color-inverse h2 a:hover,
  .jw-is-strips .jw-strip--color-inverse h3 a:hover,
  .jw-is-strips .jw-strip--color-inverse h4 a:hover,
  .jw-is-strips .jw-strip--color-inverse h5 a:hover,
  .jw-is-strips .jw-strip--color-inverse h6 a:hover {
    color: #73d5b8;
  }
  .jw-is-strips .jw-strip--color-inverse .product-page .product__price__price {
    color: #a3a3a3;
  }
  .jw-is-strips .jw-strip--color-inverse .jw-heading-200 {
    font-size: 4.4rem;
    margin-top: 2.82rem;
    margin-bottom: 1.04rem;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-inverse .jw-heading-200 {
      font-size: 3.47rem;
      margin-top: 2.54rem;
      margin-bottom: 0.94666667rem;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-inverse .jw-heading-200 {
      font-size: 3rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-inverse .jw-heading-150 {
    font-size: 3.3rem;
    margin-top: 2.49rem;
    margin-bottom: 0.93rem;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-inverse .jw-heading-150 {
      font-size: 2.73rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-inverse .jw-heading-150 {
      font-size: 2.45rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-inverse .jw-heading-130 {
    font-size: 2.86rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-inverse .jw-heading-130 {
      font-size: 2.44rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-inverse .jw-heading-130 {
      font-size: 2.23rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-inverse .jw-heading-120 {
    font-size: 2.64rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-inverse .jw-heading-120 {
      font-size: 2.29rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-inverse .jw-heading-120 {
      font-size: 2.12rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-inverse h1,
  .jw-is-strips .jw-strip--color-inverse .jw-heading-100 {
    font-size: 2.2rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-inverse h1,
    .jw-is-strips .jw-strip--color-inverse .jw-heading-100 {
      font-size: 2rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-inverse h1,
    .jw-is-strips .jw-strip--color-inverse .jw-heading-100 {
      font-size: 1.9rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-inverse h2,
  .jw-is-strips .jw-strip--color-inverse .jw-heading-85 {
    font-size: 1.87rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-inverse h2,
    .jw-is-strips .jw-strip--color-inverse .jw-heading-85 {
      font-size: 1.78rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-inverse h2,
    .jw-is-strips .jw-strip--color-inverse .jw-heading-85 {
      font-size: 1.74rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-inverse h3,
  .jw-is-strips .jw-strip--color-inverse .jw-heading-70 {
    font-size: 1.54rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-inverse h3,
    .jw-is-strips .jw-strip--color-inverse .jw-heading-70 {
      font-size: 1.56rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-inverse h3,
    .jw-is-strips .jw-strip--color-inverse .jw-heading-70 {
      font-size: 1.57rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  .jw-is-strips .jw-strip--color-inverse h4 {
    font-size: 1.06rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }
  @media (max-width: 900px) {
    .jw-is-strips .jw-strip--color-inverse h4 {
      font-size: 1.24rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  @media (max-width: 768px) {
    .jw-is-strips .jw-strip--color-inverse h4 {
      font-size: 1.33rem;
      margin-top: 0.8em;
      margin-bottom: 0.3em;
    }
  }
  :root {
    --jw-palette__color--accent: #9ae1cc;
    --jw-palette__color--link: #9ae1cc;
    --jw-palette__color--heading: #9ae1cc;
    --jw-palette__color--text: #737373;
    --jw-palette__color--header: #ffffff;
  }
  .header {
    background: #ffffff;
  }
  .topmenu-inner {
    max-width: var(--simple-brick-max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 50px;
  }
  .topmenu-inner .jw-header {
    margin: 25px 0;
    text-transform: uppercase;
  }
  .jw-header-title {
    color: #9ae1cc;
  }
  .jw-header-is-image .jw-header {
    margin: 0 0 25px 0;
  }
  .jw-header-logo {
    justify-content: center;
    min-height: 1px;
  }
  #jw.jw-header-toggler {
    bottom: 10px;
  }
  .jw-menu-item:hover > .jw-menu-link,
  .jw-menu-is-hover > .jw-menu-link {
    color: #333;
  }
  .jw-menu {
    justify-content: center;
  }
  .jw-menu .jw-menu-is-active > a {
    color: #333;
    text-decoration: underline;
  }
  .jw-menu .jw-menu-is-active .js-active-menu-item {
    color: #333;
    text-decoration: underline;
  }
  .jw-menu .jw-menu-link {
    text-align: left;
    color: #737373;
  }
  .jw-menu .jw-menu-link:hover {
    color: #333;
  }
  .jw-menu > .jw-menu-item > .jw-menu-link {
    font-weight: bold;
  }
  .jw-menu > .jw-menu-item > .jw-submenu {
    padding-top: 15px;
  }
  .jw-menu .jw-submenu {
    -webkit-box-shadow: 3px 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 2px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 3px 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 2px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .jw-menu .jw-submenu .jw-menu-item .jw-menu-link {
    padding: 12.5px 1.8em 12.5px 25px;
    min-width: 125px;
  }
  .jw-menu .jw-submenu .jw-menu-item:hover > .jw-menu-link {
    color: #333;
  }
  .jw-menu .jw-submenu .jw-menu-is-hover > .jw-menu-link {
    color: #333;
  }
  .jw-menu .jw-submenu .jw-menu-link:hover {
    color: #333;
  }
  .jw-is-no-slideshow .main-content {
    border-top: 2px solid rgba(115, 115, 115, 0.15);
  }
  @media (min-width: 900px) {
    .jw-is-sidebar .block-content {
      width: 60% !important;
    }
    .jw-is-sidebar .block-sidebar {
      width: 40% !important;
    }
  }
  .jw-section-sidebar {
    --strip-content-padding-block--primary: 0;
  }
  @media (min-width: 900px) {
    .jw-section-sidebar {
      border-left: 2px solid rgba(115, 115, 115, 0.15);
    }
  }
  .jw-is-no-sidebar.jw-is-segment-post .block-content,
  .jw-is-no-sidebar.jw-is-segment-post .block-content .jw-strip {
    --simple-brick-max-width: 800px;
  }
  .jw-btn {
    text-transform: uppercase;
    font-weight: bold;
  }
  .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;
  }
  .block-footer .jw-strip {
    --strip-content-padding-block--primary: 25px;
    background: #424242;
  }
  @media (max-width: 900px) {
    .wrapper {
      max-width: none;
      width: auto;
      float: none;
    }
    .jw-section-content {
      border-bottom: 2px solid rgba(115, 115, 115, 0.15);
    }
  }
  .jw-menu-is-mobile .topmenu-inner {
    padding: 0;
  }
  .jw-menu-is-mobile .jw-header {
    display: none;
  }
  .jw-menu-is-mobile nav {
    margin: 0;
  }
  .jw-menu-is-mobile .jw-menu > .jw-menu-item > .jw-menu-link {
    padding: 12.5px 25px;
  }
  .jw-menu-is-mobile .jw-menu > .jw-menu-item > .jw-submenu {
    margin-top: 0;
    padding-top: 0;
  }
  .jw-menu-is-mobile .jw-menu .jw-submenu {
    box-shadow: none;
  }
  .jw-menu-is-mobile .jw-mobile-menu .jw-mobile-header {
    text-transform: uppercase;
  }
  .jw-menu-is-mobile .jw-menu .jw-menu-item .jw-menu-link {
    text-align: inherit;
  }
  .jw-element-form-input-text {
    border-radius: 0;
  }
  .topmenu-inner .jw-header {
    text-transform: none;
    margin: 5px 0 15px 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: #9ae1cc;
  }
  .jw-variable-value-heading-color {
    color: #9ae1cc;
  }
  .jw-variable-value-heading-link-color {
    color: #9ae1cc;
  }
  .jw-variable-value-menu-text-color {
    color: #737373;
  }
  .jw-variable-value-menu-text-link-color {
    color: #333;
  }
  .jw-variable-value-footer-text-color {
    color: #fff;
  }
  .jw-variable-value-footer-text-link-color {
    color: #9ae1cc;
  }
  @media (min-width: 1000px) {
    :root {
      --simple-brick-max-width: 1100px;
    }
    .jw-is-sidebar .block-content {
      --simple-brick-max-width: 643px;
    }
    .block-sidebar {
      --simple-brick-max-width: 405px;
    }
    .block-footer {
      --simple-brick-max-width: 1100px;
    }
    .jw-strip--narrow {
      --simple-brick-max-width: 550px;
    }
    .jw-strip--default {
      --simple-brick-max-width: 1100px;
    }
    .jw-strip--wide {
      --simple-brick-max-width: 1430px;
    }
  }
  /* compiled in: 0.237s */
  